From b3f12b0e458fb724202a98010c858237b2777c94 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 6 Oct 2025 17:01:20 +0200 Subject: [PATCH] bluefish, bump to 2.2.17 (#13039) --- ...h-2.2.16.recipe => bluefish-2.2.17.recipe} | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) rename app-editors/bluefish/{bluefish-2.2.16.recipe => bluefish-2.2.17.recipe} (86%) diff --git a/app-editors/bluefish/bluefish-2.2.16.recipe b/app-editors/bluefish/bluefish-2.2.17.recipe similarity index 86% rename from app-editors/bluefish/bluefish-2.2.16.recipe rename to app-editors/bluefish/bluefish-2.2.17.recipe index 8cf3dd0b1..56e4a5896 100644 --- a/app-editors/bluefish/bluefish-2.2.16.recipe +++ b/app-editors/bluefish/bluefish-2.2.17.recipe @@ -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()