graphene-32: 1.10.2 -> 1.10.4

This commit is contained in:
Danny Rawlins 2021-02-16 20:20:09 +11:00
parent 14fe67fed8
commit 2e14e7ab25
3 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@ drwxr-xr-x root/root usr/lib32/graphene-1.0/
drwxr-xr-x root/root usr/lib32/graphene-1.0/include/
-rw-r--r-- root/root usr/lib32/graphene-1.0/include/graphene-config.h
lrwxrwxrwx root/root usr/lib32/libgraphene-1.0.so -> libgraphene-1.0.so.0
lrwxrwxrwx root/root usr/lib32/libgraphene-1.0.so.0 -> libgraphene-1.0.so.0.1000.2
-rwxr-xr-x root/root usr/lib32/libgraphene-1.0.so.0.1000.2
lrwxrwxrwx root/root usr/lib32/libgraphene-1.0.so.0 -> libgraphene-1.0.so.0.1000.4
-rwxr-xr-x root/root usr/lib32/libgraphene-1.0.so.0.1000.4
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/graphene-1.0.pc
-rw-r--r-- root/root usr/lib32/pkgconfig/graphene-gobject-1.0.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXQYmXEpskZBb2CDzbjgBawCHT45F+KCLX6hdkUqMVUjQd2jvGm/hqLx0G/yPc5CbLKN7hEiJNNrXcop7/evYXwY=
SHA256 (Pkgfile) = 009a93899c27bf4c6e327a25640fb6053aa1bac43644dbd63a647b259fc04e25
SHA256 (.footprint) = 9e38cbd78df301ad5e4691b16126d71dcae1c6971cb2afb1384fda966b511182
SHA256 (graphene-1.10.2.tar.xz) = e97de8208f1aac4f913d4fa71ab73a7034e807186feb2abe55876e51c425a7f6
RWSwxGo/zH7eXWvQilr5DnRNZvMDRKdcPR72P0AzFXEPNwP6lJaVF3AnfD7voEn1RB2p8RnhbfkGc92KdFVyZ4pfbT0VxEPD3Ag=
SHA256 (Pkgfile) = fdd2a65cd0d790353139774b4eac953f15eaeed7254d9371d095163cb763ed24
SHA256 (.footprint) = 48d5c7450deab1e39814b9f00a8fb20c2b940971ee8fdd2185dabd7a7a5a4ea0
SHA256 (graphene-1.10.4.tar.xz) = b2a45f230f332478553bd79666eca8df1d1c6dbf208c344ba9f5120592772414

View File

@ -4,7 +4,7 @@
# Depends on: glib-32 graphene
name=graphene-32
version=1.10.2
version=1.10.4
release=1
source=(https://github.com/ebassi/graphene/releases/download/$version/graphene-$version.tar.xz)
@ -13,7 +13,7 @@ build() {
--prefix=/usr \
--libdir=/usr/lib32 \
--buildtype=plain \
-D introspection=false \
-D introspection=disabled \
-D installed_tests=false
meson compile -C build -j ${JOBS:-1}