[arch-commits] Commit in nemo-extensions/trunk (PKGBUILD nemo-seahorse-gnupg.patch)

Antonio Rojas arojas at archlinux.org
Fri Nov 10 21:11:50 UTC 2017


    Date: Friday, November 10, 2017 @ 21:11:44
  Author: arojas
Revision: 266179

Update to 3.6.0

Added:
  nemo-extensions/trunk/nemo-seahorse-gnupg.patch
Modified:
  nemo-extensions/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |   17 +++++++++++------
 nemo-seahorse-gnupg.patch |   13 +++++++++++++
 2 files changed, 24 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-10 20:38:22 UTC (rev 266178)
+++ PKGBUILD	2017-11-10 21:11:44 UTC (rev 266179)
@@ -13,8 +13,8 @@
 	#'nemo-pastebin'
 	#'nemo-compare'
 	#'nemo-rabbitvcs'
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Various extensions for Nemo"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -21,10 +21,12 @@
 url="https://github.com/linuxmint/nemo-extensions"
 depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good imagemagick libmusicbrainz5
          evince gtksourceview3 webkit2gtk python2-gobject seahorse-nautilus samba)
-makedepends=(gnome-common gtk-doc intltool gobject-introspection libgnome-keyring) # python2-distutils-extra
+makedepends=(gnome-common gtk-doc intltool gobject-introspection libgnome-keyring xreader) # python2-distutils-extra
 options=('!emptydirs')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${pkgver}.tar.gz")
-sha256sums=('68dadce98c17321c3c22e596452a1b7aa0842c5faa05688734430857e037b3f2')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${pkgver}.tar.gz"
+        nemo-seahorse-gnupg.patch)
+sha256sums=('593aaf206ef50a8185e1f71c9018ce6a8b4bcb82b4684494e069f9045ba11fd1'
+            'ba6ae77a7d6727088e49aae2dc2c89c77c44f1ea19ee48956481d673d97caa36')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -34,6 +36,9 @@
 
   # Fix path for nemo-python
   sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|' nemo-python/m4/python.m4
+
+  # Support GnuPG 2.2
+  patch -p1 -i ../nemo-seahorse-gnupg.patch
 }
 
 build() {
@@ -97,7 +102,7 @@
 
 package_nemo-preview(){
   pkgdesc="GtkClutter and Javascript-based quick previewer for Nemo"
-  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince gtksourceview3 webkit2gtk)
+  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince gtksourceview3 xreader)
 
   cd ${pkgbase}-${pkgver}/nemo-preview
   make DESTDIR="${pkgdir}" install

Added: nemo-seahorse-gnupg.patch
===================================================================
--- nemo-seahorse-gnupg.patch	                        (rev 0)
+++ nemo-seahorse-gnupg.patch	2017-11-10 21:11:44 UTC (rev 266179)
@@ -0,0 +1,13 @@
+diff --git a/nemo-extensions-3.6.0/nemo-seahorse/configure.ac.orig b/nemo-extensions-3.6.0/nemo-seahorse/configure.ac
+index acea698..9aa06c2 100644
+--- a/nemo-seahorse/configure.ac.orig
++++ b/nemo-seahorse/configure.ac
+@@ -57,7 +57,7 @@ AC_ARG_ENABLE(gpg-check,
+ 	DO_CHECK=$enableval, DO_CHECK=yes)
+ 
+ if test	"$DO_CHECK" = "yes"; then
+-	accepted_versions="1.2 1.4 2.0 2.1"
++	accepted_versions="1.2 1.4 2.0 2.1 2.2"
+ 	AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
+ 	ok="no"
+ 	if test "$GNUPG" != "no"; then



More information about the arch-commits mailing list