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

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 15:07:14
  Author: jgc
Revision: 262179

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 262178, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 262178, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262178, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 262178, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 /PKGBUILD |   78 
 /libpeas.install  |   22 +
 gnome-unstable-i686/PKGBUILD  |   39 
 gnome-unstable-i686/libpeas.install   |   11 
 gnome-unstable-x86_64/PKGBUILD|   39 
 gnome-unstable-x86_64/libpeas.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-21 14:07:08 UTC (rev 262178)
+++ gnome-unstable-i686/PKGBUILD2016-03-21 14:07:14 UTC (rev 262179)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libpeas
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="A GObject-based plugins engine"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-license=(GPL2)
-depends=(gtk3 gobject-introspection-runtime)
-makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('31341c5d2b347d270f3a1b112b6f1c14d14e03231ce99d842cc0cc57e24404ba')
-
-
-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
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
-  make check || return 0
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 262178, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-21 14:07:14 UTC (rev 262179)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A GObject-based plugins engine"
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('bf49842c64c36925bbc41d954de490b6ff7faa29b45f6fd9e91ddcc779165e26')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2016-03-21 14:07:08 UTC (rev 262178)
+++ gnome-unstable-i686/libpeas.install 2016-03-21 14:07:14 UTC (rev 262179)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 262178, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2016-03-21 14:07:14 UTC (rev 262179)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD

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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:34:49
  Author: jgc
Revision: 234813

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

Added:
  libpeas/repos/testing-i686/
  libpeas/repos/testing-i686/PKGBUILD
(from rev 234786, libpeas/repos/gnome-unstable-i686/PKGBUILD)
  libpeas/repos/testing-i686/libpeas.install
(from rev 234786, libpeas/repos/gnome-unstable-i686/libpeas.install)
  libpeas/repos/testing-x86_64/
  libpeas/repos/testing-x86_64/PKGBUILD
(from rev 234786, libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
  libpeas/repos/testing-x86_64/libpeas.install
(from rev 234786, libpeas/repos/gnome-unstable-x86_64/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/
  libpeas/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   39 +++
 testing-i686/libpeas.install   |   11 +++
 testing-x86_64/PKGBUILD|   39 +++
 testing-x86_64/libpeas.install |   11 +++
 4 files changed, 100 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 234786, 
libpeas/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:34:49 UTC (rev 234813)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.14.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 234786, 
libpeas/repos/gnome-unstable-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2015-03-25 15:34:49 UTC (rev 234813)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 234786, 
libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:49 UTC (rev 234813)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.14.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 234786, 
libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2015-03-25 15:34:49 UTC (rev 234813)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:01
  Author: jgc
Revision: 223064

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

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

+
 testing-i686/PKGBUILD  |   39 +++
 testing-i686/libpeas.install   |   11 +++
 testing-x86_64/PKGBUILD|   39 +++
 testing-x86_64/libpeas.install |   11 +++
 4 files changed, 100 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 223030, 
libpeas/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('e610be31c9d382580fb5d8686f8311149f27413f55af6abf5c033178b99452d6')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 223030, 
libpeas/repos/gnome-unstable-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('e610be31c9d382580fb5d8686f8311149f27413f55af6abf5c033178b99452d6')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 223030, 
libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-08-05 Thread Jan de Groot
Date: Tuesday, August 5, 2014 @ 10:47:03
  Author: jgc
Revision: 219310

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

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

--+
 /PKGBUILD|   78 +
 /libpeas.install |   22 +++
 extra-i686/PKGBUILD  |   39 
 extra-i686/libpeas.install   |   11 -
 extra-x86_64/PKGBUILD|   39 
 extra-x86_64/libpeas.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 08:46:57 UTC (rev 219309)
+++ extra-i686/PKGBUILD 2014-08-05 08:47:03 UTC (rev 219310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-license=(GPL2)
-depends=(gtk3 hicolor-icon-theme gobject-introspection)
-makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
-optdepends=('seed: gobject-based plugin engine - seed runtime loader')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('4695bc40e4885a903dbc5ce6a3704392feae63af51fd4da7a3888bb88ca78c47')
-
-
-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
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/extra-i686/PKGBUILD (from rev 219309, 
libpeas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 08:47:03 UTC (rev 219310)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('ba9fb1ff0b1bf6921b10fcd9d89d3995713e11a3e373f6852278699d03d2571d')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libpeas.install
===
--- extra-i686/libpeas.install  2014-08-05 08:46:57 UTC (rev 219309)
+++ extra-i686/libpeas.install  2014-08-05 08:47:03 UTC (rev 219310)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/extra-i686/libpeas.install (from rev 219309, 
libpeas/trunk/libpeas.install)
===
--- extra-i686/libpeas.install  (rev 0)
+++ extra-i686/libpeas.install  2014-08-05 08:47:03 UTC (rev 219310)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-05 08:46:57 UTC (rev 219309)
+++ extra-x86_64/PKGBUILD   2014-08-05 08:47:03 UTC (rev 219310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=(i686 x86_64)
-url=http://www.gtk.org/;

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

2014-03-17 Thread Jan Steffens
Date: Monday, March 17, 2014 @ 23:08:35
  Author: heftig
Revision: 208100

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

Added:
  libpeas/repos/staging-i686/
  libpeas/repos/staging-i686/PKGBUILD
(from rev 208099, libpeas/trunk/PKGBUILD)
  libpeas/repos/staging-i686/js17.patch
(from rev 208099, libpeas/trunk/js17.patch)
  libpeas/repos/staging-i686/libpeas.install
(from rev 208099, libpeas/trunk/libpeas.install)
  libpeas/repos/staging-x86_64/
  libpeas/repos/staging-x86_64/PKGBUILD
(from rev 208099, libpeas/trunk/PKGBUILD)
  libpeas/repos/staging-x86_64/js17.patch
(from rev 208099, libpeas/trunk/js17.patch)
  libpeas/repos/staging-x86_64/libpeas.install
(from rev 208099, libpeas/trunk/libpeas.install)

+
 staging-i686/PKGBUILD  |   40 +
 staging-i686/js17.patch|   46 +++
 staging-i686/libpeas.install   |   11 +
 staging-x86_64/PKGBUILD|   40 +
 staging-x86_64/js17.patch  |   46 +++
 staging-x86_64/libpeas.install |   11 +
 6 files changed, 194 insertions(+)

Copied: libpeas/repos/staging-i686/PKGBUILD (from rev 208099, 
libpeas/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 22:08:35 UTC (rev 208100)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.9.0
+pkgrel=2
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/staging-i686/js17.patch (from rev 208099, 
libpeas/trunk/js17.patch)
===
--- staging-i686/js17.patch (rev 0)
+++ staging-i686/js17.patch 2014-03-17 22:08:35 UTC (rev 208100)
@@ -0,0 +1,46 @@
+From 8c54d0ee9c929d9141f74a0c047fed2e28347aa3 Mon Sep 17 00:00:00 2001
+From: Garrett Regier garrettreg...@gmail.com
+Date: Sat, 27 Apr 2013 11:36:13 +
+Subject: Fix Gjs plugin loader
+
+The garbage collection now takes a runtime instead of a contex
+so just use Gjs's gc method to do the right thing and jsvals
+cannot be compared anymore.
+---
+diff --git a/loaders/gjs/peas-extension-gjs.c 
b/loaders/gjs/peas-extension-gjs.c
+index 2a71ff8..0ec418c 100644
+--- a/loaders/gjs/peas-extension-gjs.c
 b/loaders/gjs/peas-extension-gjs.c
+@@ -362,7 +362,7 @@ peas_extension_gjs_call (PeasExtensionWrapper *exten,
+ 
+   if (!JS_GetElement (gexten-js_context, JSVAL_TO_OBJECT (js_retval),
+   nth_out_arg++, js_value) ||
+-  js_value == JSVAL_VOID)
++  JSVAL_IS_VOID (js_value))
+ {
+   g_warning (Error failed to get out argument %i, nth_out_arg);
+   return FALSE;
+diff --git a/loaders/gjs/peas-plugin-loader-gjs.c 
b/loaders/gjs/peas-plugin-loader-gjs.c
+index d9acfdf..8cea724 100644
+--- a/loaders/gjs/peas-plugin-loader-gjs.c
 b/loaders/gjs/peas-plugin-loader-gjs.c
+@@ -279,7 +279,7 @@ peas_plugin_loader_gjs_create_extension (PeasPluginLoader 
*loader,
+ 
+   if (!JS_GetPropertyById (js_context, ginfo-extensions,
+prop_name_id, prop_extension_ctor) ||
+-  prop_extension_ctor != extension_ctor)
++  JSVAL_TO_OBJECT (prop_extension_ctor) != JSVAL_TO_OBJECT 
(extension_ctor))
+ continue;
+ 
+   if (!JS_IdToValue (js_context, prop_name_id, prop_name_val) ||
+@@ -327,7 +327,7 @@ static void
+ garbage_collect (PeasPluginInfo *info,
+  GjsInfo*ginfo)
+ {
+-  JS_GC (gjs_context_get_native_context (ginfo-context));
++  gjs_context_gc (ginfo-context);
+ }
+ 
+ static void
+--
+cgit v0.9.2

Copied: libpeas/repos/staging-i686/libpeas.install (from rev 208099, 
libpeas/trunk/libpeas.install)
===
--- 

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

2013-09-18 Thread Jan de Groot
Date: Wednesday, September 18, 2013 @ 16:39:07
  Author: jgc
Revision: 194567

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

Added:
  libpeas/repos/gnome-unstable-i686/
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 194566, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/js17.patch
(from rev 194566, libpeas/trunk/js17.patch)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 194566, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194566, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/js17.patch
(from rev 194566, libpeas/trunk/js17.patch)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 194566, libpeas/trunk/libpeas.install)

---+
 gnome-unstable-i686/PKGBUILD  |   41 
 gnome-unstable-i686/js17.patch|   46 
 gnome-unstable-i686/libpeas.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   41 
 gnome-unstable-x86_64/js17.patch  |   46 
 gnome-unstable-x86_64/libpeas.install |   11 +++
 6 files changed, 196 insertions(+)

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 194566, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-18 14:39:07 UTC (rev 194567)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/js17.patch (from rev 194566, 
libpeas/trunk/js17.patch)
===
--- gnome-unstable-i686/js17.patch  (rev 0)
+++ gnome-unstable-i686/js17.patch  2013-09-18 14:39:07 UTC (rev 194567)
@@ -0,0 +1,46 @@
+From 8c54d0ee9c929d9141f74a0c047fed2e28347aa3 Mon Sep 17 00:00:00 2001
+From: Garrett Regier garrettreg...@gmail.com
+Date: Sat, 27 Apr 2013 11:36:13 +
+Subject: Fix Gjs plugin loader
+
+The garbage collection now takes a runtime instead of a contex
+so just use Gjs's gc method to do the right thing and jsvals
+cannot be compared anymore.
+---
+diff --git a/loaders/gjs/peas-extension-gjs.c 
b/loaders/gjs/peas-extension-gjs.c
+index 2a71ff8..0ec418c 100644
+--- a/loaders/gjs/peas-extension-gjs.c
 b/loaders/gjs/peas-extension-gjs.c
+@@ -362,7 +362,7 @@ peas_extension_gjs_call (PeasExtensionWrapper *exten,
+ 
+   if (!JS_GetElement (gexten-js_context, JSVAL_TO_OBJECT (js_retval),
+   nth_out_arg++, js_value) ||
+-  js_value == JSVAL_VOID)
++  JSVAL_IS_VOID (js_value))
+ {
+   g_warning (Error failed to get out argument %i, nth_out_arg);
+   return FALSE;
+diff --git a/loaders/gjs/peas-plugin-loader-gjs.c 
b/loaders/gjs/peas-plugin-loader-gjs.c
+index d9acfdf..8cea724 100644
+--- a/loaders/gjs/peas-plugin-loader-gjs.c
 b/loaders/gjs/peas-plugin-loader-gjs.c
+@@ -279,7 +279,7 @@ peas_plugin_loader_gjs_create_extension (PeasPluginLoader 
*loader,
+ 
+   if (!JS_GetPropertyById (js_context, ginfo-extensions,
+prop_name_id, prop_extension_ctor) ||
+-  prop_extension_ctor != extension_ctor)
++  JSVAL_TO_OBJECT (prop_extension_ctor) != JSVAL_TO_OBJECT 
(extension_ctor))
+ continue;
+ 
+   if (!JS_IdToValue (js_context, prop_name_id, prop_name_val) ||
+@@ -327,7 +327,7 @@ static void
+ garbage_collect (PeasPluginInfo *info,
+  GjsInfo*ginfo)
+ {
+-  JS_GC (gjs_context_get_native_context (ginfo-context));
++  gjs_context_gc (ginfo-context);
+ }
+ 
+ static void
+--
+cgit v0.9.2

Copied: 

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:55:34
  Author: jgc
Revision: 180789

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 180788, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 180788, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180788, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 180788, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 /PKGBUILD |   64 
 /libpeas.install  |   22 +++
 gnome-unstable-i686/PKGBUILD  |   32 
 gnome-unstable-i686/libpeas.install   |   11 -
 gnome-unstable-x86_64/PKGBUILD|   32 
 gnome-unstable-x86_64/libpeas.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 10:55:27 UTC (rev 180788)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:55:34 UTC (rev 180789)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-license=(GPL2)
-depends=(gtk3 hicolor-icon-theme gobject-introspection)
-makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gobject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('14bac5c35ace40b25ec541d4a2fc2daf3c7837c9f7fa1b76df448f63cffa9cce')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 180788, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:55:34 UTC (rev 180789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('ffbad2d2aad8237722342432f9737a2ba5a2022e1b8171ab57db67995ce2e0fe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2013-03-26 10:55:27 UTC (rev 180788)
+++ gnome-unstable-i686/libpeas.install 2013-03-26 10:55:34 UTC (rev 180789)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 180788, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2013-03-26 10:55:34 UTC (rev 180789)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:55:27 UTC (rev 180788)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:55:34 UTC (rev 180789)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

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

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:23:50
  Author: jgc
Revision: 169178

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

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

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libpeas.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libpeas.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 169138, 
libpeas/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:23:50 UTC (rev 169178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39')
+
+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: libpeas/repos/testing-i686/libpeas.install (from rev 169138, 
libpeas/repos/gnome-unstable-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2012-10-18 19:23:50 UTC (rev 169178)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 169138, 
libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:23:50 UTC (rev 169178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39')
+
+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: libpeas/repos/testing-x86_64/libpeas.install (from rev 169138, 
libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2012-10-18 19:23:50 UTC (rev 169178)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-10-16 Thread Jan de Groot
Date: Tuesday, October 16, 2012 @ 04:40:44
  Author: jgc
Revision: 168808

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 168807, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 168807, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 168807, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 168807, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 gnome-unstable-i686/PKGBUILD  |   64 
 gnome-unstable-i686/libpeas.install   |   22 +--
 gnome-unstable-x86_64/PKGBUILD|   64 
 gnome-unstable-x86_64/libpeas.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-16 08:40:17 UTC (rev 168807)
+++ gnome-unstable-i686/PKGBUILD2012-10-16 08:40:44 UTC (rev 168808)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gobject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('23c1385cba2e32201588c988ea6894b27a115efc01cb4acb927e984456ffd63c')
-
-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: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 168807, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-16 08:40:44 UTC (rev 168808)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39')
+
+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/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2012-10-16 08:40:17 UTC (rev 168807)
+++ gnome-unstable-i686/libpeas.install 2012-10-16 08:40:44 UTC (rev 168808)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 168807, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2012-10-16 08:40:44 UTC (rev 168808)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-16 08:40:17 UTC (rev 168807)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-16 08:40:44 UTC (rev 168808)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-

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

2012-10-03 Thread Jan de Groot
Date: Wednesday, October 3, 2012 @ 06:23:54
  Author: jgc
Revision: 167720

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 167719, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 167719, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167719, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 167719, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 gnome-unstable-i686/PKGBUILD  |   64 
 gnome-unstable-i686/libpeas.install   |   22 +--
 gnome-unstable-x86_64/PKGBUILD|   64 
 gnome-unstable-x86_64/libpeas.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-03 10:23:29 UTC (rev 167719)
+++ gnome-unstable-i686/PKGBUILD2012-10-03 10:23:54 UTC (rev 167720)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gobject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('f5ccc0f4e0b24db273d5e11d161494a6751dd2178813b9d98832dac0a049b0bb')
-
-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: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 167719, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-03 10:23:54 UTC (rev 167720)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('23c1385cba2e32201588c988ea6894b27a115efc01cb4acb927e984456ffd63c')
+
+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/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2012-10-03 10:23:29 UTC (rev 167719)
+++ gnome-unstable-i686/libpeas.install 2012-10-03 10:23:54 UTC (rev 167720)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 167719, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2012-10-03 10:23:54 UTC (rev 167720)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-03 10:23:29 UTC (rev 167719)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-03 10:23:54 UTC (rev 167720)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-

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

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 15:07:20
  Author: heftig
Revision: 154819

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 154818, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 154818, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154818, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 154818, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 gnome-unstable-i686/PKGBUILD  |   64 
 gnome-unstable-i686/libpeas.install   |   22 +--
 gnome-unstable-x86_64/PKGBUILD|   64 
 gnome-unstable-x86_64/libpeas.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-30 19:05:24 UTC (rev 154818)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 19:07:20 UTC (rev 154819)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed' 
'glade')
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gobject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('aefff05cdd39d7a88986af54f2980034857482605e777ce5345ba3b5653fe79d')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var --enable-vala
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 154818, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 19:07:20 UTC (rev 154819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed' 
'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('d508df249d5aefad0e5a720095e0103355ab13856dae6a10e6e5b8235d5eecf6')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2012-03-30 19:05:24 UTC (rev 154818)
+++ gnome-unstable-i686/libpeas.install 2012-03-30 19:07:20 UTC (rev 154819)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 154818, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2012-03-30 19:07:20 UTC (rev 154819)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-30 19:05:24 UTC (rev 154818)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-30 19:07:20 UTC (rev 154819)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens 

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

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 07:22:39
  Author: ibiru
Revision: 138582

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 138581, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 138581, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138581, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 138581, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 gnome-unstable-i686/PKGBUILD  |   64 
 gnome-unstable-i686/libpeas.install   |   22 +--
 gnome-unstable-x86_64/PKGBUILD|   64 
 gnome-unstable-x86_64/libpeas.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 11:21:35 UTC (rev 138581)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 11:22:39 UTC (rev 138582)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed')
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gbject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('1f21230aac4359b123116b86f249b7dc867c1237ad2a48b4d827bf572f0879fe')
-
-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: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 138581, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 11:22:39 UTC (rev 138582)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gbject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('871868ff44352367a4b4602352f60fd20eb99794ade454f3b120d87c1560f31c')
+
+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/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2011-09-27 11:21:35 UTC (rev 138581)
+++ gnome-unstable-i686/libpeas.install 2011-09-27 11:22:39 UTC (rev 138582)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 138581, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2011-09-27 11:22:39 UTC (rev 138582)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-27 11:21:35 UTC (rev 138581)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-27 11:22:39 UTC (rev 138582)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-

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

2011-09-21 Thread Ionut Biru
Date: Wednesday, September 21, 2011 @ 08:32:47
  Author: ibiru
Revision: 138379

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 138377, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 138377, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138378, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 138378, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 gnome-unstable-i686/PKGBUILD  |   63 
 gnome-unstable-i686/libpeas.install   |   22 +--
 gnome-unstable-x86_64/PKGBUILD|   63 
 gnome-unstable-x86_64/libpeas.install |   22 +--
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-21 12:32:30 UTC (rev 138378)
+++ gnome-unstable-i686/PKGBUILD2011-09-21 12:32:47 UTC (rev 138379)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-pkgname=libpeas
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed')
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gbject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('74e80a86f7f34bb03ab914ecd6f5fb8201c062f577b9b60317e6cc72bbedb2c0')
-
-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: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 138377, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-21 12:32:47 UTC (rev 138379)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
+makedepends=('gtk-doc' 'intltool' 'vala' 'python2-gobject' 'gjs' 'seed')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gbject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('1f21230aac4359b123116b86f249b7dc867c1237ad2a48b4d827bf572f0879fe')
+
+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/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2011-09-21 12:32:30 UTC (rev 138378)
+++ gnome-unstable-i686/libpeas.install 2011-09-21 12:32:47 UTC (rev 138379)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 138377, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2011-09-21 12:32:47 UTC (rev 138379)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-21 12:32:30 UTC (rev 138378)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-21 12:32:47 UTC (rev 138379)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-pkgname=libpeas