[arch-commits] Commit in libepc/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 3 21:30:06 UTC 2018
Date: Sunday, June 3, 2018 @ 21:30:06
Author: jgc
Revision: 325713
upgpkg: libepc 0.4.6-1
Modified:
libepc/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-03 21:27:02 UTC (rev 325712)
+++ PKGBUILD 2018-06-03 21:30:06 UTC (rev 325713)
@@ -2,21 +2,24 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libepc
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
pkgdesc="Easy Publish and Consume Library"
arch=(x86_64)
license=('LGPL')
url="https://wiki.gnome.org/Projects/libepc"
depends=('gtk3' 'avahi' 'libsoup')
-makedepends=('intltool')
+makedepends=('intltool' 'python')
source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b')
+sha256sums=('215990847a8526c85774cb74fbcaea4c46866df58281b21dce5a62aac5da7ae8')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}
More information about the arch-commits
mailing list