libhandy: fix compat

This commit is contained in:
Gerasim Troeglazov
2022-11-18 21:29:15 +10:00
parent bd3abc854e
commit e8e4b27314

View File

@@ -13,7 +13,7 @@ COPYRIGHT="Adrien Plazas
Zander Brown
"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="3"
SOURCE_URI="https://gitlab.gnome.org/GNOME/libhandy/-/archive/$portVersion/libhandy-$portVersion.tar.gz"
CHECKSUM_SHA256="16e4b3e349ff7f53492ff8e369c9b248149053bce05d13f2e0d9372297ed554d"
@@ -22,7 +22,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
libhandy$secondaryArchSuffix = $portVersion compat >= 1
lib:libhandy_1$secondaryArchSuffix
lib:libhandy_1${secondaryArchSuffix} = 0.0.0 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -42,7 +42,7 @@ REQUIRES="
PROVIDES_devel="
libhandy${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libhandy_1$secondaryArchSuffix
devel:libhandy_1${secondaryArchSuffix} = 0.0.0 compat >= 0
"
REQUIRES_devel="
libhandy$secondaryArchSuffix == $portVersion base
@@ -92,6 +92,9 @@ INSTALL()
{
ninja install -C build
mkdir -p $dataDir/icons/hicolor
cp -R src/icons/* $dataDir/icons/hicolor
prepareInstalledDevelLibs libhandy-1
fixPkgconfig