[arch-commits] Commit in libpeas/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:32:24 UTC 2011
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.steffens at 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.install 2011-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
+}
More information about the arch-commits
mailing list