summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarodseth2012-03-31 22:16:27 +0000
committerarodseth2012-03-31 22:16:27 +0000
commit795bbfea95a5fac2413fd9c085976b33b83d6d61 (patch)
treec1c19ca821de14d5b714deca0a8e7cd8ca621fc6 /PKGBUILD
parentde121a6840c285aa744be0a124feaeeb96591aa6 (diff)
downloadaur-795bbfea95a5fac2413fd9c085976b33b83d6d61.tar.gz
Changed category
git-svn-id: file:///srv/repos/svn-community/svn@68700 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e87944565341..ada42c78874b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('x86_64' 'i686')
url="http://www.wings3d.com/"
license=('GPL')
depends=('esdl')
+makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray'
'kerkythea: rendering support via Kerkythea')
replaces=('wings' 'wings-devel')
@@ -26,6 +27,7 @@ _genericname=('3D Modeler')
build() {
cd "$srcdir"
gendesk
+ setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
cd "$_pkgname-$pkgver"
export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)