Date: Friday, April 13, 2018 @ 20:31:13 Author: heftig Revision: 321690
archrelease: copy trunk to extra-x86_64 Added: libpeas/repos/extra-x86_64/PKGBUILD (from rev 321689, libpeas/trunk/PKGBUILD) Deleted: libpeas/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 90 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-04-13 20:30:50 UTC (rev 321689) +++ PKGBUILD 2018-04-13 20:31:13 UTC (rev 321690) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=libpeas -pkgver=1.22.0 -pkgrel=1 -pkgdesc="A GObject plugins library" -arch=(i686 x86_64) -url="https://wiki.gnome.org/Projects/Libpeas" -license=(GPL2) -depends=(gtk3 gobject-introspection-runtime) -makedepends=(gtk-doc intltool python-gobject python2-gobject glade gobject-introspection git - gnome-common) -_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb # tags/libpeas-1.22.0^0 -source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit") -sha256sums=('SKIP') - - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^libpeas-//;s/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --enable-gtk-doc --disable-static - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname - make DESTDIR="${pkgdir}" install -} - -# vim:set ts=2 sw=2 et: Copied: libpeas/repos/extra-x86_64/PKGBUILD (from rev 321689, libpeas/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-04-13 20:31:13 UTC (rev 321690) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=libpeas +pkgver=1.22.0 +pkgrel=2 +pkgdesc="A GObject plugins library" +arch=(x86_64) +url="https://wiki.gnome.org/Projects/Libpeas" +license=(GPL2) +depends=(gtk3 gobject-introspection-runtime) +makedepends=(gtk-doc intltool python-gobject python2-gobject glade gobject-introspection git + gnome-common) +_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb # tags/libpeas-1.22.0^0 +source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit") +sha256sums=('SKIP') + + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^libpeas-//;s/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --enable-gtk-doc --disable-static + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: