summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-01-30 13:32:27 +0100
committeractionless2019-01-30 13:32:27 +0100
commit22aa376b11e7a888e89b28df012294300c8aaefb (patch)
tree24da659e4e1b8ca671b9fba152c44357b1e3c943
parentdf5426736ec3e62bee41ae0f1f05597d5765f42d (diff)
downloadaur-22aa376b11e7a888e89b28df012294300c8aaefb.tar.gz
add suru++ icons
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ff60f75a8f..e2e5e903c48d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomox-git
- pkgdesc = Themix: GUI for generating different color variations of Arc, Materia, Oomox themes (GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), ArchDroid, Gnome-Colors, Numix, Papirus icon themes, and terminal palettes. Have a hack for HiDPI in GTK2.
+ pkgdesc = Themix: GUI for generating different color variations of Arc, Materia, Oomox themes (GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icon themes, and terminal palettes. Have a hack for HiDPI in GTK2.
pkgver = 1.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/themix-project/oomox
arch = x86_64
arch = i686
@@ -47,6 +47,8 @@ pkgbase = oomox-git
source = git+https://github.com/numixproject/numix-icon-theme.git#branch=master
source = git+https://github.com/numixproject/numix-folders.git#branch=master
source = git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master
+ source = git+https://github.com/gusbemacbe/suru-plus.git#branch=master
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d3597949d23a..fd8875e36095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=oomox-git
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
-ArchDroid, Gnome-Colors, Numix, Papirus icon themes,
+ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icon themes,
and terminal palettes.
Have a hack for HiDPI in GTK2."
arch=('x86_64' 'i686')
@@ -25,6 +25,7 @@ source=(
"git+https://github.com/numixproject/numix-icon-theme.git#branch=master"
"git+https://github.com/numixproject/numix-folders.git#branch=master"
"git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master"
+ "git+https://github.com/gusbemacbe/suru-plus.git#branch=master"
)
md5sums=(
"SKIP"
@@ -38,6 +39,7 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
+ "SKIP"
)
depends=(
'gtk3'
@@ -111,6 +113,7 @@ prepare(){
git config submodule.numix-folders.url $srcdir/numix-folders
git config submodule.numix-icon-theme.url $srcdir/numix-icon-theme
git config submodule.papirus-icon-theme.url $srcdir/papirus-icon-theme
+ git config submodule.suru-plus.url $srcdir/suru-plus
git submodule update
}