summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d28148603d..59d3511fc5f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat May 6 15:12:33 UTC 2017
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
@@ -17,15 +15,17 @@ pkgbase = oomox
depends = python-gobject
depends = gtk-engine-murrine
depends = gtk-engines
+ depends = procps-ng
+ depends = polkit
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = imagemagick: for icon theme generation
optdepends = inkscape: for icon theme generation
optdepends = gnome-colors-common-icon-theme: for using the generated icon theme
optdepends = breeze-icons: more fallback icons
- optdepends = gksu: for applying Spotify theme from GUI
+ optdepends = gksu: for applying Spotify theme from GUI without polkit
provides = oomox
conflicts = oomox-git
- source = https://github.com/actionless/oomox/archive/1.2.6.tar.gz
+ source = https://github.com/actionless/oomox/archive/1.2.7.tar.gz
source = oomox-cli
source = oomox-gui
source = oomox-gnome-colors-icons-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1feb713f2ce0..289d73052e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
pkgname=oomox
-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.
Have a hack for HiDPI in gtk2.'
@@ -18,6 +18,8 @@ depends=(
'python-gobject'
'gtk-engine-murrine'
'gtk-engines'
+ 'procps-ng'
+ 'polkit'
)
optdepends=(
'xorg-xrdb: for the `xresources` theme'
@@ -25,7 +27,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'
)
provides=('oomox')
conflicts=('oomox-git')
@@ -50,6 +52,7 @@ package() {
make -C ${srcdir}/${pkgname}-${pkgver} -f po.mk install
install -d "${pkgdir}/opt/oomox"
mv "${srcdir}/${pkgname}-${pkgver}"/* "${pkgdir}/opt/oomox"
+ python -O -m compileall ${pkgdir}/opt/oomox/oomox_gui
install -d "${pkgdir}/usr/bin/"
install -d "${pkgdir}/usr/share/applications/"