summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-09-13 22:27:35 +0200
committerJakob Gahde2017-09-13 22:27:35 +0200
commite4fa8ae59c87b4d9af80037928d744a9f3f8d5ed (patch)
treefd1a7666ffa39817df96eff36c785fb3e97a5c24
parentd3f165ada64f77ba00a34986465a87cbfe5d30f7 (diff)
downloadaur-e4fa8ae59c87b4d9af80037928d744a9f3f8d5ed.tar.gz
equalx 0.7.1-3: Fix desktop icon
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 333a20179864..53edc9fea7c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 3 14:40:40 UTC 2017
+# Wed Sep 13 20:26:58 UTC 2017
pkgbase = equalx
pkgdesc = Makes you easily write equations in LaTeX and preview them in real-time
pkgver = 0.7.1
- pkgrel = 2
+ pkgrel = 3
url = http://equalx.sourceforge.net/
install = equalx.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3113f551c889..d41a9899aea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=equalx
pkgver=0.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="Makes you easily write equations in LaTeX and preview them in real-time"
url="http://equalx.sourceforge.net/"
depends=("qt4" "exempi" "texlive-bin" "poppler")
@@ -29,9 +29,10 @@ package() {
done
install -Dm644 "resources/equalx.desktop" \
"${pkgdir}/usr/share/applications/equalx.desktop"
+ sed -i '/Icon=/cIcon=equalx' "${pkgdir}/usr/share/applications/equalx.desktop"
for _size in 16 22 24 32 48 64 128; do
install -Dm644 "resources/icons/equalx/equalx-${_size}x${_size}.png" \
- "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/equalx-icon.png"
+ "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/equalx.png"
done
install -Dm644 "resources/icons/equalx/equalx.svg" \
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/equalx.svg