diff --git a/srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch b/srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch deleted file mode 100644 index 1dfc6921b1c..00000000000 --- a/srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch +++ /dev/null @@ -1,11 +0,0 @@ -Reason: Fix linkage against bundeled libs ---- src/meson.build -+++ src/meson.build -@@ -202,6 +202,7 @@ executable ('gnome-boxes', vala_sources + resources, - c_args : c_args, - dependencies: dependencies, - link_with: libcommon, -+ install_rpath: join_paths (get_option ('prefix'), pkglibdir), - install: true - ) - diff --git a/srcpkgs/gnome-boxes/template b/srcpkgs/gnome-boxes/template index 207c24f048c..0f1766c79af 100644 --- a/srcpkgs/gnome-boxes/template +++ b/srcpkgs/gnome-boxes/template @@ -1,7 +1,7 @@ # Template file for 'gnome-boxes' pkgname=gnome-boxes -version=3.30.0 -revision=2 +version=3.30.1 +revision=1 build_style=meson # missing dependency: ovirt configure_args="-Dovirt=false" @@ -17,5 +17,5 @@ license="LGPL-2.0-or-later" homepage="https://wiki.gnome.org/Apps/Boxes" changelog="https://raw.githubusercontent.com/GNOME/gnome-boxes/gnome-3-30/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=dc0126e6869b898d54f033aa842e44bb51b0cefb2354c181395edebee4dae2c3 +checksum=bb7431a15b1d7fd41825cd2cbdd8aeca0ed1a589769fa1ae7dc494eb45e2b351 nocross="won't cross-compile without gobject-introspection, gobject-intropection can't be cross compiled"