[arch-commits] Commit in libepc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 3 21:30:10 UTC 2018


    Date: Sunday, June 3, 2018 @ 21:30:09
  Author: jgc
Revision: 325714

archrelease: copy trunk to extra-x86_64

Added:
  libepc/repos/extra-x86_64/PKGBUILD
    (from rev 325713, libepc/trunk/PKGBUILD)
Deleted:
  libepc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 21:30:06 UTC (rev 325713)
+++ PKGBUILD	2018-06-03 21:30:09 UTC (rev 325714)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libepc
-pkgver=0.4.4
-pkgrel=3
-pkgdesc="Easy Publish and Consume Library"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://live.gnome.org/libepc"
-depends=('gtk3' 'avahi' 'libsoup')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libepc/repos/extra-x86_64/PKGBUILD (from rev 325713, libepc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 21:30:09 UTC (rev 325714)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libepc
+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' 'python')
+source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+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
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list