summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Bosch2021-01-07 21:14:21 +0100
committerMickael Bosch2021-01-07 21:14:21 +0100
commit82b32ba8d14a2ad7a86875966e0280f22c32f29b (patch)
treedd43e79201251cf4c351ae43446915d155e29863
parent20127b6406933ed5d960fd8103da29ff6abe200f (diff)
downloadaur-82b32ba8d14a2ad7a86875966e0280f22c32f29b.tar.gz
add the .desktop file
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fff56365fba..13f19b889137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,4 +22,5 @@ package() {
cd "ZeGrapher-$pkgver"
install -Dm755 ZeGrapher "$pkgdir"/usr/bin/ZeGrapher
install -Dm644 icons/ZeGrapher.png "$pkgdir"/usr/share/pixmaps/ZeGrapher.png
+ install -Dm644 ZeGrapher.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}