[arch-commits] Commit in vala/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Sep 3 23:55:43 UTC 2022
Date: Saturday, September 3, 2022 @ 23:55:43
Author: heftig
Revision: 455016
archrelease: copy trunk to extra-x86_64
Added:
vala/repos/extra-x86_64/PKGBUILD
(from rev 455015, vala/trunk/PKGBUILD)
Deleted:
vala/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 23:55:31 UTC (rev 455015)
+++ PKGBUILD 2022-09-03 23:55:43 UTC (rev 455016)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Timm Preetz <timm at preetz.us>
-
-pkgname=vala
-pkgver=0.56.2
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-options=(debug)
-_commit=f65cb3451a3d3a7a679e0774cba1f537a7c791de # tags/0.56.2^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd vala
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd vala
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd vala
- ./configure --prefix=/usr
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd vala
- make check
-}
-
-package() {
- cd vala
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:
Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 455015, vala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 23:55:43 UTC (rev 455016)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+
+pkgname=vala
+pkgver=0.56.3
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+options=(debug)
+_commit=051552f34cfa1f4c08220043683289952f9ffd62 # tags/0.56.3^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd vala
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd vala
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd vala
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd vala
+ make check
+}
+
+package() {
+ cd vala
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list