[arch-commits] Commit in libgee/repos (6 files)

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:54:12 UTC 2014


    Date: Friday, September 26, 2014 @ 12:54:11
  Author: jgc
Revision: 223070

db-move: moved libgee from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgee/repos/testing-i686/
  libgee/repos/testing-i686/PKGBUILD
    (from rev 223030, libgee/repos/gnome-unstable-i686/PKGBUILD)
  libgee/repos/testing-x86_64/
  libgee/repos/testing-x86_64/PKGBUILD
    (from rev 223030, libgee/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgee/repos/gnome-unstable-i686/
  libgee/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libgee/repos/testing-i686/PKGBUILD (from rev 223030, libgee/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:54:11 UTC (rev 223070)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala python2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a26243eac4280f2d2ebd34b377fc5dc7a73633bcc4c339af6162031943d76aae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # 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-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgee/repos/testing-x86_64/PKGBUILD (from rev 223030, libgee/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:54:11 UTC (rev 223070)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala python2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a26243eac4280f2d2ebd34b377fc5dc7a73633bcc4c339af6162031943d76aae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # 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-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list