[arch-commits] Commit in vala/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Oct 8 19:22:40 UTC 2017
Date: Sunday, October 8, 2017 @ 19:22:39
Author: heftig
Revision: 307158
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
vala/repos/extra-i686/PKGBUILD
(from rev 307157, vala/trunk/PKGBUILD)
vala/repos/extra-x86_64/PKGBUILD
(from rev 307157, vala/trunk/PKGBUILD)
Deleted:
vala/repos/extra-i686/PKGBUILD
vala/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 100 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 50 ------------------------
extra-x86_64/PKGBUILD | 50 ------------------------
3 files changed, 100 insertions(+), 100 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-08 19:20:22 UTC (rev 307157)
+++ extra-i686/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Timm Preetz <timm at preetz.us>
-
-pkgname=vala
-pkgver=0.38.1
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=985b6dbea8bbe52648350502347ba15d8de0f647 # tags/0.38.1^0
-source=("git+https://git.gnome.org/browse/vala#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: vala/repos/extra-i686/PKGBUILD (from rev 307157, vala/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+
+pkgname=vala
+pkgver=0.38.2
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+url="https://wiki.gnome.org/Projects/Vala"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
+makedepends=(libxslt vala git help2man)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=6a45760aa8f13122b0dc2791aaeb0978889496fd # tags/0.38.2^0
+source=("git+https://git.gnome.org/browse/vala#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-08 19:20:22 UTC (rev 307157)
+++ extra-x86_64/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Timm Preetz <timm at preetz.us>
-
-pkgname=vala
-pkgver=0.38.1
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=985b6dbea8bbe52648350502347ba15d8de0f647 # tags/0.38.1^0
-source=("git+https://git.gnome.org/browse/vala#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 307157, vala/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-08 19:22:39 UTC (rev 307158)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+
+pkgname=vala
+pkgver=0.38.2
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+url="https://wiki.gnome.org/Projects/Vala"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz libgee ttf-dejavu pkg-config gcc)
+makedepends=(libxslt vala git help2man)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=6a45760aa8f13122b0dc2791aaeb0978889496fd # tags/0.38.2^0
+source=("git+https://git.gnome.org/browse/vala#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list