[arch-commits] Commit in libcryptui/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sat Oct 22 23:55:31 UTC 2016
Date: Saturday, October 22, 2016 @ 23:55:30
Author: heftig
Revision: 279154
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libcryptui/repos/testing-i686/
libcryptui/repos/testing-i686/PKGBUILD
(from rev 279153, libcryptui/trunk/PKGBUILD)
libcryptui/repos/testing-x86_64/
libcryptui/repos/testing-x86_64/PKGBUILD
(from rev 279153, libcryptui/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: libcryptui/repos/testing-i686/PKGBUILD (from rev 279153, libcryptui/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-22 23:55:30 UTC (rev 279154)
@@ -0,0 +1,38 @@
+# $Id$
+# 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+24+gd5e5bc5
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://git.gnome.org/browse/libcryptui"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3 # master
+source=("git://git.gnome.org/libcryptui#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/testing-x86_64/PKGBUILD (from rev 279153, libcryptui/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-22 23:55:30 UTC (rev 279154)
@@ -0,0 +1,38 @@
+# $Id$
+# 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+24+gd5e5bc5
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://git.gnome.org/browse/libcryptui"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3 # master
+source=("git://git.gnome.org/libcryptui#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