[PC-BSD Commits] r13459 - in pbibuild/modules/graphics/ImageMagick: . kmenu-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 20 11:02:01 PDT 2011
Author: kenmoore
Date: 2011-10-20 11:02:01 -0700 (Thu, 20 Oct 2011)
New Revision: 13459
Modified:
pbibuild/modules/graphics/ImageMagick/kmenu-dir/animate
pbibuild/modules/graphics/ImageMagick/pbi.conf
Log:
Remove the "animate" desktop icon for imagemagic, it requires a command line usage now
Modified: pbibuild/modules/graphics/ImageMagick/kmenu-dir/animate
===================================================================
--- pbibuild/modules/graphics/ImageMagick/kmenu-dir/animate 2011-10-20 16:50:18 UTC (rev 13458)
+++ pbibuild/modules/graphics/ImageMagick/kmenu-dir/animate 2011-10-20 18:02:01 UTC (rev 13459)
@@ -1,9 +1,9 @@
ExePath: bin/animate
ExeIcon: imagemagick.png
ExeDescr: ImageMagick Animate
-ExeNoDesktop: 0
+ExeNoDesktop: 1
ExeNoCrashHandler: 1
-ExeNoMenu: 0
+ExeNoMenu: 1
ExeRunRoot: 0
ExeRunShell: 0
ExeNotify: 1
Modified: pbibuild/modules/graphics/ImageMagick/pbi.conf
===================================================================
--- pbibuild/modules/graphics/ImageMagick/pbi.conf 2011-10-20 16:50:18 UTC (rev 13458)
+++ pbibuild/modules/graphics/ImageMagick/pbi.conf 2011-10-20 18:02:01 UTC (rev 13459)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="02"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list