Date: Monday, April 4, 2022 @ 08:55:09
  Author: heftig
Revision: 441503

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-04 08:55:02 UTC (rev 441502)
+++ PKGBUILD    2022-04-04 08:55:09 UTC (rev 441503)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-
-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
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 441501, 
libgee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-04-04 08:55:09 UTC (rev 441503)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=libgee
+pkgver=0.20.5
+pkgrel=2
+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)
+options=(debug)
+_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
+}

Reply via email to