mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
vala: update to 0.48.9
This commit is contained in:
parent
7e5207864f
commit
398ea16d7b
2 changed files with 7 additions and 7 deletions
|
@ -3161,8 +3161,8 @@ libsysprof-3.so sysprof-3.34.0_1
|
||||||
libsysprof-ui-3.so sysprof-3.34.0_1
|
libsysprof-ui-3.so sysprof-3.34.0_1
|
||||||
libmozjs-52.so mozjs52-52.3.0_1
|
libmozjs-52.so mozjs52-52.3.0_1
|
||||||
libmozjs-52.so.0 mozjs52-52.3.0_1
|
libmozjs-52.so.0 mozjs52-52.3.0_1
|
||||||
libvala-0.46.so.0 libvala-0.46.0_1
|
libvala-0.48.so.0 libvala-0.48.0_1
|
||||||
libvaladoc-0.46.so.0 libvaladoc-0.46.0_1
|
libvaladoc-0.48.so.0 libvaladoc-0.48.0_1
|
||||||
libvalaccodegen.so libvala-0.44.0_1
|
libvalaccodegen.so libvala-0.44.0_1
|
||||||
libphodav-2.0.so.0 phodav-2.2_1
|
libphodav-2.0.so.0 phodav-2.2_1
|
||||||
libgfshare.so.2 libgfshare-2.0.0_1
|
libgfshare.so.2 libgfshare-2.0.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vala'
|
# Template file for 'vala'
|
||||||
pkgname=vala
|
pkgname=vala
|
||||||
# Should be kept in sync with 'valadoc' (shared distfiles)
|
# Should be kept in sync with 'valadoc' (shared distfiles)
|
||||||
version=0.46.3
|
version=0.48.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-valadoc"
|
configure_args="--disable-valadoc"
|
||||||
|
@ -12,9 +12,9 @@ short_desc="Compiler for the GObject type system"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/Vala"
|
homepage="https://wiki.gnome.org/Projects/Vala"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.42/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.48/NEWS"
|
||||||
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
|
||||||
checksum=e29c2b1f108dc22c91bb501975a77c938aef079ca7875e1fbf41191e22cc57e3
|
checksum=9cea16d3bb3daddbfe0556b99fbfa08146230db7651e1e674cd08b4df5cefea9
|
||||||
shlib_provides="libvalaccodegen.so"
|
shlib_provides="libvalaccodegen.so"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,8 +22,8 @@ post_install() {
|
||||||
# so the package that use it fall into our wrapper.
|
# so the package that use it fall into our wrapper.
|
||||||
# keep the binary versioned, we don't know the potential
|
# keep the binary versioned, we don't know the potential
|
||||||
# fallout from using the unversioned one
|
# fallout from using the unversioned one
|
||||||
vsed -e 's|^vapigen=.*|vapigen=vapigen-0.46|g' \
|
vsed -e 's|^vapigen=.*|vapigen=vapigen-0.48|g' \
|
||||||
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.46.pc
|
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.48.pc
|
||||||
}
|
}
|
||||||
|
|
||||||
libvala_package() {
|
libvala_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue