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

Jan Steffens heftig at gemini.archlinux.org
Thu Feb 10 14:09:43 UTC 2022


    Date: Thursday, February 10, 2022 @ 14:09:42
  Author: heftig
Revision: 436862

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 14:09:35 UTC (rev 436861)
+++ PKGBUILD	2022-02-10 14:09:42 UTC (rev 436862)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.20.4
-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=db2efd468d32832ed787165ddda555706d888aca  # tags/0.20.4^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 436861, libgee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 14:09:42 UTC (rev 436862)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.20.5
+pkgrel=1
+pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures"
+url="https://gitlab.gnome.org/GNOME/libgee"
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala autoconf-archive git)
+_commit=ab19a43592bb96ec8812058ea33a5b856b475bf4  # tags/0.20.5^0
+source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgee
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libgee
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libgee
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd libgee
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libgee-0.8.so)
+
+  cd libgee
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list