summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')