r9595 - in packages/trunk/pokerth/debian: . patches

Evgeni Golov sargentd-guest at alioth.debian.org
Thu Apr 16 08:14:31 UTC 2009


Author: sargentd-guest
Date: 2009-04-16 08:14:30 +0000 (Thu, 16 Apr 2009)
New Revision: 9595

Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/patches/01_clean_libpokerth.patch
   packages/trunk/pokerth/debian/patches/02_use_dejavu_fonts.patch
Log:
* New upstream beta release.
* debian/patches/02_use_dejavu_fonts.patch:
  + Refresh patch against new source.
* debian/patches/01_clean_libpokerth.patch:
  + Refresh (again) against new source.


Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2009-04-16 08:13:36 UTC (rev 9594)
+++ packages/trunk/pokerth/debian/changelog	2009-04-16 08:14:30 UTC (rev 9595)
@@ -1,10 +1,12 @@
-pokerth (0.6.4-2) unstable; urgency=low
+pokerth (0.7~beta1-1) UNRELEASED; urgency=low
 
-  * debian/patches/04_link-gnutls-on-kfreebsd.patch:
-    + Add a patch to link with GnuTLS instead of OpenSSL on Debian/kFreeBSD.
-      This prevents a FTBFS on kfreebsd-{i386,amd64}.
+  * New upstream beta release.
+  * debian/patches/02_use_dejavu_fonts.patch:
+    + Refresh patch against new source.
+  * debian/patches/01_clean_libpokerth.patch:
+    + Refresh (again) against new source.
 
- -- Evgeni Golov <sargentd at die-welt.net>  Wed, 08 Apr 2009 23:13:10 +0200
+ -- Evgeni Golov <sargentd at die-welt.net>  Thu, 16 Apr 2009 10:12:03 +0200
 
 pokerth (0.6.4-1) unstable; urgency=low
 

Modified: packages/trunk/pokerth/debian/patches/01_clean_libpokerth.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/01_clean_libpokerth.patch	2009-04-16 08:13:36 UTC (rev 9594)
+++ packages/trunk/pokerth/debian/patches/01_clean_libpokerth.patch	2009-04-16 08:14:30 UTC (rev 9595)
@@ -4,9 +4,9 @@
 +++ pokerth-0.6.2/pokerth_lib.pro
 @@ -8,6 +8,7 @@
  
- UI_DIR = .uics
+ UI_DIR = uics
  TARGET = lib/pokerth_lib
 +QMAKE_CLEAN += ./lib/libpokerth_lib.a
- MOC_DIR = .mocs
- OBJECTS_DIR = .obj
+ MOC_DIR = mocs
+ OBJECTS_DIR = obj
  DEFINES += ENABLE_IPV6

Modified: packages/trunk/pokerth/debian/patches/02_use_dejavu_fonts.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/02_use_dejavu_fonts.patch	2009-04-16 08:13:36 UTC (rev 9594)
+++ packages/trunk/pokerth/debian/patches/02_use_dejavu_fonts.patch	2009-04-16 08:14:30 UTC (rev 9595)
@@ -1,13 +1,17 @@
 Author: Evgeni Golov <sargentd at die-welt.net>
 Description: Use DejaVu Sans instead of Bitstream Vera Sans
---- pokerth-0.6.2.orig/src/gui/qt/gametable/gametableimpl.cpp
-+++ pokerth-0.6.2/src/gui/qt/gametable/gametableimpl.cpp
-@@ -322,7 +322,7 @@
- 		font2String = "font-family: \"Lucida Grande\";";
+License: GPL-2+
+
+Index: src/gui/qt/styles/gametablestylereader.cpp
+===================================================================
+--- src/gui/qt/styles/gametablestylereader.cpp	(revision 1887)
++++ src/gui/qt/styles/gametablestylereader.cpp	(working copy)
+@@ -52,7 +52,7 @@
+ 		tabBarPaddingSide = "9";
  	#else 
  		font1String = "font-family: \"Nimbus Sans L\";";
 -		font2String = "font-family: \"Bitstream Vera Sans\";";
 +		font2String = "font-family: \"DejaVu Sans\";";
- 	#endif
- 	QString textBrowserFontsize= "10";
- 	QString cashFontSize = "10";
+ 
+ 		tabBarPaddingTop = "0";
+ 		tabBarPaddingSide = "9";




More information about the Pkg-games-commits mailing list