summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarodseth2012-04-02 07:39:07 +0000
committerarodseth2012-04-02 07:39:07 +0000
commitd95b98c27d8b1c0587bb4e09a5224049555c3ece (patch)
tree619e252fbd83fe9903500b06cb74ce3c27b8fca9
parent6fc2a1065c657054ef4303ae0734474852e9a385 (diff)
downloadaur-d95b98c27d8b1c0587bb4e09a5224049555c3ece.tar.gz
Added wings3d
git-svn-id: file:///srv/repos/svn-community/svn@68796 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c4fe9be6b20..9163d36e8f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = wings3d
makedepends = gendesk
depends = esdl
depends = bash
+ depends = desktop-file-utils
optdepends = povray: rendering support via POV-Ray
optdepends = kerkythea: rendering support via Kerkythea
replaces = wings
diff --git a/PKGBUILD b/PKGBUILD
index abaced38c3c9..e81b71cea61e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="3D modeling program"
arch=('x86_64' 'i686')
url="http://www.wings3d.com/"
license=('GPL')
-depends=('esdl' 'bash')
+depends=('esdl' 'bash' 'desktop-file-utils')
makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray'
'kerkythea: rendering support via Kerkythea')