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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:55:17
  Author: jgc
Revision: 305628

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 305627, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305627, libpeas/trunk/PKGBUILD)

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

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 305627, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 20:55:17 UTC (rev 305628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="A GObject plugins library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas;
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
+ gnome-common)
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
+source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305627, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 20:55:17 UTC (rev 305628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="A GObject plugins library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas;
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
+ gnome-common)
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
+source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Monday, December 26, 2016 @ 09:44:05
  Author: bpiotrowski
Revision: 284790

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

Added:
  libpeas/repos/staging-i686/
  libpeas/repos/staging-i686/PKGBUILD
(from rev 284789, libpeas/trunk/PKGBUILD)
  libpeas/repos/staging-x86_64/
  libpeas/repos/staging-x86_64/PKGBUILD
(from rev 284789, libpeas/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-x86_64/PKGBUILD |   50 ++
 2 files changed, 100 insertions(+)

Copied: libpeas/repos/staging-i686/PKGBUILD (from rev 284789, 
libpeas/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-26 09:44:05 UTC (rev 284790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.20.0
+pkgrel=2
+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 git
+ gnome-common)
+_commit=7548b2717160e33a806bcfa8c7894f4abccc
+source=("git://git.gnome.org/libpeas#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # 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
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/staging-x86_64/PKGBUILD (from rev 284789, 
libpeas/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-26 09:44:05 UTC (rev 284790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.20.0
+pkgrel=2
+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 git
+ gnome-common)
+_commit=7548b2717160e33a806bcfa8c7894f4abccc
+source=("git://git.gnome.org/libpeas#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # 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
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-23 Thread Jan Steffens
Date: Saturday, September 24, 2016 @ 01:00:13
  Author: heftig
Revision: 276897

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 276896, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276896, libpeas/trunk/PKGBUILD)

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

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 276896, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-24 01:00:13 UTC (rev 276897)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.20.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 git
+ gnome-common)
+_commit=7548b2717160e33a806bcfa8c7894f4abccc
+source=("git://git.gnome.org/libpeas#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # 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
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276896, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-24 01:00:13 UTC (rev 276897)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.20.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 git
+ gnome-common)
+_commit=7548b2717160e33a806bcfa8c7894f4abccc
+source=("git://git.gnome.org/libpeas#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # 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
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:23
  Author: allan
Revision: 157287

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

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

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 157266, 
libpeas/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-26 21:34:23 UTC (rev 157287)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.4.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' '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:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 157266, 
libpeas/repos/staging-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2012-04-26 21:34:23 UTC (rev 157287)
@@ -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 (4 files)

2012-04-26 Thread Allan McRae
Date: Thursday, April 26, 2012 @ 17:34:26
  Author: allan
Revision: 157288

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

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

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 157266, 
libpeas/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-26 21:34:26 UTC (rev 157288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.4.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' '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:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 157266, 
libpeas/repos/staging-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2012-04-26 21:34:26 UTC (rev 157288)
@@ -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 (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:35:29
  Author: heftig
Revision: 155201

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

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

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 155005, 
libpeas/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:35:29 UTC (rev 155201)
@@ -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:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 155005, 
libpeas/repos/gnome-unstable-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2012-04-01 11:35:29 UTC (rev 155201)
@@ -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 (4 files)

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

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

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

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 155005, 
libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:35:31 UTC (rev 155202)
@@ -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:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 155005, 
libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2012-04-01 11:35:31 UTC (rev 155202)
@@ -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 (4 files)

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

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

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

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 138832, 
libpeas/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-28 19:32:23 UTC (rev 139003)
@@ -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:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 138832, 
libpeas/repos/gnome-unstable-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2011-09-28 19:32:23 UTC (rev 139003)
@@ -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 (4 files)

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

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

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

-+
 PKGBUILD|   32 
 libpeas.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 138832, 
libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:32:24 UTC (rev 139004)
@@ -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:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 138832, 
libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2011-09-28 19:32:24 UTC (rev 139004)
@@ -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
+}