[arch-commits] Commit in anjuta/repos (10 files)

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:35:02 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:35:01
  Author: jgc
Revision: 234820

db-move: moved anjuta from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  anjuta/repos/testing-i686/
  anjuta/repos/testing-i686/PKGBUILD
    (from rev 234786, anjuta/repos/gnome-unstable-i686/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
    (from rev 234786, anjuta/repos/gnome-unstable-i686/anjuta.install)
  anjuta/repos/testing-i686/vala-0.28.patch
    (from rev 234786, anjuta/repos/gnome-unstable-i686/vala-0.28.patch)
  anjuta/repos/testing-x86_64/
  anjuta/repos/testing-x86_64/PKGBUILD
    (from rev 234786, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
    (from rev 234786, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
  anjuta/repos/testing-x86_64/vala-0.28.patch
    (from rev 234786, anjuta/repos/gnome-unstable-x86_64/vala-0.28.patch)
Deleted:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-x86_64/

--------------------------------+
 testing-i686/PKGBUILD          |   51 +++++++++++++++++++++++++++++++++++++++
 testing-i686/anjuta.install    |   14 ++++++++++
 testing-i686/vala-0.28.patch   |   23 +++++++++++++++++
 testing-x86_64/PKGBUILD        |   51 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/anjuta.install  |   14 ++++++++++
 testing-x86_64/vala-0.28.patch |   23 +++++++++++++++++
 6 files changed, 176 insertions(+)

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 234786, anjuta/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:35:01 UTC (rev 234820)
@@ -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.16.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)
+url="http://www.anjuta.org/"
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('77432a01b37b46f5558bf4cc435f9a023abf17c5273d472e17dff1f9b3d9943c')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --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 234786, anjuta/repos/gnome-unstable-i686/anjuta.install)
===================================================================
--- testing-i686/anjuta.install	                        (rev 0)
+++ testing-i686/anjuta.install	2015-03-25 15:35:01 UTC (rev 234820)
@@ -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-i686/vala-0.28.patch (from rev 234786, anjuta/repos/gnome-unstable-i686/vala-0.28.patch)
===================================================================
--- testing-i686/vala-0.28.patch	                        (rev 0)
+++ testing-i686/vala-0.28.patch	2015-03-25 15:35:01 UTC (rev 234820)
@@ -0,0 +1,23 @@
+From 8c337455533e9a57102bd590dc5bfee111110241 Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Thu, 5 Feb 2015 13:50:55 +0100
+Subject: build: detect vala 0.28 branch
+
+https://bugzilla.gnome.org/show_bug.cgi?id=744041
+
+diff --git a/configure.ac b/configure.ac
+index d109e47..ec62cf6 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
+ else
+         AC_MSG_RESULT(no)
+ 	AC_MSG_CHECKING(if libvala is available)
+-	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26]],
++	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28]],
+ 		[PKG_CHECK_EXISTS([ libvala-VERSION ],
+ 			 [ valaver="-VERSION" ])
+ 			 ])
+-- 
+cgit v0.10.2
+

Copied: anjuta/repos/testing-x86_64/PKGBUILD (from rev 234786, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:35:01 UTC (rev 234820)
@@ -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.16.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)
+url="http://www.anjuta.org/"
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('77432a01b37b46f5558bf4cc435f9a023abf17c5273d472e17dff1f9b3d9943c')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --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 234786, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
===================================================================
--- testing-x86_64/anjuta.install	                        (rev 0)
+++ testing-x86_64/anjuta.install	2015-03-25 15:35:01 UTC (rev 234820)
@@ -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/vala-0.28.patch (from rev 234786, anjuta/repos/gnome-unstable-x86_64/vala-0.28.patch)
===================================================================
--- testing-x86_64/vala-0.28.patch	                        (rev 0)
+++ testing-x86_64/vala-0.28.patch	2015-03-25 15:35:01 UTC (rev 234820)
@@ -0,0 +1,23 @@
+From 8c337455533e9a57102bd590dc5bfee111110241 Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Thu, 5 Feb 2015 13:50:55 +0100
+Subject: build: detect vala 0.28 branch
+
+https://bugzilla.gnome.org/show_bug.cgi?id=744041
+
+diff --git a/configure.ac b/configure.ac
+index d109e47..ec62cf6 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
+ else
+         AC_MSG_RESULT(no)
+ 	AC_MSG_CHECKING(if libvala is available)
+-	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26]],
++	m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28]],
+ 		[PKG_CHECK_EXISTS([ libvala-VERSION ],
+ 			 [ valaver="-VERSION" ])
+ 			 ])
+-- 
+cgit v0.10.2
+



More information about the arch-commits mailing list