summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD19
-rw-r--r--oomox-archdroid-icons-cli3
-rw-r--r--oomox-gnome-colors-icons-cli (renamed from oomox-icons-cli)0
-rw-r--r--oomox.desktop4
5 files changed, 26 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dedc173b273..282f65f2af8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 17 08:42:51 UTC 2016
+# Mon Nov 21 21:59:06 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 = 1.0.rc2
+ 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.0.rc3
pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
@@ -18,21 +18,24 @@ pkgbase = oomox
optdepends = xorg-xrdb: for the `xresources` theme
optdepends = imagemagick: for icon theme generation
optdepends = inkscape: for icon theme generation
+ optdepends = gksu: for applying Spotify theme from GUI
optdepends = gnome-colors-common-icon-theme: for using the generated icon theme
provides = oomox
conflicts = oomox-git
- source = https://github.com/actionless/oomox/archive/1.0-rc2.tar.gz
+ source = https://github.com/actionless/oomox/archive/1.0-rc3.tar.gz
source = oomox-cli
source = oomox-gui
- source = oomox-icons-cli
+ source = oomox-gnome-colors-icons-cli
+ source = oomox-archdroid-icons-cli
source = oomoxify-cli
source = oomox.desktop
- md5sums = 8cc9c977117a55985f505d7e09d80c3e
+ md5sums = ee43dc390b168e406de56b1648d44923
md5sums = cf96db21684e4e0df1f9a14b3aae65bb
md5sums = 0d156463416bbc2260c073c15b7f2a70
md5sums = 57cfcc4141ce6e346da7ab8bab411b14
+ md5sums = f01aa2280f8e03d6244fe6284c44a03b
md5sums = a9e990b0c4c0ee3be2f195c9c25d36e6
- md5sums = 969712293ef3f122cdc9f96a9df69779
+ md5sums = 174d816af450fe652872f3325358352b
pkgname = oomox
diff --git a/PKGBUILD b/PKGBUILD
index 97090a571b01..cceeaabdb3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
pkgname=oomox
-pkgver=1.0.rc2
-_pkgver=1.0-rc2
+pkgver=1.0.rc3
+_pkgver=1.0-rc3
pkgrel=1
-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."
+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.'
arch=('i686' 'x86_64')
url='https://github.com/actionless/oomox'
license=('GPL3')
@@ -22,6 +22,7 @@ optdepends=(
'xorg-xrdb: for the `xresources` theme'
'imagemagick: for icon theme generation'
'inkscape: for icon theme generation'
+ 'gksu: for applying Spotify theme from GUI'
'gnome-colors-common-icon-theme: for using the generated icon theme'
)
provides=('oomox')
@@ -30,16 +31,18 @@ source=(
"https://github.com/actionless/oomox/archive/${_pkgver}.tar.gz"
'oomox-cli'
'oomox-gui'
- 'oomox-icons-cli'
+ 'oomox-gnome-colors-icons-cli'
+ 'oomox-archdroid-icons-cli'
'oomoxify-cli'
'oomox.desktop'
)
-md5sums=('8cc9c977117a55985f505d7e09d80c3e'
+md5sums=('ee43dc390b168e406de56b1648d44923'
'cf96db21684e4e0df1f9a14b3aae65bb'
'0d156463416bbc2260c073c15b7f2a70'
'57cfcc4141ce6e346da7ab8bab411b14'
+ 'f01aa2280f8e03d6244fe6284c44a03b'
'a9e990b0c4c0ee3be2f195c9c25d36e6'
- '969712293ef3f122cdc9f96a9df69779')
+ '174d816af450fe652872f3325358352b')
package() {
install -d "${pkgdir}/opt/oomox"
@@ -47,7 +50,7 @@ package() {
install -d "${pkgdir}/usr/bin/"
install -d "${pkgdir}/usr/share/applications/"
- for script in oomox-cli oomox-gui oomox-icons-cli oomoxify-cli
+ for script in oomox-cli oomox-gui oomox-gnome-colors-icons-cli oomox-archdroid-icons-cli oomoxify-cli
do
install -Dm755 "${srcdir}/${script}" "${pkgdir}/usr/bin"
done
diff --git a/oomox-archdroid-icons-cli b/oomox-archdroid-icons-cli
new file mode 100644
index 000000000000..ec989c2e3275
--- /dev/null
+++ b/oomox-archdroid-icons-cli
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+cd /opt/oomox/
+exec ./archdroid.sh $@ \ No newline at end of file
diff --git a/oomox-icons-cli b/oomox-gnome-colors-icons-cli
index 86c00644eab8..86c00644eab8 100644
--- a/oomox-icons-cli
+++ b/oomox-gnome-colors-icons-cli
diff --git a/oomox.desktop b/oomox.desktop
index 08eda5e25085..d498ccee233f 100644
--- a/oomox.desktop
+++ b/oomox.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
-Name=Oomox
+Name=Oomox: customize icons and GTK
GenericName=Oomox
-Comment=Graphical application for generating different color variations of Numix theme (GTK2, GTK3) and gnome-colors icon theme
+Comment=Graphical application for generating different color variations of Numix theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes
Exec=oomox-gui
Terminal=false
Type=Application