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

Jan Steffens heftig at archlinux.org
Mon May 9 20:36:50 UTC 2016


    Date: Monday, May 9, 2016 @ 22:36:50
  Author: heftig
Revision: 267282

3.16.4-1

Modified:
  eog-plugins/trunk/PKGBUILD
Deleted:
  eog-plugins/trunk/eog-plugins.install

---------------------+
 PKGBUILD            |   16 +++++++---------
 eog-plugins.install |   11 -----------
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-09 20:33:18 UTC (rev 267281)
+++ PKGBUILD	2016-05-09 20:36:50 UTC (rev 267282)
@@ -2,22 +2,20 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=eog-plugins
-pkgver=3.16.3
+pkgver=3.16.4
 pkgrel=1
 pkgdesc="Plugins for Eye of Gnome"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
-license=('GPL2')
-depends=('eog' 'libchamplain' 'libgdata' 'python')
-makedepends=('intltool' 'gobject-introspection')
-install=eog-plugins.install
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection)
 source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2')
+sha256sums=('4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Deleted: eog-plugins.install
===================================================================
--- eog-plugins.install	2016-05-09 20:33:18 UTC (rev 267281)
+++ eog-plugins.install	2016-05-09 20:36:50 UTC (rev 267282)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list