summaryrefslogtreecommitdiff
path: root/community/gendesk
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-08 04:01:08 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-08 04:01:08 +0000
commit740a52614d0b18baf8d2177a89036a29c8cd3bd8 (patch)
tree9aaad8a79eccd1cb350597b1cb3b34ab507ff725 /community/gendesk
parent2d7e9da010b34660baba072183cce7664dc8956c (diff)
Thu May 8 03:53:28 UTC 2014
Diffstat (limited to 'community/gendesk')
-rw-r--r--community/gendesk/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/community/gendesk/PKGBUILD b/community/gendesk/PKGBUILD
index 3e43338c2..1fbcc1fa2 100644
--- a/community/gendesk/PKGBUILD
+++ b/community/gendesk/PKGBUILD
@@ -1,24 +1,30 @@
-# $Id: PKGBUILD 108126 2014-03-23 13:40:11Z arodseth $
+# $Id: PKGBUILD 110817 2014-05-07 16:32:25Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=gendesk
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc='Utility to generate .desktop files and download icons'
arch=('x86_64' 'i686')
url='http://roboticoverlords.org/gendesk/'
license=('MIT')
-makedepends=('go')
+makedepends=('go' 'git' 'mercurial')
depends=('glibc')
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
'http://roboticoverlords.org/images/default.png')
-sha256sums=('d4d2bfb23ae1c401f3147ed20206e72015b338067ff40b86271106865774de55'
+sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+prepare() {
+ export GOPATH="$srcdir"
+ go get code.google.com/p/goconf/conf
+ go get github.com/xyproto/textgui
+}
+
build() {
cd "$pkgname-$pkgver"
- go build
+ GOPATH="$srcdir" go build
}
package() {