mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wpgtk: remove usr/etc
wpgtk only reads from $HOME $XDG_CONFIG_HOME, then fallbacks to modules directory
This commit is contained in:
parent
31da410a73
commit
df78537669
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wpgtk'
|
# Template file for 'wpgtk'
|
||||||
pkgname=wpgtk
|
pkgname=wpgtk
|
||||||
version=6.1.3
|
version=6.1.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-gobject python3-Pillow pywal libxslt"
|
depends="python3-gobject python3-Pillow pywal libxslt"
|
||||||
|
@ -11,3 +11,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://github.com/deviantfero/wpgtk/"
|
homepage="https://github.com/deviantfero/wpgtk/"
|
||||||
distfiles="https://github.com/deviantfero/wpgtk/archive/${version}.tar.gz"
|
distfiles="https://github.com/deviantfero/wpgtk/archive/${version}.tar.gz"
|
||||||
checksum=158f93c6dbb6f14c17fb43847a750e049a7a92a0c76fa54b9c0c5fee1012fcfe
|
checksum=158f93c6dbb6f14c17fb43847a750e049a7a92a0c76fa54b9c0c5fee1012fcfe
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue