graphene: -> 1.10.8

This commit is contained in:
Tim Biermann 2022-07-09 20:53:03 +02:00
parent 58839ecc4c
commit eca612c3e9
3 changed files with 9 additions and 8 deletions

View File

@ -32,16 +32,16 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/
drwxr-xr-x root/root usr/lib/graphene-1.0/
drwxr-xr-x root/root usr/lib/graphene-1.0/include/
-rw-r--r-- root/root usr/lib/graphene-1.0/include/graphene-config.h
drwxr-xr-x root/root usr/lib/graphene/
drwxr-xr-x root/root usr/lib/graphene/installed-tests/
drwxr-xr-x root/root usr/lib/graphene/installed-tests/graphene-1.0/
-rwxr-xr-x root/root usr/lib/graphene/installed-tests/graphene-1.0/introspection.py
lrwxrwxrwx root/root usr/lib/libgraphene-1.0.so -> libgraphene-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgraphene-1.0.so.0 -> libgraphene-1.0.so.0.1000.8
-rwxr-xr-x root/root usr/lib/libgraphene-1.0.so.0.1000.8
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/graphene-1.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/graphene-gobject-1.0.pc
drwxr-xr-x root/root usr/libexec/
drwxr-xr-x root/root usr/libexec/installed-tests/
drwxr-xr-x root/root usr/libexec/installed-tests/graphene-1.0/
-rwxr-xr-x root/root usr/libexec/installed-tests/graphene-1.0/introspection.py
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/Graphene-1.0.gir

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dcMLEQXuyK4qFPAmEd54UH/hw2vZV4wl5lKREH/FMjVIHay1lFog0CmKCL5C6ddjkYngyhrSOTsO4evHNXxug8=
SHA256 (Pkgfile) = 1cf89aafe67924d83c2a202bfcdde6d2f6247d84c3c8f54b3037607f2fcb0824
SHA256 (.footprint) = 95091dc4ea6767830eefec54150f705773e5a5898250533e81a7de31746e5372
RWSE3ohX2g5d/bz1JPxYEU8v25tg4OMp/lYaCLvci7hdBLB4fVaxTyg/0IgtyygMxMfTn0isxS5TybARZpphOO3V+DqGhblGYA4=
SHA256 (Pkgfile) = 8f035cb8d79639fb9037452928058b1425a0ef4ed1a6fb9950ee820949cb2205
SHA256 (.footprint) = 375615ed2859965a0e6f37ea013a3ef240811a14e1e648f54766f99e0251db5d
SHA256 (graphene-1.10.8.tar.gz) = 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed

View File

@ -5,12 +5,13 @@
name=graphene
version=1.10.8
release=1
release=2
source=(https://github.com/ebassi/graphene/archive/$version/$name-$version.tar.gz)
build() {
meson setup build $name-$version \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \