[arch-commits] Commit in anjuta/repos (8 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:54:21 UTC 2014
Date: Friday, September 26, 2014 @ 12:54:20
Author: jgc
Revision: 223074
db-move: moved anjuta from [gnome-unstable] to [testing] (i686, x86_64)
Added:
anjuta/repos/testing-i686/
anjuta/repos/testing-i686/PKGBUILD
(from rev 223030, anjuta/repos/gnome-unstable-i686/PKGBUILD)
anjuta/repos/testing-i686/anjuta.install
(from rev 223030, anjuta/repos/gnome-unstable-i686/anjuta.install)
anjuta/repos/testing-x86_64/
anjuta/repos/testing-x86_64/PKGBUILD
(from rev 223030, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
anjuta/repos/testing-x86_64/anjuta.install
(from rev 223030, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
Deleted:
anjuta/repos/gnome-unstable-i686/
anjuta/repos/gnome-unstable-x86_64/
-------------------------------+
testing-i686/PKGBUILD | 51 ++++++++++++++++++++++++++++++++++++++++
testing-i686/anjuta.install | 14 ++++++++++
testing-x86_64/PKGBUILD | 51 ++++++++++++++++++++++++++++++++++++++++
testing-x86_64/anjuta.install | 14 ++++++++++
4 files changed, 130 insertions(+)
Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 223030, anjuta/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf gtk-doc
+ yelp-tools gnome-common intltool gobject-introspection itstool gjs python2)
+url="http://www.anjuta.org/"
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
+
+build() {
+ cd "$pkgbase-$pkgver"
+
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --enable-glade-catalog --enable-compile-warnings=minimum \
+ PYTHON=/usr/bin/python2
+ make
+}
+
+package_libanjuta(){
+ pkgdesc="Anjuta runtime library"
+ depends=(gdl)
+ conflicts=('anjuta<3.4.4')
+
+ cd "$pkgbase-$pkgver/libanjuta"
+
+ # j1: Race during linking
+ make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+ pkgdesc="GNOME Integrated Development Environment (IDE)"
+ depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala dconf)
+ groups=('gnome-extra')
+
+ install=anjuta.install
+
+ cd "$pkgbase-$pkgver"
+ make -j1 DESTDIR="$pkgdir" install
+
+ cd libanjuta
+ make -j1 DESTDIR="$pkgdir" uninstall
+}
Copied: anjuta/repos/testing-i686/anjuta.install (from rev 223030, anjuta/repos/gnome-unstable-i686/anjuta.install)
===================================================================
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: anjuta/repos/testing-x86_64/PKGBUILD (from rev 223030, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf gtk-doc
+ yelp-tools gnome-common intltool gobject-introspection itstool gjs python2)
+url="http://www.anjuta.org/"
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
+
+build() {
+ cd "$pkgbase-$pkgver"
+
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --enable-glade-catalog --enable-compile-warnings=minimum \
+ PYTHON=/usr/bin/python2
+ make
+}
+
+package_libanjuta(){
+ pkgdesc="Anjuta runtime library"
+ depends=(gdl)
+ conflicts=('anjuta<3.4.4')
+
+ cd "$pkgbase-$pkgver/libanjuta"
+
+ # j1: Race during linking
+ make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+ pkgdesc="GNOME Integrated Development Environment (IDE)"
+ depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala dconf)
+ groups=('gnome-extra')
+
+ install=anjuta.install
+
+ cd "$pkgbase-$pkgver"
+ make -j1 DESTDIR="$pkgdir" install
+
+ cd libanjuta
+ make -j1 DESTDIR="$pkgdir" uninstall
+}
Copied: anjuta/repos/testing-x86_64/anjuta.install (from rev 223030, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
===================================================================
--- testing-x86_64/anjuta.install (rev 0)
+++ testing-x86_64/anjuta.install 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list