[arch-commits] Commit in file-roller/trunk (PKGBUILD fr-fix-source.patch)

Jan de Groot jgc at archlinux.org
Fri Jul 3 17:52:09 UTC 2009


    Date: Friday, July 3, 2009 @ 13:52:09
  Author: jgc
Revision: 44681

Remove pregenerated file instead of patching it to make this build

Modified:
  file-roller/trunk/PKGBUILD
Deleted:
  file-roller/trunk/fr-fix-source.patch

---------------------+
 PKGBUILD            |   13 ++++++-------
 fr-fix-source.patch |   12 ------------
 2 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-03 17:48:59 UTC (rev 44680)
+++ PKGBUILD	2009-07-03 17:52:09 UTC (rev 44681)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=2.26.2
+pkgver=2.26.3
 pkgrel=1
 pkgdesc="Archive manipulator for GNOME2"
 arch=(i686 x86_64)
@@ -15,16 +15,15 @@
 install=file-roller.install
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2
-	fr-rpm-bsdtar.patch
-	fr-fix-source.patch)
-md5sums=('9d4575665dcbf063a062aa5a776eca68'
-	 '918057080ef487c625f326ed5637f490'
-	 'd8669520863718319d80666e424ffafb')
+	fr-rpm-bsdtar.patch)
+md5sums=('1876e9807a12c37f9bb2d00807905755'
+	 '918057080ef487c625f326ed5637f490')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/fr-fix-source.patch" || return 1
   patch -Np0 -i "${srcdir}/fr-rpm-bsdtar.patch" || return 1
+  rm -f src/fr-enum-types.c
+
   ./configure --prefix=/usr --sysconfdir=/etc \
               --libexecdir=/usr/lib/file-roller \
               --localstatedir=/var --disable-static \

Deleted: fr-fix-source.patch
===================================================================
--- fr-fix-source.patch	2009-07-03 17:48:59 UTC (rev 44680)
+++ fr-fix-source.patch	2009-07-03 17:52:09 UTC (rev 44681)
@@ -1,12 +0,0 @@
---- file-roller-2.26.2/src/fr-enum-types.c~	2009-04-30 09:03:57.000000000 +0000
-+++ file-roller-2.26.2/src/fr-enum-types.c	2009-05-18 22:11:30.958610986 +0000
-@@ -3,8 +3,7 @@
- 
- #include <glib-object.h>
- 
--/* enumerations from "/home/paolo/workspace/file-roller/src/typedefs.h" */
--#include "/home/paolo/workspace/file-roller/src/typedefs.h"
-+#include "typedefs.h"
- GType
- fr_compression_get_type (void)
- {




More information about the arch-commits mailing list