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

Jan de Groot jgc at archlinux.org
Wed Dec 28 14:25:20 UTC 2011


    Date: Wednesday, December 28, 2011 @ 09:25:19
  Author: jgc
Revision: 145709

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-28 14:24:53 UTC (rev 145708)
+++ extra-i686/PKGBUILD	2011-12-28 14:25:19 UTC (rev 145709)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=gob2
-pkgver=2.0.17
-pkgrel=1
-pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('glib2')
-url="http://www.5z.com/jirka/gob.html"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: gob2/repos/extra-i686/PKGBUILD (from rev 145708, gob2/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-28 14:25:19 UTC (rev 145709)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=gob2
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('glib2')
+url="http://www.5z.com/jirka/gob.html"
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+md5sums=('cd08248762962aec88100ddaaff4f9e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-28 14:24:53 UTC (rev 145708)
+++ extra-x86_64/PKGBUILD	2011-12-28 14:25:19 UTC (rev 145709)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=gob2
-pkgver=2.0.17
-pkgrel=1
-pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('glib2')
-url="http://www.5z.com/jirka/gob.html"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: gob2/repos/extra-x86_64/PKGBUILD (from rev 145708, gob2/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-28 14:25:19 UTC (rev 145709)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=gob2
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('glib2')
+url="http://www.5z.com/jirka/gob.html"
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+md5sums=('cd08248762962aec88100ddaaff4f9e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list