graphene-32: adopted port

This commit is contained in:
Tim Biermann 2023-09-16 10:27:49 +02:00
parent 4de9161ed8
commit 9d32b42f27
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXZgjvYRhidfnfuPY+yq6SmmZDtKMDeKHI8ID12QfMCHYYviGu7EThdfvBcYrGAWAgsjK/cfI/mT3JEppWpi0wg0= RWSwxGo/zH7eXUIIeEvpMwAu1pjKFLK4WZ3WYIo5nhaZK/E0+xGTCzCpGj0iHJ9hfJf0/qBZRPaQTuIaRMyMqv4airkbrl0xawU=
SHA256 (Pkgfile) = bccab6cdbf2c2e492ae139337e2ab6ac946249a8571322c37a487ca4f7106eaa SHA256 (Pkgfile) = 2c734a08fb81dc309d303058390abdf3f523d9a1d7ecade3c47371783be3e3ba
SHA256 (.footprint) = a61af5cfcd0f01933a885395ffbd4aa706d6e7dc1eb07178f97cb846b0dfd722 SHA256 (.footprint) = a61af5cfcd0f01933a885395ffbd4aa706d6e7dc1eb07178f97cb846b0dfd722
SHA256 (graphene-1.10.8.tar.gz) = 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed SHA256 (graphene-1.10.8.tar.gz) = 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed

View File

@ -1,6 +1,6 @@
# Description: A thin layer of graphic data types. # Description: A thin layer of graphic data types
# URL: https://ebassi.github.io/graphene/ # URL: https://ebassi.github.io/graphene/
# Maintainer: Danny Rawlins, crux at romster dot me # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: glib-32 graphene # Depends on: glib-32 graphene
name=graphene-32 name=graphene-32
@ -13,6 +13,8 @@ build() {
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib32 \ --libdir=/usr/lib32 \
--buildtype=plain \ --buildtype=plain \
-D b_lto=true \
-D b_pie=true \
-D introspection=disabled \ -D introspection=disabled \
-D installed_tests=false -D installed_tests=false