summaryrefslogtreecommitdiffstats
path: root/ardour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-06-27 13:20:01 +0000
committer Eric Hameleers <alien@slackware.com>2021-06-27 13:20:01 +0000
commit441cdd72be9cbeace5c7bf9612e705fb4b4ce596 (patch)
treecdd63ab58c309e4dce42843e6637af48af04aac3 /ardour
parentfb11bc19d51ea14755c54ec7fc478c10f02f240c (diff)
downloadasb-441cdd72be9cbeace5c7bf9612e705fb4b4ce596.tar.gz
asb-441cdd72be9cbeace5c7bf9612e705fb4b4ce596.tar.xz
ardour: update to 6.7.0
Diffstat (limited to 'ardour')
-rwxr-xr-xardour/build/ardour.SlackBuild18
1 files changed, 5 insertions, 13 deletions
diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild
index b9ee674d..be1af7ea 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -50,6 +50,8 @@
# * Rebuilt against the "Big Merge" of Plasma5.
# 6.6-1: 24/mar/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.7-1: 27/jun/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh ardour.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -59,14 +61,14 @@
PRGNAM=ardour
SRCNAM=${PRGNAM^}
-VERSION=${VERSION:-6.6.0}
+VERSION=${VERSION:-6.7.0}
GITTAG=$(echo $VERSION |cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
PKGTYPE="txz"
-DOCS="COPYING PACKAGER_README README TRANSLATORS"
+DOCS="COPYING PACKAGER_README README* TRANSLATORS"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -247,18 +249,8 @@ python2 waf build 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
python2 waf i18n 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
python2 waf install --destdir=$PKG 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
-# Desktop integration:
-install -Dm 0644 build/gtk2_${PRGNAM}/${PRGNAM}.xml \
- -t ${PKG}/usr/share/mime/packages/
-install -Dm 0644 build/gtk2_${PRGNAM}/${PRGNAM}${VERSION%%.*}.desktop \
- ${PKG}/usr/share/applications/${PRGNAM}.desktop
-for size in 16 22 32 48 256 512; do
- install -Dm 0644 gtk2_${PRGNAM}/resources/${PRGNAM^}-icon_${size}px.png \
- ${PKG}/usr/share/icons/hicolor/${size}x${size}/apps/${PRGNAM}${VERSION%%.*}.png
-done
-
# Add the man page manually:
-install -Dm 0644 ${PRGNAM}.1 -t ${PKG}/usr//man/man1/
+install -Dm 0644 ${PRGNAM}.1 -t ${PKG}/usr/man/man1/
# Add 'X-DAW' category to the desktop file (for liveslak):
for DESKTOPF in $PKG/usr/share/applications/*.desktop ; do