From eab6ddbb153fe5e3774fc98f6181d54f82e23a9f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Nov 2020 15:08:12 -0500 Subject: system/lv: Add patches, BUILD=2. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/lv/lv.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'system/lv/lv.SlackBuild') diff --git a/system/lv/lv.SlackBuild b/system/lv/lv.SlackBuild index 87c7446e95..eb8c06c100 100644 --- a/system/lv/lv.SlackBuild +++ b/system/lv/lv.SlackBuild @@ -11,9 +11,11 @@ # continues to develop this. So I'm treating Debian as upstream, and # the _7 in VERSION is the Debian patchlevel. +# 20201115 bkw: add 2 new patches from Debian git, BUILD=2. + PRGNAM=lv VERSION=${VERSION:-4.51_7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -61,7 +63,9 @@ for i in $( cat debian/patches/series ); do patch -p1 < "debian/patches/$i" done -# Local patches (sent upstream, maybe they'll be in the next release). +# Local patches. 4 of these were written by the SlackBuild author, sent +# upstream (to the Debian maintainer). The height and filename patches +# are from Debian's git. for i in $( cat $CWD/patches/series ); do patch -p1 < "$CWD/patches/$i" done -- cgit v1.2.3