diff options
Diffstat (limited to 'system/virt-manager/virt-manager.SlackBuild')
-rw-r--r-- | system/virt-manager/virt-manager.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/virt-manager/virt-manager.SlackBuild b/system/virt-manager/virt-manager.SlackBuild index 6d2f48b88221..dbc45b848144 100644 --- a/system/virt-manager/virt-manager.SlackBuild +++ b/system/virt-manager/virt-manager.SlackBuild @@ -7,7 +7,7 @@ # Lots of mods by rworkman for 0.10.x PRGNAM=virt-manager -VERSION=${VERSION:-0.10.0} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,6 +53,9 @@ 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/virtinst-osdict.py-Add-Slackware-to-OS-choices.patch |