[arch-commits] Commit in libcryptui/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Nov 10 04:52:27 UTC 2018
Date: Saturday, November 10, 2018 @ 04:52:27
Author: foutrelis
Revision: 338915
archrelease: copy trunk to staging-x86_64
Added:
libcryptui/repos/staging-x86_64/PKGBUILD
(from rev 338914, libcryptui/trunk/PKGBUILD)
Deleted:
libcryptui/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-10 04:52:22 UTC (rev 338914)
+++ PKGBUILD 2018-11-10 04:52:27 UTC (rev 338915)
@@ -1,37 +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+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
-}
Copied: libcryptui/repos/staging-x86_64/PKGBUILD (from rev 338914, libcryptui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-10 04:52:27 UTC (rev 338915)
@@ -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=2
+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