summaryrefslogtreecommitdiff
path: root/community/gendesk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gendesk/PKGBUILD')
-rw-r--r--community/gendesk/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/gendesk/PKGBUILD b/community/gendesk/PKGBUILD
index 1559f9465..cbea9fbae 100644
--- a/community/gendesk/PKGBUILD
+++ b/community/gendesk/PKGBUILD
@@ -1,28 +1,26 @@
-# $Id: PKGBUILD 71021 2012-05-21 22:04:13Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# $Id: PKGBUILD 86359 2013-03-15 17:39:45Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Thanks to Moonprincessluna at DeviantArt for the default icon:
# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
pkgname=gendesk
-pkgver=0.4.2
+pkgver=0.4.4
pkgrel=1
pkgdesc="Utility to generate .desktop files and download icons"
arch=('x86_64' 'i686')
url="http://roboticoverlords.org/gendesk/"
license=('MIT')
depends=('glibc')
-makedepends=('go>=2:1-2')
-conflicts=('go-hg')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.gz"
+makedepends=('go')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
"http://roboticoverlords.org/images/default.png")
-sha256sums=('10b2a294f5d57fcc2fd8612ca9cba7f0f82af03b1bd38d93a3ef757689d20a8a'
+sha256sums=('23ca20823dc225ebc35baf53fa07558a1ddf314fe3f9cb9d2c5fc6523ca62334'
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
build() {
cd "$srcdir/$pkgname-$pkgver"
- msg2 "Compiling..."
go build
}
@@ -31,6 +29,7 @@ package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+ install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}