[arch-commits] Commit in libpeas/trunk (PKGBUILD libpeas.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 13:38:41
  Author: heftig
Revision: 272596

1.18.0-2

Modified:
  libpeas/trunk/PKGBUILD
Deleted:
  libpeas/trunk/libpeas.install

-+
 PKGBUILD|3 +--
 libpeas.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 13:36:50 UTC (rev 272595)
+++ PKGBUILD2016-07-28 13:38:41 UTC (rev 272596)
@@ -3,7 +3,7 @@
 
 pkgname=libpeas
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GObject-based plugins engine"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
@@ -10,7 +10,6 @@
 license=(GPL2)
 depends=(gtk3 gobject-introspection-runtime)
 makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
-install=libpeas.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
 sha256sums=('bf49842c64c36925bbc41d954de490b6ff7faa29b45f6fd9e91ddcc779165e26')
 

Deleted: libpeas.install
===
--- libpeas.install 2016-07-28 13:36:50 UTC (rev 272595)
+++ libpeas.install 2016-07-28 13:38:41 UTC (rev 272596)
@@ -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
-}


[arch-commits] Commit in libpeas/trunk (PKGBUILD libpeas.install)

2011-02-17 Thread Jan Steffens
Date: Thursday, February 17, 2011 @ 12:42:37
  Author: heftig
Revision: 110210

upgpkg: libpeas 0.7.1-1
Update for gnome-unstable

Modified:
  libpeas/trunk/PKGBUILD
  libpeas/trunk/libpeas.install

-+
 PKGBUILD|5 +++--
 libpeas.install |4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-17 17:37:09 UTC (rev 110209)
+++ PKGBUILD2011-02-17 17:42:37 UTC (rev 110210)
@@ -3,7 +3,7 @@
 pkgname=libpeas
 pkgver=0.7.1
 pkgrel=1
-pkgdesc=A personal social data server
+pkgdesc=A GObject-based plugins engine
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
 license=('GPL2')
@@ -16,7 +16,8 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
   make
 }
 

Modified: libpeas.install
===
--- libpeas.install 2011-02-17 17:37:09 UTC (rev 110209)
+++ libpeas.install 2011-02-17 17:42:37 UTC (rev 110210)
@@ -3,9 +3,9 @@
 }
 
 post_upgrade() {
-post_install $1
+  post_install
 }
 
 post_remove() {
-post_install $1
+  post_install
 }