[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3556 - trunk/app/compiz/debian



Author: beatle
Date: 2006-09-29 07:58:15 -0400 (Fri, 29 Sep 2006)
New Revision: 3556

Modified:
   trunk/app/compiz/debian/changelog
   trunk/app/compiz/debian/compiz.wrapper
   trunk/app/compiz/debian/rules
Log:
Don't quote the $PLUGINS variable in the compiz.wrapper script, because compiz
won't be able to load the plugins that way.

Call dh_desktop in debian/rules so that the compiz.desktop file gets
registered during postinst.


Modified: trunk/app/compiz/debian/changelog
===================================================================
--- trunk/app/compiz/debian/changelog	2006-09-29 10:29:18 UTC (rev 3555)
+++ trunk/app/compiz/debian/changelog	2006-09-29 11:58:15 UTC (rev 3556)
@@ -8,8 +8,10 @@
   * Add a manpage documenting the compiz wrapper.
   * Check if the gconf plugin is installed before trying to load it in the
     wrapper.
+  * Call dh_desktop from debian/rules so that the compiz.desktop file is
+    registered during postinst.
 
- -- Thierry Reding <thierry@gilfi.de>  Fri, 29 Sep 2006 11:51:53 +0200
+ -- Thierry Reding <thierry@gilfi.de>  Fri, 29 Sep 2006 13:55:40 +0200
 
 compiz (0.0.13+git20060928-2) unstable; urgency=low
 

Modified: trunk/app/compiz/debian/compiz.wrapper
===================================================================
--- trunk/app/compiz/debian/compiz.wrapper	2006-09-29 10:29:18 UTC (rev 3555)
+++ trunk/app/compiz/debian/compiz.wrapper	2006-09-29 11:58:15 UTC (rev 3556)
@@ -14,5 +14,5 @@
 
 # always load the gconf plugin
 /usr/bin/compiz.real --strict-binding --indirect-rendering --use-cow \
-	"$@" "$PLUGINS"
+	"$@" $PLUGINS
 

Modified: trunk/app/compiz/debian/rules
===================================================================
--- trunk/app/compiz/debian/rules	2006-09-29 10:29:18 UTC (rev 3555)
+++ trunk/app/compiz/debian/rules	2006-09-29 11:58:15 UTC (rev 3556)
@@ -93,6 +93,7 @@
 	dh_installman
 	dh_link
 	dh_gconf -pcompiz-plugins
+	dh_desktop -pcompiz-gnome
 	dh_strip
 	dh_compress
 	dh_fixperms



Reply to: