summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92aadd695f36..55cbc4d04c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 16:06:48 UTC 2016
+# Fri Sep 23 16:11:25 UTC 2016
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix theme (GTK2, GTK3) and gnome-colors icon theme. Have a hack for HiDPI in gtk2.
pkgver = 0.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/actionless/oomox
arch = i686
arch = x86_64
@@ -15,8 +15,9 @@ pkgbase = oomox
depends = python-gobject
depends = gtk-engine-murrine
depends = gtk-engines
- optdepends = inkscape
- optdepends = imagemagick
+ optdepends = xorg-xrdb: for the `xresources` theme
+ optdepends = imagemagick: for icon theme generation
+ optdepends = inkscape: for icon theme generation
provides = oomox
conflicts = oomox-git
source = https://github.com/actionless/oomox/archive/0.23.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0256ee5c8dfb..d3a970bf52cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=oomox
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical application for generating different color variations
of Numix theme (GTK2, GTK3) and gnome-colors icon theme. Have a hack for HiDPI in gtk2."
arch=('i686' 'x86_64')
@@ -17,7 +17,11 @@ depends=(
'gtk-engine-murrine'
'gtk-engines'
)
-optdepends=('inkscape' 'imagemagick')
+optdepends=(
+ 'xorg-xrdb: for the `xresources` theme'
+ 'imagemagick: for icon theme generation'
+ 'inkscape: for icon theme generation'
+)
provides=('oomox')
conflicts=('oomox-git')
source=(