[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2021-02-13 Thread Andrew Ammerlaan
commit: cb3e18a4b44f27c1f138ee24b08443aac284fae4
Author: Huang Rui  gmail  com>
AuthorDate: Sat Feb 13 14:51:16 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Feb 13 14:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb3e18a4

x11-themes/obsidian-icon-theme: bump to 4.15

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 +
 .../obsidian-icon-theme-4.15.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index 8600be81..c97dcfc2 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian-icon-theme-4.14.tar.gz 70967634 BLAKE2B 
8f4a0d26945dd18c1de626292000eedaf54a33668b0b5282530ed876f261304a11876a7320db3a59137e2dcf90d8e3854413635361807a97bdfaae70cc26cca8
 SHA512 
985b4bbc6ab9a04ab688bff1eb77448a2139ba6c9598c0ce778a01f7bca455308a28afed7bb33741734a3e9e52bfc50129c5c140eaae4b3671e06e301a42dc5d
+DIST obsidian-icon-theme-4.15.tar.gz 71019938 BLAKE2B 
23a709d46c6ea01d7d6a4a98913a07ea2e3ebaa0f9a06d1e52e9335b3d244b08ae98fae2ebbaf9791836c2e46ff6293996dd6df41a0aee04efc58d77657df232
 SHA512 
3b982db0c6ae637173a02bf8a5aa13dd85568ca2765f7e5839bbdeaa1e631622676e841169145686b74a213c1aca496d436c55f52c173479120a74822b2b7b3a

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.15.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.15.ebuild
new file mode 100644
index ..9662e9f1
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.15.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="iconpack-obsidian"
+
+inherit xdg
+
+DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
+
+HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
+else
+   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+   x11-themes/adwaita-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+   # Remove dead links to fix symbolic link does not exist QA.
+   find . -xtype l -exec rm {} + || die
+   # Install the icons
+   insinto /usr/share/icons
+   doins -r Obsidian*
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2021-02-13 Thread Andrew Ammerlaan
commit: 92babe2e6e6e34259592f271e3d6b119d5677d1c
Author: Huang Rui  gmail  com>
AuthorDate: Sat Feb 13 14:51:48 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Feb 13 14:51:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92babe2e

x11-themes/obsidian-icon-theme: drop 4.14

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 -
 .../obsidian-icon-theme-4.14.ebuild| 40 --
 2 files changed, 41 deletions(-)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index c97dcfc2..8f3134a0 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian-icon-theme-4.14.tar.gz 70967634 BLAKE2B 
8f4a0d26945dd18c1de626292000eedaf54a33668b0b5282530ed876f261304a11876a7320db3a59137e2dcf90d8e3854413635361807a97bdfaae70cc26cca8
 SHA512 
985b4bbc6ab9a04ab688bff1eb77448a2139ba6c9598c0ce778a01f7bca455308a28afed7bb33741734a3e9e52bfc50129c5c140eaae4b3671e06e301a42dc5d
 DIST obsidian-icon-theme-4.15.tar.gz 71019938 BLAKE2B 
23a709d46c6ea01d7d6a4a98913a07ea2e3ebaa0f9a06d1e52e9335b3d244b08ae98fae2ebbaf9791836c2e46ff6293996dd6df41a0aee04efc58d77657df232
 SHA512 
3b982db0c6ae637173a02bf8a5aa13dd85568ca2765f7e5839bbdeaa1e631622676e841169145686b74a213c1aca496d436c55f52c173479120a74822b2b7b3a

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
deleted file mode 100644
index 9662e9f1..
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-GIT_PN="iconpack-obsidian"
-
-inherit xdg
-
-DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
-
-HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
-else
-   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-   S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   x11-themes/adwaita-icon-theme
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-   # Remove dead links to fix symbolic link does not exist QA.
-   find . -xtype l -exec rm {} + || die
-   # Install the icons
-   insinto /usr/share/icons
-   doins -r Obsidian*
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2021-01-01 Thread Andrew Ammerlaan
commit: d16eb81eb60d36330dee0730e31a3924a87ac78a
Author: Huang Rui  gmail  com>
AuthorDate: Fri Jan  1 09:46:28 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jan  1 09:46:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d16eb81e

x11-themes/obsidian-icon-theme: happy new year

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild | 2 +-
 x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
index 4a01ecf3..da86256d 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
index 4a01ecf3..da86256d 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-12-03 Thread Andrew Ammerlaan
commit: 66204b9fd9714cd81998ce903470a53173ddc9bd
Author: Huang Rui  gmail  com>
AuthorDate: Tue Dec  1 09:09:39 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Dec  1 09:09:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66204b9f

x11-themes/obsidian-icon-theme: drop 4.13

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 -
 .../obsidian-icon-theme-4.13.ebuild| 40 --
 2 files changed, 41 deletions(-)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index 01977015..8600be81 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian-icon-theme-4.13.tar.gz 70927780 BLAKE2B 
001c40ae73d5e31b85343257d383f086072c72ac6d2452070361ca8853ae60f48ab3b853020519247052f9a22d18ec8c008d46dd67b3c4a2b24b14462644e644
 SHA512 
fecd0cbb921fef630dafe151ab8d7fa551dbd22e77e65cf602f97765fdb701739e812cabc664de3a0f2283938666b93af07090ea658dc41b6424495d423beeed
 DIST obsidian-icon-theme-4.14.tar.gz 70967634 BLAKE2B 
8f4a0d26945dd18c1de626292000eedaf54a33668b0b5282530ed876f261304a11876a7320db3a59137e2dcf90d8e3854413635361807a97bdfaae70cc26cca8
 SHA512 
985b4bbc6ab9a04ab688bff1eb77448a2139ba6c9598c0ce778a01f7bca455308a28afed7bb33741734a3e9e52bfc50129c5c140eaae4b3671e06e301a42dc5d

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild
deleted file mode 100644
index 63e6ecff..
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-GIT_PN="iconpack-obsidian"
-
-inherit xdg
-
-DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
-
-HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
-else
-   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   x11-themes/adwaita-icon-theme
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-   # Remove dead links to fix symbolic link does not exist QA.
-   find . -xtype l -exec rm {} + || die
-   # Install the icons
-   insinto /usr/share/icons
-   doins -r Obsidian*
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-12-03 Thread Andrew Ammerlaan
commit: 55fe2cb5211c9241b158dcd98cea671db65ab319
Author: Huang Rui  gmail  com>
AuthorDate: Tue Dec  1 09:09:03 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Dec  1 09:09:03 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55fe2cb5

x11-themes/obsidian-icon-theme: bump to 4.14

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 +
 .../obsidian-icon-theme-4.14.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index cff1c009..01977015 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian-icon-theme-4.13.tar.gz 70927780 BLAKE2B 
001c40ae73d5e31b85343257d383f086072c72ac6d2452070361ca8853ae60f48ab3b853020519247052f9a22d18ec8c008d46dd67b3c4a2b24b14462644e644
 SHA512 
fecd0cbb921fef630dafe151ab8d7fa551dbd22e77e65cf602f97765fdb701739e812cabc664de3a0f2283938666b93af07090ea658dc41b6424495d423beeed
+DIST obsidian-icon-theme-4.14.tar.gz 70967634 BLAKE2B 
8f4a0d26945dd18c1de626292000eedaf54a33668b0b5282530ed876f261304a11876a7320db3a59137e2dcf90d8e3854413635361807a97bdfaae70cc26cca8
 SHA512 
985b4bbc6ab9a04ab688bff1eb77448a2139ba6c9598c0ce778a01f7bca455308a28afed7bb33741734a3e9e52bfc50129c5c140eaae4b3671e06e301a42dc5d

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
new file mode 100644
index ..63e6ecff
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="iconpack-obsidian"
+
+inherit xdg
+
+DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
+
+HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
+else
+   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+   x11-themes/adwaita-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+   # Remove dead links to fix symbolic link does not exist QA.
+   find . -xtype l -exec rm {} + || die
+   # Install the icons
+   insinto /usr/share/icons
+   doins -r Obsidian*
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-10-06 Thread Andrew Ammerlaan
commit: b506c1c6b7cfe5f72ae0d23df325454959f30aaa
Author: Huang Rui  gmail  com>
AuthorDate: Mon Oct  5 13:26:10 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Oct  5 13:26:10 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b506c1c6

x11-themes/obsidian-icon-theme: drop 4.12

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 -
 .../obsidian-icon-theme-4.12.ebuild| 40 --
 2 files changed, 41 deletions(-)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index 61370e60..cff1c009 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian-icon-theme-4.12.tar.gz 70303616 BLAKE2B 
e10370c09364d3d2784fa55811189f2ef3969ee1e633bea213461f5d4387ea26a9978c2b7956d02ed472e849a45a16e4346f81b6c65de2a9e1a860d82baffb7c
 SHA512 
b041e688cbd1a247c81251f58494f701ded5cf5adaebb9f76383330fbc8a82d9a50ca67497c4743f6e95739c995c447913e9384a8dde1a72fb39ee20aa355b8a
 DIST obsidian-icon-theme-4.13.tar.gz 70927780 BLAKE2B 
001c40ae73d5e31b85343257d383f086072c72ac6d2452070361ca8853ae60f48ab3b853020519247052f9a22d18ec8c008d46dd67b3c4a2b24b14462644e644
 SHA512 
fecd0cbb921fef630dafe151ab8d7fa551dbd22e77e65cf602f97765fdb701739e812cabc664de3a0f2283938666b93af07090ea658dc41b6424495d423beeed

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.12.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.12.ebuild
deleted file mode 100644
index 63e6ecff..
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-GIT_PN="iconpack-obsidian"
-
-inherit xdg
-
-DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
-
-HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
-else
-   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   x11-themes/adwaita-icon-theme
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-   # Remove dead links to fix symbolic link does not exist QA.
-   find . -xtype l -exec rm {} + || die
-   # Install the icons
-   insinto /usr/share/icons
-   doins -r Obsidian*
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-10-06 Thread Andrew Ammerlaan
commit: 9580169f8577d3f13d7d4fbd8bd2e2ca37b1f3c0
Author: Huang Rui  gmail  com>
AuthorDate: Mon Oct  5 13:25:35 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Oct  5 13:25:35 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9580169f

x11-themes/obsidian-icon-theme: bump to 4.13

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 +
 .../obsidian-icon-theme-4.13.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index d191a2cb..61370e60 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian-icon-theme-4.12.tar.gz 70303616 BLAKE2B 
e10370c09364d3d2784fa55811189f2ef3969ee1e633bea213461f5d4387ea26a9978c2b7956d02ed472e849a45a16e4346f81b6c65de2a9e1a860d82baffb7c
 SHA512 
b041e688cbd1a247c81251f58494f701ded5cf5adaebb9f76383330fbc8a82d9a50ca67497c4743f6e95739c995c447913e9384a8dde1a72fb39ee20aa355b8a
+DIST obsidian-icon-theme-4.13.tar.gz 70927780 BLAKE2B 
001c40ae73d5e31b85343257d383f086072c72ac6d2452070361ca8853ae60f48ab3b853020519247052f9a22d18ec8c008d46dd67b3c4a2b24b14462644e644
 SHA512 
fecd0cbb921fef630dafe151ab8d7fa551dbd22e77e65cf602f97765fdb701739e812cabc664de3a0f2283938666b93af07090ea658dc41b6424495d423beeed

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild
new file mode 100644
index ..63e6ecff
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="iconpack-obsidian"
+
+inherit xdg
+
+DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
+
+HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
+else
+   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+   x11-themes/adwaita-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+   # Remove dead links to fix symbolic link does not exist QA.
+   find . -xtype l -exec rm {} + || die
+   # Install the icons
+   insinto /usr/share/icons
+   doins -r Obsidian*
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-06-06 Thread Andrew Ammerlaan
commit: 209698e5836737a78b7cb3af8e699c1eebe694b0
Author: Huang Rui  gmail  com>
AuthorDate: Sat Jun  6 06:40:14 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jun  6 06:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=209698e5

x11-themes/obsidian-icon-theme: drop 4.11

remove old package

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 -
 .../obsidian-icon-theme-4.11-r1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index f554d8f..d191a2c 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian-icon-theme-4.11.tar.gz 70016310 BLAKE2B 
138824ee333eb225eaa7d22cd3e8cb05d374b78f3dd0ce194fe489fb34f16b8e4eb9f752006ff5c73c8467db6edf4bbb662adfbe1a4ed5296af4d1484c70321c
 SHA512 
e0dcf1085a293d2ec64fe649e7e6fd9f705da8b0559f4ca4da14ef58809c21a8c21346fcafeb9717c7f45e566aee0ed6422b4edf4687bbabf62cd0ad69985eaf
 DIST obsidian-icon-theme-4.12.tar.gz 70303616 BLAKE2B 
e10370c09364d3d2784fa55811189f2ef3969ee1e633bea213461f5d4387ea26a9978c2b7956d02ed472e849a45a16e4346f81b6c65de2a9e1a860d82baffb7c
 SHA512 
b041e688cbd1a247c81251f58494f701ded5cf5adaebb9f76383330fbc8a82d9a50ca67497c4743f6e95739c995c447913e9384a8dde1a72fb39ee20aa355b8a

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild
deleted file mode 100644
index 63e6ecf..000
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-GIT_PN="iconpack-obsidian"
-
-inherit xdg
-
-DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
-
-HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
-else
-   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   x11-themes/adwaita-icon-theme
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-   # Remove dead links to fix symbolic link does not exist QA.
-   find . -xtype l -exec rm {} + || die
-   # Install the icons
-   insinto /usr/share/icons
-   doins -r Obsidian*
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-06-06 Thread Andrew Ammerlaan
commit: 189392c38d640f59abd261cb985bfd2b315729f7
Author: Huang Rui  gmail  com>
AuthorDate: Sat Jun  6 06:38:08 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jun  6 06:39:25 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=189392c3

x11-themes/obsidian-icon-theme: bump version to 4.12

update to latest version

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 +
 .../obsidian-icon-theme-4.12.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
index 31bac64..f554d8f 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian-icon-theme-4.11.tar.gz 70016310 BLAKE2B 
138824ee333eb225eaa7d22cd3e8cb05d374b78f3dd0ce194fe489fb34f16b8e4eb9f752006ff5c73c8467db6edf4bbb662adfbe1a4ed5296af4d1484c70321c
 SHA512 
e0dcf1085a293d2ec64fe649e7e6fd9f705da8b0559f4ca4da14ef58809c21a8c21346fcafeb9717c7f45e566aee0ed6422b4edf4687bbabf62cd0ad69985eaf
+DIST obsidian-icon-theme-4.12.tar.gz 70303616 BLAKE2B 
e10370c09364d3d2784fa55811189f2ef3969ee1e633bea213461f5d4387ea26a9978c2b7956d02ed472e849a45a16e4346f81b6c65de2a9e1a860d82baffb7c
 SHA512 
b041e688cbd1a247c81251f58494f701ded5cf5adaebb9f76383330fbc8a82d9a50ca67497c4743f6e95739c995c447913e9384a8dde1a72fb39ee20aa355b8a

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.12.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.12.ebuild
new file mode 100644
index 000..63e6ecf
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.12.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="iconpack-obsidian"
+
+inherit xdg
+
+DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
+
+HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian;
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
+else
+   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+   x11-themes/adwaita-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+   # Remove dead links to fix symbolic link does not exist QA.
+   find . -xtype l -exec rm {} + || die
+   # Install the icons
+   insinto /usr/share/icons
+   doins -r Obsidian*
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: cecea0e4617aaee27bedec39491edbcce3e42298
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 07:42:49 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 07:42:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cecea0e4

x11-themes/obsidian-icon-theme: new package of 2.11

Intuitive Faenza-like icon theme

https://github.com/madmaxms/iconpack-obsidian

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/Manifest|  1 +
 x11-themes/obsidian-icon-theme/metadata.xml|  7 +
 .../obsidian-icon-theme-4.11.ebuild| 34 ++
 3 files changed, 42 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/Manifest 
b/x11-themes/obsidian-icon-theme/Manifest
new file mode 100644
index 000..31bac64
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST obsidian-icon-theme-4.11.tar.gz 70016310 BLAKE2B 
138824ee333eb225eaa7d22cd3e8cb05d374b78f3dd0ce194fe489fb34f16b8e4eb9f752006ff5c73c8467db6edf4bbb662adfbe1a4ed5296af4d1484c70321c
 SHA512 
e0dcf1085a293d2ec64fe649e7e6fd9f705da8b0559f4ca4da14ef58809c21a8c21346fcafeb9717c7f45e566aee0ed6422b4edf4687bbabf62cd0ad69985eaf

diff --git a/x11-themes/obsidian-icon-theme/metadata.xml 
b/x11-themes/obsidian-icon-theme/metadata.xml
new file mode 100644
index 000..52536a9
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   vows...@gmail.com
+   
+

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
new file mode 100644
index 000..9380071
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GIT_PN="iconpack-obsidian"
+
+DESCRIPTION="Obsidian Icon Theme"
+
+HOMEPAGE="https://github.com/madmaxms/${GIT_PN};
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
+else
+   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+   x11-themes/adwaita-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+   insinto /usr/share/icons
+   doins -r Obsidian*
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: 36a1f0f308d959ade54964099bbf687b00bfac93
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 09:17:11 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 09:17:12 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36a1f0f3

x11-themes/obsidian-icon-theme: remove dead symbolic links

Remove dead links to fix symbolic link does not exist QA

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 3 +++
 x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
index d421aea..7b1fad9 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
@@ -32,6 +32,9 @@ DEPEND="${RDEPEND}"
 DOCS=( README.md )
 
 src_install() {
+   # Remove dead links to fix symbolic link does not exist QA.
+   find . -xtype l -exec rm {} + || die
+   # Install the icons
insinto /usr/share/icons
doins -r Obsidian*
 }

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
index d421aea..7b1fad9 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
@@ -32,6 +32,9 @@ DEPEND="${RDEPEND}"
 DOCS=( README.md )
 
 src_install() {
+   # Remove dead links to fix symbolic link does not exist QA.
+   find . -xtype l -exec rm {} + || die
+   # Install the icons
insinto /usr/share/icons
doins -r Obsidian*
 }



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: 6cd73c03f36d1fa4a5f4c0972505be597e9655a4
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 07:47:40 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 07:47:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cd73c03

x11-themes/obsidian-icon-theme: add upstream and longdescription

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/metadata.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/metadata.xml 
b/x11-themes/obsidian-icon-theme/metadata.xml
index 52536a9..8e0f831 100644
--- a/x11-themes/obsidian-icon-theme/metadata.xml
+++ b/x11-themes/obsidian-icon-theme/metadata.xml
@@ -3,5 +3,14 @@
 

vows...@gmail.com
+   Huang Rui

+   
+   madmaxms/iconpack-obsidian
+   
+   
+   Modern and intuitive Obsidian provides several faenza-like icons for
+   panels, toolbars and buttons it also provides squared and colorful icons
+   for your applications, folders, files and devices.
+   
 



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: 6a999c84c523e7f609eddaae1b1ab0adc3ee037f
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 08:28:39 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 08:28:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a999c84

x11-themes/obsidian-icon-theme: fix build problem

Add source dir to fix build bug

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 1 +
 x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
index 88b104d..39e6e00 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
@@ -15,6 +15,7 @@ if [[ ${PV} == "" ]]; then
 else
SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
 fi
 
 LICENSE="GPL-3"

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
index 88b104d..39e6e00 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
@@ -15,6 +15,7 @@ if [[ ${PV} == "" ]]; then
 else
SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${GIT_PN}-${PV}"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: e1467b6350db68918e04fe353c5f1e7af0218435
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 08:47:58 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 08:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1467b63

x11-themes/obsidian-icon-theme: update icon cache after build

Add xdg as inherit to update icon cache
Fix QA Notice: new icons were found installed but icon cache

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 2 ++
 x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
index 39e6e00..d421aea 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
@@ -5,6 +5,8 @@ EAPI=7
 
 GIT_PN="iconpack-obsidian"
 
+inherit xdg
+
 DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
 
 HOMEPAGE="https://github.com/madmaxms/${GIT_PN};

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
index 39e6e00..d421aea 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
@@ -5,6 +5,8 @@ EAPI=7
 
 GIT_PN="iconpack-obsidian"
 
+inherit xdg
+
 DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
 
 HOMEPAGE="https://github.com/madmaxms/${GIT_PN};



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: 73826d7a5351ea129957c835c11f082cc9817a4a
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 07:52:52 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 07:52:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73826d7a

x11-themes/obsidian-icon-theme: add live build

User could install the latest software

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 .../obsidian-icon-theme-.ebuild| 34 ++
 1 file changed, 34 insertions(+)

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
new file mode 100644
index 000..88b104d
--- /dev/null
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GIT_PN="iconpack-obsidian"
+
+DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
+
+HOMEPAGE="https://github.com/madmaxms/${GIT_PN};
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git;
+else
+   SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+   x11-themes/adwaita-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+   insinto /usr/share/icons
+   doins -r Obsidian*
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/

2020-04-07 Thread Andrew Ammerlaan
commit: 1f3e3613cdea872c1c6a6d30f94a6d4a817ca22e
Author: Huang Rui  gmail  com>
AuthorDate: Tue Apr  7 07:48:40 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 07:48:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f3e3613

x11-themes/obsidian-icon-theme: update DESCRIPTION

Obsidian Icon Theme is intuitive Faenza-like icon theme

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui  gmail.com>

 x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild 
b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
index 9380071..88b104d 100644
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
+++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 GIT_PN="iconpack-obsidian"
 
-DESCRIPTION="Obsidian Icon Theme"
+DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
 
 HOMEPAGE="https://github.com/madmaxms/${GIT_PN};