summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Denhardt2017-11-25 21:46:37 -0500
committerIan Denhardt2017-11-25 21:46:37 -0500
commit415578194c22e41fbbe1ce9bdebb5615c737be3b (patch)
treeb53f9e9e042c9e0d30e66f90f1e9ec455fab2216 /PKGBUILD
parent932956b5a983424b31843318632b4cfa9bfdfd12 (diff)
downloadaur-415578194c22e41fbbe1ce9bdebb5615c737be3b.tar.gz
Install .desktop file
As requested by lucc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d28d9cb95b00..b5b064f2884f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=alot
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="terminal-based MUA for the notmuch mail system"
arch=(any)
url="https://github.com/pazz/alot"
@@ -49,5 +49,6 @@ package() {
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
install -Dm644 docs/build/man/alot.1 "$pkgdir/usr/share/man/man1/alot.1"
+ install -Dm644 extra/alot.desktop "$pkgdir/usr/share/applications/alot.desktop"
}
md5sums=('db355cfb3e905aede50e757cb723ad4d')