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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 21:08:01
  Author: heftig
Revision: 306617

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

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
(from rev 306616, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
(from rev 306616, eog-plugins/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 306616, 
eog-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 21:08:01 UTC (rev 306617)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 306616, 
eog-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 21:08:01 UTC (rev 306617)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-16 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 01:28:44
  Author: heftig
Revision: 293040

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

Added:
  eog-plugins/repos/gnome-unstable-i686/
  eog-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 293039, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/gnome-unstable-x86_64/
  eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 293039, eog-plugins/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: eog-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 293039, 
eog-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-17 01:28:44 UTC (rev 293040)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.16.6
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=29056c63a94bba6426dcc0722df5c3d128384484  # tags/3.16.6^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 293039, 
eog-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-17 01:28:44 UTC (rev 293040)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.16.6
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=29056c63a94bba6426dcc0722df5c3d128384484  # tags/3.16.6^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-21 Thread Jan Steffens
Date: Friday, October 21, 2016 @ 08:17:26
  Author: heftig
Revision: 279094

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

Added:
  eog-plugins/repos/extra-i686/PKGBUILD
(from rev 279093, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/extra-x86_64/PKGBUILD
(from rev 279093, eog-plugins/trunk/PKGBUILD)
Deleted:
  eog-plugins/repos/extra-i686/PKGBUILD
  eog-plugins/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   31 -
 extra-x86_64/PKGBUILD |   31 -
 3 files changed, 84 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-21 08:15:28 UTC (rev 279093)
+++ extra-i686/PKGBUILD 2016-10-21 08:17:26 UTC (rev 279094)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.16.4
-pkgrel=1
-pkgdesc="Plugins for Eye of Gnome"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
-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=('4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/extra-i686/PKGBUILD (from rev 279093, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-21 08:17:26 UTC (rev 279094)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.16.5+2+g3c82109
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=3c82109e35af704aa32b14d84df1e3b3eaa3cad4  # master
+source=("git://git.gnome.org/eog-plugins#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-21 08:15:28 UTC (rev 279093)
+++ extra-x86_64/PKGBUILD   2016-10-21 08:17:26 UTC (rev 279094)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.16.4
-pkgrel=1
-pkgdesc="Plugins for Eye of Gnome"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
-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=('4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/extra-x86_64/PKGBUILD (from rev 279093, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-21 08:17:26 UTC (rev 279094)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.16.5+2+g3c82109
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=3c82109e35af704aa32b14d84df1e3b3eaa3cad4  # master
+source=("git://git.gnome.org/eog-plugins#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+b

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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:58
  Author: allan
Revision: 157270

db-move: moved eog-plugins from [staging] to [testing] (x86_64)

Added:
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
(from rev 157266, eog-plugins/repos/staging-x86_64/PKGBUILD)
  eog-plugins/repos/testing-x86_64/eog-plugins.install
(from rev 157266, eog-plugins/repos/staging-x86_64/eog-plugins.install)
Deleted:
  eog-plugins/repos/staging-x86_64/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 157266, 
eog-plugins/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:33:58 UTC (rev 157270)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="Plugins for Eye of Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21a63f8f6e3a5b30f2f05133edc46becd4c83343c0f462a345204326071bc139')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-x86_64/eog-plugins.install (from rev 157266, 
eog-plugins/repos/staging-x86_64/eog-plugins.install)
===
--- testing-x86_64/eog-plugins.install  (rev 0)
+++ testing-x86_64/eog-plugins.install  2012-04-26 21:33:58 UTC (rev 157270)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:33:55
  Author: allan
Revision: 157269

db-move: moved eog-plugins from [staging] to [testing] (i686)

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
(from rev 157266, eog-plugins/repos/staging-i686/PKGBUILD)
  eog-plugins/repos/testing-i686/eog-plugins.install
(from rev 157266, eog-plugins/repos/staging-i686/eog-plugins.install)
Deleted:
  eog-plugins/repos/staging-i686/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 157266, 
eog-plugins/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:33:55 UTC (rev 157269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="Plugins for Eye of Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21a63f8f6e3a5b30f2f05133edc46becd4c83343c0f462a345204326071bc139')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-i686/eog-plugins.install (from rev 157266, 
eog-plugins/repos/staging-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2012-04-26 21:33:55 UTC (rev 157269)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:22
  Author: heftig
Revision: 155044

db-move: moved eog-plugins from [gnome-unstable] to [testing] (x86_64)

Added:
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
(from rev 155005, eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD)
  eog-plugins/repos/testing-x86_64/eog-plugins.install
(from rev 155005, 
eog-plugins/repos/gnome-unstable-x86_64/eog-plugins.install)
Deleted:
  eog-plugins/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 155005, 
eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:22 UTC (rev 155044)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21a63f8f6e3a5b30f2f05133edc46becd4c83343c0f462a345204326071bc139')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-x86_64/eog-plugins.install (from rev 155005, 
eog-plugins/repos/gnome-unstable-x86_64/eog-plugins.install)
===
--- testing-x86_64/eog-plugins.install  (rev 0)
+++ testing-x86_64/eog-plugins.install  2012-04-01 11:31:22 UTC (rev 155044)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:21
  Author: heftig
Revision: 155043

db-move: moved eog-plugins from [gnome-unstable] to [testing] (i686)

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
(from rev 155005, eog-plugins/repos/gnome-unstable-i686/PKGBUILD)
  eog-plugins/repos/testing-i686/eog-plugins.install
(from rev 155005, eog-plugins/repos/gnome-unstable-i686/eog-plugins.install)
Deleted:
  eog-plugins/repos/gnome-unstable-i686/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 155005, 
eog-plugins/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:21 UTC (rev 155043)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21a63f8f6e3a5b30f2f05133edc46becd4c83343c0f462a345204326071bc139')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-i686/eog-plugins.install (from rev 155005, 
eog-plugins/repos/gnome-unstable-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2012-04-01 11:31:21 UTC (rev 155043)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:29:32
  Author: ibiru
Revision: 138869

db-move: moved eog-plugins from [gnome-unstable] to [testing] (i686)

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
(from rev 138832, eog-plugins/repos/gnome-unstable-i686/PKGBUILD)
  eog-plugins/repos/testing-i686/eog-plugins.install
(from rev 138832, eog-plugins/repos/gnome-unstable-i686/eog-plugins.install)
Deleted:
  eog-plugins/repos/gnome-unstable-i686/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 138832, 
eog-plugins/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-28 19:29:32 UTC (rev 138869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=eog-plugins
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL2')
+depends=('eog' 'libpeas' 'libchamplain' 'libexif' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('49a78e862a1967733b439ca4a4cde42084e8d4b1947c4a5ddb1b3581bec64dc0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-i686/eog-plugins.install (from rev 138832, 
eog-plugins/repos/gnome-unstable-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2011-09-28 19:29:32 UTC (rev 138869)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:29:33
  Author: ibiru
Revision: 138870

db-move: moved eog-plugins from [gnome-unstable] to [testing] (x86_64)

Added:
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
(from rev 138832, eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD)
  eog-plugins/repos/testing-x86_64/eog-plugins.install
(from rev 138832, 
eog-plugins/repos/gnome-unstable-x86_64/eog-plugins.install)
Deleted:
  eog-plugins/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   31 +++
 eog-plugins.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 138832, 
eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:29:33 UTC (rev 138870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=eog-plugins
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL2')
+depends=('eog' 'libpeas' 'libchamplain' 'libexif' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+options=('!libtool')
+groups=(gnome-extra)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('49a78e862a1967733b439ca4a4cde42084e8d4b1947c4a5ddb1b3581bec64dc0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/testing-x86_64/eog-plugins.install (from rev 138832, 
eog-plugins/repos/gnome-unstable-x86_64/eog-plugins.install)
===
--- testing-x86_64/eog-plugins.install  (rev 0)
+++ testing-x86_64/eog-plugins.install  2011-09-28 19:29:33 UTC (rev 138870)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}