[arch-commits] Commit in anjuta/trunk (PKGBUILD anjuta.install)
Ionut Biru
ibiru at archlinux.org
Mon Apr 30 22:54:14 UTC 2012
Date: Monday, April 30, 2012 @ 18:54:13
Author: ibiru
Revision: 158005
update to 3.4.1
Modified:
anjuta/trunk/PKGBUILD
anjuta/trunk/anjuta.install
----------------+
PKGBUILD | 10 +++++-----
anjuta.install | 6 ------
2 files changed, 5 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-30 22:44:22 UTC (rev 158004)
+++ PKGBUILD 2012-04-30 22:54:13 UTC (rev 158005)
@@ -3,8 +3,8 @@
# Contributor: Harley Laue <losinggeneration at yahoo.com>
pkgname=anjuta
-pkgver=3.4.0
-pkgrel=3
+pkgver=3.4.1
+pkgrel=1
pkgdesc="GNOME Integrated Development Environment (IDE)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -14,17 +14,17 @@
install=anjuta.install
source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
options=('!libtool' '!emptydirs')
-sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
+sha256sums=('92edd96d7b7df178405cd229ff72d284c5499ad4496702f4efac7178e2d84369')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-scrollkeeper
make
}
package(){
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
# j1: Race during linking
make -j1 DESTDIR="$pkgdir" install
Modified: anjuta.install
===================================================================
--- anjuta.install 2012-04-30 22:44:22 UTC (rev 158004)
+++ anjuta.install 2012-04-30 22:54:13 UTC (rev 158005)
@@ -6,12 +6,6 @@
update-mime-database /usr/share/mime > /dev/null
}
-pre_upgrade() {
- if (( $(vercmp $2 2.90.0) < 0 )); then
- usr/sbin/gconfpkg --uninstall anjuta
- fi
-}
-
post_upgrade() {
post_install
}
More information about the arch-commits
mailing list