[Pkg-xfce-commits] r6764 - in desktop/branches/experimental/gtk2-engines-xfce/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sat Apr 14 12:38:05 UTC 2012


Author: corsac
Date: 2012-04-14 12:38:05 +0000 (Sat, 14 Apr 2012)
New Revision: 6764

Removed:
   desktop/branches/experimental/gtk2-engines-xfce/debian/patches/01_link-against-libm.patch
   desktop/branches/experimental/gtk2-engines-xfce/debian/patches/series
Modified:
   desktop/branches/experimental/gtk2-engines-xfce/debian/changelog
Log:
* New upstream development release.
* debian/patches:
  - 01_link-against-libm dropped, included upstream.

Modified: desktop/branches/experimental/gtk2-engines-xfce/debian/changelog
===================================================================
--- desktop/branches/experimental/gtk2-engines-xfce/debian/changelog	2012-04-14 12:35:34 UTC (rev 6763)
+++ desktop/branches/experimental/gtk2-engines-xfce/debian/changelog	2012-04-14 12:38:05 UTC (rev 6764)
@@ -1,3 +1,11 @@
+gtk2-engines-xfce (2.99.3-1) UNRELEASED; urgency=low
+
+  * New upstream development release.
+  * debian/patches:
+    - 01_link-against-libm dropped, included upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 14 Apr 2012 14:37:03 +0200
+
 gtk2-engines-xfce (2.99.2-1) experimental; urgency=low
 
   [ Lionel Le Folgoc ]

Deleted: desktop/branches/experimental/gtk2-engines-xfce/debian/patches/01_link-against-libm.patch
===================================================================
--- desktop/branches/experimental/gtk2-engines-xfce/debian/patches/01_link-against-libm.patch	2012-04-14 12:35:34 UTC (rev 6763)
+++ desktop/branches/experimental/gtk2-engines-xfce/debian/patches/01_link-against-libm.patch	2012-04-14 12:38:05 UTC (rev 6764)
@@ -1,39 +0,0 @@
-Description: Link the gtk2 engine to libm
-Author: Lionel Le Folgoc <mrpouit at gmail.com>
-Bug: https://bugzilla.xfce.org/show_bug.cgi?id=8638
-Forwarded: yes, https://bugzilla.xfce.org/attachment.cgi?id=4303
-
---- gtk2-engines-xfce-2.99.2.orig/configure.in
-+++ gtk2-engines-xfce-2.99.2/configure.in
-@@ -67,6 +67,9 @@ dnl *** Check for optional packages ***
- dnl ***********************************
- XDT_CHECK_OPTIONAL_PACKAGE([GTK2], [gtk+-2.0], [2.20.0], [gtk2], [Gtk 2 theme engine])
- XDT_CHECK_OPTIONAL_PACKAGE([GTK3], [gtk+-3.0], [3.0.0], [gtk3], [Gtk 3 theme engine])
-+dnl libm is needed for floor() and ceil()
-+AC_CHECK_LIBM
-+AC_SUBST(LIBM)
- 
- GTK_SUBDIRS=""
- if test x"$GTK2_FOUND" = x"yes"
-@@ -80,9 +83,6 @@ then
-   GTK3_BINARY_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-3.0`
-   AC_SUBST([GTK3_BINARY_VERSION])
-   GTK_SUBDIRS="$GTK_SUBDIRS gtk-3.0"
--  dnl libm is needed for floor() and ceil()
--  AC_CHECK_LIBM
--  AC_SUBST(LIBM)
- fi
- AC_SUBST([GTK_SUBDIRS])
- 
---- gtk2-engines-xfce-2.99.2.orig/gtk-2.0/Makefile.am
-+++ gtk2-engines-xfce-2.99.2/gtk-2.0/Makefile.am
-@@ -30,7 +30,8 @@ libxfce_la_CFLAGS = \
- libxfce_la_LIBADD = \
- 	$(GTK2_LIBS) \
- 	$(GLIB_LIBS) \
--	$(GMODULE_LIBS)
-+	$(GMODULE_LIBS) \
-+	$(LIBM)
- 
- libxfce_la_LDFLAGS = \
- 	-module \

Deleted: desktop/branches/experimental/gtk2-engines-xfce/debian/patches/series
===================================================================
--- desktop/branches/experimental/gtk2-engines-xfce/debian/patches/series	2012-04-14 12:35:34 UTC (rev 6763)
+++ desktop/branches/experimental/gtk2-engines-xfce/debian/patches/series	2012-04-14 12:38:05 UTC (rev 6764)
@@ -1 +0,0 @@
-01_link-against-libm.patch




More information about the Pkg-xfce-commits mailing list