diff --git a/hollywood.changes b/hollywood.changes index 4d922e8..088862c 100644 --- a/hollywood.changes +++ b/hollywood.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 11 01:51:19 UTC 2021 - Jonathan Papineau + +- Add libexec_fix.patch + ------------------------------------------------------------------- Fri May 8 06:18:53 UTC 2020 - Stefan Seyfried diff --git a/hollywood.spec b/hollywood.spec index 14a5a9c..ccb45f6 100644 --- a/hollywood.spec +++ b/hollywood.spec @@ -1,7 +1,7 @@ # # spec file for package hollywood # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,14 +26,15 @@ License: Apache-2.0 AND CC0-1.0 Group: Amusements/Toys/Other URL: https://launchpad.net/hollywood Source: https://launchpad.net/hollywood/trunk/%{version}/+download/hollywood_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz -Recommends: byobu +Patch0: libexec_fix.patch Recommends: apg Recommends: bmon +Recommends: byobu # in debian: bsdmainutils Recommends: util-linux -Recommends: coreutils Recommends: ccze Recommends: cmatrix +Recommends: coreutils Recommends: htop Recommends: jp2a Recommends: mlocate @@ -85,6 +86,7 @@ and statistics, like any good computer screen on Wall Street. %prep %setup -q +%patch0 -p0 %build diff --git a/libexec_fix.patch b/libexec_fix.patch new file mode 100644 index 0000000..9ed151c --- /dev/null +++ b/libexec_fix.patch @@ -0,0 +1,13 @@ +Index: bin/hollywood +=================================================================== +--- bin/hollywood.orig ++++ bin/hollywood +@@ -43,7 +43,7 @@ spin_up() { + done + } + +-WIDGET_DIR="$(dirname $0)/../lib/$PKG" ++WIDGET_DIR="$(dirname $0)/../libexec/$PKG" + SPLITS=$(ls "$WIDGET_DIR" | wc -l) + DELAY=10 + while [ ! -z "$1" ]; do