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

Jan Steffens heftig at gemini.archlinux.org
Mon Jul 18 19:05:31 UTC 2022


    Date: Monday, July 18, 2022 @ 19:05:31
  Author: heftig
Revision: 451446

archrelease: copy trunk to extra-x86_64

Added:
  libcryptui/repos/extra-x86_64/PKGBUILD
    (from rev 451445, libcryptui/trunk/PKGBUILD)
Deleted:
  libcryptui/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 19:05:23 UTC (rev 451445)
+++ PKGBUILD	2022-07-18 19:05:31 UTC (rev 451446)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libcryptui
-pkgver=3.12.2+55+ged3b12af
-pkgrel=1
-pkgdesc="Library for OpenPGP prompts"
-url="https://gitlab.gnome.org/GNOME/libcryptui"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
-makedepends=(intltool gobject-introspection gnome-common git)
-provides=(libcryptui.so)
-_commit=ed3b12af71643d5f6d29fc6a5092123624faff6e  # master
-source=("git+https://gitlab.gnome.org/GNOME/libcryptui.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 --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-compile --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libcryptui/repos/extra-x86_64/PKGBUILD (from rev 451445, libcryptui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-18 19:05:31 UTC (rev 451446)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libcryptui
+pkgver=3.12.2+r69+g9c70a43b
+pkgrel=1
+epoch=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://gitlab.gnome.org/GNOME/libcryptui"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+provides=(libcryptui.so)
+options=(debug)
+_commit=9c70a43b54c343c056b84cd981e42ce5d6be17b4  # master
+source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list