summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Tréguier2018-07-30 22:49:51 +0200
committerLaurent Tréguier2018-07-30 22:49:51 +0200
commit649fa92ffe59aa6c69608f2f6a22fb024eecb879 (patch)
tree15649fdb87aca32c58f59a80dea619ffd863b1e7
parent69ded57c10ee4e808c324aacda82b21e748d8712 (diff)
downloadaur-649fa92ffe59aa6c69608f2f6a22fb024eecb879.tar.gz
1.6.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD17
2 files changed, 18 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4cb48d8a2e2..5b3e85c0febe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 1 19:20:47 UTC 2018
+# Mon Jul 30 20:32:56 UTC 2018
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix/Materia theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
- pkgver = 1.6.1
- pkgrel = 4
+ pkgver = 1.6.2
+ pkgrel = 1
url = https://github.com/actionless/oomox
arch = i686
arch = x86_64
@@ -34,15 +34,15 @@ pkgbase = oomox
provides = oomox
conflicts = oomox-git
options = !strip
- source = oomox-1.6.1.tar.gz::https://github.com/themix-project/oomox/archive/1.6.1.tar.gz
- source = oomox-gtk-theme-1.8.0.tar.gz::https://github.com/themix-project/oomox-gtk-theme/archive/1.8.0.tar.gz
- source = materia-theme-20180311.tar.gz::https://github.com/nana-4/materia-theme/archive/v20180311.tar.gz
+ source = oomox-1.6.2.tar.gz::https://github.com/themix-project/oomox/archive/1.6.2.tar.gz
+ source = oomox-gtk-theme-1.9.0.tar.gz::https://github.com/themix-project/oomox-gtk-theme/archive/1.9.0.tar.gz
+ source = materia-theme-df30959eb068ef55db18a18ed23a4a1c79129768.zip::https://github.com/actionless/materia-theme/archive/df30959eb068ef55db18a18ed23a4a1c79129768.zip
source = archdroid-icon-theme-1.0.2.tar.gz::https://github.com/themix-project/oomox-archdroid-icon-theme/archive/1.0.2.tar.gz
source = gnome-colors-icon-theme-5.5.3.tar.gz::https://github.com/themix-project/oomox-gnome-colors-icon-theme/archive/5.5.3.tar.gz
source = oomoxify-1.0.tar.gz::https://github.com/themix-project/oomoxify/archive/1.0.tar.gz
- md5sums = 9a9534620828a0d94793f3419886380c
- md5sums = 0190629de56d822efccf32b43324c479
- md5sums = d34fd7d7f765c38d8be95b778a90ea2b
+ md5sums = 483620a4529984ef31020d5647d98837
+ md5sums = 0769a6c072d8ad7661a16b67a6bcdd48
+ md5sums = 7da360ebc9303ef388a6ad9dc8e06222
md5sums = cb669130685dcbf03a8f7f5738c71dc6
md5sums = ae3250f1dce9505dbaa60d92dcb9a239
md5sums = df970e658de7668a7088bd445e4634fb
diff --git a/PKGBUILD b/PKGBUILD
index 9f0b5d58fc96..4700628ac90c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
-_oomox_ver=1.6.1
-_numix_ver=1.8.0
+_oomox_ver=1.6.2
+_numix_ver=1.9.0
_materia_ver=20180311
+_materia_cmt=df30959eb068ef55db18a18ed23a4a1c79129768
_archdroid_ver=1.0.2
_gnome_colors_ver=5.5.3
_oomoxify_ver=1.0
pkgname=oomox
pkgver=${_oomox_ver}
-pkgrel=4
+pkgrel=1
pkgdesc='Graphical application for generating different color variations of Numix/Materia theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes.
Have a hack for HiDPI in gtk2.'
arch=('i686' 'x86_64')
@@ -50,14 +51,14 @@ conflicts=('oomox-git')
source=(
"oomox-${_oomox_ver}.tar.gz::https://github.com/themix-project/oomox/archive/${_oomox_ver}.tar.gz"
"oomox-gtk-theme-${_numix_ver}.tar.gz::https://github.com/themix-project/oomox-gtk-theme/archive/${_numix_ver}.tar.gz"
- "materia-theme-${_materia_ver}.tar.gz::https://github.com/nana-4/materia-theme/archive/v${_materia_ver}.tar.gz"
+ "materia-theme-${_materia_cmt}.zip::https://github.com/actionless/materia-theme/archive/${_materia_cmt}.zip"
"archdroid-icon-theme-${_archdroid_ver}.tar.gz::https://github.com/themix-project/oomox-archdroid-icon-theme/archive/${_archdroid_ver}.tar.gz"
"gnome-colors-icon-theme-${_gnome_colors_ver}.tar.gz::https://github.com/themix-project/oomox-gnome-colors-icon-theme/archive/${_gnome_colors_ver}.tar.gz"
"oomoxify-${_oomoxify_ver}.tar.gz::https://github.com/themix-project/oomoxify/archive/${_oomoxify_ver}.tar.gz"
)
-md5sums=('9a9534620828a0d94793f3419886380c'
- '0190629de56d822efccf32b43324c479'
- 'd34fd7d7f765c38d8be95b778a90ea2b'
+md5sums=('483620a4529984ef31020d5647d98837'
+ '0769a6c072d8ad7661a16b67a6bcdd48'
+ '7da360ebc9303ef388a6ad9dc8e06222'
'cb669130685dcbf03a8f7f5738c71dc6'
'ae3250f1dce9505dbaa60d92dcb9a239'
'df970e658de7668a7088bd445e4634fb')
@@ -65,7 +66,7 @@ md5sums=('9a9534620828a0d94793f3419886380c'
prepare() {
cd ${srcdir}
cp -pr "${pkgname}-gtk-theme-${_numix_ver}"/* "${pkgname}-${_oomox_ver}/plugins/theme_oomox/gtk-theme"
- cp -pr "materia-theme-${_materia_ver}"/* "${pkgname}-${_oomox_ver}/plugins/theme_materia/materia-theme"
+ cp -pr "materia-theme-${_materia_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/theme_materia/materia-theme"
cp -pr "archdroid-icon-theme-${_archdroid_ver}"/* "${pkgname}-${_oomox_ver}/plugins/icons_archdroid/archdroid-icon-theme"
cp -pr "gnome-colors-icon-theme-${_gnome_colors_ver}"/* "${pkgname}-${_oomox_ver}/plugins/icons_gnomecolors/gnome-colors-icon-theme"
cp -pr "oomoxify-${_oomoxify_ver}"/* "${pkgname}-${_oomox_ver}/plugins/oomoxify"