[Pkg-cli-apps-commits] r5006 - in /packages/gnome-do-plugins/trunk/debian: changelog patches/00_debian_default_plugins.dpatch patches/00list

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Thu Jul 2 05:16:40 UTC 2009


Author: raof-guest
Date: Thu Jul  2 05:16:39 2009
New Revision: 5006

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5006
Log:
* debian/patches/00_debian_default_plugins:
  + Enable a bunch of useful plugins that do not require configuration from 
    the "Official" plugin set by default.  Makes Do more useful out of the 
    box.

Added:
    packages/gnome-do-plugins/trunk/debian/patches/00_debian_default_plugins.dpatch   (with props)
Modified:
    packages/gnome-do-plugins/trunk/debian/changelog
    packages/gnome-do-plugins/trunk/debian/patches/00list

Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=5006&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Thu Jul  2 05:16:39 2009
@@ -16,6 +16,10 @@
   * debian/patches/02_fix_banshee_plugin:
     + Drop refernce to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll.
       This is unnecessary, and causes errors when Banshee isn't installed.
+  * debian/patches/00_debian_default_plugins:
+    + Enable a bunch of useful plugins that do not require configuration from 
+      the "Official" plugin set by default.  Makes Do more useful out of the 
+      box.
   * debian/control:
     + Bump versioned build-dep on gnome-do to 0.8.2
     + Split out gnome-do-plugin-evolution package, now that this is possible.

Added: packages/gnome-do-plugins/trunk/debian/patches/00_debian_default_plugins.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/00_debian_default_plugins.dpatch?rev=5006&op=file
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/00_debian_default_plugins.dpatch (added)
+++ packages/gnome-do-plugins/trunk/debian/patches/00_debian_default_plugins.dpatch Thu Jul  2 05:16:39 2009
@@ -1,0 +1,140 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 00_debian_default_plugins.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Enable a bunch of useful, official plugins which don't require 
+## DP: configuration by default, so gnome-do is more useful out of the box.
+
+ at DPATCH@
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/Firefox/Resources/Firefox.addin.xml.in gnome-do-plugins-0.8.2+dfsg/Firefox/Resources/Firefox.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/Firefox/Resources/Firefox.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/Firefox/Resources/Firefox.addin.xml.in	2009-07-02 14:56:30.583554974 +1000
+@@ -6,7 +6,7 @@
+ 	description="Search Firefox 3 bookmarks, bookmark directories, and history."
+ 	author="David Siegel, Neal Stewart, Alex Launi"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ 	>
+ 
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/GNOME-Dictionary/Resources/GNOME-Dictionary.addin.xml.in gnome-do-plugins-0.8.2+dfsg/GNOME-Dictionary/Resources/GNOME-Dictionary.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/GNOME-Dictionary/Resources/GNOME-Dictionary.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/GNOME-Dictionary/Resources/GNOME-Dictionary.addin.xml.in	2009-07-02 14:57:30.139560345 +1000
+@@ -6,7 +6,7 @@
+ 	description="Look up word definitions in GNOME Dictionary."
+ 	author="David Siegel"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/GNOME-Screenshot/Resources/GNOME-Screenshot.addin.xml.in gnome-do-plugins-0.8.2+dfsg/GNOME-Screenshot/Resources/GNOME-Screenshot.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/GNOME-Screenshot/Resources/GNOME-Screenshot.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/GNOME-Screenshot/Resources/GNOME-Screenshot.addin.xml.in	2009-07-02 14:57:30.143523418 +1000
+@@ -6,7 +6,7 @@
+ 	description="Take screenshots with optional delay."
+ 	author="David Siegel"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/GNOME-Session/Resources/GNOME-Session.addin.xml.in gnome-do-plugins-0.8.2+dfsg/GNOME-Session/Resources/GNOME-Session.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/GNOME-Session/Resources/GNOME-Session.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/GNOME-Session/Resources/GNOME-Session.addin.xml.in	2009-07-02 14:57:30.147522600 +1000
+@@ -6,7 +6,7 @@
+ 	description="Log out, lock your screen, shutdown, suspend, etc."
+ 	author="David Siegel"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/GNOME-Terminal/Resources/GNOME-Terminal.addin.xml.in gnome-do-plugins-0.8.2+dfsg/GNOME-Terminal/Resources/GNOME-Terminal.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/GNOME-Terminal/Resources/GNOME-Terminal.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/GNOME-Terminal/Resources/GNOME-Terminal.addin.xml.in	2009-07-02 14:57:30.155523058 +1000
+@@ -6,7 +6,7 @@
+ 	description="Run commands and open new terminals."
+ 	author="David Siegel, Tim McLaughlin"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/GoogleCalculator/Resources/GoogleCalculator.addin.xml.in gnome-do-plugins-0.8.2+dfsg/GoogleCalculator/Resources/GoogleCalculator.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/GoogleCalculator/Resources/GoogleCalculator.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/GoogleCalculator/Resources/GoogleCalculator.addin.xml.in	2009-07-02 14:58:21.220021972 +1000
+@@ -6,7 +6,7 @@
+ 	description="Perform calculations, and currency/quantity conversions."
+ 	author="David Siegel"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/OpenSearch/Resources/OpenSearch.addin.xml.in gnome-do-plugins-0.8.2+dfsg/OpenSearch/Resources/OpenSearch.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/OpenSearch/Resources/OpenSearch.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/OpenSearch/Resources/OpenSearch.addin.xml.in	2009-07-02 14:58:36.596022624 +1000
+@@ -6,7 +6,7 @@
+ 	description="Search the web using your installed OpenSearch plugins."
+ 	author="Jason Jones"	
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/Pastebin/Resources/Pastebin.addin.xml.in gnome-do-plugins-0.8.2+dfsg/Pastebin/Resources/Pastebin.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/Pastebin/Resources/Pastebin.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/Pastebin/Resources/Pastebin.addin.xml.in	2009-07-02 14:58:58.479520120 +1000
+@@ -6,7 +6,7 @@
+ 	description="Paste text to an online pastebin."
+ 	author="Jason Jones"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ >
+  
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/TinyUrl/Resources/TinyUrl.addin.xml.in gnome-do-plugins-0.8.2+dfsg/TinyUrl/Resources/TinyUrl.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/TinyUrl/Resources/TinyUrl.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/TinyUrl/Resources/TinyUrl.addin.xml.in	2009-07-02 14:59:10.908023178 +1000
+@@ -6,7 +6,7 @@
+ 	description="Make unwieldy urls tiny."
+ 	author="David Siegel"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ 	>
+ 
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/Tomboy/Resources/Tomboy.addin.xml.in gnome-do-plugins-0.8.2+dfsg/Tomboy/Resources/Tomboy.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/Tomboy/Resources/Tomboy.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/Tomboy/Resources/Tomboy.addin.xml.in	2009-07-02 14:59:20.344023350 +1000
+@@ -6,7 +6,7 @@
+ 	description="Search and create new Tomboy notes."
+ 	author="Rick Harding, Chris Szikszoy"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ 	>
+ 
+ 	<Runtime>
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/WindowManager/Resources/WindowManager.addin.xml.in gnome-do-plugins-0.8.2+dfsg/WindowManager/Resources/WindowManager.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/WindowManager/Resources/WindowManager.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/WindowManager/Resources/WindowManager.addin.xml.in	2009-07-02 14:59:32.211523201 +1000
+@@ -6,7 +6,7 @@
+ 	description="Control your windows or groups of windows with Do."
+ 	author="Jason Smith"
+ 	category="Official"
+-	defaultEnabled="false"
++	defaultEnabled="true"
+ 	>
+ 
+ 	<Runtime>

Propchange: packages/gnome-do-plugins/trunk/debian/patches/00_debian_default_plugins.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/gnome-do-plugins/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/00list?rev=5006&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/00list (original)
+++ packages/gnome-do-plugins/trunk/debian/patches/00list Thu Jul  2 05:16:39 2009
@@ -1,2 +1,3 @@
+00_debian_default_plugins
 01_firefox_iceweasel_rename
 02_fix_banshee_plugin




More information about the Pkg-cli-apps-commits mailing list