aboutsummaryrefslogtreecommitdiff
path: root/libraries/libvirt-glib/libvirt-glib.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2024-10-03 10:13:50 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-01-18 08:13:35 +0700
commit6b39d0862c4463bda7bfb287ebf6d4dee3db68b6 (patch)
treea4a5e080864eef82c139b9d59a9bc7ac52fe9e2e /libraries/libvirt-glib/libvirt-glib.SlackBuild
parentda69b3292ac13cca96ae011000324c87e7fc05c0 (diff)
libraries/libvirt-glib: Updated for version 5.0.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvirt-glib/libvirt-glib.SlackBuild')
-rw-r--r--libraries/libvirt-glib/libvirt-glib.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libvirt-glib/libvirt-glib.SlackBuild b/libraries/libvirt-glib/libvirt-glib.SlackBuild
index 96ebde059d..0c46671882 100644
--- a/libraries/libvirt-glib/libvirt-glib.SlackBuild
+++ b/libraries/libvirt-glib/libvirt-glib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libvirt-glib
-# Copyright 2012-2021 Robby Workman, Tuscaloosa, Alabama, USA
+# Copyright 2012-2024 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libvirt-glib
-VERSION=${VERSION:-4.0.0}
+VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,8 +76,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-patch -p1 < $CWD/libvirt-glib-4.0.0-cast-align.patch
-
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \