ports/opt (3.7): graphene: 1.10.6 -> 1.10.8
commit 9c245e74829e6ee9290d236d7ef37399d118ffe5 Author: Tim Biermann <tbier@posteo.de> Date: Tue May 31 22:31:57 2022 +0200 graphene: 1.10.6 -> 1.10.8 diff --git a/graphene/.footprint b/graphene/.footprint index 99a9eb5b4..35a80c676 100644 --- a/graphene/.footprint +++ b/graphene/.footprint @@ -33,11 +33,15 @@ 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 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.6 --rwxr-xr-x root/root usr/lib/libgraphene-1.0.so.0.1000.6 +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 diff --git a/graphene/.signature b/graphene/.signature index 0ba33a0bc..150949ed5 100644 --- a/graphene/.signature +++ b/graphene/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bIEnHFK57jxEbFF1zraSguGhmnWC+kO9kYK+dlgeO2DuHAp2xezXLo+XHYqpBmhlTFMX16lEMD9ZM+nb0Y9Owk= -SHA256 (Pkgfile) = 2b6814d864e30e523310f3eff265264b172565f159048458b8abd0a0c958a0bd -SHA256 (.footprint) = 840989ff8570a97b88c0d3a48a0d8d943cff56ae1404b761255e1525e375802e -SHA256 (graphene-1.10.6.tar.xz) = 80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25 +RWSE3ohX2g5d/dcMLEQXuyK4qFPAmEd54UH/hw2vZV4wl5lKREH/FMjVIHay1lFog0CmKCL5C6ddjkYngyhrSOTsO4evHNXxug8= +SHA256 (Pkgfile) = 1cf89aafe67924d83c2a202bfcdde6d2f6247d84c3c8f54b3037607f2fcb0824 +SHA256 (.footprint) = 95091dc4ea6767830eefec54150f705773e5a5898250533e81a7de31746e5372 +SHA256 (graphene-1.10.8.tar.gz) = 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed diff --git a/graphene/Pkgfile b/graphene/Pkgfile index 6a6a5e80c..e9168e662 100644 --- a/graphene/Pkgfile +++ b/graphene/Pkgfile @@ -4,13 +4,16 @@ # Depends on: gobject-introspection name=graphene -version=1.10.6 +version=1.10.8 release=1 -source=(https://github.com/ebassi/graphene/releases/download/$version/$name-$version...) +source=(https://github.com/ebassi/graphene/archive/$version/$name-$version.tar.gz) build() { meson setup build $name-$version \ --prefix=/usr \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D installed_tests=false meson compile -C build -j ${JOBS:-1}
participants (1)
-
crux@crux.nu