From e26c6c1b8aaf14b9226b7d9f09cfb9f70480711a Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sat, 21 Apr 2018 16:01:40 +0000 Subject: [PATCH] neofetch: bump to 3.4.0. --- .../{neofetch-3.3.0.recipe => neofetch-3.4.0.recipe} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename app-misc/neofetch/{neofetch-3.3.0.recipe => neofetch-3.4.0.recipe} (74%) diff --git a/app-misc/neofetch/neofetch-3.3.0.recipe b/app-misc/neofetch/neofetch-3.4.0.recipe similarity index 74% rename from app-misc/neofetch/neofetch-3.3.0.recipe rename to app-misc/neofetch/neofetch-3.4.0.recipe index 0668f6a88..d9e288925 100644 --- a/app-misc/neofetch/neofetch-3.3.0.recipe +++ b/app-misc/neofetch/neofetch-3.4.0.recipe @@ -6,9 +6,9 @@ running, what Theme/Icons you're using etc" HOMEPAGE="https://github.com/dylanaraps/neofetch" COPYRIGHT="2016-2017 Dylan Araps" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/dylanaraps/$portName/archive/$portVersion/$portVersionedName.tar.gz" -CHECKSUM_SHA256="4808e76bd81da3602cb5be7e01dfed8223b1109e2792755dd0d54126014ee696" +CHECKSUM_SHA256="2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3" ARCHITECTURES="any" @@ -19,6 +19,7 @@ PROVIDES=" REQUIRES=" haiku cmd:bash + cmd:sed " BUILD_REQUIRES=" @@ -28,11 +29,12 @@ BUILD_PREREQUIRES=" cmd:make " -GLOBAL_WRITABLE_FILES="settings/neofetch/config.conf auto-merge" +GLOBAL_WRITABLE_FILES="$relativeSettingsDir/neofetch/config.conf auto-merge" USER_SETTINGS_FILES=" - settings/neofetch directory - settings/neofetch/config.conf template data/neofetch/config.conf.default + $relativeSettingsDir/neofetch directory + $relativeSettingsDir/neofetch/config.conf \ + template $relativeDataDir/neofetch/config.conf.default " PATCH()