[arch-commits] Commit in anjuta/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:28:57 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:28:57
Author: ibiru
Revision: 138837
db-move: moved anjuta from [gnome-unstable] to [testing] (i686)
Added:
anjuta/repos/testing-i686/
anjuta/repos/testing-i686/PKGBUILD
(from rev 138832, anjuta/repos/gnome-unstable-i686/PKGBUILD)
anjuta/repos/testing-i686/anjuta.install
(from rev 138832, anjuta/repos/gnome-unstable-i686/anjuta.install)
Deleted:
anjuta/repos/gnome-unstable-i686/
----------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
anjuta.install | 21 +++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 138832, anjuta/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-28 19:28:57 UTC (rev 138837)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgname=anjuta
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'python2' 'shared-mime-info' 'desktop-file-utils')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url="http://anjuta.sourceforge.net/"
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('2ff968af17e9202fcdb12c47aadaa9d3cb4b98d78c22db8a0cedcb4bf0a81fb8')
+
+build() {
+ cd "${srcdir}/anjuta-${pkgver}"
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+ make
+}
+
+package(){
+ cd "${srcdir}/anjuta-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ sed -i "1s|#!/usr/bin/python$|&2|" \
+ $pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}
Copied: anjuta/repos/testing-i686/anjuta.install (from rev 138832, anjuta/repos/gnome-unstable-i686/anjuta.install)
===================================================================
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2011-09-28 19:28:57 UTC (rev 138837)
@@ -0,0 +1,21 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+ 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
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list