[arch-commits] Commit in blam/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Feb 26 12:09:53 UTC 2015
Date: Thursday, February 26, 2015 @ 13:09:52
Author: jgc
Revision: 128247
upgpkg: blam 1.8.12-2
Modified:
blam/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-26 08:11:00 UTC (rev 128246)
+++ PKGBUILD 2015-02-26 12:09:52 UTC (rev 128247)
@@ -3,7 +3,7 @@
pkgname=blam
pkgver=1.8.12
-pkgrel=1
+pkgrel=2
pkgdesc="Simple newsreader for GNOME written in C Sharp"
arch=('any')
url="https://git.gnome.org/browse/blam"
@@ -14,9 +14,14 @@
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i -e 's/dbus-sharp-glib-1.0/dbus-sharp-glib-2.0/g' configure.ac
+}
+
build() {
cd "$srcdir/$pkgname-$pkgver"
-
+ autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-install \
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
More information about the arch-commits
mailing list