Date: Saturday, March 25, 2023 @ 23:07:05
Author: heftig
Revision: 472028
archrelease: copy trunk to extra-x86_64
Added:
vala/repos/extra-x86_64/PKGBUILD
(from rev 472027, vala/trunk/PKGBUILD)
Deleted:
vala/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 142 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-25 23:06:53 UTC (rev 472027)
+++ PKGBUILD 2023-03-25 23:07:05 UTC (rev 472028)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Timm Preetz <[email protected]>
-
-pkgname=vala
-pkgver=0.56.4
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(
- gcc
- glib2
- graphviz
- gtk-doc
- pkg-config
- ttf-font
-)
-makedepends=(
- autoconf-archive
- git
- help2man
- libxslt
- vala
-)
-checkdepends=(
- dbus
- gobject-introspection
- libx11
-)
-provides=(
- libvala-${pkgver%.*}.so
- libvaladoc-${pkgver%.*}.so
- valadoc
-)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=fbf513c52806e253b3dde68f477e1eca8ac38cd1 # tags/0.56.4^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 sts=-1 et:
Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 472027, vala/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-25 23:07:05 UTC (rev 472028)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Timm Preetz <[email protected]>
+
+pkgname=vala
+pkgver=0.56.5
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(
+ gcc
+ glib2
+ graphviz
+ gtk-doc
+ pkg-config
+ ttf-font
+)
+makedepends=(
+ autoconf-archive
+ git
+ help2man
+ libxslt
+ vala
+)
+checkdepends=(
+ dbus
+ gobject-introspection
+ libx11
+)
+provides=(
+ libvala-${pkgver%.*}.so
+ libvaladoc-${pkgver%.*}.so
+ valadoc
+)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=9c8ee8f065e572ed9feecdf118145d5b1748fada # tags/0.56.5^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit")
+b2sums=('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 sts=-1 et: