rpms/gwget/devel gwget-0.99-epiphany219.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 gwget.desktop, 1.1, 1.2 gwget.spec, 1.19, 1.20 sources, 1.9, 1.10 gwget-epiphany21x.patch, 1.4, NONE

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jun 9 20:03:21 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/gwget/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27923

Modified Files:
	.cvsignore gwget.desktop gwget.spec sources 
Added Files:
	gwget-0.99-epiphany219.patch 
Removed Files:
	gwget-epiphany21x.patch 
Log Message:
update to 0.99, support epiphany 2.19, update desktop file

gwget-0.99-epiphany219.patch:

--- NEW FILE gwget-0.99-epiphany219.patch ---
--- gwget-0.99/configure.in.orig	2007-06-09 20:51:03.000000000 +0200
+++ gwget-0.99/configure.in	2007-06-09 20:56:14.000000000 +0200
@@ -97,14 +97,16 @@
 
 EPHY_VER=
 AC_ARG_WITH([epiphany-version],
-        AC_HELP_STRING([--with-epiphany-version@<:@=1.6|1.8|1.10|2.14@:>@],
-                       [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 (default 1.6)]),
+        AC_HELP_STRING([--with-epiphany-version@<:@=1.6|1.8|1.10|2.14|2.15|2.16|2.17|2.18|2.19@:>@],
+                       [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 or 2.15 or 2.16 or 2.17 or 2.18 or 2.19 (default 1.6)]),
         [EPHY_VER="$withval"])
 
-dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18
+dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17, 2.18 or 2.19
 EPHY_AUTODETECT="(autodetect)"
-if pkg-config --exists epiphany-2.18; then
-	EPHY_VER=2.18
+if pkg-config --exists epiphany-2.19; then
+	EPHY_VER=2.19
+elif pkg-config --exists epiphany-2.18; then
+        EPHY_VER=2.18
 elif pkg-config --exists epiphany-2.17; then
         EPHY_VER=2.17
 elif pkg-config --exists epiphany-2.16; then
@@ -170,13 +172,17 @@
 	  EPIPHANY_PKGCONFIG=epiphany-2.18
           EPIPHANY_REQUIRED=2.18
 	  EPIPHANY_SHORTVER=218
+elif test "x$EPHY_VER" = "x2.19"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.19
+          EPIPHANY_REQUIRED=2.19
+	  EPIPHANY_SHORTVER=219
 else
      	AC_MSG_RESULT([no epiphany installed])
 fi
 
 if test -n "$EPIPHANY_SHORTVER" ; then
 AC_DEFINE_UNQUOTED(EPHY_VERSION, "$EPIPHANY_SHORTVER",
-       [Define to the Epiphany version (12, 14, 16, 18, 110 ,214, or 215)])
+       [Define to the Epiphany version (12, 14, 16, 18, 110, 214, 215, 216, 217, 218 or 219)])
 AC_MSG_RESULT([$EPHY_VER $EPHY_AUTODETECT])
 
 LIBGLIB_REQUIRED=2.4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gwget/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	11 Nov 2006 02:51:22 -0000	1.9
+++ .cvsignore	9 Jun 2007 20:02:43 -0000	1.10
@@ -1 +1 @@
-gwget-0.98.2.tar.bz2
+gwget-0.99.tar.bz2


Index: gwget.desktop
===================================================================
RCS file: /cvs/extras/rpms/gwget/devel/gwget.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gwget.desktop	8 Nov 2004 04:32:19 -0000	1.1
+++ gwget.desktop	9 Jun 2007 20:02:43 -0000	1.2
@@ -1,10 +1,12 @@
 [Desktop Entry]
-Name=Download Manager
+Name=Gwget Download Manager
+GenericName=Download Manager
 Comment=Download files from the Internet
+Comment[de]=Dateien aus dem Internet herunterladen
 Exec=gwget
 Icon=gwget.png
 Terminal=false
 Type=Application
-Categories=Application;Network;Internet;
+Categories=Application;Network;FileTransfer;
 Encoding=UTF-8
 


Index: gwget.spec
===================================================================
RCS file: /cvs/extras/rpms/gwget/devel/gwget.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gwget.spec	17 May 2007 21:42:05 -0000	1.19
+++ gwget.spec	9 Jun 2007 20:02:43 -0000	1.20
@@ -1,16 +1,16 @@
-%define epimajor 2.18
+%define epimajor 2.19
 
 Name:		gwget
-Version:	0.98.2
-Release:	2%{?dist}
+Version:	0.99
+Release:	1%{?dist}
 Summary:	Graphical download manager that uses wget
 
 License:	GPL
 Group:		Applications/Internet
 URL:		http://gnome.org/projects/gwget
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.98/gwget-0.98.2.tar.bz2
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.99/gwget-0.99.tar.bz2
 Source1:	gwget.desktop
-Patch0:		gwget-epiphany21x.patch
+Patch0:		gwget-0.99-epiphany219.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libgnomeui-devel >= 2.0
@@ -61,7 +61,6 @@
 rm ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 desktop-file-install --vendor fedora			\
 	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications	\
-	--add-category X-Fedora				\
 	%{SOURCE1}
 rm -f ${RPM_BUILD_ROOT}/%{_includedir}/gwget/*
 %find_lang %{name}
@@ -91,6 +90,7 @@
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/dbus-1/services/org.gnome.gwget.service
 
 %files epiphany-extension
 %defattr (-,root,root,-)
@@ -98,6 +98,11 @@
 
 
 %changelog
+* Sat Jun 09 2007 Christoph Wickert <fedora at christoph-wickert de> 0.99-1
+- Update to 0.99
+- Add support for epiphany 2.19
+- Update desktop file
+
 * Thu May 17 2007 Christoph Wickert <fedora at christoph-wickert de> 0.98.2-2
 - Rebuild for Fedora 7
 - Add support for epiphany 2.18


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gwget/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	11 Nov 2006 02:51:22 -0000	1.9
+++ sources	9 Jun 2007 20:02:43 -0000	1.10
@@ -1 +1 @@
-26bb748aff0769321bf1fd9b65735649  gwget-0.98.2.tar.bz2
+69f43ae6edbb7ac472c30c547fbf80e6  gwget-0.99.tar.bz2


--- gwget-epiphany21x.patch DELETED ---




More information about the fedora-extras-commits mailing list