Package: gwget
Version: 0.96-1
Severity: wishlist
Tags: patch
Hello,
I use the Epiphany web browser and i really like to use gwget as a
download manager. So, i have attached a small patch against the gwget
source package which provides a separate debian package for the
extension.
Regards,
Arnaud Fontaine
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3-maggie
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages gwget depends on:
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit
ii libbonobo2-0 2.10.1-1 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.10.1-1 The Bonobo UI library
ii libc6 2.3.5-9 GNU C Library: Shared libraries an
ii libcairo2 1.0.2-3 The Cairo 2D vector graphics libra
ii libfontconfig1 2.3.2-1.1 generic font configuration library
ii libgconf2-4 2.10.1-6 GNOME configuration database syste
ii libglade2-0 1:2.5.1-2 library to load .glade files at ru
ii libglib2.0-0 2.8.4-2 The GLib library of C routines
ii libgnome2-0 2.10.1-1 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.10.2-2 A powerful object-oriented display
ii libgnomeui-0 2.10.1-1 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.10.1-5 The GNOME virtual file-system libr
ii libgtk2.0-0 2.8.9-2 The GTK+ graphical user interface
ii libice6 6.8.2.dfsg.1-11 Inter-Client Exchange library
ii liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.10.1-2 Layout and rendering of internatio
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii libsm6 6.8.2.dfsg.1-11 X Window System Session Management
ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii libxcursor1 1.1.3-1 X cursor management library
ii libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii libxi6 6.8.2.dfsg.1-11 X Window System Input extension li
ii libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii libxml2 2.6.22-2 GNOME XML library
ii libxrandr2 6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii libxrender1 1:0.9.0-2 X Rendering Extension client libra
ii wget 1.10.2-1 retrieves files from the web
ii zlib1g 1:1.2.3-9 compression library - runtime
gwget recommends no packages.
-- no debconf information
--
Arnaud Fontaine <[EMAIL PROTECTED]> - http://www.andesi.org/ | GPG
Public Key available on pgp.mit.edu | Fingerprint: D792 B8A5 A567 B001
C342 2613 BDF2 A220 5E36 19D3
diff -urN gwget2-0.96/debian/changelog gwget2-0.96-patch/debian/changelog
--- gwget2-0.96/debian/changelog 2005-12-29 18:40:58.000000000 +0100
+++ gwget2-0.96-patch/debian/changelog 2005-12-29 13:01:50.000000000 +0100
@@ -1,3 +1,9 @@
+gwget2 (0.96-2) unstable; urgency=low
+
+ * Enable epiphany extension in another package.
+
+ -- Arnaud Fontaine <[EMAIL PROTECTED]> Wed, 28 Dec 2005 11:24:25 +0100
+
gwget2 (0.96-1) unstable; urgency=low
* New upstream release.
diff -urN gwget2-0.96/debian/control gwget2-0.96-patch/debian/control
--- gwget2-0.96/debian/control 2005-12-29 18:40:58.000000000 +0100
+++ gwget2-0.96-patch/debian/control 2005-12-29 18:44:22.000000000 +0100
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), pkg-config, libgnomeui-dev, libgtk2.0-dev, libglade2-dev, libxml-parser-perl, libgcrypt11-dev, libgnomevfs2-dev
+Build-Depends: debhelper (>> 4.0.0), pkg-config, libgnomeui-dev, libgtk2.0-dev, libglade2-dev, libxml-parser-perl, libgcrypt11-dev, libgnomevfs2-dev, epiphany-browser-dev (>= 1.6.0)
Standards-Version: 3.6.2.1
Package: gwget
@@ -16,3 +16,9 @@
enhaced features, such as systray icon, multiple downloads and a
powerful preferences manager.
+Package: epiphany-extension-gwget
+Architecture: any
+Depends: ${shlibs:Depends}, epiphany-browser (>= 1.6.0), gwget
+Description: Gwget extension for Epiphany web browser
+ Extension for using gwget as a download manager in Epiphany web
+ browser.
diff -urN gwget2-0.96/debian/rules gwget2-0.96-patch/debian/rules
--- gwget2-0.96/debian/rules 2005-12-29 18:40:58.000000000 +0100
+++ gwget2-0.96-patch/debian/rules 2005-12-29 18:36:35.000000000 +0100
@@ -14,8 +14,9 @@
--prefix=$(DESTDIR)/usr \
--datadir=\$${prefix}/share \
--mandir=\$${prefix}/share/man \
- --infodir=\$${prefix}/share/info
-
+ --infodir=\$${prefix}/share/info \
+ --enable-epiphany-extension \
+ --with-epiphany-version=1.6
build: build-stamp
@@ -48,6 +49,9 @@
$(MAKE) install DESTDIR=$(CURDIR)/debian/gwget
+ mkdir -p debian/epiphany-extension-gwget/usr/lib
+ mv debian/gwget/usr/lib/epiphany-1.6 debian/epiphany-extension-gwget/usr/lib
+
binary-indep: build install
binary-arch: build install