mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libhandy: fix compat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user