mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
babl, revbump, fix devel package for gir file (#13697)
without this babl gir isn't found
This commit is contained in:
@@ -10,11 +10,11 @@ as well as the framework to add new color models, spaces and data types."
|
||||
HOMEPAGE="https://gegl.org/babl/"
|
||||
COPYRIGHT="Øyvind Kolås"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.gimp.org/pub/babl/0.1/babl-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f476ad15201fb4ed0c90c174c524b1e4271ccd69a377242d6a69fcdf87ceacc2"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
ARCHITECTURES="ALL !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.219.0"
|
||||
@@ -91,7 +91,8 @@ INSTALL()
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir \
|
||||
$dataDir/gir-1.0
|
||||
|
||||
# doc package
|
||||
mkdir -p $documentationDir/packages/
|
||||
|
||||
Reference in New Issue
Block a user