[107322] trunk/dports/gnome/gnome-utils
devans at macports.org
devans at macports.org
Tue Jun 25 09:55:15 PDT 2013
Revision: 107322
https://trac.macports.org/changeset/107322
Author: devans at macports.org
Date: 2013-06-25 09:55:15 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
gnome-utils: update to version 2.32.0.
Modified Paths:
--------------
trunk/dports/gnome/gnome-utils/Portfile
trunk/dports/gnome/gnome-utils/files/patch-gnome-dictionary-libgdict-Makefile.am.diff
Removed Paths:
-------------
trunk/dports/gnome/gnome-utils/files/bad-return.patch
Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile 2013-06-25 16:54:58 UTC (rev 107321)
+++ trunk/dports/gnome/gnome-utils/Portfile 2013-06-25 16:55:15 UTC (rev 107322)
@@ -4,8 +4,7 @@
PortSystem 1.0
name gnome-utils
-version 2.30.0
-revision 7
+version 2.32.0
set branch [join [lrange [split ${version} .] 0 1] .]
description GNOME utilities
long_description \
@@ -17,25 +16,30 @@
homepage http://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
-checksums md5 c6d779ddccf99cbe0667b578078dd011 \
- sha1 107f60f499340bb5c02e92db645836f6187b4c37 \
- rmd160 952102bb1751819a22d468309958234f00b2733b
+use_bzip2 yes
+checksums rmd160 c25667eec2ba4fd0d704c10a92e2e6b071eb1bfc \
+ sha256 033a55cf442096b28ea6292043354feafe000d1e5f4ebb962a9b6d72eb9a93fa
+
depends_build port:pkgconfig \
port:intltool \
port:gnome-doc-utils \
port:gtk-doc \
+ port:desktop-file-utils \
port:gnome-common
-depends_lib port:gconf \
+depends_lib port:gtk2 \
+ port:gconf \
+ port:libcanberra \
port:libgtop \
- port:gnome-panel
+ port:libpanel-applet2 \
+ port:xorg-libXext
-use_bzip2 yes
+depends_run port:gnome-settings-daemon \
+ port:yelp
patchfiles patch-gnome-dictionary-libgdict-Makefile.am.diff \
patch-gsearchtool-libgnomeui-deprecated-Makefile.am.diff \
- bad-return.patch \
patch-configure.ac.diff
use_autoreconf yes
@@ -43,17 +47,13 @@
configure.args --x-includes=${prefix}/include \
--x-libraries=${prefix}/lib \
--disable-scrollkeeper \
- --disable-schemas-install
+ --disable-schemas-install \
+ --disable-silent-rules
-#
-# gnome-panel is not universal
-#
-
-universal_variant no
-
post-activate {
system "scrollkeeper-update"
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+ system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}
Deleted: trunk/dports/gnome/gnome-utils/files/bad-return.patch
===================================================================
--- trunk/dports/gnome/gnome-utils/files/bad-return.patch 2013-06-25 16:54:58 UTC (rev 107321)
+++ trunk/dports/gnome/gnome-utils/files/bad-return.patch 2013-06-25 16:55:15 UTC (rev 107322)
@@ -1,20 +0,0 @@
---- baobab/src/baobab-chart.c.orig 2011-06-29 17:57:18.000000000 -0700
-+++ baobab/src/baobab-chart.c 2011-06-29 17:59:33.000000000 -0700
-@@ -1823,7 +1823,7 @@ baobab_chart_can_zoom_in (GtkWidget *cha
- BaobabChartPrivate *priv;
- BaobabChartClass *class;
-
-- g_return_if_fail (BAOBAB_IS_CHART (chart));
-+ g_return_val_if_fail (BAOBAB_IS_CHART (chart), 0);
-
- priv = BAOBAB_CHART (chart)->priv;
- class = BAOBAB_CHART_GET_CLASS (chart);
-@@ -1849,7 +1849,7 @@ baobab_chart_can_zoom_out (GtkWidget *ch
- BaobabChartPrivate *priv;
- BaobabChartClass *class;
-
-- g_return_if_fail (BAOBAB_IS_CHART (chart));
-+ g_return_val_if_fail (BAOBAB_IS_CHART (chart), 0);
-
- priv = BAOBAB_CHART (chart)->priv;
- class = BAOBAB_CHART_GET_CLASS (chart);
Modified: trunk/dports/gnome/gnome-utils/files/patch-gnome-dictionary-libgdict-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/gnome-utils/files/patch-gnome-dictionary-libgdict-Makefile.am.diff 2013-06-25 16:54:58 UTC (rev 107321)
+++ trunk/dports/gnome/gnome-utils/files/patch-gnome-dictionary-libgdict-Makefile.am.diff 2013-06-25 16:55:15 UTC (rev 107322)
@@ -1,6 +1,6 @@
---- gnome-dictionary/libgdict/Makefile.am.orig 2011-11-30 16:58:33.000000000 -0800
-+++ gnome-dictionary/libgdict/Makefile.am 2011-11-30 16:59:38.000000000 -0800
-@@ -12,9 +12,7 @@
+--- gnome-dictionary/libgdict/Makefile.am.orig 2010-09-27 15:42:51.000000000 -0700
++++ gnome-dictionary/libgdict/Makefile.am 2013-05-13 13:00:04.000000000 -0700
+@@ -8,9 +8,7 @@
-DGNOMELOCALEDIR=\""$(gnomeutilslocaledir)"\" \
-DGDICTSOURCESDIR=\""$(datadir)/gdict-1.0/sources"\" \
-DGDICT_ENABLE_INTERNALS=1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/fced7088/attachment-0001.html>
More information about the macports-changes
mailing list