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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:08:53 UTC 2012


    Date: Monday, April 23, 2012 @ 05:08:53
  Author: ibiru
Revision: 156911

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

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

-----------------+
 PKGBUILD        |   64 +++++++++++++++++++++++++++---------------------------
 libpeas.install |   22 +++++++++---------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 09:08:52 UTC (rev 156910)
+++ extra-i686/PKGBUILD	2012-04-23 09:08:53 UTC (rev 156911)
@@ -1,32 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 156695, libpeas/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 09:08:53 UTC (rev 156911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at 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: extra-i686/libpeas.install
===================================================================
--- extra-i686/libpeas.install	2012-04-23 09:08:52 UTC (rev 156910)
+++ extra-i686/libpeas.install	2012-04-23 09:08:53 UTC (rev 156911)
@@ -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 156695, libpeas/repos/testing-i686/libpeas.install)
===================================================================
--- extra-i686/libpeas.install	                        (rev 0)
+++ extra-i686/libpeas.install	2012-04-23 09:08:53 UTC (rev 156911)
@@ -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