From 4735c4a4ec82689fe18c87ae599b05a66bfd4be1 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sun, 29 Apr 2018 16:01:39 +0200 Subject: [PATCH] ncmpcpp: bump, debuginfo (#2452) ncmpcpp: bump version, add debuginfo --- ...ncmpcpp-0.8.1.recipe => ncmpcpp-0.8.2.recipe} | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) rename media-sound/ncmpcpp/{ncmpcpp-0.8.1.recipe => ncmpcpp-0.8.2.recipe} (92%) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.8.1.recipe b/media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe similarity index 92% rename from media-sound/ncmpcpp/ncmpcpp-0.8.1.recipe rename to media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe index ba27ec4fb..6d80b1216 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.8.1.recipe +++ b/media-sound/ncmpcpp/ncmpcpp-0.8.2.recipe @@ -5,11 +5,11 @@ variety of sound files while being controlled by its network protocol. NCMPCPP is an ncurses based commandline client for Music Player Daemon." HOMEPAGE="https://rybczak.net/ncmpcpp/" -COPYRIGHT="2008-2017 The NCMPCPP Project" +COPYRIGHT="2008-2018 The NCMPCPP Project" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/arybczak/ncmpcpp/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="228d54abbf68a971487331da36fe948e9912e8bb112526fcdcef827a6e7383ab" +CHECKSUM_SHA256="682fa230029a917f8c8b54131e6c8fb4915aefed2cc5726ca7c3ab4f4fb97bda" SOURCE_DIR="ncmpcpp-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc" @@ -72,16 +72,17 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix cmd:ranlib$secondaryArchSuffix cmd:sed - cmd:strip$secondaryArchSuffix " USER_SETTINGS_FILES=" settings/ncmpcpp directory settings/ncmpcpp/lyrics directory settings/ncmpcpp/config - settings/ncmpcpp/error.log " +defineDebugInfoPackage ncmpcpp$secondaryArchSuffix \ + "$binDir"/ncmpcpp + BUILD() { export CFLAGS="-D_BSD_SOURCE" @@ -103,6 +104,9 @@ INSTALL() sed -i -e "s,\${prefix}/share,$dataDir,g" Makefile doc/Makefile make install - - strip$secondaryArchSuffix $binDir/ncmpcpp +} + +TEST() +{ + make check }