system/virt-manager: Updated for version 1.5.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2018-02-19 00:54:58 -06:00 committed by Willy Sudiarto Raharjo
parent 4b641e2cfc
commit 7142f96c14
3 changed files with 14 additions and 1391 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,13 @@
# Lots of mods by rworkman for 1.x
PRGNAM=virt-manager
VERSION=${VERSION:-1.4.3}
VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -24,8 +24,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -53,9 +53,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# We don't have gtk+3-3.10, so we cheat
sed -i "s|3\.10|3.8|" ui/gfxdetails.ui ui/netlist.ui ui/addstorage.ui
# Add Slackware support
patch -p1 < $CWD/Add-Slackware-to-OS-choices.patch

View File

@ -1,8 +1,8 @@
PRGNAM="virt-manager"
VERSION="1.4.3"
VERSION="1.5.0"
HOMEPAGE="http://virt-manager.org/"
DOWNLOAD="http://virt-manager.org/download/sources/virt-manager/virt-manager-1.4.3.tar.gz"
MD5SUM="077916aae947bf2461e7d7d1fb2ddfd3"
DOWNLOAD="http://virt-manager.org/download/sources/virt-manager/virt-manager-1.5.0.tar.gz"
MD5SUM="9e96d99fe10c529ceb93edf14162b6c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libosinfo libvirt-glib libvirt-python gnome-python2-gconf tunctl ipaddr-py python-requests gtk-vnc spice-gtk vte3"