mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
ReText: Fixing icons; revbump
This commit is contained in:
parent
6b8228c9cb
commit
27327e0084
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ReText'
|
# Template file for 'ReText'
|
||||||
pkgname=ReText
|
pkgname=ReText
|
||||||
version=4.1.2
|
version=4.1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="3"
|
python_versions="3"
|
||||||
hostmakedepends="python3 ImageMagick"
|
hostmakedepends="python3 ImageMagick"
|
||||||
|
@ -19,7 +19,7 @@ post_install() {
|
||||||
|
|
||||||
for size in 16 22 24 32 48 128; do
|
for size in 16 22 24 32 48 128; do
|
||||||
vmkdir $icondir/${size}x${size}/apps
|
vmkdir $icondir/${size}x${size}/apps
|
||||||
convert -resize $size icons/retext.png $DESTDIR/$icondir/${size}x${size}/apps/$pkgname.png;
|
convert -resize $size icons/retext.png $DESTDIR/$icondir/${size}x${size}/apps/retext.png;
|
||||||
done
|
done
|
||||||
vmkdir $icondir/scalable/apps
|
vmkdir $icondir/scalable/apps
|
||||||
vinstall icons/retext.svg 644 $icondir/scalable/apps
|
vinstall icons/retext.svg 644 $icondir/scalable/apps
|
||||||
|
|
Loading…
Add table
Reference in a new issue