mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
tlpui: add icons
This commit is contained in:
parent
7cb14c9ea8
commit
20ed996af9
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tlpui'
|
||||
pkgname=tlpui
|
||||
version=1.5.0+5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="TLPUI-${pkgname}-${version/+/-}"
|
||||
build_style="python3-module"
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -13,3 +13,9 @@ 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
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/icons
|
||||
vcopy tlpui/icons/themeable/hicolor usr/share/icons
|
||||
rm -r "$DESTDIR/$py3_sitelib/tlpui/icons/themeable"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue