diff --git a/srcpkgs/appstream-glib/patches/0003-fix-as-compilation.patch b/srcpkgs/appstream-glib/patches/0003-fix-as-compilation.patch deleted file mode 100644 index ccc031b29a..0000000000 --- a/srcpkgs/appstream-glib/patches/0003-fix-as-compilation.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/libappstream-glib/meson.build b/libappstream-glib/meson.build -index 37d4747..3555fa0 100644 ---- libappstream-glib/meson.build -+++ libappstream-glib/meson.build -@@ -235,6 +235,9 @@ if get_option('introspection') - 'Gio-2.0', - 'GdkPixbuf-2.0' - ], -+ extra_args : [ -+ '-DAS_COMPILATION', -+ ], - link_with : asglib, - install : true, - ) - diff --git a/srcpkgs/appstream-glib/template b/srcpkgs/appstream-glib/template index c75f858011..fba9932ac7 100644 --- a/srcpkgs/appstream-glib/template +++ b/srcpkgs/appstream-glib/template @@ -1,7 +1,7 @@ # Template file for 'appstream-glib' pkgname=appstream-glib -version=0.7.14 -revision=2 +version=0.7.15 +revision=1 build_style=meson build_helper="gir" configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false @@ -15,7 +15,7 @@ license="LGPL-2.1-or-later" homepage="https://people.freedesktop.org/~hughsient/appstream-glib/" changelog="https://raw.githubusercontent.com/hughsie/appstream-glib/master/NEWS" distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz" -checksum=6dccad15f9d9a59dec6d259170a2010ee4a4b87475335a122a5d8b5e654a1a58 +checksum=7e27947de3742fcc02a96a22fb91e137a49cd55234c407a246476f3624a92a9f build_options="gir"