summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-12-09 05:37:16 +0100
committeractionless2018-12-09 05:37:31 +0100
commita8b274dd66c46ebacdd20b55aab61b68b500b556 (patch)
treef8f93a611f976ff75ea816e5627e9b2ce524c8c9
parent3a0c26a5f1953c382ab96885ce945701ec79d036 (diff)
downloadaur-a8b274dd66c46ebacdd20b55aab61b68b500b556.tar.gz
add numix icons plugin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9111f589f890..5b11f2b11714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomox-git
pkgdesc = Graphical application for generating different color variations of Oomox(Numix-based), Materia (ex-Flat-Plat) and Arc themes (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), gnome-colors and ArchDroid icon themes. Have a hack for HiDPI in gtk2.
pkgver = 1.7.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -42,6 +42,10 @@ pkgbase = oomox-git
source = git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master
source = git+https://github.com/themix-project/oomoxify.git#branch=master
source = git+https://github.com/base16-builder/base16-builder#branch=master
+ source = git+https://github.com/numixproject/numix-icon-theme.git#branch=master
+ source = git+https://github.com/numixproject/numix-folders.git#branch=master
+ md5sums = SKIP
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ebcbd5eb3d0..48fa6267028f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=oomox-git
pkgver=1.7.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical application for generating different color variations
of Oomox(Numix-based), Materia (ex-Flat-Plat) and Arc themes
(GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm),
@@ -23,6 +23,8 @@ source=(
"git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master"
"git+https://github.com/themix-project/oomoxify.git#branch=master"
"git+https://github.com/base16-builder/base16-builder#branch=master"
+ "git+https://github.com/numixproject/numix-icon-theme.git#branch=master"
+ "git+https://github.com/numixproject/numix-folders.git#branch=master"
)
md5sums=(
"SKIP"
@@ -33,6 +35,8 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
+ "SKIP"
+ "SKIP"
)
depends=(
'gtk3'
@@ -86,6 +90,8 @@ prepare(){
git config submodule.gnome-colors-icon-theme.url $srcdir/gnome-colors-icon-theme
git config submodule.oomoxify.url $srcdir/oomoxify
git config submodule.base16-builder.url $srcdir/base16-builder
+ git config submodule.numix-folders.url $srcdir/numix-folders
+ git config submodule.numix-icon-theme.url $srcdir/numix-icon-theme
git submodule update
}