summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD40
2 files changed, 29 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b88ace47162..752dd9dc5430 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 27 10:25:54 UTC 2018
+# Thu Dec 27 10:32:56 UTC 2018
pkgbase = oomox
pkgdesc = Graphical application for generating different color variations of Numix/Materia/Arc theme (GTK2, GTK3), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
pkgver = 1.9.0.2
@@ -45,6 +45,8 @@ pkgbase = oomox
source = gnome-colors-icon-theme-5.5.4.tar.gz::https://github.com/themix-project/oomox-gnome-colors-icon-theme/archive/5.5.4.tar.gz
source = oomoxify-1.1.tar.gz::https://github.com/themix-project/oomoxify/archive/1.1.tar.gz
source = base16-builder-d022b9daa5c233a08a8d3b94fd534a3041e3a8c1.tar.gz::https://github.com/base16-builder/base16-builder/archive/d022b9daa5c233a08a8d3b94fd534a3041e3a8c1.tar.gz
+ source = numix-icon-theme-bd40be85955dcf20b15ce03e2baf0bf3dba313cb.tar.gz::https://github.com/numixproject/numix-icon-theme/archive/bd40be85955dcf20b15ce03e2baf0bf3dba313cb.tar.gz
+ source = numix-folders-24e5f6c6603e7f798553d2f24a00de107713c333.tar.gz::https://github.com/numixproject/numix-folders/archive/24e5f6c6603e7f798553d2f24a00de107713c333.tar.gz
md5sums = acf0604107bffb048a74e14e1f4b1f88
md5sums = d237f5093bffad3be18b90b344f78503
md5sums = 7abab58c36ed5c19d16e5372210960a8
@@ -53,6 +55,8 @@ pkgbase = oomox
md5sums = b5bc6ce914908c1e8f88180889b427e3
md5sums = d0c0f22c082cfd7c57148e7da809ddfb
md5sums = 38fc51a55c798032266c03ee82461119
+ md5sums = a291f15685641f5be20493e6775d54c5
+ md5sums = 3fcb07cefe43a6a2fe4d977f124624ec
pkgname = oomox
diff --git a/PKGBUILD b/PKGBUILD
index cd1a00f3e3f1..d519da4721a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Laurent Treguier <laurent@treguier.org>
_oomox_ver=1.9.0.2
-_numix_ver=1.9.3
-#_materia_ver=20181125
+_numix_theme_ver=1.9.3
+#_materia_theme_ver=20181125
_materia_cmt=4f222c08826835346d8d160092868e62b444a1a0
-_arc_cmt=88d02754d11d174a7baf3db7beb857f28dac55ee
-_archdroid_ver=1.0.2
-_gnome_colors_ver=5.5.4
+_arc_theme_cmt=88d02754d11d174a7baf3db7beb857f28dac55ee
+_archdroid_icons_ver=1.0.2
+_gnome_colors_icons_ver=5.5.4
_oomoxify_ver=1.1
_base16_cmt=d022b9daa5c233a08a8d3b94fd534a3041e3a8c1
+_numix_icons_cmt=bd40be85955dcf20b15ce03e2baf0bf3dba313cb
+_numix_folders_icons_cmt=24e5f6c6603e7f798553d2f24a00de107713c333
pkgname=oomox
pkgver=${_oomox_ver}
@@ -55,16 +57,18 @@ options=(
)
provides=('oomox')
conflicts=('oomox-git')
- # "materia-theme-v${_materia_ver}.tar.gz::https://github.com/nana-4/materia-theme/archive/v${_materia_ver}.tar.gz"
+ # "materia-theme-v${_materia_theme_ver}.tar.gz::https://github.com/nana-4/materia-theme/archive/v${_materia_theme_ver}.tar.gz"
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"
+ "oomox-gtk-theme-${_numix_theme_ver}.tar.gz::https://github.com/themix-project/oomox-gtk-theme/archive/${_numix_theme_ver}.tar.gz"
"materia-theme-${_materia_cmt}.tar.gz::https://github.com/nana-4/materia-theme/archive/${_materia_cmt}.tar.gz"
- "arc-theme-${_arc_cmt}.tar.gz::https://github.com/NicoHood/arc-theme/archive/${_arc_cmt}.tar.gz"
- "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"
+ "arc-theme-${_arc_theme_cmt}.tar.gz::https://github.com/NicoHood/arc-theme/archive/${_arc_theme_cmt}.tar.gz"
+ "archdroid-icon-theme-${_archdroid_icons_ver}.tar.gz::https://github.com/themix-project/oomox-archdroid-icon-theme/archive/${_archdroid_icons_ver}.tar.gz"
+ "gnome-colors-icon-theme-${_gnome_colors_icons_ver}.tar.gz::https://github.com/themix-project/oomox-gnome-colors-icon-theme/archive/${_gnome_colors_icons_ver}.tar.gz"
"oomoxify-${_oomoxify_ver}.tar.gz::https://github.com/themix-project/oomoxify/archive/${_oomoxify_ver}.tar.gz"
"base16-builder-${_base16_cmt}.tar.gz::https://github.com/base16-builder/base16-builder/archive/${_base16_cmt}.tar.gz"
+ "numix-icon-theme-${_numix_icons_cmt}.tar.gz::https://github.com/numixproject/numix-icon-theme/archive/${_numix_icons_cmt}.tar.gz"
+ "numix-folders-${_numix_folders_icons_cmt}.tar.gz::https://github.com/numixproject/numix-folders/archive/${_numix_folders_icons_cmt}.tar.gz"
)
md5sums=('acf0604107bffb048a74e14e1f4b1f88'
'd237f5093bffad3be18b90b344f78503'
@@ -73,18 +77,22 @@ md5sums=('acf0604107bffb048a74e14e1f4b1f88'
'cb669130685dcbf03a8f7f5738c71dc6'
'b5bc6ce914908c1e8f88180889b427e3'
'd0c0f22c082cfd7c57148e7da809ddfb'
- '38fc51a55c798032266c03ee82461119')
+ '38fc51a55c798032266c03ee82461119'
+ 'a291f15685641f5be20493e6775d54c5'
+ '3fcb07cefe43a6a2fe4d977f124624ec')
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 "${pkgname}-gtk-theme-${_numix_theme_ver}"/* "${pkgname}-${_oomox_ver}/plugins/theme_oomox/gtk-theme"
+ #cp -pr "materia-theme-${_materia_theme_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 "arc-theme-${_arc_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/theme_arc/arc-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 "arc-theme-${_arc_theme_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/theme_arc/arc-theme"
+ cp -pr "archdroid-icon-theme-${_archdroid_icons_ver}"/* "${pkgname}-${_oomox_ver}/plugins/icons_archdroid/archdroid-icon-theme"
+ cp -pr "gnome-colors-icon-theme-${_gnome_colors_icons_ver}"/* "${pkgname}-${_oomox_ver}/plugins/icons_gnomecolors/gnome-colors-icon-theme"
cp -pr "oomoxify-${_oomoxify_ver}"/* "${pkgname}-${_oomox_ver}/plugins/oomoxify"
cp -pr "base16-builder-${_base16_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/import_base16/base16-data"
+ cp -pr "numix-icon-theme-${_numix_icons_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/icons_numix/numix-icon-theme"
+ cp -pr "numix-folders-${_numix_folders_icons_cmt}"/* "${pkgname}-${_oomox_ver}/plugins/icons_numix/numix-folders"
}
package() {