summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2017-07-17 22:33:16 +0200
committeractionless2017-07-17 22:33:16 +0200
commitaad2a85d80398010aa417d474758b344647e33ad (patch)
treeab8a96620bbbc2de8cc486ed240be9b6797a0c49 /PKGBUILD
parentee19535f28ad7a67f64b54941da2dc8559dcf590 (diff)
downloadaur-aad2a85d80398010aa417d474758b344647e33ad.tar.gz
update to 1.2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef8b2d53d761..454abe229bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/actionless/oomox
pkgname=oomox-git
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
pkgdesc="Graphical application for generating different color variations
of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
@@ -24,6 +24,8 @@ depends=(
'python-gobject'
'gtk-engine-murrine'
'gtk-engines'
+ 'procps-ng'
+ 'polkit'
)
optdepends=(
'xorg-xrdb: for the `xresources` theme'
@@ -31,7 +33,7 @@ optdepends=(
'inkscape: for icon theme generation'
'gnome-colors-common-icon-theme: for using the generated icon theme'
'breeze-icons: more fallback icons'
- 'gksu: for applying Spotify theme from GUI'
+ 'gksu: for applying Spotify theme from GUI without polkit'
#'gnome-colors-icon-theme: for using the generated icon theme' it's broken ATM
)