[springlobby/f15/master] - Version 0.128 (Large number of fixes). - libnotify patched dropped, handled up-stream.

Gilboa Davara gilboa at fedoraproject.org
Thu Mar 31 09:47:33 UTC 2011


commit bcd44e65d83a25b5a9ac06fee0e7b4738e08c019
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Thu Mar 31 11:47:14 2011 +0200

    - Version 0.128 (Large number of fixes).
    - libnotify patched dropped, handled up-stream.

 .gitignore               |    4 +---
 sources                  |    1 +
 springlobby-gtkfix.patch |   11 +++++++++++
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2998c62..b97d57a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,7 @@
 springlobby-0.95.tar.bz2
 /springlobby-0.101.tar.bz2
 /springlobby-0.116.tar.bz2
-/springlobby-gtkfix.patch
 /springlobby-0.118.tar.bz2
 /springlobby-0.120.tar.bz2
-/libnotify-070-fix.patch
 /springlobby-0.124.tar.bz2
-/springlobby-dso.patch
+/springlobby-0.128.tar.bz2
diff --git a/sources b/sources
index 0448cdb..5a1527c 100644
--- a/sources
+++ b/sources
@@ -2,3 +2,4 @@ f877a02e9559690f6f90e2eae163fdcc  springlobby-0.124.tar.bz2
 8a81cf4b06ad7404170e8ccfab454ab0  springlobby-gtkfix.patch
 b94d9fc2426f149510dd808f105188b3  libnotify-070-fix.patch
 cf0323eef43e000a88852ef36155201f  springlobby-dso.patch
+14a67b499366f500645d6174f7753674  springlobby-0.128.tar.bz2
diff --git a/springlobby-gtkfix.patch b/springlobby-gtkfix.patch
new file mode 100644
index 0000000..53ab20b
--- /dev/null
+++ b/springlobby-gtkfix.patch
@@ -0,0 +1,11 @@
+--- springlobby-0.116/CMakeLists.txt.old	2010-11-18 22:03:13.167659743 +0200
++++ springlobby-0.116/CMakeLists.txt	2010-11-18 22:03:51.703595481 +0200
+@@ -193,6 +193,8 @@
+ 	pkg_check_modules( LIBNOTIFY libnotify )
+ 	IF( LIBNOTIFY_FOUND )
+ 		INCLUDE_DIRECTORIES( ${LIBNOTIFY_INCLUDE_DIRS} )
++		FIND_PACKAGE(GTK2 COMPONENTS gtk)
++		INCLUDE_DIRECTORIES (${GTK2_INCLUDE_DIRS})
+ 		LINK_LIBRARIES( ${LIBNOTIFY_LIBRARIES} )
+ 		ADD_DEFINITIONS( -DHAVE_LIBNOTIFY )
+ 	ENDIF( LIBNOTIFY_FOUND )


More information about the scm-commits mailing list