You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
58 lines
1.7 KiB
Tcl
58 lines
1.7 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name gtk-engines2
|
|
set my_name gtk-engines
|
|
epoch 1
|
|
version 2.20.2
|
|
revision 4
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
categories x11
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+ GPL-2+
|
|
platforms darwin
|
|
description Theme engine for gtk2
|
|
|
|
long_description \
|
|
gtk-engines2 is a theme engine for GTK+ 2. It provides \
|
|
the ability to change the way widgets, buttons, etc. \
|
|
look when using GTK+ 2 applications.
|
|
|
|
homepage https://www.gtk.org/
|
|
master_sites gnome:sources/$my_name/$branch/
|
|
distname $my_name-$version
|
|
use_bzip2 yes
|
|
|
|
checksums md5 5deb287bc6075dc21812130604c7dc4f \
|
|
sha1 574c7577d70eaacecd2ffa14e288ef88fdcb6c2a \
|
|
rmd160 941b71cd2346a349d89f68962c2ce28e3520297c
|
|
|
|
depends_build port:intltool \
|
|
port:pkgconfig \
|
|
port:gnome-common \
|
|
port:autoconf \
|
|
port:automake \
|
|
port:libtool
|
|
|
|
depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2
|
|
|
|
patchfiles patch-engines-clearlooks-src-animation.c.diff \
|
|
patch-remove-lua-engine.diff \
|
|
automake-1.14.patch \
|
|
no-test.patch
|
|
|
|
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
|
|
|
|
post-patch {
|
|
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
|
|
}
|
|
|
|
configure.cmd ./autogen.sh
|
|
|
|
configure.args --enable-animation
|
|
|
|
# no further version updates expected
|
|
# last version update was 2010-04-17
|
|
livecheck.type none
|