[arch-commits] Commit in libgsystem/repos (4 files)

Jan Steffens heftig at archlinux.org
Wed Dec 24 01:20:27 UTC 2014


    Date: Wednesday, December 24, 2014 @ 02:20:26
  Author: heftig
Revision: 227975

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgsystem/repos/extra-i686/
  libgsystem/repos/extra-i686/PKGBUILD
    (from rev 227974, libgsystem/trunk/PKGBUILD)
  libgsystem/repos/extra-x86_64/
  libgsystem/repos/extra-x86_64/PKGBUILD
    (from rev 227974, libgsystem/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libgsystem/repos/extra-i686/PKGBUILD (from rev 227974, libgsystem/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-24 01:20:26 UTC (rev 227975)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgsystem
+pkgver=2014.2
+pkgrel=1
+pkgdesc='"Copylib" for system service modules using GLib with GCC'
+url="https://wiki.gnome.org/Projects/LibGSystem"
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(glib2 libsystemd)
+makedepends=(gobject-introspection gtk-doc systemd)
+source=(https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('cbe8984b4f68bc0ba1fcecd5b33a763a60cc874a050e49ab62c414e8d79b21d1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgsystem/repos/extra-x86_64/PKGBUILD (from rev 227974, libgsystem/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-24 01:20:26 UTC (rev 227975)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgsystem
+pkgver=2014.2
+pkgrel=1
+pkgdesc='"Copylib" for system service modules using GLib with GCC'
+url="https://wiki.gnome.org/Projects/LibGSystem"
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(glib2 libsystemd)
+makedepends=(gobject-introspection gtk-doc systemd)
+source=(https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz)
+sha256sums=('cbe8984b4f68bc0ba1fcecd5b33a763a60cc874a050e49ab62c414e8d79b21d1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list