mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/texstudio to 2.12.4-3
This commit is contained in:
parent
70e64b557f
commit
e26ec36b22
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=texstudio
|
||||
pkgver=2.12.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Integrated writing environment for creating LaTeX documents"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://texstudio.sourceforge.net/"
|
||||
|
@ -39,7 +39,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 -density 1200 -resize ${res} \
|
||||
convert -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