mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ghostscript_gpl, move documentation to devel package, add conflict for devel package (#9123)
This commit is contained in:
@@ -7,13 +7,13 @@ the conversion between PostScript and PDF files."
|
||||
HOMEPAGE="https://ghostscript.com/"
|
||||
COPYRIGHT="2001-2022 Artifex Software, Inc."
|
||||
LICENSE="AGPL-3.0"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${portVersion//./}/ghostscript-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="c91193635aa2578f9508b8ba846106c1e3705fbd3fed5fd9a015f21b55f15d68"
|
||||
SOURCE_DIR="ghostscript-$portVersion"
|
||||
PATCHES="ghostscript_gpl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
@@ -84,7 +84,7 @@ PROVIDES_devel="
|
||||
|
||||
REQUIRES_devel="
|
||||
ghostscript_gpl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -151,8 +151,12 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
make install-sodebug
|
||||
|
||||
prepareInstalledDevelLib libgs
|
||||
packageEntries devel $developDir
|
||||
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$docDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
@@ -9,13 +9,13 @@ This package contains only the libgs library for compatibility purposes."
|
||||
HOMEPAGE="https://ghostscript.com/"
|
||||
COPYRIGHT="2001-2021 Artifex Software, Inc."
|
||||
LICENSE="AGPL-3.0"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${portVersion//./}/ghostscript-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="6ee3057773646d6a2c6d117eb53a17d6752feadc513828e4322f68b7b7789ff6"
|
||||
SOURCE_DIR="ghostscript-$portVersion"
|
||||
PATCHES="ghostscript_gpl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -49,8 +49,10 @@ PROVIDES_devel="
|
||||
|
||||
REQUIRES_devel="
|
||||
ghostscript_gpl9$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
"
|
||||
CONFLICTS_devel="
|
||||
ghostscript_gpl${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
Reference in New Issue
Block a user