summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsg3des2017-05-12 07:17:13 +0300
committersg3des2017-05-12 07:17:13 +0300
commit4854a255fbdd2679674ebe970ddca4c05b491f13 (patch)
tree11952373d01e76f7b54a78eadfa7268ad2188fce
parent5f706a84ed5541f2bad84b830471ba74199bb978 (diff)
downloadaur-4854a255fbdd2679674ebe970ddca4c05b491f13.tar.gz
added a copy of the .desktop file to applications directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4241e26f152f..7f086dae3cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = goatee
pkgdesc = lightwieght gtk2 text/hex editor written on Go
pkgver = 0.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sg3des/goatee
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e8c7e46b6b2d..11181cf6bf82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=goatee
pkgver=0.9
-pkgrel=2
+pkgrel=3
pkgdesc='lightwieght gtk2 text/hex editor written on Go'
arch=('i686' 'x86_64')
url='https://github.com/sg3des/goatee'
@@ -21,4 +21,5 @@ build() {
package() {
cd "$srcdir/$pkgname"
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
} \ No newline at end of file