[107316] trunk/dports/gnome/gnome-control-center/Portfile
devans at macports.org
devans at macports.org
Tue Jun 25 09:29:33 PDT 2013
Revision: 107316
https://trac.macports.org/changeset/107316
Author: devans at macports.org
Date: 2013-06-25 09:29:33 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
gnome-control-center: update to version 2.32.1.
Modified Paths:
--------------
trunk/dports/gnome/gnome-control-center/Portfile
Modified: trunk/dports/gnome/gnome-control-center/Portfile
===================================================================
--- trunk/dports/gnome/gnome-control-center/Portfile 2013-06-25 16:11:31 UTC (rev 107315)
+++ trunk/dports/gnome/gnome-control-center/Portfile 2013-06-25 16:29:33 UTC (rev 107316)
@@ -4,8 +4,7 @@
PortSystem 1.0
name gnome-control-center
-version 2.30.1
-revision 4
+version 2.32.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Control center for GNOME 2.0 project.
long_description ${description}
@@ -14,53 +13,58 @@
license GPL-2+
platforms darwin
homepage http://www.gnome.org/
-
master_sites gnome:sources/${name}/${branch}/
-checksums md5 9608eae5605cfc478ba35b683bf129c1 \
- sha1 f7d3f486e114871e53f3d7e743d53b041ebf2f1e \
- rmd160 7323a59deb13a8017de4e9f6ee8499fad6b6d7aa
+use_bzip2 yes
-depends_lib port:metacity \
- port:nautilus \
- port:gnome-panel \
- port:gnome-settings-daemon \
- port:xorg-libXScrnSaver
+checksums rmd160 47515f3f96d5695b457a8363bac183fb2188a256 \
+ sha256 7c568b57358e5c08f4d8dd76dbac7df2539135ad081872b60514b7a8ac797e66
depends_build port:intltool \
port:pkgconfig \
port:gnome-doc-utils \
+ port:desktop-file-utils \
port:gnome-common
+depends_lib port:libcanberra \
+ port:gtk2 \
+ port:gconf \
+ port:libxml2 \
+ port:gnome-desktop \
+ port:metacity \
+ port:gnome-settings-daemon \
+ port:librsvg \
+ port:gnome-menus \
+ port:libgnomekbd \
+ port:libxklavier \
+ port:libunique \
+ port:xorg-libXScrnSaver \
+ port:xorg-libXxf86misc \
+ port:xorg-libXcursor \
+ port:xorg-libXi
+
+depends_run port:gnome-panel \
+ port:gnome-settings-daemon \
+ port:yelp
+
+patchfiles glib-2.32.patch
+
if {${os.platform} == "darwin" && ${os.major} < 9} {
- patchfiles patch-libslab-director-tile.c.diff
+ patchfiles-append patch-libslab-director-tile.c.diff
}
-patchfiles-append glib-2.32.patch
use_autoreconf yes
autoreconf.args -fvi
-use_bzip2 yes
-
-configure.args --mandir=${prefix}/share/man \
- --x-includes=${prefix}/include \
+configure.args --x-includes=${prefix}/include \
--x-libraries=${prefix}/lib \
+ --enable-appindicator=no \
+ --enable-aboutme=no \
+ --disable-silent-rules \
--disable-scrollkeeper \
--disable-update-mimedb \
--disable-schemas-install
-post-patch {
- reinplace "s|/usr/share|${prefix}/share|g" \
- ${worksrcpath}/capplets/common/gnome-theme-info.c \
- ${worksrcpath}/libwindow-settings/metacity-window-manager.c
-}
-
-#
-# port gnome-panel -> evolution-data-server -> nss is not universal
-#
-
-universal_variant no
-
post-destroot {
file delete ${destroot}${prefix}/etc/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas
file delete ${destroot}${prefix}/share/applications/mimeinfo.cache
@@ -77,9 +81,9 @@
xml:readwrite:${prefix}/etc/gconf/gconf.xml.defaults \
--load ${prefix}/etc/gconf/schemas/panel-default-setup.entries "
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
- system "${prefix}/bin/scrollkeeper-update; true"
- system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
- system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+ system "${prefix}/bin/scrollkeeper-update"
+ system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+ system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
}
platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/9f29f1d1/attachment.html>
More information about the macports-changes
mailing list