mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
bluefish, bump to 2.2.17 (#13039)
This commit is contained in:
@@ -6,11 +6,13 @@ and markup languages. For an extensive overview, see \"Features\" on the website
|
||||
Bluefish is a multi-platform application that runs on most desktop operating systems, including \
|
||||
Linux, FreeBSD, MacOS-X, Windows, OpenBSD, Solaris and Haiku."
|
||||
HOMEPAGE="https://bluefish.openoffice.nl/"
|
||||
COPYRIGHT="1998-2024 Olivier Sessink and others."
|
||||
COPYRIGHT="1998-2025 Olivier Sessink and others."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.bennewitz.com/bluefish/stable/source/bluefish-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="97ea1b836a1b30edfc31b63fb4142d7cfd906acf088d61eb4498936313c79f5a"
|
||||
CHECKSUM_SHA256="0a518fec2c43db59710dbd591d56eda756b391c9e9b341e2d1e7ba7013bf559d"
|
||||
#SOURCE_SIG_URI="https://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.17.tar.gz.sig"
|
||||
#PGPKEYS=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1)
|
||||
|
||||
ADDITIONAL_FILES="bluefish.rdef.in"
|
||||
|
||||
@@ -19,7 +21,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
bluefish$secondaryArchSuffix = $portVersion
|
||||
app:BlueFish = $portVersion
|
||||
app:Bluefish = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -61,7 +63,7 @@ BUILD_REQUIRES="
|
||||
devel:libgthread_2.0$secondaryArchSuffix
|
||||
devel:libgucharmap_2_90$secondaryArchSuffix
|
||||
devel:libharfbuzz$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix >= 8.4
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libpango_1.0$secondaryArchSuffix
|
||||
devel:libpangocairo_1.0$secondaryArchSuffix
|
||||
devel:libpython3.10$secondaryArchSuffix
|
||||
@@ -103,16 +105,16 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
mv $appsDir/bluefish $appsDir/BlueFish
|
||||
mv $appsDir/bluefish $appsDir/Bluefish
|
||||
|
||||
rm -rf $libDir/bluefish/*.la
|
||||
rm -rf $dataDir/{applications,icons,metainfo,mime,pixmaps}
|
||||
rm -rf $dataDir/{applications,icons,metainfo,pixmaps}
|
||||
|
||||
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
local APP_NAME="BueFish"
|
||||
local APP_NAME="Bluefish"
|
||||
local LONG_INFO="$SUMMARY"
|
||||
local APP_SIGNATURE="application/x-vnd.bluefish"
|
||||
sed \
|
||||
@@ -124,9 +126,9 @@ INSTALL()
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
$portDir/additional-files/bluefish.rdef.in > bluefish.rdef
|
||||
|
||||
addResourcesToBinaries bluefish.rdef $appsDir/BlueFish
|
||||
addResourcesToBinaries bluefish.rdef $appsDir/Bluefish
|
||||
|
||||
addAppDeskbarSymlink $appsDir/BlueFish
|
||||
addAppDeskbarSymlink $appsDir/Bluefish
|
||||
}
|
||||
|
||||
TEST()
|
||||
Reference in New Issue
Block a user