From 3dc3992abe4a4bd347d6b36960713dbf5c289a79 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 10 Jun 2022 07:02:06 +0000 Subject: daw_base: add qpageview to the template --- daw_base/build/daw_base.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'daw_base/build/daw_base.SlackBuild') diff --git a/daw_base/build/daw_base.SlackBuild b/daw_base/build/daw_base.SlackBuild index a2360b64..0fa4fb36 100755 --- a/daw_base/build/daw_base.SlackBuild +++ b/daw_base/build/daw_base.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL +# Copyright 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -61,6 +61,8 @@ # 1.2-11: 03/sep/2021 by Eric Hameleers # * Added ModularFungi and StudioSixPlusOne VCV Rack plugins # to the DAW template. +# 1.2-12: 10/jun/2022 by Eric Hameleers +# * Added qpageview to the DAW template (new frescobaldi dep). # # Run 'sh daw_base.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -71,7 +73,7 @@ PRGNAM=daw_base VERSION=${VERSION:-1.2} ARCH=noarch -BUILD=${BUILD:-11} +BUILD=${BUILD:-12} TAG=${TAG:-alien} # Where do we look for sources? -- cgit v1.2.3-65-gdbad