[arch-commits] Commit in libgee/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 6 00:18:50 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-05 23:32:08 UTC (rev 376806)
+++ PKGBUILD 2020-03-06 00:18:49 UTC (rev 376807)
@@ -1,43 +0,0 @@
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-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)
+++ PKGBUILD 2020-03-06 00:18:49 UTC (rev 376807)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list