[arch-commits] Commit in eog/repos (6 files)

2016-05-09 Thread Jan Steffens
Date: Monday, May 9, 2016 @ 22:59:52
  Author: heftig
Revision: 267294

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  eog/repos/extra-i686/PKGBUILD
(from rev 267293, eog/trunk/PKGBUILD)
  eog/repos/extra-x86_64/PKGBUILD
(from rev 267293, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/extra-i686/PKGBUILD
  eog/repos/extra-i686/eog.install
  eog/repos/extra-x86_64/PKGBUILD
  eog/repos/extra-x86_64/eog.install

--+
 /PKGBUILD|   60 +
 extra-i686/PKGBUILD  |   31 ---
 extra-i686/eog.install   |   13 -
 extra-x86_64/PKGBUILD|   31 ---
 extra-x86_64/eog.install |   13 -
 5 files changed, 60 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-09 20:55:49 UTC (rev 267293)
+++ extra-i686/PKGBUILD 2016-05-09 20:59:52 UTC (rev 267294)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool gobject-introspection)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 267293, eog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-09 20:59:52 UTC (rev 267294)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+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 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection)
+groups=(gnome)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d7d022af85ea0046e90b02fc94672757300bbbdb422eef2be2afc99fc2cd87e7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/eog.install
===
--- extra-i686/eog.install  2016-05-09 20:55:49 UTC (rev 267293)
+++ extra-i686/eog.install  2016-05-09 20:59:52 UTC (rev 267294)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-09 20:55:49 UTC (rev 267293)
+++ extra-x86_64/PKGBUILD   2016-05-09 20:59:52 UTC (rev 267294)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool gobject-introspection)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 267293, eog/trunk/PKGBUILD)

[arch-commits] Commit in eog/repos (6 files)

2016-04-12 Thread Jan de Groot
Date: Tuesday, April 12, 2016 @ 10:03:30
  Author: jgc
Revision: 264696

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
(from rev 264695, eog/trunk/PKGBUILD)
  eog/repos/testing-i686/eog.install
(from rev 264695, eog/trunk/eog.install)
  eog/repos/testing-x86_64/
  eog/repos/testing-x86_64/PKGBUILD
(from rev 264695, eog/trunk/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
(from rev 264695, eog/trunk/eog.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/eog.install   |   13 +
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/eog.install |   13 +
 4 files changed, 88 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 264695, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-12 08:03:30 UTC (rev 264696)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/testing-i686/eog.install (from rev 264695, 
eog/trunk/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2016-04-12 08:03:30 UTC (rev 264696)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 264695, eog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-12 08:03:30 UTC (rev 264696)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 264695, 
eog/trunk/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2016-04-12 08:03:30 UTC (rev 264696)
@@ -0,0 +1,13 @@
+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
+}


[arch-commits] Commit in eog/repos (6 files)

2016-03-22 Thread Jan de Groot
Date: Tuesday, March 22, 2016 @ 16:29:26
  Author: jgc
Revision: 262384

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 262383, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 262383, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262383, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 262383, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   31 +++
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   31 +++
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 88 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 262383, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-22 15:29:26 UTC (rev 262384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db715c172443c670dd959d1e6170a403018ed71b77dfd8732ac665a3b53e7e2b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 262383, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2016-03-22 15:29:26 UTC (rev 262384)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262383, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-22 15:29:26 UTC (rev 262384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db715c172443c670dd959d1e6170a403018ed71b77dfd8732ac665a3b53e7e2b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 262383, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2016-03-22 15:29:26 UTC (rev 262384)
@@ -0,0 +1,13 @@
+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() {

[arch-commits] Commit in eog/repos (6 files)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 16:40:08
  Author: jgc
Revision: 247274

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 247273, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 247273, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247273, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 247273, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   30 ++
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   30 ++
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 86 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 247273, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-24 14:40:08 UTC (rev 247274)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.17.92
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d8cb893d595bda05f7ea52f6be6fb107940861bac390a1694b28181a6819b2c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 247273, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2015-09-24 14:40:08 UTC (rev 247274)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247273, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-24 14:40:08 UTC (rev 247274)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.17.92
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d8cb893d595bda05f7ea52f6be6fb107940861bac390a1694b28181a6819b2c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 247273, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2015-09-24 14:40:08 UTC (rev 247274)
@@ -0,0 +1,13 @@
+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
+}


[arch-commits] Commit in eog/repos (6 files)

2015-03-16 Thread Jan de Groot
Date: Monday, March 16, 2015 @ 08:48:58
  Author: jgc
Revision: 233905

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 233904, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 233904, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233904, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 233904, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   30 ++
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   30 ++
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 86 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 233904, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-16 07:48:58 UTC (rev 233905)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('95fb566241f492f043d2e9d7301b657d159d68dbb51ba29d88c52a8b7ba8d243')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 233904, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2015-03-16 07:48:58 UTC (rev 233905)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233904, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-16 07:48:58 UTC (rev 233905)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('95fb566241f492f043d2e9d7301b657d159d68dbb51ba29d88c52a8b7ba8d243')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 233904, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2015-03-16 07:48:58 UTC (rev 233905)
@@ -0,0 +1,13 @@
+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
+}


[arch-commits] Commit in eog/repos (6 files)

2014-09-08 Thread Jan de Groot
Date: Monday, September 8, 2014 @ 22:06:56
  Author: jgc
Revision: 221207

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 221206, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 221206, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221206, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 221206, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   30 ++
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   30 ++
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 86 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 221206, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-08 20:06:56 UTC (rev 221207)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8d272c30d2a3809c6a56e1ec12c77332b2ff5bb156657330892978b6cfad219')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 221206, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2014-09-08 20:06:56 UTC (rev 221207)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221206, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-08 20:06:56 UTC (rev 221207)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8d272c30d2a3809c6a56e1ec12c77332b2ff5bb156657330892978b6cfad219')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 221206, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2014-09-08 20:06:56 UTC (rev 221207)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2014-03-30 Thread Jan Steffens
Date: Sunday, March 30, 2014 @ 13:27:42
  Author: heftig
Revision: 209227

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 209226, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 209226, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209226, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 209226, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   30 ++
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   30 ++
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 86 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 209226, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-03-30 11:27:42 UTC (rev 209227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bd9d3f733cb78465bc0891efb203889c97bacd774ca6017a3fd4a146b3d32402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 209226, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2014-03-30 11:27:42 UTC (rev 209227)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209226, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-03-30 11:27:42 UTC (rev 209227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bd9d3f733cb78465bc0891efb203889c97bacd774ca6017a3fd4a146b3d32402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 209226, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2014-03-30 11:27:42 UTC (rev 209227)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 19:26:52
  Author: jgc
Revision: 194801

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 194800, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 194800, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194800, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 194800, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 +
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   33 +
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 92 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 194800, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 17:26:52 UTC (rev 194801)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.9.92
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5333765764080b892725189a4da2ad3f3bf3cfa40deb848320d27ba88953531')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 194800, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2013-09-23 17:26:52 UTC (rev 194801)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194800, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-23 17:26:52 UTC (rev 194801)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.9.92
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5333765764080b892725189a4da2ad3f3bf3cfa40deb848320d27ba88953531')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 194800, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2013-09-23 17:26:52 UTC (rev 194801)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:45:25
  Author: heftig
Revision: 180768

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 180767, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 180767, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180767, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 180767, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 +
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   33 +
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 92 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 180767, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 180767, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180767, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 180767, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 15:26:51
  Author: jgc
Revision: 166438

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 166437, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 166437, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166437, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 166437, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 +
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   33 +
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 92 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 166437, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool' 'itstool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('316966a89666df57c1ed55a58eed6eb59701d356ed4594978e4c4b4d05b1e9c2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 166437, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166437, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool' 'itstool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('316966a89666df57c1ed55a58eed6eb59701d356ed4594978e4c4b4d05b1e9c2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 166437, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2012-09-07 19:26:51 UTC (rev 166438)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2012-04-25 Thread Allan McRae
Date: Wednesday, April 25, 2012 @ 06:47:54
  Author: allan
Revision: 157179

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  eog/repos/staging-i686/
  eog/repos/staging-i686/PKGBUILD
(from rev 157178, eog/trunk/PKGBUILD)
  eog/repos/staging-i686/eog.install
(from rev 157178, eog/trunk/eog.install)
  eog/repos/staging-x86_64/
  eog/repos/staging-x86_64/PKGBUILD
(from rev 157178, eog/trunk/PKGBUILD)
  eog/repos/staging-x86_64/eog.install
(from rev 157178, eog/trunk/eog.install)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/eog.install   |   13 +
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/eog.install |   13 +
 4 files changed, 92 insertions(+)

Copied: eog/repos/staging-i686/PKGBUILD (from rev 157178, eog/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-25 10:47:54 UTC (rev 157179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf29997ee065341fa323abc849732bfa18ab564cc0d931d61eaa473953d3e216')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/staging-i686/eog.install (from rev 157178, 
eog/trunk/eog.install)
===
--- staging-i686/eog.install(rev 0)
+++ staging-i686/eog.install2012-04-25 10:47:54 UTC (rev 157179)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/staging-x86_64/PKGBUILD (from rev 157178, eog/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-25 10:47:54 UTC (rev 157179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf29997ee065341fa323abc849732bfa18ab564cc0d931d61eaa473953d3e216')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/staging-x86_64/eog.install (from rev 157178, 
eog/trunk/eog.install)
===
--- staging-x86_64/eog.install  (rev 0)
+++ staging-x86_64/eog.install  2012-04-25 10:47:54 UTC (rev 157179)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 14:24:58
  Author: ibiru
Revision: 152949

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 152948, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 152948, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152948, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 152948, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   32 
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   32 
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 90 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 152948, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-10 19:24:58 UTC (rev 152949)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.3.91
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('20900a333f0fdf63fc458218586d00a298f44c49ee8b8e6f0f31f38f7e9cfd96')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 152948, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2012-03-10 19:24:58 UTC (rev 152949)
@@ -0,0 +1,13 @@
+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
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152948, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-10 19:24:58 UTC (rev 152949)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.3.91
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('20900a333f0fdf63fc458218586d00a298f44c49ee8b8e6f0f31f38f7e9cfd96')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 152948, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2012-03-10 19:24:58 UTC (rev 152949)
@@ -0,0 +1,13 @@
+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
+}



[arch-commits] Commit in eog/repos (6 files)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:40:57
  Author: ibiru
Revision: 142770

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
(from rev 142769, eog/trunk/PKGBUILD)
  eog/repos/testing-i686/eog.install
(from rev 142769, eog/trunk/eog.install)
  eog/repos/testing-x86_64/
  eog/repos/testing-x86_64/PKGBUILD
(from rev 142769, eog/trunk/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
(from rev 142769, eog/trunk/eog.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/eog.install   |   19 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/eog.install |   19 +++
 4 files changed, 102 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 142769, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-i686/eog.install (from rev 142769, 
eog/trunk/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 142769, eog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 142769, 
eog/trunk/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in eog/repos (6 files)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:24:03
  Author: ibiru
Revision: 140706

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
(from rev 140705, eog/trunk/PKGBUILD)
  eog/repos/testing-i686/eog.install
(from rev 140705, eog/trunk/eog.install)
  eog/repos/testing-x86_64/
  eog/repos/testing-x86_64/PKGBUILD
(from rev 140705, eog/trunk/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
(from rev 140705, eog/trunk/eog.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/eog.install   |   19 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/eog.install |   19 +++
 4 files changed, 102 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 140705, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 13:24:03 UTC (rev 140706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ae20715790796061e51132804f5925c5a61a1e615527c7c746cd8b76a8f97c89')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-i686/eog.install (from rev 140705, 
eog/trunk/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2011-10-18 13:24:03 UTC (rev 140706)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 140705, eog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 13:24:03 UTC (rev 140706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ae20715790796061e51132804f5925c5a61a1e615527c7c746cd8b76a8f97c89')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 140705, 
eog/trunk/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2011-10-18 13:24:03 UTC (rev 140706)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in eog/repos (6 files)

2011-09-02 Thread Ionut Biru
Date: Friday, September 2, 2011 @ 09:02:13
  Author: ibiru
Revision: 136854

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 136853, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 136853, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136853, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 136853, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   32 
 gnome-unstable-i686/eog.install   |   19 +++
 gnome-unstable-x86_64/PKGBUILD|   32 
 gnome-unstable-x86_64/eog.install |   19 +++
 4 files changed, 102 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 136853, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-02 13:02:13 UTC (rev 136854)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.1.90
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0335c8a753579ab9ff15d5f7510dfb0a11293a8c52d4c1e4499c2b6c7abaa117')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 136853, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2011-09-02 13:02:13 UTC (rev 136854)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136853, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-02 13:02:13 UTC (rev 136854)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.1.90
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0335c8a753579ab9ff15d5f7510dfb0a11293a8c52d4c1e4499c2b6c7abaa117')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 136853, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2011-09-02 13:02:13 UTC (rev 136854)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+