summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2021-12-01 15:18:12 -0500
committerAdam Goldsmith2021-12-01 15:19:38 -0500
commit7c8c7615e83850fb1f6c37b1f8d31f6d64354cbe (patch)
treea239250f3db890767150071afab00caa41935e3f /PKGBUILD
parent19192c828052d44a4381de5c483aab134a2317b1 (diff)
downloadaur-7c8c7615e83850fb1f6c37b1f8d31f6d64354cbe.tar.gz
Don't use an absolute path for the icon name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c4f62b3e9f2..825ab0f2ff06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=write_stylus
pkgver=300.r421
-pkgrel=1
+pkgrel=2
pkgdesc="Write(orignal name) - A word processor for handwriting"
arch=(i686 x86_64)
url="http://www.styluslabs.com/"
@@ -23,7 +23,7 @@ pkgver() {
prepare() {
desktop-file-edit --set-key=Exec --set-value=/usr/bin/write_stylus "$srcdir/Write/Write.desktop"
- desktop-file-edit --set-key=Icon --set-value=/usr/share/icons/hicolor/144x144/apps/write_stylus.png "$srcdir/Write/Write.desktop"
+ desktop-file-edit --set-key=Icon --set-value=write_stylus "$srcdir/Write/Write.desktop"
}
package() {
@@ -35,7 +35,7 @@ package() {
install -Dm644 "$srcdir/eula.docx" "$pkgdir/usr/share/licenses/write_stylus/eula.docx"
install -Dm644 "$srcdir/Write/Write.desktop" "$pkgdir/usr/share/applications/Write.desktop"
- install -Dm644 "$srcdir/Write/Write144x144.png" "$pkgdir/usr/share/icons/hicolor/144x144/apps/write_stylus.png"
+ install -Dm644 "$srcdir/Write/Write144x144.png" "$pkgdir/usr/share/pixmaps/write_stylus.png"
}
# vim:set ts=2 sw=2 et: