summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2019-05-25 18:35:54 +0200
committermax.bra2019-05-25 18:35:54 +0200
commit1b9193137625ed3140cd5ba0b35c01e712c8250e (patch)
treef24fa1efe603525628e07b4aee3c485944945016
parentd9c2958e582bf0029cdb341de968506dad73124b (diff)
downloadaur-1b9193137625ed3140cd5ba0b35c01e712c8250e.tar.gz
missing deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfc3ab674b0b..76be145c1e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = arronax
pkgdesc = A program to create and modify starters/launchers (technically: .desktop files) for applications and locations (URLs).
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.florian-diesch.de/software/arronax/
arch = any
license = GPL3
+ depends = gtk3
+ depends = hicolor-icon-theme
depends = python-gobject
depends = desktop-file-utils
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index bb3d2ea04dcf..adb89b681b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=arronax
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='A program to create and modify starters/launchers (technically: .desktop files) for applications and locations (URLs).'
arch=('any')
license=('GPL3')
url="http://www.florian-diesch.de/software/arronax/"
-depends=('python-gobject' 'desktop-file-utils' 'python-setuptools' 'python-xdg')
+depends=('gtk3' 'hicolor-icon-theme' 'python-gobject' 'desktop-file-utils' 'python-setuptools' 'python-xdg')
#makedepends=('python-distutils-extra')
optdepends=('python-nautilus: Arronax as Nautilus extension'
'python-nautilus: Arronax as Caja extension'