mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
tango-icon-theme: run pango-modules trigger before install.
--HG-- extra : convert_revision : 9e3e90b01f23280754fdc6283ca4e02f073d302c
This commit is contained in:
parent
fabd92400b
commit
613f8a22e9
1 changed files with 6 additions and 0 deletions
|
@ -21,3 +21,9 @@ Add_dependency build intltool
|
||||||
Add_dependency build ImageMagick
|
Add_dependency build ImageMagick
|
||||||
Add_dependency build icon-naming-utils
|
Add_dependency build icon-naming-utils
|
||||||
Add_dependency full librsvg
|
Add_dependency full librsvg
|
||||||
|
|
||||||
|
pre_build()
|
||||||
|
{
|
||||||
|
cd / && ${XBPS_TRIGGERSDIR}/pango-modules run post-install
|
||||||
|
cd $wrksrc
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue