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

2015-11-09 Thread Jan Steffens
Date: Tuesday, November 10, 2015 @ 00:05:11
  Author: heftig
Revision: 250510

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

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

--+
 /PKGBUILD|   66 +
 /eog-plugins.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/eog-plugins.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/eog-plugins.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-i686/PKGBUILD 2015-11-09 23:05:11 UTC (rev 250510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.16.2
-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')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534')
-
-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 250509, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 23:05:11 UTC (rev 250510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.16.3
+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')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-i686/eog-plugins.install  2015-11-09 23:05:11 UTC (rev 250510)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 250509, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2015-11-09 23:05:11 UTC (rev 250510)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-x86_64/PKGBUILD   2015-11-09 23:05:11 UTC (rev 250510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.16.2
-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' 'go

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

2015-09-28 Thread Jan Steffens
Date: Monday, September 28, 2015 @ 21:20:40
  Author: heftig
Revision: 247843

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

Added:
  eog-plugins/repos/staging-i686/PKGBUILD
(from rev 247841, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/staging-i686/eog-plugins.install
(from rev 247841, eog-plugins/trunk/eog-plugins.install)
  eog-plugins/repos/staging-x86_64/PKGBUILD
(from rev 247842, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/staging-x86_64/eog-plugins.install
(from rev 247842, eog-plugins/trunk/eog-plugins.install)
Deleted:
  eog-plugins/repos/staging-i686/PKGBUILD
  eog-plugins/repos/staging-i686/eog-plugins.install
  eog-plugins/repos/staging-x86_64/PKGBUILD
  eog-plugins/repos/staging-x86_64/eog-plugins.install

+
 /PKGBUILD  |   66 +++
 /eog-plugins.install   |   22 +++
 staging-i686/PKGBUILD  |   33 -
 staging-i686/eog-plugins.install   |   11 -
 staging-x86_64/PKGBUILD|   33 -
 staging-x86_64/eog-plugins.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-28 19:19:27 UTC (rev 247842)
+++ staging-i686/PKGBUILD   2015-09-28 19:20:40 UTC (rev 247843)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.16.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')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c586b6708064dcd03612f9373a6160214b2fa4797bf8c07db530b18eda4074d9')
-
-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/staging-i686/PKGBUILD (from rev 247841, 
eog-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-28 19:20:40 UTC (rev 247843)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.16.2
+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')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534')
+
+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:

Deleted: staging-i686/eog-plugins.install
===
--- staging-i686/eog-plugins.install2015-09-28 19:19:27 UTC (rev 247842)
+++ staging-i686/eog-plugins.install2015-09-28 19:20:40 UTC (rev 247843)
@@ -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
-}

Copied: eog-plugins/repos/staging-i686/eog-plugins.install (from rev 247841, 
eog-plugins/trunk/eog-plugins.install)
===
--- staging-i686/eog-plugins.install(rev 0)
+++ staging-i686/eog-plugins.install2015-09-28 19:20:40 UTC (rev 247843)
@@ -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
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-09-28 19:19:27 UTC (rev 247842)
+++ staging-x86_64/PKGBUILD 2015-09-28 19:20:40 UTC (rev 247843)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="Plugins for Eye of Gnome"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
-license=('GPL2')
-depends=('

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

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 01:04:17
  Author: heftig
Revision: 226010

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

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

--+
 /PKGBUILD|   66 +
 /eog-plugins.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/eog-plugins.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/eog-plugins.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-11 00:03:27 UTC (rev 226009)
+++ extra-i686/PKGBUILD 2014-11-11 00:04:17 UTC (rev 226010)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.14.0
-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')
-makedepends=('intltool')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('761e604a5a50ccc503d600ac7a59487cca7ded773f9009a164dd87f1f90bb230')
-
-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 226009, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-11 00:04:17 UTC (rev 226010)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.14.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')
+makedepends=('intltool')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('12070173d875d6e9f70d8b918bbf3dfcc5af8c1681e4fabf212dae96b85318f5')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2014-11-11 00:03:27 UTC (rev 226009)
+++ extra-i686/eog-plugins.install  2014-11-11 00:04:17 UTC (rev 226010)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 226009, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2014-11-11 00:04:17 UTC (rev 226010)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-11 00:03:27 UTC (rev 226009)
+++ extra-x86_64/PKGBUILD   2014-11-11 00:04:17 UTC (rev 226010)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.14.0
-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')
-makedepends=('intltool')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgn

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:57:34
  Author: jgc
Revision: 223149

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

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

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/eog-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/eog-plugins.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 223030, 
eog-plugins/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:57:34 UTC (rev 223149)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.14.0
+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')
+makedepends=('intltool')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('761e604a5a50ccc503d600ac7a59487cca7ded773f9009a164dd87f1f90bb230')
+
+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/testing-i686/eog-plugins.install (from rev 223030, 
eog-plugins/repos/gnome-unstable-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2014-09-26 10:57:34 UTC (rev 223149)
@@ -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
+}

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 223030, 
eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:57:34 UTC (rev 223149)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.14.0
+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')
+makedepends=('intltool')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('761e604a5a50ccc503d600ac7a59487cca7ded773f9009a164dd87f1f90bb230')
+
+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/testing-x86_64/eog-plugins.install (from rev 223030, 
eog-plugins/repos/gnome-unstable-x86_64/eog-plugins.install)
===
--- testing-x86_64/eog-plugins.install  (rev 0)
+++ testing-x86_64/eog-plugins.install  2014-09-26 10:57:34 UTC (rev 223149)
@@ -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 (8 files)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 09:58:31
  Author: jgc
Revision: 222759

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

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

---+
 /PKGBUILD |   66 
 /eog-plugins.install  |   22 +
 gnome-unstable-i686/PKGBUILD  |   33 --
 gnome-unstable-i686/eog-plugins.install   |   11 
 gnome-unstable-x86_64/PKGBUILD|   33 --
 gnome-unstable-x86_64/eog-plugins.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-23 07:58:23 UTC (rev 222758)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 07:58:31 UTC (rev 222759)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.13.92
-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')
-makedepends=('intltool')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('92951a7bcfb6570a693ce7c19696d6340771771c76a295fd141d23506afe9eab')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222758, 
eog-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 07:58:31 UTC (rev 222759)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.14.0
+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')
+makedepends=('intltool')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('761e604a5a50ccc503d600ac7a59487cca7ded773f9009a164dd87f1f90bb230')
+
+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:

Deleted: gnome-unstable-i686/eog-plugins.install
===
--- gnome-unstable-i686/eog-plugins.install 2014-09-23 07:58:23 UTC (rev 
222758)
+++ gnome-unstable-i686/eog-plugins.install 2014-09-23 07:58:31 UTC (rev 
222759)
@@ -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
-}

Copied: eog-plugins/repos/gnome-unstable-i686/eog-plugins.install (from rev 
222758, eog-plugins/trunk/eog-plugins.install)
===
--- gnome-unstable-i686/eog-plugins.install (rev 0)
+++ gnome-unstable-i686/eog-plugins.install 2014-09-23 07:58:31 UTC (rev 
222759)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-23 07:58:23 UTC (rev 222758)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-23 07:58:31 UTC (rev 222759)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.13.92

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:18:43
  Author: jgc
Revision: 210579

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

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

--+
 /PKGBUILD|   66 +
 /eog-plugins.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/eog-plugins.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/eog-plugins.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:02:37 UTC (rev 210578)
+++ extra-i686/PKGBUILD 2014-04-15 08:18:43 UTC (rev 210579)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.12.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
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3f6c4e0dd63c1003f31c08636b6540cf0312b9b42e2e621c96b946c72e3d9742')
-
-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 210578, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:18:43 UTC (rev 210579)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.12.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')
+makedepends=('intltool')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5b9a6854d5411e75aadb9d44694bbe02a35f5a79a23da5c1bb4feb6bacf56f1c')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2014-04-15 08:02:37 UTC (rev 210578)
+++ extra-i686/eog-plugins.install  2014-04-15 08:18:43 UTC (rev 210579)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 210578, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2014-04-15 08:18:43 UTC (rev 210579)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:02:37 UTC (rev 210578)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:18:43 UTC (rev 210579)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.12.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
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=(

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

2013-10-15 Thread Jan Steffens
Date: Tuesday, October 15, 2013 @ 20:33:47
  Author: heftig
Revision: 196614

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

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

--+
 /PKGBUILD|   68 +
 /eog-plugins.install |   22 +++
 extra-i686/PKGBUILD  |   34 --
 extra-i686/eog-plugins.install   |   11 -
 extra-x86_64/PKGBUILD|   34 --
 extra-x86_64/eog-plugins.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-15 18:33:14 UTC (rev 196613)
+++ extra-i686/PKGBUILD 2013-10-15 18:33:47 UTC (rev 196614)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.10.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')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0e6699c45181264e87f34a6eb03deeadfd5d73e35995772b7afc803e8218906d')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./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 196613, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-15 18:33:47 UTC (rev 196614)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.10.1
+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')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5b32c49dbf1e0b6cf56c9fdc6c19186c92e98d92b71aa98805491e2bb2f8e12')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2013-10-15 18:33:14 UTC (rev 196613)
+++ extra-i686/eog-plugins.install  2013-10-15 18:33:47 UTC (rev 196614)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 196613, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2013-10-15 18:33:47 UTC (rev 196614)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-15 18:33:14 UTC (rev 196613)
+++ extra-x86_64/PKGBUILD   2013-10-15 18:33:47 UTC (rev 196614)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.10.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')
-source=(http:/

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

2013-06-02 Thread Jan Steffens
Date: Sunday, June 2, 2013 @ 21:43:30
  Author: heftig
Revision: 186992

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

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

--+
 /PKGBUILD|   68 +
 /eog-plugins.install |   22 +++
 extra-i686/PKGBUILD  |   30 
 extra-i686/eog-plugins.install   |   11 -
 extra-x86_64/PKGBUILD|   30 
 extra-x86_64/eog-plugins.install |   11 -
 6 files changed, 90 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-02 19:42:55 UTC (rev 186991)
+++ extra-i686/PKGBUILD 2013-06-02 19:43:30 UTC (rev 186992)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.8.1
-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')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9')
-
-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/extra-i686/PKGBUILD (from rev 186991, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-02 19:43:30 UTC (rev 186992)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.8.1
+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')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2013-06-02 19:42:55 UTC (rev 186991)
+++ extra-i686/eog-plugins.install  2013-06-02 19:43:30 UTC (rev 186992)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 186991, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2013-06-02 19:43:30 UTC (rev 186992)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-02 19:42:55 UTC (rev 186991)
+++ extra-x86_64/PKGBUILD   2013-06-02 19:43:30 UTC (rev 186992)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.8.1
-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')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2

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

2013-05-14 Thread Jan Steffens
Date: Tuesday, May 14, 2013 @ 18:57:57
  Author: heftig
Revision: 185518

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

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

--+
 /PKGBUILD|   60 +
 /eog-plugins.install |   22 +
 extra-i686/PKGBUILD  |   30 --
 extra-i686/eog-plugins.install   |   11 --
 extra-x86_64/PKGBUILD|   30 --
 extra-x86_64/eog-plugins.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-14 16:57:08 UTC (rev 185517)
+++ extra-i686/PKGBUILD 2013-05-14 16:57:57 UTC (rev 185518)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.8.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')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78')
-
-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/extra-i686/PKGBUILD (from rev 185517, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-14 16:57:57 UTC (rev 185518)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.8.1
+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')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2013-05-14 16:57:08 UTC (rev 185517)
+++ extra-i686/eog-plugins.install  2013-05-14 16:57:57 UTC (rev 185518)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 185517, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2013-05-14 16:57:57 UTC (rev 185518)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-14 16:57:08 UTC (rev 185517)
+++ extra-x86_64/PKGBUILD   2013-05-14 16:57:57 UTC (rev 185518)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.8.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')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:50
  Author: heftig
Revision: 182466

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

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

+
 testing-i686/PKGBUILD  |   30 ++
 testing-i686/eog-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD|   30 ++
 testing-x86_64/eog-plugins.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 182430, 
eog-plugins/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:50 UTC (rev 182466)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.8.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')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78')
+
+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 182430, 
eog-plugins/repos/staging-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2013-04-10 19:11:50 UTC (rev 182466)
@@ -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
+}

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 182430, 
eog-plugins/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:50 UTC (rev 182466)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.8.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')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78')
+
+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 182430, 
eog-plugins/repos/staging-x86_64/eog-plugins.install)
===
--- testing-x86_64/eog-plugins.install  (rev 0)
+++ testing-x86_64/eog-plugins.install  2013-04-10 19:11:50 UTC (rev 182466)
@@ -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 (8 files)

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 12:14:01
  Author: jgc
Revision: 181333

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

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

---+
 /PKGBUILD |   60 
 /eog-plugins.install  |   22 ++
 gnome-unstable-i686/PKGBUILD  |   31 --
 gnome-unstable-i686/eog-plugins.install   |   11 -
 gnome-unstable-x86_64/PKGBUILD|   31 --
 gnome-unstable-x86_64/eog-plugins.install |   11 -
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-04-03 10:13:55 UTC (rev 181332)
+++ gnome-unstable-i686/PKGBUILD2013-04-03 10:14:01 UTC (rev 181333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.8.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=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 181332, 
eog-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-03 10:14:01 UTC (rev 181333)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.8.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')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78')
+
+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:

Deleted: gnome-unstable-i686/eog-plugins.install
===
--- gnome-unstable-i686/eog-plugins.install 2013-04-03 10:13:55 UTC (rev 
181332)
+++ gnome-unstable-i686/eog-plugins.install 2013-04-03 10:14:01 UTC (rev 
181333)
@@ -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
-}

Copied: eog-plugins/repos/gnome-unstable-i686/eog-plugins.install (from rev 
181332, eog-plugins/trunk/eog-plugins.install)
===
--- gnome-unstable-i686/eog-plugins.install (rev 0)
+++ gnome-unstable-i686/eog-plugins.install 2013-04-03 10:14:01 UTC (rev 
181333)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-04-03 10:13:55 UTC (rev 181332)
+++ gnome-unstable-x86_64/PKGBUILD  2013-04-03 10:14:01 UTC (rev 181333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.8.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=('intlt

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

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:28:57
  Author: jgc
Revision: 169261

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

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

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/eog-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/eog-plugins.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 169138, 
eog-plugins/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:28:57 UTC (rev 169261)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.6.1
+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=('0270ae05f6cdd9c73472323370c4779f1148c77f3f8890c89fb8488cf83051ac')
+
+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 169138, 
eog-plugins/repos/gnome-unstable-i686/eog-plugins.install)
===
--- testing-i686/eog-plugins.install(rev 0)
+++ testing-i686/eog-plugins.install2012-10-18 19:28:57 UTC (rev 169261)
@@ -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
+}

Copied: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 169138, 
eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:28:57 UTC (rev 169261)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.6.1
+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=('0270ae05f6cdd9c73472323370c4779f1148c77f3f8890c89fb8488cf83051ac')
+
+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 169138, 
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-10-18 19:28:57 UTC (rev 169261)
@@ -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 (8 files)

2012-06-02 Thread Ionut Biru
Date: Saturday, June 2, 2012 @ 16:11:49
  Author: ibiru
Revision: 160597

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

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

--+
 extra-i686/PKGBUILD  |   62 ++---
 extra-i686/eog-plugins.install   |   22 ++---
 extra-x86_64/PKGBUILD|   62 ++---
 extra-x86_64/eog-plugins.install |   22 ++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-02 20:10:48 UTC (rev 160596)
+++ extra-i686/PKGBUILD 2012-06-02 20:11:49 UTC (rev 160597)
@@ -1,31 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 160596, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-02 20:11:49 UTC (rev 160597)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.4.1
+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=('e1f7c4a0a9cc825d1ac8a64cc3d8db4da3054d294e4cd60b28eba13643d71055')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2012-06-02 20:10:48 UTC (rev 160596)
+++ extra-i686/eog-plugins.install  2012-06-02 20:11:49 UTC (rev 160597)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 160596, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2012-06-02 20:11:49 UTC (rev 160597)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-02 20:10:48 UTC (rev 160596)
+++ extra-x86_64/PKGBUILD   2012-06-02 20:11:49 UTC (rev 160597)
@@ -1,31 +0,0 @@
-# $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 \
---sys

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

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 09:10:37
  Author: heftig
Revision: 154622

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   62 ++--
 gnome-unstable-i686/eog-plugins.install   |   22 -
 gnome-unstable-x86_64/PKGBUILD|   62 ++--
 gnome-unstable-x86_64/eog-plugins.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-30 13:10:32 UTC (rev 154621)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 13:10:37 UTC (rev 154622)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.3.91
-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=('f4aa246497d2f65ffac09de9958cfa1737f8e1ae53ed11d800998bc7c616dfcf')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 154620, 
eog-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 13:10:37 UTC (rev 154622)
@@ -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:

Deleted: gnome-unstable-i686/eog-plugins.install
===
--- gnome-unstable-i686/eog-plugins.install 2012-03-30 13:10:32 UTC (rev 
154621)
+++ gnome-unstable-i686/eog-plugins.install 2012-03-30 13:10:37 UTC (rev 
154622)
@@ -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
-}

Copied: eog-plugins/repos/gnome-unstable-i686/eog-plugins.install (from rev 
154620, eog-plugins/trunk/eog-plugins.install)
===
--- gnome-unstable-i686/eog-plugins.install (rev 0)
+++ gnome-unstable-i686/eog-plugins.install 2012-03-30 13:10:37 UTC (rev 
154622)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-30 13:10:32 UTC (rev 154621)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-30 13:10:37 UTC (rev 154622)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=eog-plugins
-pkgver=3.3.91
-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)

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

2011-11-22 Thread Ionut Biru
Date: Tuesday, November 22, 2011 @ 13:39:54
  Author: ibiru
Revision: 143098

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

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

--+
 extra-i686/PKGBUILD  |   62 ++---
 extra-i686/eog-plugins.install   |   22 ++---
 extra-x86_64/PKGBUILD|   62 ++---
 extra-x86_64/eog-plugins.install |   22 ++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-22 18:30:12 UTC (rev 143097)
+++ extra-i686/PKGBUILD 2011-11-22 18:39:54 UTC (rev 143098)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=eog-plugins
-pkgver=3.2.1
-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=('f78ac3e72a6f04d9fa4b1a9f973967ae9530b3265abd4b78180730d23c295d9c')
-
-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/extra-i686/PKGBUILD (from rev 143097, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-22 18:39:54 UTC (rev 143098)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=eog-plugins
+pkgver=3.2.2
+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=('123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2011-11-22 18:30:12 UTC (rev 143097)
+++ extra-i686/eog-plugins.install  2011-11-22 18:39:54 UTC (rev 143098)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 143097, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2011-11-22 18:39:54 UTC (rev 143098)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-22 18:30:12 UTC (rev 143097)
+++ extra-x86_64/PKGBUILD   2011-11-22 18:39:54 UTC (rev 143098)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=eog-plugins
-pkgver=3.2.1
-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=('f78ac3e72a6f04d9fa4b1a9f973967ae9530b3265abd4b78180730d23c295d9c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkg

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

2011-10-20 Thread Jan Steffens
Date: Thursday, October 20, 2011 @ 07:11:57
  Author: heftig
Revision: 140977

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

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

--+
 extra-i686/PKGBUILD  |   62 ++---
 extra-i686/eog-plugins.install   |   22 ++---
 extra-x86_64/PKGBUILD|   62 ++---
 extra-x86_64/eog-plugins.install |   22 ++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-20 11:11:11 UTC (rev 140976)
+++ extra-i686/PKGBUILD 2011-10-20 11:11:57 UTC (rev 140977)
@@ -1,31 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 140976, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-20 11:11:57 UTC (rev 140977)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=eog-plugins
+pkgver=3.2.1
+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=('f78ac3e72a6f04d9fa4b1a9f973967ae9530b3265abd4b78180730d23c295d9c')
+
+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:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2011-10-20 11:11:11 UTC (rev 140976)
+++ extra-i686/eog-plugins.install  2011-10-20 11:11:57 UTC (rev 140977)
@@ -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
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 140976, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2011-10-20 11:11:57 UTC (rev 140977)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-20 11:11:11 UTC (rev 140976)
+++ extra-x86_64/PKGBUILD   2011-10-20 11:11:57 UTC (rev 140977)
@@ -1,31 +0,0 @@
-# $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() {
-  

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

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 15:21:25
  Author: ibiru
Revision: 138740

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   62 ++--
 gnome-unstable-i686/eog-plugins.install   |   22 -
 gnome-unstable-x86_64/PKGBUILD|   62 ++--
 gnome-unstable-x86_64/eog-plugins.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 19:18:56 UTC (rev 138739)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 19:21:25 UTC (rev 138740)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=eog-plugins
-pkgver=3.1.3
-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=('810c96aafc67f191f26ffe0e452407980a9fe675088647176b3d464fe96e5b4f')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 138739, 
eog-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 19:21:25 UTC (rev 138740)
@@ -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:

Deleted: gnome-unstable-i686/eog-plugins.install
===
--- gnome-unstable-i686/eog-plugins.install 2011-09-27 19:18:56 UTC (rev 
138739)
+++ gnome-unstable-i686/eog-plugins.install 2011-09-27 19:21:25 UTC (rev 
138740)
@@ -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
-}

Copied: eog-plugins/repos/gnome-unstable-i686/eog-plugins.install (from rev 
138739, eog-plugins/trunk/eog-plugins.install)
===
--- gnome-unstable-i686/eog-plugins.install (rev 0)
+++ gnome-unstable-i686/eog-plugins.install 2011-09-27 19:21:25 UTC (rev 
138740)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-27 19:18:56 UTC (rev 138739)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-27 19:21:25 UTC (rev 138740)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=eog-plugins
-pkgver=3.1.3
-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=('intl