mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
sdl_pango: fix provides (#986)
This commit is contained in:
committed by
Jérôme Duval
parent
42cd465435
commit
b260fef0fc
@@ -4,7 +4,7 @@ render internationalized and tagged text in SDL applications."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_pango/"
|
||||
COPYRIGHT="2004 NAKAMURA Ken'ichi'"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sf.net/sdlpango/SDL_Pango-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4"
|
||||
SOURCE_DIR="SDL_Pango-$portVersion"
|
||||
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl_pango$secondaryArchSuffix = $portVersion
|
||||
lib:libSDL_Pango$secondaryArchSuffix = 1.1.0 compat >= 1
|
||||
lib:libSDL_Pango$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -34,7 +34,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl_pango${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libSDL_Pango$secondaryArchSuffix = 1.1.0 compat >= 1
|
||||
devel:libSDL_Pango$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sdl_pango$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user