[arch-commits] Commit in libpeas/repos (5 files)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 19:00:02 UTC 2011
Date: Saturday, October 1, 2011 @ 15:00:01
Author: ibiru
Revision: 139382
db-move: moved libpeas from [testing] to [extra] (i686)
Added:
libpeas/repos/extra-i686/PKGBUILD
(from rev 139207, libpeas/repos/testing-i686/PKGBUILD)
libpeas/repos/extra-i686/libpeas.install
(from rev 139207, libpeas/repos/testing-i686/libpeas.install)
Deleted:
libpeas/repos/extra-i686/PKGBUILD
libpeas/repos/extra-i686/libpeas.install
libpeas/repos/testing-i686/
-----------------+
PKGBUILD | 61 ++++++++++++++++++++++++++++--------------------------
libpeas.install | 22 +++++++++----------
2 files changed, 43 insertions(+), 40 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-10-01 19:00:00 UTC (rev 139381)
+++ extra-i686/PKGBUILD 2011-10-01 19:00:01 UTC (rev 139382)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
-pkgname=libpeas
-pkgver=1.0.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' 'pygobject' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'pygobject-devel')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('b1482690565241baf3870311a77efb3f89a4335f48cb4ca31e8b8405220a8d99')
-
-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/extra-i686/PKGBUILD (from rev 139207, libpeas/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 19:00:01 UTC (rev 139382)
@@ -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:
Deleted: extra-i686/libpeas.install
===================================================================
--- extra-i686/libpeas.install 2011-10-01 19:00:00 UTC (rev 139381)
+++ extra-i686/libpeas.install 2011-10-01 19:00:01 UTC (rev 139382)
@@ -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 139207, libpeas/repos/testing-i686/libpeas.install)
===================================================================
--- extra-i686/libpeas.install (rev 0)
+++ extra-i686/libpeas.install 2011-10-01 19:00:01 UTC (rev 139382)
@@ -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