[111019] trunk/dports/gnome/file-roller/Portfile
devans at macports.org
devans at macports.org
Fri Sep 13 12:09:32 PDT 2013
Revision: 111019
https://trac.macports.org/changeset/111019
Author: devans at macports.org
Date: 2013-09-13 12:09:32 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
file-roller: make build of nautilus context menu actions optional.
Modified Paths:
--------------
trunk/dports/gnome/file-roller/Portfile
Modified: trunk/dports/gnome/file-roller/Portfile
===================================================================
--- trunk/dports/gnome/file-roller/Portfile 2013-09-13 19:08:50 UTC (rev 111018)
+++ trunk/dports/gnome/file-roller/Portfile 2013-09-13 19:09:32 UTC (rev 111019)
@@ -5,6 +5,7 @@
name file-roller
version 2.32.2
+revision 1
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description An archive manager for GNOME
@@ -32,8 +33,7 @@
depends_lib port:desktop-file-utils \
port:gtk2 \
- port:gconf \
- port:nautilus
+ port:gconf
depends_run port:gnome-settings-daemon \
port:yelp
@@ -41,6 +41,7 @@
patchfiles patch-src-fr-command-lrzip.c.diff
configure.args --with-gtk=2.0 \
+ --disable-nautilus-actions \
--disable-packagekit \
--disable-schemas-install \
--disable-scrollkeeper \
@@ -50,6 +51,11 @@
use_autoreconf yes
autoreconf.args -fvi
+variant nautilus description {Build optional nautilus context menu actions} {
+ configure.args-delete --disable-nautilus-actions
+ depends_lib-append port:nautilus
+}
+
post-activate {
system "${prefix}/bin/scrollkeeper-update"
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/8e17caa0/attachment.html>
More information about the macports-changes
mailing list