summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpat-s2019-04-06 20:32:49 +0200
committerpat-s2019-04-06 20:32:49 +0200
commit2edeb80c795d4b14d113793fc231e79c122e02c4 (patch)
tree19d45ec278be12507253aee287a5114763b91bfb /PKGBUILD
parent127bdefac5523218f8b6a9f0e0a1450b0d8a9d03 (diff)
downloadaur-2edeb80c795d4b14d113793fc231e79c122e02c4.tar.gz
looks like we need gendesk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64083e89c9d8..e6271ad9d3a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=notion-app
pkgver=1.0.5
-pkgrel=3
+pkgrel=4
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
url="https://www.notion.so/desktop"
@@ -23,6 +23,7 @@ build() {
cp -r Notion**/Notion.app/Contents/Resources/* tmp/build
cp notion-app tmp/build
icns2png -x tmp/build/Notion.icns
+ gendesk -f --pkgname="Notion" --pkgdesc="$pkgdesc" --categories=Office --exec=notion-app --icon=/opt/notion-app/Notion_512x512x32.png
}
package() {