Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions desktop/gnome-boxes/gnome-boxes.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=gnome-boxes
VERSION=${VERSION:-41.3}
VERSION=${VERSION:-43.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

if [ -z "$ARCH" ]; then
Expand Down Expand Up @@ -79,13 +79,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +

patch -p1 < $CWD/new_meson.diff

mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
meson .. \
meson setup .. \
--buildtype=release \
--infodir=/usr/info \
--libdir=/usr/lib${LIBDIRSUFFIX} \
Expand All @@ -102,9 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING CodingStyle.txt HACKING MAINTAINERS NEWS README.logos README.md THANKS \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
Expand Down
8 changes: 4 additions & 4 deletions desktop/gnome-boxes/gnome-boxes.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="gnome-boxes"
VERSION="41.3"
VERSION="43.5"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-boxes"
DOWNLOAD="https://download.gnome.org/core/41/41.8/sources/gnome-boxes-41.3.tar.xz"
MD5SUM="1e28c846b345d9ad106ed6d215e8d005"
DOWNLOAD="https://download.gnome.org/core/43/43.10/sources/gnome-boxes-43.5.tar.xz"
MD5SUM="f2ac1cb45e99490bfd78a4a31e4de5f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-vnc gtksourceview4 libhandy libosinfo libvirt-glib spice-gtk tracker webkit2gtk"
REQUIRES="gtk-vnc gtksourceview4 libhandy libosinfo libvirt-glib spice-gtk tracker webkit2gtk4.1"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"
20 changes: 0 additions & 20 deletions desktop/gnome-boxes/new_meson.diff

This file was deleted.