[arch-commits] Commit in anjuta/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Nov 19 14:26:51 UTC 2017


    Date: Sunday, November 19, 2017 @ 14:26:50
  Author: jgc
Revision: 310430

archrelease: copy trunk to extra-x86_64

Added:
  anjuta/repos/extra-x86_64/PKGBUILD
    (from rev 310429, anjuta/trunk/PKGBUILD)
Deleted:
  anjuta/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  119 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 58 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-19 14:26:45 UTC (rev 310429)
+++ PKGBUILD	2017-11-19 14:26:50 UTC (rev 310430)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Harley Laue <losinggeneration at yahoo.com>
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.22.0+1+g2bd433c
-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 git)
-url="http://www.anjuta.org/"
-options=('!emptydirs')
-_commit=2bd433c19394b9e2a04a41e2f2e5d89113627c40  # gnome-3-22
-source=("git://git.gnome.org/anjuta#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^ANJUTA_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  sed -i -e 's/\[0\.30\], \[0\.32\]/[0.30], [0.32], [0.34]/' configure.ac
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --enable-glade-catalog --enable-compile-warnings=minimum --enable-gtk-doc \
-      PYTHON=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd $pkgbase/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')
-
-  cd $pkgbase
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-x86_64/PKGBUILD (from rev 310429, anjuta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-19 14:26:50 UTC (rev 310430)
@@ -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.26.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(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 git python)
+url="http://www.anjuta.org/"
+options=('!emptydirs')
+_commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
+source=(https://download.gnome.org/sources/$pkgbase/3.26/$pkgbase-$pkgver.tar.xz)
+sha256sums=('fb895464c1a3c915bb2bb3ea5d236fd17202caa7205f6792f70a75affc343d70')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --disable-compile-warnings \
+      --disable-schemas-compile \
+      --disable-silent-rules \
+      --disable-static \
+      --enable-introspection \
+      --enable-plugin-devhelp \
+      --enable-plugin-glade \
+      --enable-plugin-subversion \
+      --enable-glade-catalog --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  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')
+
+  cd $pkgbase-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}



More information about the arch-commits mailing list