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

Jan Steffens heftig at archlinux.org
Mon May 9 20:38:24 UTC 2016


    Date: Monday, May 9, 2016 @ 22:38:23
  Author: heftig
Revision: 267283

3.20.2-1

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

-------------+
 PKGBUILD    |   15 +++++++--------
 eog.install |   13 -------------
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-09 20:36:50 UTC (rev 267282)
+++ PKGBUILD	2016-05-09 20:38:23 UTC (rev 267283)
@@ -3,24 +3,23 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=eog
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg dconf)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
 makedepends=(intltool itstool gobject-introspection)
-install=eog.install
 groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome"
+options=(!emptydirs)
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
+sha256sums=('d7d022af85ea0046e90b02fc94672757300bbbdb422eef2be2afc99fc2cd87e7')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-compile-warnings=minimum
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }

Deleted: eog.install
===================================================================
--- eog.install	2016-05-09 20:36:50 UTC (rev 267282)
+++ eog.install	2016-05-09 20:38:23 UTC (rev 267283)
@@ -1,13 +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
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list