summaryrefslogtreecommitdiff
path: root/pinentry-qt5
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-10-04 18:58:28 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-10-04 18:58:28 +1000
commit6235574fecd93e30faeea58afb02db1df39e2db6 (patch)
tree44c9d2f3c12796d59c2e50440ac79bfbcecbfec2 /pinentry-qt5
parenta8da31292f48491a31744026b94e4d861cb41af0 (diff)
downloadopt-6235574fecd93e30faeea58afb02db1df39e2db6.tar.gz
opt-6235574fecd93e30faeea58afb02db1df39e2db6.tar.xz
[notify] pinentry-qt5: renamed from pinentry-qt4 and dependency change from qt4 -> qt5
Diffstat (limited to 'pinentry-qt5')
-rw-r--r--pinentry-qt5/.footprint3
-rw-r--r--pinentry-qt5/.signature5
-rw-r--r--pinentry-qt5/Pkgfile24
3 files changed, 32 insertions, 0 deletions
diff --git a/pinentry-qt5/.footprint b/pinentry-qt5/.footprint
new file mode 100644
index 000000000..115f76bb8
--- /dev/null
+++ b/pinentry-qt5/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/pinentry-qt
diff --git a/pinentry-qt5/.signature b/pinentry-qt5/.signature
new file mode 100644
index 000000000..23ea1a403
--- /dev/null
+++ b/pinentry-qt5/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/apsKfUryAJG/Og1BAoMf9yjhV/Jo2Q57m/ZbGC1iWo3dRM+xInJcUK9LMvrTVfKQsFZdTsQkLPJFwkus/QtDgQ=
+SHA256 (Pkgfile) = 5ca8a9cee5a40323ad1c4888adc01e8ec4798750d0509c9e08eb22382c56007a
+SHA256 (.footprint) = 40d992c0864d2ce67aaecefb528202f7553352b3114c78b786140c4ddab5acf7
+SHA256 (pinentry-1.1.0.tar.bz2) = 68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
diff --git a/pinentry-qt5/Pkgfile b/pinentry-qt5/Pkgfile
new file mode 100644
index 000000000..b10e29032
--- /dev/null
+++ b/pinentry-qt5/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Secure PinEntry Dialog
+# URL: https://gnupg.org/related_software/pinentry/
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Depends on: pinentry qt5
+
+name=pinentry-qt5
+version=1.1.0
+release=1
+source=(https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$version.tar.bz2)
+
+build() {
+ cd pinentry-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-pinentry-{curses,gtk2} \
+ --enable-pinentry-qt
+
+ make -j1
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share
+ rm $PKG/usr/bin/pinentry
+}

Generated by cgit