[arch-commits] Commit in anjuta/repos (8 files)
Jan de Groot
jgc at archlinux.org
Wed Sep 10 10:15:00 UTC 2014
Date: Wednesday, September 10, 2014 @ 12:15:00
Author: jgc
Revision: 221375
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
anjuta/repos/gnome-unstable-i686/
anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 221374, anjuta/trunk/PKGBUILD)
anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 221374, anjuta/trunk/anjuta.install)
anjuta/repos/gnome-unstable-i686/devhelp-webkit2gtk.patch
(from rev 221374, anjuta/trunk/devhelp-webkit2gtk.patch)
anjuta/repos/gnome-unstable-x86_64/
anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221374, anjuta/trunk/PKGBUILD)
anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 221374, anjuta/trunk/anjuta.install)
anjuta/repos/gnome-unstable-x86_64/devhelp-webkit2gtk.patch
(from rev 221374, anjuta/trunk/devhelp-webkit2gtk.patch)
------------------------------------------------+
gnome-unstable-i686/PKGBUILD | 58 +++++++++++++++++++++++
gnome-unstable-i686/anjuta.install | 14 +++++
gnome-unstable-i686/devhelp-webkit2gtk.patch | 27 ++++++++++
gnome-unstable-x86_64/PKGBUILD | 58 +++++++++++++++++++++++
gnome-unstable-x86_64/anjuta.install | 14 +++++
gnome-unstable-x86_64/devhelp-webkit2gtk.patch | 27 ++++++++++
6 files changed, 198 insertions(+)
Copied: anjuta/repos/gnome-unstable-i686/PKGBUILD (from rev 221374, anjuta/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-09-10 10:15:00 UTC (rev 221375)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.13.90
+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
+ devhelp-webkit2gtk.patch)
+sha256sums=('f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4'
+ 'e32c3b6e7ee2693bc9d6193eee9437402e4ab211b84b6ce5ddd18c019f41bf26')
+
+prepare() {
+ cd $pkgbase-$pkgver
+ patch -Np1 -i ../devhelp-webkit2gtk.patch
+}
+
+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/gnome-unstable-i686/anjuta.install (from rev 221374, anjuta/trunk/anjuta.install)
===================================================================
--- gnome-unstable-i686/anjuta.install (rev 0)
+++ gnome-unstable-i686/anjuta.install 2014-09-10 10:15:00 UTC (rev 221375)
@@ -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/gnome-unstable-i686/devhelp-webkit2gtk.patch (from rev 221374, anjuta/trunk/devhelp-webkit2gtk.patch)
===================================================================
--- gnome-unstable-i686/devhelp-webkit2gtk.patch (rev 0)
+++ gnome-unstable-i686/devhelp-webkit2gtk.patch 2014-09-10 10:15:00 UTC (rev 221375)
@@ -0,0 +1,27 @@
+From 052856923116439092565cc2953f61003c0eedc5 Mon Sep 17 00:00:00 2001
+From: Kalev Lember <kalevlember at gmail.com>
+Date: Fri, 22 Aug 2014 23:10:59 +0200
+Subject: devhelp plugin: Support webkit2gtk-4.0
+
+API changes between webkit2gtk-3.0 and webkit2gtk-4.0 were minor and we
+can support both, depending on which one devhelp is built with.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735251
+
+diff --git a/configure.ac b/configure.ac
+index 619f126..ec0a0fa 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -237,6 +237,9 @@ if test "x$devhelp_enabled" = "xyes"; then
+ *webkit2gtk-3.0*)
+ AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
+ ;;
++ *webkit2gtk-4.0*)
++ AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
++ ;;
+ esac
+ fi
+ AM_CONDITIONAL(HAVE_PLUGIN_DEVHELP, [test x$devhelp_enabled = xyes])
+--
+cgit v0.10.1
+
Copied: anjuta/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221374, anjuta/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-10 10:15:00 UTC (rev 221375)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.13.90
+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
+ devhelp-webkit2gtk.patch)
+sha256sums=('f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4'
+ 'e32c3b6e7ee2693bc9d6193eee9437402e4ab211b84b6ce5ddd18c019f41bf26')
+
+prepare() {
+ cd $pkgbase-$pkgver
+ patch -Np1 -i ../devhelp-webkit2gtk.patch
+}
+
+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/gnome-unstable-x86_64/anjuta.install (from rev 221374, anjuta/trunk/anjuta.install)
===================================================================
--- gnome-unstable-x86_64/anjuta.install (rev 0)
+++ gnome-unstable-x86_64/anjuta.install 2014-09-10 10:15:00 UTC (rev 221375)
@@ -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/gnome-unstable-x86_64/devhelp-webkit2gtk.patch (from rev 221374, anjuta/trunk/devhelp-webkit2gtk.patch)
===================================================================
--- gnome-unstable-x86_64/devhelp-webkit2gtk.patch (rev 0)
+++ gnome-unstable-x86_64/devhelp-webkit2gtk.patch 2014-09-10 10:15:00 UTC (rev 221375)
@@ -0,0 +1,27 @@
+From 052856923116439092565cc2953f61003c0eedc5 Mon Sep 17 00:00:00 2001
+From: Kalev Lember <kalevlember at gmail.com>
+Date: Fri, 22 Aug 2014 23:10:59 +0200
+Subject: devhelp plugin: Support webkit2gtk-4.0
+
+API changes between webkit2gtk-3.0 and webkit2gtk-4.0 were minor and we
+can support both, depending on which one devhelp is built with.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735251
+
+diff --git a/configure.ac b/configure.ac
+index 619f126..ec0a0fa 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -237,6 +237,9 @@ if test "x$devhelp_enabled" = "xyes"; then
+ *webkit2gtk-3.0*)
+ AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
+ ;;
++ *webkit2gtk-4.0*)
++ AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
++ ;;
+ esac
+ fi
+ AM_CONDITIONAL(HAVE_PLUGIN_DEVHELP, [test x$devhelp_enabled = xyes])
+--
+cgit v0.10.1
+
More information about the arch-commits
mailing list