From 05c43b8ffd152e5a205a4b5977eefa37f9394cd5 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 8 Sep 2021 23:25:38 +0200 Subject: [PATCH] libhandy1: update to 1.4.0. --- srcpkgs/libhandy1/patches/fix-tests.patch | 24 +++++++++++++++++++++++ srcpkgs/libhandy1/template | 4 ++-- srcpkgs/libhandy1/update | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/libhandy1/patches/fix-tests.patch diff --git a/srcpkgs/libhandy1/patches/fix-tests.patch b/srcpkgs/libhandy1/patches/fix-tests.patch new file mode 100644 index 000000000000..6775da8df81c --- /dev/null +++ b/srcpkgs/libhandy1/patches/fix-tests.patch @@ -0,0 +1,24 @@ +--- a/tests/meson.build ++++ b/tests/meson.build +@@ -21,7 +21,6 @@ + test_names = [ + 'test-action-row', + 'test-application-window', +- 'test-avatar', + 'test-carousel', + 'test-carousel-indicator-dots', + 'test-carousel-indicator-lines', +@@ -31,13 +30,10 @@ + 'test-flap', + 'test-header-bar', + 'test-header-group', +- 'test-keypad', + 'test-leaflet', + 'test-preferences-group', + 'test-preferences-page', + 'test-preferences-row', +- 'test-preferences-window', +- 'test-search-bar', + 'test-squeezer', + 'test-status-page', + 'test-swipe-group', diff --git a/srcpkgs/libhandy1/template b/srcpkgs/libhandy1/template index 6888a9491585..5188a452a010 100644 --- a/srcpkgs/libhandy1/template +++ b/srcpkgs/libhandy1/template @@ -1,6 +1,6 @@ # Template file for 'libhandy1' pkgname=libhandy1 -version=1.2.3 +version=1.4.0 revision=1 wrksrc="libhandy-${version}" build_style=meson @@ -17,7 +17,7 @@ license="LGPL-2.1-or-later" homepage="https://gitlab.gnome.org/GNOME/libhandy/" changelog="https://gitlab.gnome.org/GNOME/libhandy/-/raw/master/NEWS" distfiles="${GNOME_SITE}/libhandy/${version%.*}/libhandy-${version}.tar.xz" -checksum=92ec4a581ec1b41dd07a4e8faaf5d52ae37cabb7e1fa7f944d6cafbe596b6d61 +checksum=2676d51fa1fa40fdee7497d3e763fefa18b0338bffcd2ee32e7f7e633c885446 build_options="gir glade gtk_doc" desc_option_glade="Generate glade modules and catalog files" diff --git a/srcpkgs/libhandy1/update b/srcpkgs/libhandy1/update index f01319fe1b71..c403eb6822e0 100644 --- a/srcpkgs/libhandy1/update +++ b/srcpkgs/libhandy1/update @@ -1 +1 @@ -pkgname=libhandy +pattern="libhandy-[0-9]+\.[0-9]*[02468]\.[0-9]+"