[arch-commits] Commit in libcryptui/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 06:07:50 UTC 2020
Date: Sunday, March 8, 2020 @ 06:07:50
Author: heftig
Revision: 377001
archrelease: copy trunk to extra-x86_64
Added:
libcryptui/repos/extra-x86_64/PKGBUILD
(from rev 376999, libcryptui/trunk/PKGBUILD)
Deleted:
libcryptui/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 06:07:44 UTC (rev 377000)
+++ PKGBUILD 2020-03-08 06:07:50 UTC (rev 377001)
@@ -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=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
-}
Copied: libcryptui/repos/extra-x86_64/PKGBUILD (from rev 376999, libcryptui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 06:07:50 UTC (rev 377001)
@@ -0,0 +1,38 @@
+# 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
+}
More information about the arch-commits
mailing list