Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a09624565bf599a68faae4063299f9b9033da47b

commit a09624565bf599a68faae4063299f9b9033da47b
Author: Pingax <[email protected]>
Date:   Tue Apr 19 17:06:41 2011 +0200

rdesktop-1.7.0-2-i686
* Version bump
* Removed useless patch

diff --git a/source/xapps/rdesktop/FrugalBuild 
b/source/xapps/rdesktop/FrugalBuild
index 1fa45c4..0c2d608 100644
--- a/source/xapps/rdesktop/FrugalBuild
+++ b/source/xapps/rdesktop/FrugalBuild
@@ -1,9 +1,9 @@
-# Compiling Time: 0.10 SBU
+# Compiling Time: 0.08 SBU
# Maintainer: Pingax <[email protected]>
# Contributor: Shrift <[email protected]>

pkgname=rdesktop
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=2
pkgdesc="A Remote Desktop Protocol Client"
depends=('openssl>=1.0.0' 'libx11' 'libxt' 'libao')
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'ppc')
Finclude sourceforge
url="http://www.rdesktop.org";
Fconfopts="$Fconfopts --with-sound=libao --with-ipv6"
-sha1sums=('b8bfd03d4640d285a0aee5b3fb199a47cb4225f2')
+sha1sums=('4f21a8fb2379ce05859e7fb13efa60071125d27f')

# optimization OK
diff --git a/source/xapps/rdesktop/libx11.patch 
b/source/xapps/rdesktop/libx11.patch
deleted file mode 100644
index 9b456e3..0000000
--- a/source/xapps/rdesktop/libx11.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-From 
http://rdesktop.cvs.sourceforge.net/rdesktop/rdesktop/xwin.c?r1=1.222&r2=1.223&view=patch
-Fixes a segfault caused by newer libx11.
-
---- xwin.c     2007/01/17 07:39:31     1.222
-+++ xwin.c     2007/04/12 16:04:25     1.223
-@@ -3218,7 +3218,7 @@
-               return;
-
-       image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
--                           (char *) data, cx, cy, BitmapPad(g_display), cx * 
g_bpp / 8);
-+                           (char *) data, cx, cy, g_bpp, 0);
-
-       if (g_ownbackstore)
-       {
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to