summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-01-18 20:55:55 +0100
committeractionless2019-01-18 20:55:55 +0100
commit5d0aaa693503685cd5c1ed6ba672c1121759f9d2 (patch)
treecab6ec1478a8236961f0d80037ca94612f9b45e9
parent6a6de59e27e2eb9a400af3bf124a495014958d60 (diff)
downloadaur-5d0aaa693503685cd5c1ed6ba672c1121759f9d2.tar.gz
add papirus-icon-theme submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984cf61c001a..093a1ae16ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 icon themes, and terminal palettes. Have a hack for HiDPI in GTK2.
- pkgver = 1.10
+ pkgver = 1.10.r45.gd9475317
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -46,6 +46,8 @@ pkgbase = oomox-git
source = git+https://github.com/themix-project/base16_mirror.git#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
+ source = git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7705af3bd6d4..78bccff2b002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.10
+pkgver=1.10.r45.gd9475317
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
@@ -25,6 +25,7 @@ source=(
"git+https://github.com/themix-project/base16_mirror.git#branch=master"
"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"
)
md5sums=(
"SKIP"
@@ -37,6 +38,7 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
+ "SKIP"
)
depends=(
'gtk3'
@@ -55,7 +57,7 @@ depends=(
'zip' # oomoxify
'polkit' # oomoxify
'imagemagick' # gnome-colors
- 'parallel' # materia, arc
+ 'parallel' # materia
'optipng' # materia, arc
'python-pillow' # import_pil
'python-pystache' # base16_format
@@ -109,6 +111,7 @@ prepare(){
git config submodule.base16_mirror.url $srcdir/base16_mirror
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 submodule update
}