[arch-commits] Commit in xchm/trunk (PKGBUILD xchm-1.16-gcc44.patch)

Giovanni Scafora giovanni at archlinux.org
Tue May 26 23:11:02 UTC 2009


    Date: Tuesday, May 26, 2009 @ 19:11:02
  Author: giovanni
Revision: 40073

upgpkg: xchm 1.17-1
    New version 1.17

Modified:
  xchm/trunk/PKGBUILD
Deleted:
  xchm/trunk/xchm-1.16-gcc44.patch

-----------------------+
 PKGBUILD              |   10 ++++------
 xchm-1.16-gcc44.patch |   21 ---------------------
 2 files changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-26 22:53:45 UTC (rev 40072)
+++ PKGBUILD	2009-05-26 23:11:02 UTC (rev 40073)
@@ -2,21 +2,19 @@
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=xchm
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="A cross-platform GUI front-end to chmlib"
 arch=('i686' 'x86_64')
 url="http://xchm.sourceforge.net"
 license=('GPL')
 depends=('chmlib' 'wxgtk')
-source=(http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz xchm.desktop xchm-1.16-gcc44.patch)
-md5sums=('bf3449c26ea2177edea056a75534e04b' 
-         '58b60b388189d104923a9150c037920d'
-	 '58626f871fe5867bcc537d9262cdfe25')
+source=(http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz xchm.desktop)
+md5sums=('4f34bc046fcc59f1af590d8eb1e08934' 
+         '58b60b388189d104923a9150c037920d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/xchm-1.16-gcc44.patch || return 1
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${pkgdir} install || return 1

Deleted: xchm-1.16-gcc44.patch
===================================================================
--- xchm-1.16-gcc44.patch	2009-05-26 22:53:45 UTC (rev 40072)
+++ xchm-1.16-gcc44.patch	2009-05-26 23:11:02 UTC (rev 40073)
@@ -1,21 +0,0 @@
---- a/src/chmfile.h	2009-05-17 01:28:11.000000000 -0700
-+++ b/src/chmfile.h	2009-05-17 01:28:11.000000000 -0700
-@@ -24,6 +24,7 @@
- #define __CHMFILE_H_
- 
- #include <config.h>
-+#include <stdint.h>
- #include <chm_lib.h>
- #include <wx/filefn.h>
- #include <wx/string.h>
---- a/src/bitfiddle.inl	2009-05-17 01:29:06.000000000 -0700
-+++ b/src/bitfiddle.inl	2009-05-17 01:29:06.000000000 -0700
-@@ -23,7 +23,7 @@
- 
- 
- #include <wx/string.h>
--
-+#include <stdint.h>
- 
- #define FIXENDIAN16(x) (x = wxUINT16_SWAP_ON_BE(x))
- #define FIXENDIAN32(x) (x = wxUINT32_SWAP_ON_BE(x))




More information about the arch-commits mailing list