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

Jan Steffens heftig at archlinux.org
Wed Oct 12 10:23:40 UTC 2016


    Date: Wednesday, October 12, 2016 @ 10:23:39
  Author: heftig
Revision: 278483

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

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

-----------------------+
 /PKGBUILD             |   88 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   44 ------------------------
 extra-x86_64/PKGBUILD |   44 ------------------------
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-10-12 10:22:57 UTC (rev 278482)
+++ extra-i686/PKGBUILD	2016-10-12 10:23:39 UTC (rev 278483)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.18.0+7+gb8babe6
-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=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git valadoc)
-_commit=b8babe694859fe02a6113c4b7ab3cc2a8b3649b2
-source=("git://git.gnome.org/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-i686/PKGBUILD (from rev 278482, libgee/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-10-12 10:23:39 UTC (rev 278483)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.18.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=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git valadoc)
+_commit=d52a07b1851e45f3cae3384cae4aa4803a1b6f51  # tags/0.18.1^0
+source=("git://git.gnome.org/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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-10-12 10:22:57 UTC (rev 278482)
+++ extra-x86_64/PKGBUILD	2016-10-12 10:23:39 UTC (rev 278483)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.18.0+7+gb8babe6
-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=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git valadoc)
-_commit=b8babe694859fe02a6113c4b7ab3cc2a8b3649b2
-source=("git://git.gnome.org/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 278482, libgee/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-10-12 10:23:39 UTC (rev 278483)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.18.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=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git valadoc)
+_commit=d52a07b1851e45f3cae3384cae4aa4803a1b6f51  # tags/0.18.1^0
+source=("git://git.gnome.org/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
+}



More information about the arch-commits mailing list