summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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-*)