summaryrefslogtreecommitdiffstats
path: root/json-glib
diff options
context:
space:
mode:
authorzorz <zorz@krypt.sh>2026-05-05 18:29:35 +0300
committerzorz <zorz@krypt.sh>2026-05-05 18:29:35 +0300
commit3ee93968e10126adc7dad5c8872f0170c3421e13 (patch)
treebcac8daa62b6c9a94a48dae87f5d3f6de1985bba /json-glib
parent936433a5deb6ccc8f8476096f2c2b8dc72c33388 (diff)
downloadzorz-3ee93968e10126adc7dad5c8872f0170c3421e13.tar.gz
zorz-3ee93968e10126adc7dad5c8872f0170c3421e13.tar.xz
various obsolette
Diffstat (limited to 'json-glib')
-rw-r--r--json-glib/.footprint26
-rw-r--r--json-glib/.signature6
-rw-r--r--json-glib/MAKEPKG34
3 files changed, 66 insertions, 0 deletions
diff --git a/json-glib/.footprint b/json-glib/.footprint
new file mode 100644
index 0000000..9340d78
--- /dev/null
+++ b/json-glib/.footprint
@@ -0,0 +1,26 @@
1drwxr-xr-x root/root usr/
2drwxr-xr-x root/root usr/bin/
3-rwxr-xr-x root/root usr/bin/json-glib-format
4-rwxr-xr-x root/root usr/bin/json-glib-validate
5drwxr-xr-x root/root usr/include/
6drwxr-xr-x root/root usr/include/json-glib-1.0/
7drwxr-xr-x root/root usr/include/json-glib-1.0/json-glib/
8-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-builder.h
9-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-enum-types.h
10-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-generator.h
11-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-glib.h
12-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-gobject.h
13-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-gvariant.h
14-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-parser.h
15-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-path.h
16-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-reader.h
17-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-types.h
18-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-utils.h
19-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-version-macros.h
20-rw-r--r-- root/root usr/include/json-glib-1.0/json-glib/json-version.h
21drwxr-xr-x root/root usr/lib/
22-rwxr-xr-x root/root usr/lib/libjson-glib-1.0.so.0.1000.8
23lrwxrwxrwx root/root usr/lib/libjson-glib-1.0.so -> libjson-glib-1.0.so.0
24lrwxrwxrwx root/root usr/lib/libjson-glib-1.0.so.0 -> libjson-glib-1.0.so.0.1000.8
25drwxr-xr-x root/root usr/lib/pkgconfig/
26-rw-r--r-- root/root usr/lib/pkgconfig/json-glib-1.0.pc
diff --git a/json-glib/.signature b/json-glib/.signature
new file mode 100644
index 0000000..f4a0707
--- /dev/null
+++ b/json-glib/.signature
@@ -0,0 +1,6 @@
1untrusted comment: verify with zorz.pub
2RWTZ9IduCSQ/mCaHLEtX0fcaqk9WMYUhswmLgjgk++7X1hYDZNT1tSvc4OtHWsateSWeJmfOUM2+Q1Rakj6D0z+II16LGfOCWAk=
3
4SHA256 (MAKEPKG) = 43fbdbbadbbec678c402c054868f441c06a00fba4d050603ac12854990dd382e
5SHA256 (.footprint) = 0af588ca4a6de818e69b4dc8b131fc6874c830c3bd96c67190fde74f5391a1a4
6SHA256 (json-glib-1.10.8.tar.xz) = 55c5c141a564245b8f8fbe7698663c87a45a7333c2a2c56f06f811ab73b212dd
diff --git a/json-glib/MAKEPKG b/json-glib/MAKEPKG
new file mode 100644
index 0000000..9974267
--- /dev/null
+++ b/json-glib/MAKEPKG
@@ -0,0 +1,34 @@
1#!/bin/mkpkg
2# description: JSON library built on top of GLib
3# url: https://gitlab.gnome.org/GNOME/json-glib
4
5name=json-glib
6version=1.10.8
7_minor=1.10
8release=1
9depends=(glib)
10makedeps=(meson samurai pkgconf python3 gettext-tiny)
11source=(https://download.gnome.org/sources/$name/$_minor/$name-$version.tar.xz)
12sha256sums=(
13 "55c5c141a564245b8f8fbe7698663c87a45a7333c2a2c56f06f811ab73b212dd"
14)
15
16build() {
17 cd $name-$version
18 meson setup build \
19 --prefix=/usr \
20 --buildtype=release \
21 --wrap-mode=nodownload \
22 -Dman=false \
23 -Dintrospection=disabled \
24 -Dtests=false
25 meson compile -C build
26 meson install -C build --destdir $PKG
27}
28
29signify() {
30 untrusted comment: public key
31 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
32}
33
34# vim: filetype=sh