Date: Friday, April 13, 2018 @ 20:30:50 Author: heftig Revision: 321689
archrelease: copy trunk to extra-x86_64 Added: libgee/repos/extra-x86_64/PKGBUILD (from rev 321688, libgee/trunk/PKGBUILD) Deleted: libgee/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 88 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-04-13 20:30:02 UTC (rev 321688) +++ PKGBUILD 2018-04-13 20:30:50 UTC (rev 321689) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru <ib...@archlinux.org> -# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> - -pkgname=libgee -pkgver=0.20.1 -pkgrel=1 -pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures" -url="https://git.gnome.org/browse/libgee" -license=(LGPL2.1) -arch=(x86_64) -depends=(glib2) -makedepends=(gobject-introspection vala autoconf-archive git valadoc) -_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb # tags/0.20.1^0 -source=("git+https://git.gnome.org/browse/libgee#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --disable-static - make -} - -check() { - cd $pkgname - # generates a bazillion traps - make sure systemd's core_pattern - # is deactivated, or you'll DoS the journal and the system - #make check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 321688, libgee/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-04-13 20:30:50 UTC (rev 321689) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer : Ionut Biru <ib...@archlinux.org> +# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=libgee +pkgver=0.20.1 +pkgrel=2 +pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures" +url="https://git.gnome.org/browse/libgee" +license=(LGPL2.1) +arch=(x86_64) +depends=(glib2) +makedepends=(gobject-introspection vala autoconf-archive git valadoc) +_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb # tags/0.20.1^0 +source=("git+https://git.gnome.org/browse/libgee#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --disable-static + make +} + +check() { + cd $pkgname + # generates a bazillion traps - make sure systemd's core_pattern + # is deactivated, or you'll DoS the journal and the system + #make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}