[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-05 Thread Jan Steffens via arch-commits
Date: Friday, March 6, 2020 @ 00:18:49
  Author: heftig
Revision: 376807

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-05 23:32:08 UTC (rev 376806)
+++ PKGBUILD2020-03-06 00:18:49 UTC (rev 376807)
@@ -1,43 +0,0 @@
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.20.3
-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=(x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git)
-_commit=56b10bc2c272f345536709f0abdaf857ba1b4080  # tags/0.20.3^0
-source=("git+https://gitlab.gnome.org/GNOME/libgee.git#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 376806, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-06 00:18:49 UTC (rev 376807)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.20.3
+pkgrel=2
+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=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git)
+_commit=56b10bc2c272f345536709f0abdaf857ba1b4080  # tags/0.20.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libgee.git#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
+}


[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-09 Thread Jan Steffens via arch-commits
Date: Sunday, February 9, 2020 @ 22:20:19
  Author: heftig
Revision: 375157

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 22:20:05 UTC (rev 375156)
+++ PKGBUILD2020-02-09 22:20:19 UTC (rev 375157)
@@ -1,43 +0,0 @@
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.20.2
-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=(x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git)
-_commit=5e66324654b7d70d7c28793491a4edfe6d8a0d85  # tags/0.20.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libgee.git#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 375156, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 22:20:19 UTC (rev 375157)
@@ -0,0 +1,43 @@
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.20.3
+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=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git)
+_commit=56b10bc2c272f345536709f0abdaf857ba1b4080  # tags/0.20.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libgee.git#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
+}


[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-05 Thread Jan Steffens via arch-commits
Date: Monday, August 5, 2019 @ 08:08:50
  Author: heftig
Revision: 359167

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   87 ++---
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-05 08:08:09 UTC (rev 359166)
+++ PKGBUILD2019-08-05 08:08:50 UTC (rev 359167)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.20.1
-pkgrel=2
-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=(x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git valadoc)
-_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb  # tags/0.20.1^0
-source=("git+https://git.gnome.org/browse/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 359166, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-05 08:08:50 UTC (rev 359167)
@@ -0,0 +1,43 @@
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.20.2
+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=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git)
+_commit=5e66324654b7d70d7c28793491a4edfe6d8a0d85  # tags/0.20.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libgee.git#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
+}


[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-13 Thread Jan Steffens via arch-commits
Date: Friday, April 13, 2018 @ 20:30:50
  Author: heftig
Revision: 321689

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-13 20:30:02 UTC (rev 321688)
+++ PKGBUILD2018-04-13 20:30:50 UTC (rev 321689)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.20.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=(x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala autoconf-archive git valadoc)
-_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb  # tags/0.20.1^0
-source=("git+https://git.gnome.org/browse/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 321688, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-13 20:30:50 UTC (rev 321689)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.20.1
+pkgrel=2
+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=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git valadoc)
+_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb  # tags/0.20.1^0
+source=("git+https://git.gnome.org/browse/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
+}


[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-11 Thread Jan Steffens via arch-commits
Date: Sunday, February 11, 2018 @ 22:40:01
  Author: heftig
Revision: 316628

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-11 22:39:24 UTC (rev 316627)
+++ PKGBUILD2018-02-11 22:40:01 UTC (rev 316628)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.20.0
-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=fe7c7e86185e919adcbd053404e7ee497bb90dc5
-source=("git+https://git.gnome.org/browse/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 316627, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-11 22:40:01 UTC (rev 316628)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.20.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=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git valadoc)
+_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb  # tags/0.20.1^0
+source=("git+https://git.gnome.org/browse/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
+}


[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 16:31:43
  Author: ioni
Revision: 175984

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-25 15:27:18 UTC (rev 175983)
+++ PKGBUILD2013-01-25 15:31:43 UTC (rev 175984)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.6.6.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/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 175983, 
libgee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-25 15:31:43 UTC (rev 175984)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.6.7
+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/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b512bf1785fbbb6a264be5fac325c42d4e96cc560b22e3f19ea5b01b1414106d')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}