[arch-commits] Commit in anjuta/repos (6 files)
Jan de Groot
jgc at archlinux.org
Wed Jun 8 09:59:45 UTC 2016
Date: Wednesday, June 8, 2016 @ 11:59:45
Author: jgc
Revision: 269133
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
anjuta/repos/extra-i686/PKGBUILD
(from rev 269132, anjuta/trunk/PKGBUILD)
anjuta/repos/extra-x86_64/PKGBUILD
(from rev 269132, anjuta/trunk/PKGBUILD)
Deleted:
anjuta/repos/extra-i686/PKGBUILD
anjuta/repos/extra-i686/anjuta.install
anjuta/repos/extra-x86_64/PKGBUILD
anjuta/repos/extra-x86_64/anjuta.install
-----------------------------+
/PKGBUILD | 98 ++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 50 ---------------------
extra-i686/anjuta.install | 14 ------
extra-x86_64/PKGBUILD | 50 ---------------------
extra-x86_64/anjuta.install | 14 ------
5 files changed, 98 insertions(+), 128 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-06-08 09:59:37 UTC (rev 269132)
+++ extra-i686/PKGBUILD 2016-06-08 09:59:45 UTC (rev 269133)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Harley Laue <losinggeneration at yahoo.com>
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.20.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=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935')
-
-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/extra-i686/PKGBUILD (from rev 269132, anjuta/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-08 09:59:45 UTC (rev 269133)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.20.0
+pkgrel=2
+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=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935')
+
+build() {
+ cd "$pkgbase-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --enable-glade-catalog --enable-compile-warnings=minimum \
+ 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-$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
+}
Deleted: extra-i686/anjuta.install
===================================================================
--- extra-i686/anjuta.install 2016-06-08 09:59:37 UTC (rev 269132)
+++ extra-i686/anjuta.install 2016-06-08 09:59:45 UTC (rev 269133)
@@ -1,14 +0,0 @@
-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
-}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-06-08 09:59:37 UTC (rev 269132)
+++ extra-x86_64/PKGBUILD 2016-06-08 09:59:45 UTC (rev 269133)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Harley Laue <losinggeneration at yahoo.com>
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.20.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=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935')
-
-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/extra-x86_64/PKGBUILD (from rev 269132, anjuta/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-06-08 09:59:45 UTC (rev 269133)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Harley Laue <losinggeneration at yahoo.com>
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.20.0
+pkgrel=2
+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=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935')
+
+build() {
+ cd "$pkgbase-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --enable-glade-catalog --enable-compile-warnings=minimum \
+ 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-$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
+}
Deleted: extra-x86_64/anjuta.install
===================================================================
--- extra-x86_64/anjuta.install 2016-06-08 09:59:37 UTC (rev 269132)
+++ extra-x86_64/anjuta.install 2016-06-08 09:59:45 UTC (rev 269133)
@@ -1,14 +0,0 @@
-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