commit 5448c4f5f31824064be84492936e9a95f5a2bf5e Author: Juergen Daubert <jue@jue.li> Date: Wed Jan 2 17:13:23 2019 +0100 json-glib: fix build, update to 1.4.4 diff --git a/json-glib/.footprint b/json-glib/.footprint index e741bbe16..d4bd3436b 100644 --- a/json-glib/.footprint +++ b/json-glib/.footprint @@ -22,8 +22,8 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/Json-1.0.typelib lrwxrwxrwx root/root usr/lib/libjson-glib-1.0.so -> libjson-glib-1.0.so.0 -lrwxrwxrwx root/root usr/lib/libjson-glib-1.0.so.0 -> libjson-glib-1.0.so.0.400.2 --rwxr-xr-x root/root usr/lib/libjson-glib-1.0.so.0.400.2 +lrwxrwxrwx root/root usr/lib/libjson-glib-1.0.so.0 -> libjson-glib-1.0.so.0.400.4 +-rwxr-xr-x root/root usr/lib/libjson-glib-1.0.so.0.400.4 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/json-glib-1.0.pc drwxr-xr-x root/root usr/share/ diff --git a/json-glib/.signature b/json-glib/.signature index dc2aec308..1634320f5 100644 --- a/json-glib/.signature +++ b/json-glib/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/W67N/cFDsAMib4/r0sdms3J3fxvwSnfZqXD8njTXJF3qLAZUvHj1M6iN0yKcNPpt/cszLgc/tfkQbNQ34J7ZAw= -SHA256 (Pkgfile) = 4051778cd07041cba5315abc8e1cdb6565e675a16420c305f37b964fbd2c174a -SHA256 (.footprint) = 8773193dbfb90e5d3e51c47d9ed5fb396d5f00e3c5d226367be0c634097b4eae -SHA256 (json-glib-1.4.2.tar.xz) = 2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8 +RWSE3ohX2g5d/VAi/0hg3qRgKCHcTlJ8LOzTmlDYBMMURTrQ2PjDIp0h6cA17gbJCHA+o94x6sE5/yiBlsPk3B8V3eKFJxB8yQ8= +SHA256 (Pkgfile) = 5f0dbe8fe2649f64c04b8c16bb00f6fd554961f79db2da1b01e90c4352e4a937 +SHA256 (.footprint) = d701ca3e7efe2480cac65f5b94dcf4a9fa65d64450a3ed0ca89521465376e536 +SHA256 (json-glib-1.4.4.tar.xz) = 720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47 diff --git a/json-glib/Pkgfile b/json-glib/Pkgfile index 345f59eb1..a8bb208e9 100644 --- a/json-glib/Pkgfile +++ b/json-glib/Pkgfile @@ -1,21 +1,19 @@ # Description: serialization and deserialization of JSON objects # URL: https://wiki.gnome.org/action/show/Projects/JsonGlib # Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: glib +# Depends on: glib meson ninja name=json-glib -version=1.4.2 +version=1.4.4 release=1 source=(https://download.gnome.org/sources/$name/${version%.*}/${name}-${version}.tar.xz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr + meson build --prefix /usr + DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install - make - make DESTDIR=$PKG install - - rm -r $PKG/usr/share/locale - rm -r $PKG/usr/{bin,share}/installed-tests + rm -r $PKG/usr/{share/locale,libexec} + rm -r $PKG/usr/share/installed-tests }