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

Allan McRae allan at archlinux.org
Thu Apr 26 21:34:24 UTC 2012


    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.steffens at 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.install	2012-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
+}




More information about the arch-commits mailing list