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

Felix Yan felixonmars at archlinux.org
Sat Nov 10 04:50:57 UTC 2018


    Date: Saturday, November 10, 2018 @ 04:50:57
  Author: felixonmars
Revision: 338913

archrelease: copy trunk to staging-x86_64

Added:
  libcryptui/repos/staging-x86_64/
  libcryptui/repos/staging-x86_64/PKGBUILD
    (from rev 338912, libcryptui/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: libcryptui/repos/staging-x86_64/PKGBUILD (from rev 338912, libcryptui/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-10 04:50:57 UTC (rev 338913)
@@ -0,0 +1,37 @@
+# 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+41+gf29d1d37
+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)
+_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # 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
+}



More information about the arch-commits mailing list