summaryrefslogtreecommitdiffstats
path: root/libraries/grilo/grilo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/grilo/grilo.SlackBuild')
-rw-r--r--libraries/grilo/grilo.SlackBuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/libraries/grilo/grilo.SlackBuild b/libraries/grilo/grilo.SlackBuild
index b6b83a60b1..e715d7d6ca 100644
--- a/libraries/grilo/grilo.SlackBuild
+++ b/libraries/grilo/grilo.SlackBuild
@@ -22,14 +22,21 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 2023 Apr 9 - Set build to default to soup2 for compatibility with other GNOME
+# software on slackbuilds.org. This can be switched back to soup3 at next
+# slackware release, which will allow GNOME to be updated to newer soup3 versions
+# across the board. Also bumped build number, since version is the same. - Bob Funk
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=grilo
-VERSION=${VERSION:-0.3.14}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-0.3.15}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
+SOUP3=${SOUP3:-false}
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@@ -88,6 +95,7 @@ cd build
--mandir=/usr/man \
--prefix=/usr \
--sysconfdir=/etc \
+ -Dsoup3=$SOUP3 \
-Dstrip=true
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install