aboutsummaryrefslogtreecommitdiff
path: root/system/lv/lv.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-15 15:08:12 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-22 01:14:26 +0700
commiteab6ddbb153fe5e3774fc98f6181d54f82e23a9f (patch)
tree44e6d22725e254e282b1fe5aa9202ba9ff44d350 /system/lv/lv.SlackBuild
parent134afdf394888f348d68edadb43eb4cac3c0c67b (diff)
system/lv: Add patches, BUILD=2.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lv/lv.SlackBuild')
-rw-r--r--system/lv/lv.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/system/lv/lv.SlackBuild b/system/lv/lv.SlackBuild
index 87c7446e955c8..eb8c06c100ed6 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