[Pkg-amule-commits] [SCM] Git repository for pkg-amule branch, master, updated. debian/2.2.6+debian0-6-1-g3e1a262
Giuseppe Iuculano
iuculano at debian.org
Fri Jan 22 17:04:52 UTC 2010
The following commit has been merged in the master branch:
commit 3e1a262b97228c683e9e845c09d1786a075547ff
Author: Giuseppe Iuculano <iuculano at debian.org>
Date: Fri Jan 22 18:02:48 2010 +0100
Merge from Ubuntu: New amule-gnome-support package.
Closes: #313579
diff --git a/debian/amule-gnome-support.install b/debian/amule-gnome-support.install
new file mode 100644
index 0000000..7ca9e67
--- /dev/null
+++ b/debian/amule-gnome-support.install
@@ -0,0 +1 @@
+../../debian/schemas/amule-gnome-support.schemas /usr/share/gconf/schemas
diff --git a/debian/control b/debian/control
index a6f54b0..20ced8f 100644
--- a/debian/control
+++ b/debian/control
@@ -60,6 +60,7 @@ Package: amule-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: amule-common, ttf-dejavu-core
+Suggests: amule-gnome-support
Replaces: amule-common (<< 2.1.2-3), amule (<< 2.1.2-1)
Conflicts: xmule (<= 1.10.0b-1)
Description: utilities for aMule (command-line version)
@@ -109,3 +110,12 @@ Description: non-graphic version of aMule, a client for the eD2k and Kad network
.
See the description of the amule package for a list of features, and
/usr/share/doc/amule-daemon/README.Debian for some basic usage notes.
+
+Package: amule-gnome-support
+Architecture: all
+Depends: amule-utils, ${misc:Depends}
+Recommends: amule | amule-daemon
+Description: ed2k links handling support for GNOME web browsers
+ This package contains a schemas file that allows ed2k links handling support
+ with any GNOME web browser that use GConf. For example: Firefox, Epiphany,
+ Flock, Seamonkey or Galeon.
diff --git a/debian/rules b/debian/rules
index 6dd652d..62e83cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,6 +121,7 @@ binary-common:
dh_installinit
dh_installman
dh_icons
+ dh_gconf -pamule-gnome-support
dh_link
dh_strip
dh_compress
diff --git a/debian/schemas/amule-gnome-support.schemas b/debian/schemas/amule-gnome-support.schemas
new file mode 100644
index 0000000..21ff91e
--- /dev/null
+++ b/debian/schemas/amule-gnome-support.schemas
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/ed2k/command</key>
+ <applyto>/desktop/gnome/url-handlers/ed2k/command</applyto>
+ <owner>amule</owner>
+ <type>string</type>
+ <default>ed2k "%s"</default>
+ <locale name="C">
+ <short>The command to handle ed2k URLs</short>
+ <long>The command to handle ed2k URLs.</long>
+ </locale>
+ <locale name="es">
+ <short>El comando para capturar enlaces ed2k.</short>
+ <long>El comando para capturar enlaces ed2k.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/ed2k/needs_terminal</key>
+ <applyto>/desktop/gnome/url-handlers/ed2k/needs_terminal</applyto>
+ <owner>amule</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Whether command to handle ed2k URLs needs a terminal</short>
+ <long>Whether command to handle ed2k URLs needs a terminal.</long>
+ </locale>
+ <locale name="es">
+ <short>El comando necesita una terminal para capturar enlaces ed2k.</short>
+ <long>El comando necesita una terminal para capturar enlaces ed2k.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/ed2k/enabled</key>
+ <applyto>/desktop/gnome/url-handlers/ed2k/enabled</applyto>
+ <owner>amule</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Whether command to handle ed2k URLs is enabled</short>
+ <long>Whether command to handle ed2k URLs is enabled.</long>
+ </locale>
+ <locale name="es">
+ <short>El comando para capturar enlaces ed2k está habilitado.</short>
+ <long>El comando para capturar enlaces ed2k está habilitado.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</gconfschemafile>
--
Git repository for pkg-amule
More information about the Pkg-amule-commits
mailing list