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

Jan Steffens heftig at archlinux.org
Wed Oct 21 01:20:08 UTC 2015


    Date: Wednesday, October 21, 2015 @ 03:20:07
  Author: heftig
Revision: 249591

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-21 01:19:33 UTC (rev 249590)
+++ extra-i686/PKGBUILD	2015-10-21 01:20:07 UTC (rev 249591)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libgsystem
-pkgver=2015.1
-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=('d94d49d8980329b0e5b7d393326e693f6242772aa4cd012b5eff802b615eb15c')
-
-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-i686/PKGBUILD (from rev 249590, libgsystem/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-21 01:20:07 UTC (rev 249591)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgsystem
+pkgver=2015.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 attr)
+makedepends=(gobject-introspection gtk-doc systemd git)
+source=("git://git.gnome.org/libgsystem#tag=v$pkgver"
+        "git://git.gnome.org/libglnx")
+sha256sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-21 01:19:33 UTC (rev 249590)
+++ extra-x86_64/PKGBUILD	2015-10-21 01:20:07 UTC (rev 249591)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libgsystem
-pkgver=2015.1
-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=('d94d49d8980329b0e5b7d393326e693f6242772aa4cd012b5eff802b615eb15c')
-
-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 249590, libgsystem/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-21 01:20:07 UTC (rev 249591)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgsystem
+pkgver=2015.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 attr)
+makedepends=(gobject-introspection gtk-doc systemd git)
+source=("git://git.gnome.org/libgsystem#tag=v$pkgver"
+        "git://git.gnome.org/libglnx")
+sha256sums=('SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list