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

Ionut Biru ibiru at archlinux.org
Wed Sep 14 09:17:29 UTC 2011


    Date: Wednesday, September 14, 2011 @ 05:17:28
  Author: ibiru
Revision: 138009

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

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

-----------------------+
 extra-i686/PKGBUILD   |   50 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   50 +++++++++++++++++++++++++-----------------------
 2 files changed, 54 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-14 09:17:19 UTC (rev 138008)
+++ extra-i686/PKGBUILD	2011-09-14 09:17:28 UTC (rev 138009)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee"
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2>=2.26')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e6220f321b53f7732e0b45db7b8f29088cf4892e798b9b9a02bed16938030121')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --disable-static
-    make
-    make DESTDIR="${pkgdir}" install
-}

Copied: libgee/repos/extra-i686/PKGBUILD (from rev 138007, libgee/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-14 09:17:28 UTC (rev 138009)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.6.2.1
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee"
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix=/usr --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-14 09:17:19 UTC (rev 138008)
+++ extra-x86_64/PKGBUILD	2011-09-14 09:17:28 UTC (rev 138009)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee"
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2>=2.26')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e6220f321b53f7732e0b45db7b8f29088cf4892e798b9b9a02bed16938030121')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --disable-static
-    make
-    make DESTDIR="${pkgdir}" install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 138008, libgee/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-14 09:17:28 UTC (rev 138009)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.6.2.1
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee"
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix=/usr --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list