[arch-commits] Commit in seahorse/trunk (PKGBUILD seahorse.install)

Jan de Groot jgc at archlinux.org
Mon Jun 13 12:44:35 UTC 2016


    Date: Monday, June 13, 2016 @ 14:44:34
  Author: jgc
Revision: 269441

upgpkg: seahorse 3.20.0-2

Use hooks instead of install scriptlet
Add gnome-keyring dependency (FS#46104)
Remove libsm makedepend, configure checks for gtk3 for EGGSMCLIENT these days

Modified:
  seahorse/trunk/PKGBUILD
Deleted:
  seahorse/trunk/seahorse.install

------------------+
 PKGBUILD         |    7 +++----
 seahorse.install |   16 ----------------
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-13 11:28:53 UTC (rev 269440)
+++ PKGBUILD	2016-06-13 12:44:34 UTC (rev 269441)
@@ -5,18 +5,17 @@
 
 pkgname=seahorse
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/"
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm vala)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme gnome-keyring)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 options=('!emptydirs')
 groups=(gnome-extra)
-install=seahorse.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
 

Deleted: seahorse.install
===================================================================
--- seahorse.install	2016-06-13 11:28:53 UTC (rev 269440)
+++ seahorse.install	2016-06-13 12:44:34 UTC (rev 269441)
@@ -1,16 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-  if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
-    echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list