ReText: Fixing icons; revbump
This commit is contained in:
parent
6b8228c9cb
commit
27327e0084
@ -1,7 +1,7 @@
|
||||
# Template file for 'ReText'
|
||||
pkgname=ReText
|
||||
version=4.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style="python-module"
|
||||
python_versions="3"
|
||||
hostmakedepends="python3 ImageMagick"
|
||||
@ -19,7 +19,7 @@ post_install() {
|
||||
|
||||
for size in 16 22 24 32 48 128; do
|
||||
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
|
||||
vmkdir $icondir/scalable/apps
|
||||
vinstall icons/retext.svg 644 $icondir/scalable/apps
|
||||
|
Loading…
Reference in New Issue
Block a user