From d4826e2034b58ac5cd82e397be34c5c5c4ac9e0c Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Sun, 21 May 2023 04:01:50 +0300 Subject: [PATCH] tlpui: update to 1.5.0-7 --- srcpkgs/tlpui/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template index d4d2aeae5852..2dd27931d202 100644 --- a/srcpkgs/tlpui/template +++ b/srcpkgs/tlpui/template @@ -1,7 +1,7 @@ # Template file for 'tlpui' pkgname=tlpui -version=1.5.0+5 -revision=3 +version=1.5.0+7 +revision=1 build_style="python3-module" hostmakedepends="python3-setuptools" depends="gtk+3 tlp python3-gobject" @@ -10,11 +10,13 @@ maintainer="André Cerqueira " license="GPL-2.0-or-later" homepage="https://github.com/d4nj1/TLPUI" distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-${version/+/-}.tar.gz" -checksum=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77 -make_check=no #tests fail inside chroot +checksum=1d82fe2d52d47c2888d07ba7e70840c06129bbd3f673166c861097cfb8e2ce52 +make_check=no post_install() { vmkdir usr/share/icons vcopy tlpui/icons/themeable/hicolor usr/share/icons - rm -r "$DESTDIR/$py3_sitelib/tlpui/icons/themeable" + # tlpui.svg is used in 'about' dialog + find "$DESTDIR/$py3_sitelib/tlpui/icons/themeable" ! -name 'tlpui.svg' \ + -type f -exec rm -f {} + }