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

Jan Steffens heftig at archlinux.org
Thu Jul 28 13:32:24 UTC 2016


    Date: Thursday, July 28, 2016 @ 13:32:23
  Author: heftig
Revision: 272590

3.11.92-2

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

---------------------------+
 PKGBUILD                  |    5 +----
 seahorse-nautilus.install |   12 ------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 13:32:21 UTC (rev 272589)
+++ PKGBUILD	2016-07-28 13:32:23 UTC (rev 272590)
@@ -4,7 +4,7 @@
 
 pkgname=seahorse-nautilus
 pkgver=3.11.92
-pkgrel=1
+pkgrel=2
 pkgdesc="PGP encryption and signing for nautilus"
 arch=('i686' 'x86_64')
 url="http://git.gnome.org/browse/seahorse-nautilus/"
@@ -11,13 +11,11 @@
 license=('GPL')
 depends=('libcryptui' 'gcr' 'nautilus')
 makedepends=('intltool')
-install=$pkgname.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-static --disable-schemas-compile --disable-gpg-check
   make
@@ -25,6 +23,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir/" install
 }

Deleted: seahorse-nautilus.install
===================================================================
--- seahorse-nautilus.install	2016-07-28 13:32:21 UTC (rev 272589)
+++ seahorse-nautilus.install	2016-07-28 13:32:23 UTC (rev 272590)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list