1
0
forked from ports/contrib

vala: update to 0.36.19

latest release of LTS version 0.36
This fixes builds of several ports, e.g. gexiv2, if goject-introspection
is installed.
This commit is contained in:
Juergen Daubert 2019-07-04 13:21:49 +02:00
parent d7979be1d4
commit 6f922bab83
3 changed files with 8 additions and 6 deletions

View File

@ -358,6 +358,7 @@ drwxr-xr-x root/root usr/share/vala-0.36/vapi/
-rw-r--r-- root/root usr/share/vala-0.36/vapi/webkit2gtk-web-extension-4.0.deps
-rw-r--r-- root/root usr/share/vala-0.36/vapi/webkit2gtk-web-extension-4.0.vapi
-rw-r--r-- root/root usr/share/vala-0.36/vapi/x11.vapi
-rw-r--r-- root/root usr/share/vala-0.36/vapi/xcb-icccm.deps
-rw-r--r-- root/root usr/share/vala-0.36/vapi/xcb-icccm.vapi
-rw-r--r-- root/root usr/share/vala-0.36/vapi/xcb.vapi
-rw-r--r-- root/root usr/share/vala-0.36/vapi/xtst.deps

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37pRip7NeSRiImh2OSX8VXgESY81/EYkGK1KagsNfoCbdTFJiR2OiM51gC0JuUCdgE1LD2zU6r4M5JHhihSamw4=
SHA256 (Pkgfile) = 4b869129d8b4c7df257323d312e52f2861a7e15cb61027f358a3310f861166d4
SHA256 (.footprint) = 7460b13bdeb2425e1f6564ff1431442f5edb214a666770b37f795011825fde8f
SHA256 (vala-0.36.16.tar.xz) = 347117424758a577bf1a4ad14cb37de6deb68eeae7b79ea877877f6bd14e0487
RWSagIOpLGJF3zSeo/qx2+Sqb0B2yPgmvDBLuM1rOfrdMgJUH1x32STisAXs0HSMELT568YIF75zw/R8gTU0Nfz+l6NIgxzjdQE=
SHA256 (Pkgfile) = 27b23c7ea99ec63ebc1230f3b75eb929e8da16a08f7825183ab962437a88c94b
SHA256 (.footprint) = 101d1553adf0bc7d7436a6f2cc3aba9a06daa136aebd57cfddbe608e9f8eba93
SHA256 (vala-0.36.19.tar.xz) = 59715acab85e0ae83682786a813beec14b2070eb3c4087f9c0006ff989135117

View File

@ -4,7 +4,7 @@
# Depends on: glib
name=vala
version=0.36.16
version=0.36.19
release=1
source=(http://download.gnome.org/sources/vala/${version%.*}/vala-$version.tar.xz)
@ -12,6 +12,7 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make CFLAGS="$CFLAGS -Wno-deprecated-declarations"
make install DESTDIR=$PKG
rm -r $PKG/usr/share/devhelp
}