diff --git a/haiku-apps/feedgator/feedgator-2.3.b.recipe b/haiku-apps/feedgator/feedgator-2.4.release.recipe similarity index 76% rename from haiku-apps/feedgator/feedgator-2.3.b.recipe rename to haiku-apps/feedgator/feedgator-2.4.release.recipe index 81af2a3ae..0faab63e6 100644 --- a/haiku-apps/feedgator/feedgator-2.3.b.recipe +++ b/haiku-apps/feedgator/feedgator-2.4.release.recipe @@ -3,14 +3,13 @@ DESCRIPTION="FeedGator is a feed/RSS aggregator. \ It's a python3 program that uses Haiku APIs through Haiku-PyAPI \ wrapper and the feedparser module. \ Check the settings to enable some features like automated feed checks \ -or minimized launch, and read the user guide to find out some tips. \ -The code is released under MIT license." +or minimized launch, and read the user guide to find out some tips." HOMEPAGE="https://github.com/tmtfx/feedgator" -COPYRIGHT="2025 Fabio Tomat (TmTFx)" +COPYRIGHT="2026 Fabio Tomat (TmTFx)" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/tmtfx/FeedGator/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="e9358c6da1c117c5c574359496c14d341a68b813869bfb30c9a9f3b9715753c3" +CHECKSUM_SHA256="e088071dd846212464a6e5cc21a6add09b7a6b43975ed7ee4f589ff7f4ca4caf" SOURCE_DIR="FeedGator-$portVersion" ARCHITECTURES="any" @@ -32,7 +31,11 @@ INSTALL() mkdir -p $appsDir/BGator2 $binDir $dataDir/BGator2 $docDir/BGator2 cp FeedGator.py $appsDir/BGator2 cp Data/FeedGator1c.png $dataDir/BGator2 + cp Data/ico64.png $dataDir/BGator2 + cp Data/FeedGator2.hvif $dataDir/BGator2 + cp -R Data/locale $dataDir/BGator2 cp Data/help/* $docDir/BGator2 + addattr -t \'VICN\' BEOS:ICON -f $dataDir/BGator2/FeedGator2.hvif $appsDir/BGator2/FeedGator.py ln -sfn $appsDir/BGator2/FeedGator.py $binDir/FeedGator.py ln -sfn $appsDir/BGator2/FeedGator.py $appsDir/BGator2/FeedGator addAppDeskbarSymlink $appsDir/BGator2/FeedGator