[arch-commits] Commit in vala/repos (4 files)
Jan Steffens
heftig at archlinux.org
Tue Apr 25 21:32:09 UTC 2017
Date: Tuesday, April 25, 2017 @ 21:32:08
Author: heftig
Revision: 294708
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
vala/repos/extra-i686/PKGBUILD
(from rev 294707, vala/trunk/PKGBUILD)
vala/repos/extra-x86_64/PKGBUILD
(from rev 294707, vala/trunk/PKGBUILD)
Deleted:
vala/repos/extra-i686/PKGBUILD
vala/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 45 ------------------------
extra-x86_64/PKGBUILD | 45 ------------------------
3 files changed, 90 insertions(+), 90 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-04-25 21:31:13 UTC (rev 294707)
+++ extra-i686/PKGBUILD 2017-04-25 21:32:08 UTC (rev 294708)
@@ -1,45 +0,0 @@
-# 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.36.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')
-makedepends=('libxslt' 'git' 'vala')
-checkdepends=('dbus' 'libx11' 'gobject-introspection')
-_commit=879cf36b5f4727af22410bd49eaf99fedd16d8ae # tags/0.36.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 --enable-vapigen
- 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 294707, vala/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-25 21:32:08 UTC (rev 294708)
@@ -0,0 +1,45 @@
+# 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.36.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')
+makedepends=('libxslt' 'git' 'vala')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+_commit=c150d12e9ed1cb36697e9bbed6dccb44f4b7c670 # tags/0.36.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 --enable-vapigen
+ 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-04-25 21:31:13 UTC (rev 294707)
+++ extra-x86_64/PKGBUILD 2017-04-25 21:32:08 UTC (rev 294708)
@@ -1,45 +0,0 @@
-# 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.36.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')
-makedepends=('libxslt' 'git' 'vala')
-checkdepends=('dbus' 'libx11' 'gobject-introspection')
-_commit=879cf36b5f4727af22410bd49eaf99fedd16d8ae # tags/0.36.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 --enable-vapigen
- 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 294707, vala/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-04-25 21:32:08 UTC (rev 294708)
@@ -0,0 +1,45 @@
+# 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.36.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')
+makedepends=('libxslt' 'git' 'vala')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+_commit=c150d12e9ed1cb36697e9bbed6dccb44f4b7c670 # tags/0.36.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 --enable-vapigen
+ 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