diff options
Diffstat (limited to 'system/lv/lv.SlackBuild')
-rw-r--r-- | system/lv/lv.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
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 |