mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/texstudio to 2.12.10-3
This commit is contained in:
parent
b06b18fd7d
commit
19a38ce113
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=texstudio
|
||||
pkgver=2.12.10
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Integrated writing environment for creating LaTeX documents"
|
||||
arch=('x86_64')
|
||||
url="http://texstudio.sourceforge.net/"
|
||||
|
@ -49,7 +49,7 @@ package() {
|
|||
|
||||
for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
|
||||
mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
|
||||
convert -background none -density 1200 -resize ${res} \
|
||||
convert +set date:create +set date:modify -background none -density 1200 -resize ${res} \
|
||||
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
|
||||
"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue