[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2024-06-13 Thread Arthur Zamarin
commit: 017fbe970e9cf4b9091b638da29c23a5525e36a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 13 15:27:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 13 15:50:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017fbe97

x11-themes/kvantum: add 1.1.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-themes/kvantum/Manifest |  1 +
 x11-themes/kvantum/kvantum-1.1.2.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 89f1c29d0331..65e9aa9e1f2e 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-1.0.10.tar.gz 2969117 BLAKE2B 
f2e9cc954a3a6cf4cac77d1e0b5a455faf95927cb78101113d99bf9a8e3d1875dff248909c1d95af028d5a369b517ad501e298e2c54fbd785d254afd7e30e465
 SHA512 
fb31f424a16c37eafaaa0a1ce165bcaa58ed6ea3ef76e77d689c2b8b47e516a651d066712eaf14b1344e4b30955ce6c955367caf25d51f2aaa2c8970b0fd
+DIST kvantum-1.1.2.tar.gz 3041246 BLAKE2B 
7587adb7858fad2e4e3cf953fd4419d8a518d0e4b641afc426bc0c5417b91ff2d174af9c1e6d198d8eb979130f4704fb475bc0a84766957500e8913b6738706d
 SHA512 
71c714df902ac4d7ac707e26842e2227eb7eeddad03af0bbd1ab1fcfa132204a9dd0453eafac3000cd3187dcb4ff03d64f01674c442f5a225e0c9b3652277f0e

diff --git a/x11-themes/kvantum/kvantum-1.1.2.ebuild 
b/x11-themes/kvantum/kvantum-1.1.2.ebuild
new file mode 100644
index ..e56f43d71527
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-1.1.2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# taken from Kvantum/style/CMakeLists.txt
+QT5MIN="5.15.0"
+QT6MIN="6.2.0"
+KF5MIN="5.82.0"
+
+inherit cmake multibuild xdg
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${PN^}-${PV}/${PN^}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="kde +qt5 qt6"
+REQUIRED_USE="|| ( qt5 qt6 ) kde? ( qt5 )"
+RESTRICT="test" # no tests
+
+RDEPEND="
+   x11-libs/libX11
+   qt5? (
+   >=dev-qt/qtcore-${QT5MIN}:5
+   >=dev-qt/qtgui-${QT5MIN}:5
+   >=dev-qt/qtsvg-${QT5MIN}:5
+   >=dev-qt/qtwidgets-${QT5MIN}:5
+   >=dev-qt/qtx11extras-${QT5MIN}:5
+   kde? ( >=kde-frameworks/kwindowsystem-${KF5MIN}:5 )
+   )
+   qt6? (
+   >=dev-qt/qtbase-${QT6MIN}:6[gui,widgets]
+   >=dev-qt/qtsvg-${QT6MIN}:6
+   )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   qt5? ( dev-qt/linguist-tools:5 )
+   qt6? ( dev-qt/qttools:6[linguist] )
+"
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
+}
+
+src_configure() {
+   my_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_QT4=OFF
+   )
+   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
+   mycmakeargs+=(
+   -DENABLE_QT5=ON
+   -DWITHOUT_KF=$(usex !kde)
+   )
+   elif [[ ${MULTIBUILD_VARIANT} = qt6 ]]; then
+   mycmakeargs+=(
+   -DENABLE_QT5=OFF
+   -DWITHOUT_KF=ON
+   )
+   fi
+   cmake_src_configure
+   }
+
+   multibuild_foreach_variant my_src_configure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake_src_compile
+}
+
+src_install() {
+   multibuild_foreach_variant cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2024-03-07 Thread Andreas Sturmlechner
commit: f1e5cef3aa1da4784ecc946b969598a12348bcee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  7 15:56:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  7 23:08:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e5cef3

x11-themes/kvantum: drop 1.0.7

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest |  1 -
 x11-themes/kvantum/kvantum-1.0.7.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 7bd309f193b6..89f1c29d0331 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
 DIST kvantum-1.0.10.tar.gz 2969117 BLAKE2B 
f2e9cc954a3a6cf4cac77d1e0b5a455faf95927cb78101113d99bf9a8e3d1875dff248909c1d95af028d5a369b517ad501e298e2c54fbd785d254afd7e30e465
 SHA512 
fb31f424a16c37eafaaa0a1ce165bcaa58ed6ea3ef76e77d689c2b8b47e516a651d066712eaf14b1344e4b30955ce6c955367caf25d51f2aaa2c8970b0fd
-DIST kvantum-1.0.7.tar.gz 2975088 BLAKE2B 
0c2408cc56b40dca5659d39a67bce521ddf72477d855fea10268e44bb40a2498a4f5c09f399626002d79e850962ccd45877cd99fe9cdbb10fb98d19d27b389de
 SHA512 
327a9dfec5725230a59f2ead811c7e7223c3c1ca442caec500ad7b031877d2f323adeffbad034047728bd94570bd03a37eeb650622cce149b84bd6a219e6d1e0

diff --git a/x11-themes/kvantum/kvantum-1.0.7.ebuild 
b/x11-themes/kvantum/kvantum-1.0.7.ebuild
deleted file mode 100644
index 7957aee545fc..
--- a/x11-themes/kvantum/kvantum-1.0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN^}-${PV}/${PN^}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libX11
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2024-01-20 Thread Sam James
commit: d2cfc8a6e4904941e59c7949815be57744c72adb
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sun Dec 31 14:02:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 20 12:40:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cfc8a6

x11-themes/kvantum: add 1.0.10

Closes: https://bugs.gentoo.org/892878
Closes: https://bugs.gentoo.org/914386
Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34580
Signed-off-by: Sam James  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 +
 x11-themes/kvantum/kvantum-1.0.10.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index ca645e962b05..7bd309f193b6 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
+DIST kvantum-1.0.10.tar.gz 2969117 BLAKE2B 
f2e9cc954a3a6cf4cac77d1e0b5a455faf95927cb78101113d99bf9a8e3d1875dff248909c1d95af028d5a369b517ad501e298e2c54fbd785d254afd7e30e465
 SHA512 
fb31f424a16c37eafaaa0a1ce165bcaa58ed6ea3ef76e77d689c2b8b47e516a651d066712eaf14b1344e4b30955ce6c955367caf25d51f2aaa2c8970b0fd
 DIST kvantum-1.0.7.tar.gz 2975088 BLAKE2B 
0c2408cc56b40dca5659d39a67bce521ddf72477d855fea10268e44bb40a2498a4f5c09f399626002d79e850962ccd45877cd99fe9cdbb10fb98d19d27b389de
 SHA512 
327a9dfec5725230a59f2ead811c7e7223c3c1ca442caec500ad7b031877d2f323adeffbad034047728bd94570bd03a37eeb650622cce149b84bd6a219e6d1e0

diff --git a/x11-themes/kvantum/kvantum-1.0.10.ebuild 
b/x11-themes/kvantum/kvantum-1.0.10.ebuild
new file mode 100644
index ..9c13749cad81
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-1.0.10.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QT5MIN="5.15.0"
+QT6MIN="6.2.0"
+KF5MIN="5.82.0"
+
+inherit cmake xdg
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${PV}/${PN^}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="qt6"
+
+RESTRICT="test" # no tests
+
+CDEPEND="
+   >=dev-qt/qtcore-${QT5MIN}:5
+   >=dev-qt/qtgui-${QT5MIN}:5
+   >=dev-qt/qtsvg-${QT5MIN}:5
+   >=dev-qt/qtwidgets-${QT5MIN}:5
+   >=dev-qt/qtx11extras-${QT5MIN}:5
+   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
+   x11-libs/libX11
+   qt6? (
+   >=dev-qt/qtbase-${QT6MIN}:6[gui,widgets]
+   >=dev-qt/qtsvg-${QT6MIN}:6
+   )
+"
+DEPEND="
+   ${CDEPEND}
+   x11-base/xorg-proto
+"
+RDEPEND="
+   ${CDEPEND}
+"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   qt6? ( dev-qt/qttools:6[linguist] )
+"
+
+BUILD_DIR_QT6="${S}_qt6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_QT4=OFF
+   -DENABLE_QT5=ON
+   -DWITHOUT_KF=OFF
+   )
+   cmake_src_configure
+
+   local mycmakeargs=(
+   -DENABLE_QT4=OFF
+   -DENABLE_QT5=OFF
+   -DWITHOUT_KF=ON
+   )
+   use qt6 && BUILD_DIR="${BUILD_DIR_QT6}" cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use qt6 && BUILD_DIR="${BUILD_DIR_QT6}" cmake_src_compile
+}
+
+src_install() {
+   cmake_src_install
+   use qt6 && BUILD_DIR="${BUILD_DIR_QT6}" cmake_src_install
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2023-02-22 Thread Sam James
commit: 92d731a118a60a39b8cbaf607848fdbdfd56840b
Author: Cristian Othón Martínez Vera  cfuga  mx>
AuthorDate: Wed Feb 22 19:48:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 22 19:56:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d731a1

x11-themes/kvantum: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera  cfuga.mx>
Signed-off-by: Sam James  gentoo.org>

 x11-themes/kvantum/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/metadata.xml b/x11-themes/kvantum/metadata.xml
index bef24d2c2337..d766882b5e02 100644
--- a/x11-themes/kvantum/metadata.xml
+++ b/x11-themes/kvantum/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+   
+   
+   tsujan/Kvantum
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2023-01-12 Thread Andreas Sturmlechner
commit: 2758c14d797ff8e6b88f90e106aabb795da9c6b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 11 19:27:37 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 12 20:42:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2758c14d

x11-themes/kvantum: drop 1.0.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest |  1 -
 x11-themes/kvantum/kvantum-1.0.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 84ee951b5765..ca645e962b05 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
-DIST kvantum-1.0.1.tar.gz 2971169 BLAKE2B 
534c136013dce7a2a72332282b2b8d6aa03162766921ce06c52012aaad7b453229a08b75d4b2eeef2476f693e5e89a7632bcdeb4070eda4044961c1beeeb81d5
 SHA512 
7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308
 DIST kvantum-1.0.7.tar.gz 2975088 BLAKE2B 
0c2408cc56b40dca5659d39a67bce521ddf72477d855fea10268e44bb40a2498a4f5c09f399626002d79e850962ccd45877cd99fe9cdbb10fb98d19d27b389de
 SHA512 
327a9dfec5725230a59f2ead811c7e7223c3c1ca442caec500ad7b031877d2f323adeffbad034047728bd94570bd03a37eeb650622cce149b84bd6a219e6d1e0

diff --git a/x11-themes/kvantum/kvantum-1.0.1.ebuild 
b/x11-themes/kvantum/kvantum-1.0.1.ebuild
deleted file mode 100644
index 7957aee545fc..
--- a/x11-themes/kvantum/kvantum-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN^}-${PV}/${PN^}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libX11
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2022-12-27 Thread Andreas Sturmlechner
commit: 781dcb6d751c38a8623fcb28a2c49ba3533d37c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 27 13:52:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 27 13:52:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781dcb6d

x11-themes/kvantum: add 1.0.7

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest |  1 +
 x11-themes/kvantum/kvantum-1.0.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 6a3a08e5aa1f..84ee951b5765 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-1.0.1.tar.gz 2971169 BLAKE2B 
534c136013dce7a2a72332282b2b8d6aa03162766921ce06c52012aaad7b453229a08b75d4b2eeef2476f693e5e89a7632bcdeb4070eda4044961c1beeeb81d5
 SHA512 
7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308
+DIST kvantum-1.0.7.tar.gz 2975088 BLAKE2B 
0c2408cc56b40dca5659d39a67bce521ddf72477d855fea10268e44bb40a2498a4f5c09f399626002d79e850962ccd45877cd99fe9cdbb10fb98d19d27b389de
 SHA512 
327a9dfec5725230a59f2ead811c7e7223c3c1ca442caec500ad7b031877d2f323adeffbad034047728bd94570bd03a37eeb650622cce149b84bd6a219e6d1e0

diff --git a/x11-themes/kvantum/kvantum-1.0.7.ebuild 
b/x11-themes/kvantum/kvantum-1.0.7.ebuild
new file mode 100644
index ..7957aee545fc
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-1.0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${PV}/${PN^}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwindowsystem:5
+   x11-libs/libX11
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2022-02-21 Thread Andreas Sturmlechner
commit: 78fd2766e1ae25ecf6a1727da2ee95605065528b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 21 09:47:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 21 09:47:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fd2766

x11-themes/kvantum: 1.0.1 version bump

Closes: https://bugs.gentoo.org/833834
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest |  1 +
 x11-themes/kvantum/kvantum-1.0.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index c0965b5a8427..9b249cc8a61b 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-1.0.0.tar.gz 2964213 BLAKE2B 
108e0b59ef68edc17faaa8c61452b533a1498cb0fc06362438279bef1bbf5cd94b5982bd8e3d11cf180afcd24d184a476803c84fbe4946eb54bd205424a971ee
 SHA512 
5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542
+DIST kvantum-1.0.1.tar.gz 2971169 BLAKE2B 
534c136013dce7a2a72332282b2b8d6aa03162766921ce06c52012aaad7b453229a08b75d4b2eeef2476f693e5e89a7632bcdeb4070eda4044961c1beeeb81d5
 SHA512 
7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308

diff --git a/x11-themes/kvantum/kvantum-1.0.1.ebuild 
b/x11-themes/kvantum/kvantum-1.0.1.ebuild
new file mode 100644
index ..7957aee545fc
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${PV}/${PN^}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwindowsystem:5
+   x11-libs/libX11
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2022-02-21 Thread Andreas Sturmlechner
commit: c1be780a63e9ba1dbadb5d09fe741b830de9f29a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 21 09:47:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 21 09:47:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1be780a

x11-themes/kvantum: Drop 1.0.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest |  1 -
 x11-themes/kvantum/kvantum-1.0.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 9b249cc8a61b..6a3a08e5aa1f 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
-DIST kvantum-1.0.0.tar.gz 2964213 BLAKE2B 
108e0b59ef68edc17faaa8c61452b533a1498cb0fc06362438279bef1bbf5cd94b5982bd8e3d11cf180afcd24d184a476803c84fbe4946eb54bd205424a971ee
 SHA512 
5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542
 DIST kvantum-1.0.1.tar.gz 2971169 BLAKE2B 
534c136013dce7a2a72332282b2b8d6aa03162766921ce06c52012aaad7b453229a08b75d4b2eeef2476f693e5e89a7632bcdeb4070eda4044961c1beeeb81d5
 SHA512 
7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308

diff --git a/x11-themes/kvantum/kvantum-1.0.0.ebuild 
b/x11-themes/kvantum/kvantum-1.0.0.ebuild
deleted file mode 100644
index 7957aee545fc..
--- a/x11-themes/kvantum/kvantum-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN^}-${PV}/${PN^}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libX11
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2022-02-16 Thread Andreas Sturmlechner
commit: d4aa6e54dde01f3c686ba1ade7aff36b47a71ab4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 11 12:03:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 16 13:49:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4aa6e54

x11-themes/kvantum: Drop 0.20.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 -
 x11-themes/kvantum/kvantum-0.20.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 8bdbc8a294e1..c0965b5a8427 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
-DIST kvantum-0.20.2.tar.gz 2894882 BLAKE2B 
f0fd310e97b80f60222e95d9ce2753afcc74a7713716991282dfced22db0491ee4861f053ed0e83d8ca75c30009f857bd5af6d60c779abc3ed91568ae18ee89e
 SHA512 
405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0
 DIST kvantum-1.0.0.tar.gz 2964213 BLAKE2B 
108e0b59ef68edc17faaa8c61452b533a1498cb0fc06362438279bef1bbf5cd94b5982bd8e3d11cf180afcd24d184a476803c84fbe4946eb54bd205424a971ee
 SHA512 
5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542

diff --git a/x11-themes/kvantum/kvantum-0.20.2.ebuild 
b/x11-themes/kvantum/kvantum-0.20.2.ebuild
deleted file mode 100644
index 430410c3445b..
--- a/x11-themes/kvantum/kvantum-0.20.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN^}-${PV}/${PN^}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libX11
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2022-01-12 Thread Georgy Yakovlev
commit: bd1b66a847783b9db14630ca5ebe394e8ecc5f94
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 01:50:47 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 02:00:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1b66a8

x11-themes/kvantum: keyword 1.0.0 for ~arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-themes/kvantum/kvantum-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/kvantum-1.0.0.ebuild 
b/x11-themes/kvantum/kvantum-1.0.0.ebuild
index a69c1c66f34e..7957aee545fc 100644
--- a/x11-themes/kvantum/kvantum-1.0.0.ebuild
+++ b/x11-themes/kvantum/kvantum-1.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN^}-${PV}/${PN^}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2022-01-09 Thread Andreas Sturmlechner
commit: 330baadbb3ae9734b1167211f7fd2ff8f37f9d42
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  9 19:33:56 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  9 19:36:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330baadb

x11-themes/kvantum: 1.0.0 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest |  1 +
 x11-themes/kvantum/kvantum-1.0.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 2aa462be81ab..8bdbc8a294e1 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-0.20.2.tar.gz 2894882 BLAKE2B 
f0fd310e97b80f60222e95d9ce2753afcc74a7713716991282dfced22db0491ee4861f053ed0e83d8ca75c30009f857bd5af6d60c779abc3ed91568ae18ee89e
 SHA512 
405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0
+DIST kvantum-1.0.0.tar.gz 2964213 BLAKE2B 
108e0b59ef68edc17faaa8c61452b533a1498cb0fc06362438279bef1bbf5cd94b5982bd8e3d11cf180afcd24d184a476803c84fbe4946eb54bd205424a971ee
 SHA512 
5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542

diff --git a/x11-themes/kvantum/kvantum-1.0.0.ebuild 
b/x11-themes/kvantum/kvantum-1.0.0.ebuild
new file mode 100644
index ..a69c1c66f34e
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${PV}/${PN^}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwindowsystem:5
+   x11-libs/libX11
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2021-12-17 Thread Andreas Sturmlechner
commit: bfeee06824ee0373f6f62385d0132d511b38a5a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 17 13:27:20 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 17 13:28:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfeee068

x11-themes/kvantum: Add missing xdg.eclass

Closes: https://bugs.gentoo.org/829463
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/kvantum-0.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/kvantum-0.20.2.ebuild 
b/x11-themes/kvantum/kvantum-0.20.2.ebuild
index 959d8a031539..430410c3445b 100644
--- a/x11-themes/kvantum/kvantum-0.20.2.ebuild
+++ b/x11-themes/kvantum/kvantum-0.20.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
 HOMEPAGE="https://github.com/tsujan/Kvantum;



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2021-12-17 Thread Andreas Sturmlechner
commit: 64490b7880968dd08b72b0cf4e1a5a0e5cac66c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 17 13:27:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 17 13:28:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64490b78

x11-themes/kvantum: Drop 0.19.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 -
 x11-themes/kvantum/kvantum-0.19.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 49b63e9956a2..2aa462be81ab 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
-DIST kvantum-0.19.0.tar.gz 2825683 BLAKE2B 
ecd777993a8691cbea2239b0953580173c85a6de80a7e4a873209fef9c3a6d690c720064a9852b6c69aeb4331862ec1f1231c1b1e3f9d5d51680d200806e8324
 SHA512 
23de3c303565760c1bf1d7abe233441beb8d10e23e7cb44d0d65e9845efe5a2988325fb169278155d55442256ad5084b793d4aef5cbd2189007ddb0ec8a741ac
 DIST kvantum-0.20.2.tar.gz 2894882 BLAKE2B 
f0fd310e97b80f60222e95d9ce2753afcc74a7713716991282dfced22db0491ee4861f053ed0e83d8ca75c30009f857bd5af6d60c779abc3ed91568ae18ee89e
 SHA512 
405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0

diff --git a/x11-themes/kvantum/kvantum-0.19.0.ebuild 
b/x11-themes/kvantum/kvantum-0.19.0.ebuild
deleted file mode 100644
index d21a456792e9..
--- a/x11-themes/kvantum/kvantum-0.19.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libX11
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${PN^}-${PV}/${PN^}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2021-12-17 Thread Andreas Sturmlechner
commit: ff700bb5da3a88217da504d0b0b210e5e3ee2e43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 17 12:40:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 17 12:44:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff700bb5

x11-themes/kvantum: 0.20.2 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 +
 x11-themes/kvantum/kvantum-0.20.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index e17364376623..49b63e9956a2 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-0.19.0.tar.gz 2825683 BLAKE2B 
ecd777993a8691cbea2239b0953580173c85a6de80a7e4a873209fef9c3a6d690c720064a9852b6c69aeb4331862ec1f1231c1b1e3f9d5d51680d200806e8324
 SHA512 
23de3c303565760c1bf1d7abe233441beb8d10e23e7cb44d0d65e9845efe5a2988325fb169278155d55442256ad5084b793d4aef5cbd2189007ddb0ec8a741ac
+DIST kvantum-0.20.2.tar.gz 2894882 BLAKE2B 
f0fd310e97b80f60222e95d9ce2753afcc74a7713716991282dfced22db0491ee4861f053ed0e83d8ca75c30009f857bd5af6d60c779abc3ed91568ae18ee89e
 SHA512 
405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0

diff --git a/x11-themes/kvantum/kvantum-0.20.2.ebuild 
b/x11-themes/kvantum/kvantum-0.20.2.ebuild
new file mode 100644
index ..959d8a031539
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.20.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${PV}/${PN^}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwindowsystem:5
+   x11-libs/libX11
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2021-03-14 Thread Ian Whyman
commit: 291d45dc1f47a86691182a3a926c325bc066879c
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Mar 14 10:16:25 2021 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Mar 14 10:16:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291d45dc

x11-themes/kvantum: Bump to 0.19.0

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest | 2 +-
 x11-themes/kvantum/{kvantum-0.18.0.ebuild => kvantum-0.19.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index cb14a3c6e16..e1736437662 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1 @@
-DIST kvantum-0.18.0.tar.gz 2805017 BLAKE2B 
6a73e751b91ed76aa0e2d21690aaf0cf0e2bf58b4aaca97157c34dadb059895b96e2a9172535636ac4cadbb946796553d324daa055a8749b8545818bf1611d3f
 SHA512 
c53cdb298f7b98e2dc2cd041e5bce87baf238e4f0aabb030489fea97d8cc1cc455d0667966bbf2d6435f38d88164c0a428dcbc255afd6dbdd55a3ce277b90565
+DIST kvantum-0.19.0.tar.gz 2825683 BLAKE2B 
ecd777993a8691cbea2239b0953580173c85a6de80a7e4a873209fef9c3a6d690c720064a9852b6c69aeb4331862ec1f1231c1b1e3f9d5d51680d200806e8324
 SHA512 
23de3c303565760c1bf1d7abe233441beb8d10e23e7cb44d0d65e9845efe5a2988325fb169278155d55442256ad5084b793d4aef5cbd2189007ddb0ec8a741ac

diff --git a/x11-themes/kvantum/kvantum-0.18.0.ebuild 
b/x11-themes/kvantum/kvantum-0.19.0.ebuild
similarity index 100%
rename from x11-themes/kvantum/kvantum-0.18.0.ebuild
rename to x11-themes/kvantum/kvantum-0.19.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2021-02-27 Thread Ian Whyman
commit: 3bb4bda6f350a06c4267979ffd797b0cde98588c
Author: Ian Whyman  gentoo  org>
AuthorDate: Sat Feb 27 09:46:07 2021 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat Feb 27 09:46:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb4bda6

x11-themes/kvantum: Version bump

Fixes: https://bugs.gentoo.org/768009
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest | 2 +-
 x11-themes/kvantum/{kvantum-0.16.1.ebuild => kvantum-0.18.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index c3463363d9c..cb14a3c6e16 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1 @@
-DIST kvantum-0.16.1.tar.gz 2703123 BLAKE2B 
d4a13c4a3337c5bdcc0433920087c3b47fdd5e7fb2ea4ebf0807613fdefa47cee209639961ad1c6a82f54bc8e464559d6132c06feff973ee19ffd413e3301c95
 SHA512 
ee5dec07f7aa3aef70820606eb5f0d693fac8b8e714fba49ce7062ad7dc31ec0d9c9ba73730d4cad087927adc5d0e2609a4ae4eb21879d8e924865dd32d0740f
+DIST kvantum-0.18.0.tar.gz 2805017 BLAKE2B 
6a73e751b91ed76aa0e2d21690aaf0cf0e2bf58b4aaca97157c34dadb059895b96e2a9172535636ac4cadbb946796553d324daa055a8749b8545818bf1611d3f
 SHA512 
c53cdb298f7b98e2dc2cd041e5bce87baf238e4f0aabb030489fea97d8cc1cc455d0667966bbf2d6435f38d88164c0a428dcbc255afd6dbdd55a3ce277b90565

diff --git a/x11-themes/kvantum/kvantum-0.16.1.ebuild 
b/x11-themes/kvantum/kvantum-0.18.0.ebuild
similarity index 94%
rename from x11-themes/kvantum/kvantum-0.16.1.ebuild
rename to x11-themes/kvantum/kvantum-0.18.0.ebuild
index 5156769508c..d21a456792e 100644
--- a/x11-themes/kvantum/kvantum-0.16.1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.18.0.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/gentoo:master commit in: x11-themes/kvantum/

2020-10-31 Thread Georgy Yakovlev
commit: e02bfa60a8f91165868a6b0739b0721fc606b0a5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Oct 31 08:34:19 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Oct 31 21:07:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02bfa60

x11-themes/kvantum:  add ~ppc64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-themes/kvantum/kvantum-0.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/kvantum-0.16.1.ebuild 
b/x11-themes/kvantum/kvantum-0.16.1.ebuild
index 886e8cf31a5..5156769508c 100644
--- a/x11-themes/kvantum/kvantum-0.16.1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2020-09-19 Thread Ian Whyman
commit: 74d08f9f6e61db2056b759fd80039316b9095bb3
Author: Ian Whyman  gentoo  org>
AuthorDate: Sat Sep 19 09:37:31 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat Sep 19 09:37:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d08f9f

x11-themes/kvantum: Version bump

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest | 2 +-
 x11-themes/kvantum/{kvantum-0.16.0.ebuild => kvantum-0.16.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 46575811dd5..c3463363d9c 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1 @@
-DIST kvantum-0.16.0.tar.gz 2696870 BLAKE2B 
67d52cba8c621a804a81d702be01547660a52619ea47e5d6f5c37e8970bf5b598ee0dd5b6ec397ed30c50024f5a83181771aaad3cabd195d2c8f52bf8d15
 SHA512 
a70c8f46ee556627dadaf68d998c0e37730978f6c9cb143b27ec1cdb7b912fceb62f83ca2f9fadd49f5230e0254d0f9c5f29c51fba941cdc7cc8572011aefe06
+DIST kvantum-0.16.1.tar.gz 2703123 BLAKE2B 
d4a13c4a3337c5bdcc0433920087c3b47fdd5e7fb2ea4ebf0807613fdefa47cee209639961ad1c6a82f54bc8e464559d6132c06feff973ee19ffd413e3301c95
 SHA512 
ee5dec07f7aa3aef70820606eb5f0d693fac8b8e714fba49ce7062ad7dc31ec0d9c9ba73730d4cad087927adc5d0e2609a4ae4eb21879d8e924865dd32d0740f

diff --git a/x11-themes/kvantum/kvantum-0.16.0.ebuild 
b/x11-themes/kvantum/kvantum-0.16.1.ebuild
similarity index 100%
rename from x11-themes/kvantum/kvantum-0.16.0.ebuild
rename to x11-themes/kvantum/kvantum-0.16.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2020-06-27 Thread Ian Whyman
commit: a044c7f1167cd60755d59c022981343dd05b4812
Author: Ian Whyman  gentoo  org>
AuthorDate: Sat Jun 27 10:12:36 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat Jun 27 10:12:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a044c7f1

x11-themes/kvantum: Version bump, drop old

Closes: https://bugs.gentoo.org/705290
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest|  3 +-
 x11-themes/kvantum/kvantum-0.15.2.ebuild   | 32 --
 ...kvantum-0.14.1.ebuild => kvantum-0.16.0.ebuild} |  0
 3 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 2fa8ce39b07..46575811dd5 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
-DIST kvantum-0.14.1.tar.gz 2461477 BLAKE2B 
6c7fd45801eff1183ee46a157b5c31591da31c9b5fa9586b6095074a272fa705ac826733ce45a679b857276fbd358fdb56dc72ffe6c4744557e25c9c6782ca4a
 SHA512 
18faa895bb6affa1744d15aa5b64636c49f7780eddca62ecee18c133702a156bca055cda473af9ea72e1d6de17fd86c4d7212bd16c544030d96d8afa4f5aff69
-DIST kvantum-0.15.2.tar.gz 2652167 BLAKE2B 
610bd705d40605cf7d14ffe9acc62bcd276159ffd6f12c315871d633be74d986efc6c45ac938b26851af78565140e2a0dc0424174c543a0622dbf9c951225668
 SHA512 
98b83a14c3c86636acb6f2440d64dc47496536b5487dc08aed8e8370d656e8838d00866bfb54a4b5752135bdc3d3da0eaab209f5ca3e33c237aada59640a78f7
+DIST kvantum-0.16.0.tar.gz 2696870 BLAKE2B 
67d52cba8c621a804a81d702be01547660a52619ea47e5d6f5c37e8970bf5b598ee0dd5b6ec397ed30c50024f5a83181771aaad3cabd195d2c8f52bf8d15
 SHA512 
a70c8f46ee556627dadaf68d998c0e37730978f6c9cb143b27ec1cdb7b912fceb62f83ca2f9fadd49f5230e0254d0f9c5f29c51fba941cdc7cc8572011aefe06

diff --git a/x11-themes/kvantum/kvantum-0.15.2.ebuild 
b/x11-themes/kvantum/kvantum-0.15.2.ebuild
deleted file mode 100644
index e52409193b0..000
--- a/x11-themes/kvantum/kvantum-0.15.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-MY_PN="Kvantum"
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem:5
-   x11-libs/libX11
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"

diff --git a/x11-themes/kvantum/kvantum-0.14.1.ebuild 
b/x11-themes/kvantum/kvantum-0.16.0.ebuild
similarity index 100%
rename from x11-themes/kvantum/kvantum-0.14.1.ebuild
rename to x11-themes/kvantum/kvantum-0.16.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2020-04-10 Thread Ian Whyman
commit: 5322246236b5efe0a13bb71e6cb336c6177ddcdb
Author: Ian Whyman  gentoo  org>
AuthorDate: Fri Apr 10 08:24:39 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Fri Apr 10 08:24:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53222462

x11-themes/kvantum: Version bump

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest | 2 +-
 x11-themes/kvantum/{kvantum-0.14.0.ebuild => kvantum-0.15.2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 3e9272e9626..2fa8ce39b07 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1,2 @@
-DIST kvantum-0.14.0.tar.gz 2459841 BLAKE2B 
adaf6e5e5fa1e01ba4edd95d45850ec6a8cf6499f2b60eac54312917fc65def152080afa23df3e23552f526ee9bc4b6cb7c801b5998c59be0c6c444112758f59
 SHA512 
166c433e677ecb463464b771fcc573a7add75774d6258ef3c3c619dd3bace86280ee38c5a15a419cdf88355942a86411dd01d1690d6a836593d447da7bb91593
 DIST kvantum-0.14.1.tar.gz 2461477 BLAKE2B 
6c7fd45801eff1183ee46a157b5c31591da31c9b5fa9586b6095074a272fa705ac826733ce45a679b857276fbd358fdb56dc72ffe6c4744557e25c9c6782ca4a
 SHA512 
18faa895bb6affa1744d15aa5b64636c49f7780eddca62ecee18c133702a156bca055cda473af9ea72e1d6de17fd86c4d7212bd16c544030d96d8afa4f5aff69
+DIST kvantum-0.15.2.tar.gz 2652167 BLAKE2B 
610bd705d40605cf7d14ffe9acc62bcd276159ffd6f12c315871d633be74d986efc6c45ac938b26851af78565140e2a0dc0424174c543a0622dbf9c951225668
 SHA512 
98b83a14c3c86636acb6f2440d64dc47496536b5487dc08aed8e8370d656e8838d00866bfb54a4b5752135bdc3d3da0eaab209f5ca3e33c237aada59640a78f7

diff --git a/x11-themes/kvantum/kvantum-0.14.0.ebuild 
b/x11-themes/kvantum/kvantum-0.15.2.ebuild
similarity index 94%
rename from x11-themes/kvantum/kvantum-0.14.0.ebuild
rename to x11-themes/kvantum/kvantum-0.15.2.ebuild
index 7b582296445..e52409193b0 100644
--- a/x11-themes/kvantum/kvantum-0.14.0.ebuild
+++ b/x11-themes/kvantum/kvantum-0.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2020-01-12 Thread Ian Whyman
commit: 74463f8ca1d3669b1fbcedbd0e7238de22be59df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 12 14:54:01 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Jan 12 21:16:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74463f8c

x11-themes/kvantum: Switch to cmake.eclass, fix DESCRIPTION

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/kvantum-0.14.1.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-themes/kvantum/kvantum-0.14.1.ebuild 
b/x11-themes/kvantum/kvantum-0.14.1.ebuild
index e52409193b0..886e8cf31a5 100644
--- a/x11-themes/kvantum/kvantum-0.14.1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.14.1.ebuild
@@ -3,13 +3,11 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
-MY_PN="Kvantum"
-
-DESCRIPTION="SVG-based theme engine for Qt5, KDE and LXQt"
+DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
 HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -29,4 +27,4 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="dev-qt/linguist-tools:5"
 
-S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"
+S="${WORKDIR}/${PN^}-${PV}/${PN^}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2020-01-09 Thread Ian Whyman
commit: 03fe4a837cf7e005881c9d715369b2ea2c7735ba
Author: Ian Whyman  gentoo  org>
AuthorDate: Thu Jan  9 19:38:47 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Thu Jan  9 19:39:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fe4a83

x11-themes/kvantum: Version bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest| 2 +-
 x11-themes/kvantum/{kvantum-0.13.0-r2.ebuild => kvantum-0.14.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 65729341429..3e9272e9626 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1,2 @@
-DIST kvantum-0.13.0.tar.gz 2456050 BLAKE2B 
e3105819c189864b08efe8db6afedfa06286a92918be3bfb52fb4a57332de09a6882a99f4dc847275946d6c8a701574e64215c008d238976f565ec8b63de4e2e
 SHA512 
4250fd83ec53d24c02601c2b9fb4f23b847b9e3c0796d7bfc78aed329793c5293941f004f17d8e18011cc13cd9fbde066004c33dcec26dd291a1d0d3cc070232
 DIST kvantum-0.14.0.tar.gz 2459841 BLAKE2B 
adaf6e5e5fa1e01ba4edd95d45850ec6a8cf6499f2b60eac54312917fc65def152080afa23df3e23552f526ee9bc4b6cb7c801b5998c59be0c6c444112758f59
 SHA512 
166c433e677ecb463464b771fcc573a7add75774d6258ef3c3c619dd3bace86280ee38c5a15a419cdf88355942a86411dd01d1690d6a836593d447da7bb91593
+DIST kvantum-0.14.1.tar.gz 2461477 BLAKE2B 
6c7fd45801eff1183ee46a157b5c31591da31c9b5fa9586b6095074a272fa705ac826733ce45a679b857276fbd358fdb56dc72ffe6c4744557e25c9c6782ca4a
 SHA512 
18faa895bb6affa1744d15aa5b64636c49f7780eddca62ecee18c133702a156bca055cda473af9ea72e1d6de17fd86c4d7212bd16c544030d96d8afa4f5aff69

diff --git a/x11-themes/kvantum/kvantum-0.13.0-r2.ebuild 
b/x11-themes/kvantum/kvantum-0.14.1.ebuild
similarity index 94%
rename from x11-themes/kvantum/kvantum-0.13.0-r2.ebuild
rename to x11-themes/kvantum/kvantum-0.14.1.ebuild
index 7b582296445..e52409193b0 100644
--- a/x11-themes/kvantum/kvantum-0.13.0-r2.ebuild
+++ b/x11-themes/kvantum/kvantum-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-12-29 Thread Ian Whyman
commit: 01a9bd441e83ad34cbdf3015d76cc9c53167fa36
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Dec 29 21:59:39 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Dec 29 21:59:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a9bd44

x11-themes/kvantum: Version bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 +
 x11-themes/kvantum/kvantum-0.14.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index ae00aa24a7e..65729341429 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-0.13.0.tar.gz 2456050 BLAKE2B 
e3105819c189864b08efe8db6afedfa06286a92918be3bfb52fb4a57332de09a6882a99f4dc847275946d6c8a701574e64215c008d238976f565ec8b63de4e2e
 SHA512 
4250fd83ec53d24c02601c2b9fb4f23b847b9e3c0796d7bfc78aed329793c5293941f004f17d8e18011cc13cd9fbde066004c33dcec26dd291a1d0d3cc070232
+DIST kvantum-0.14.0.tar.gz 2459841 BLAKE2B 
adaf6e5e5fa1e01ba4edd95d45850ec6a8cf6499f2b60eac54312917fc65def152080afa23df3e23552f526ee9bc4b6cb7c801b5998c59be0c6c444112758f59
 SHA512 
166c433e677ecb463464b771fcc573a7add75774d6258ef3c3c619dd3bace86280ee38c5a15a419cdf88355942a86411dd01d1690d6a836593d447da7bb91593

diff --git a/x11-themes/kvantum/kvantum-0.14.0.ebuild 
b/x11-themes/kvantum/kvantum-0.14.0.ebuild
new file mode 100644
index 000..7b582296445
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.14.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+MY_PN="Kvantum"
+
+DESCRIPTION="SVG-based theme engine for Qt5, KDE and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwindowsystem:5
+   x11-libs/libX11
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-12-08 Thread Ian Whyman
commit: 9749571d5489d6dd65343b597d1fc44ac81eff69
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Dec  8 20:33:42 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Dec  8 20:34:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9749571d

x11-themes/kvantum: More missing deps

Closes: https://bugs.gentoo.org/702298
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ian Whyman  gentoo.org>

 .../kvantum/{kvantum-0.13.0-r1.ebuild => kvantum-0.13.0-r2.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-themes/kvantum/kvantum-0.13.0-r1.ebuild 
b/x11-themes/kvantum/kvantum-0.13.0-r2.ebuild
similarity index 89%
rename from x11-themes/kvantum/kvantum-0.13.0-r1.ebuild
rename to x11-themes/kvantum/kvantum-0.13.0-r2.ebuild
index 7b303ef0b50..7b582296445 100644
--- a/x11-themes/kvantum/kvantum-0.13.0-r1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.13.0-r2.ebuild
@@ -17,13 +17,16 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
+   dev-qt/qtcore:5
dev-qt/qtgui:5=
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
kde-frameworks/kwindowsystem:5
+   x11-libs/libX11
x11-libs/libXext
 "
 RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
 
 S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-12-08 Thread Ian Whyman
commit: ee51add61716cb6fe674c6f1c22a189ead291ad3
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Dec  8 19:50:29 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Dec  8 19:50:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee51add6

x11-themes/kvantum: Add missing qtwidgets dep

Closes: https://bugs.gentoo.org/702298
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/{kvantum-0.13.0.ebuild => kvantum-0.13.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/kvantum/kvantum-0.13.0.ebuild 
b/x11-themes/kvantum/kvantum-0.13.0-r1.ebuild
similarity index 96%
rename from x11-themes/kvantum/kvantum-0.13.0.ebuild
rename to x11-themes/kvantum/kvantum-0.13.0-r1.ebuild
index 199a8d097f7..7b303ef0b50 100644
--- a/x11-themes/kvantum/kvantum-0.13.0.ebuild
+++ b/x11-themes/kvantum/kvantum-0.13.0-r1.ebuild
@@ -19,6 +19,7 @@ IUSE=""
 DEPEND="
dev-qt/qtgui:5=
dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
kde-frameworks/kwindowsystem:5
x11-libs/libXext



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-12-08 Thread Ian Whyman
commit: 6bb6b5ded5a445adc9c2320c3fb5a8172516349d
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Dec  8 19:15:11 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Dec  8 19:15:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb6b5de

x11-themes/kvantum: Version bump

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest | 2 +-
 x11-themes/kvantum/{kvantum-0.12.1.ebuild => kvantum-0.13.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 2fa0e718132..ae00aa24a7e 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1 @@
-DIST kvantum-0.12.1.tar.gz 2445944 BLAKE2B 
ef637f8e3475a8c63b6da9cde3aeb4849e7ca656cfb3c2fdef341d9c9bb4fb4de19c3c1a99957a67bcf7337c6dc91f244968bfb54d9ec9e75d09f057c093c21b
 SHA512 
a3c3c6418baca89b3d1d6c02ec370cde530882643dec3c8714f01cc8c36541b0cc7f124d605f8931086cd74eebd522b88a968bcf9cd1f7adea2028b359ff1de5
+DIST kvantum-0.13.0.tar.gz 2456050 BLAKE2B 
e3105819c189864b08efe8db6afedfa06286a92918be3bfb52fb4a57332de09a6882a99f4dc847275946d6c8a701574e64215c008d238976f565ec8b63de4e2e
 SHA512 
4250fd83ec53d24c02601c2b9fb4f23b847b9e3c0796d7bfc78aed329793c5293941f004f17d8e18011cc13cd9fbde066004c33dcec26dd291a1d0d3cc070232

diff --git a/x11-themes/kvantum/kvantum-0.12.1.ebuild 
b/x11-themes/kvantum/kvantum-0.13.0.ebuild
similarity index 97%
rename from x11-themes/kvantum/kvantum-0.12.1.ebuild
rename to x11-themes/kvantum/kvantum-0.13.0.ebuild
index 7fb83f7f677..199a8d097f7 100644
--- a/x11-themes/kvantum/kvantum-0.12.1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.13.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5=
dev-qt/qtsvg:5
dev-qt/qtx11extras:5
kde-frameworks/kwindowsystem:5



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-10-28 Thread Ian Whyman
commit: f485916b1e3701c5cb4ad9dd69132e27aa79f41c
Author: Ian Whyman  gentoo  org>
AuthorDate: Mon Oct 28 16:32:23 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Mon Oct 28 16:33:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f485916b

x11-themes/kvantum: Version Bump

Closes: https://bugs.gentoo.org/697854
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest   | 2 +-
 .../kvantum/{kvantum-0.11.0-r1.ebuild => kvantum-0.12.1.ebuild}   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index a2fd626b2bc..2fa0e718132 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1 @@
-DIST kvantum-0.11.0.tar.gz 2352370 BLAKE2B 
9b0372e85cf00f9ca1133e053810e1011c210d556abd201b7ecadd6b77d82d617e884bfe23f032424032a9f8fd7b7fee83118eea2ca04586d3c208310621cb38
 SHA512 
6ee173561359f6f0e634808aefa29c7371a5a12810c8aa05cc36ab091ceba3cf53b8848123c1fb839d44101a565c85f389730ed5e4e37975d15486f3fbf14b99
+DIST kvantum-0.12.1.tar.gz 2445944 BLAKE2B 
ef637f8e3475a8c63b6da9cde3aeb4849e7ca656cfb3c2fdef341d9c9bb4fb4de19c3c1a99957a67bcf7337c6dc91f244968bfb54d9ec9e75d09f057c093c21b
 SHA512 
a3c3c6418baca89b3d1d6c02ec370cde530882643dec3c8714f01cc8c36541b0cc7f124d605f8931086cd74eebd522b88a968bcf9cd1f7adea2028b359ff1de5

diff --git a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild 
b/x11-themes/kvantum/kvantum-0.12.1.ebuild
similarity index 87%
rename from x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
rename to x11-themes/kvantum/kvantum-0.12.1.ebuild
index b34ddc20331..7fb83f7f677 100644
--- a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.12.1.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
 MY_PN="Kvantum"
 
-DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
+DESCRIPTION="SVG-based theme engine for Qt5, KDE and LXQt"
 HOMEPAGE="https://github.com/tsujan/Kvantum;
 SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-05-16 Thread Michael Palimaka
commit: 0c71ae3db768a5e244b9eb91944bdafc7d122d5d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May 16 08:09:19 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May 16 08:11:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c71ae3d

x11-themes/kvantum: add missing SLOT

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 x11-themes/kvantum/kvantum-0.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild 
b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
index 36fcd2ca702..b34ddc20331 100644
--- a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
+++ b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
@@ -20,7 +20,7 @@ DEPEND="
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtx11extras:5
-   kde-frameworks/kwindowsystem
+   kde-frameworks/kwindowsystem:5
x11-libs/libXext
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-05-16 Thread Michael Palimaka
commit: eae5ba1df2bb3b932e1c2923dca943282ce7e788
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May 16 08:10:42 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May 16 08:11:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae5ba1d

x11-themes/kvantum: remove 0.10.8 and 0.11.0-r0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 -
 x11-themes/kvantum/kvantum-0.10.8.ebuild | 29 -
 x11-themes/kvantum/kvantum-0.11.0.ebuild | 27 ---
 3 files changed, 57 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 8be9cf99b50..a2fd626b2bc 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1 @@
-DIST kvantum-0.10.8.tar.gz 2174096 BLAKE2B 
1eba92f6e04ea1f5116992824e214f8b0a4ac1a86dda2bfec49c85f28cc37c1427c074e32cbdea752fad864d04dbd0ae1743a2f846618f429de79f7a93aaa170
 SHA512 
c1a632217f991bd4a489600d6c3ca5e1c9ef8381ae2dfd609d25ee8e7dd7ea65b5e1cb0c62fc4d004e7c7846cc80b4eceb2ffb0a7ffaa412a3e579f972b411e2
 DIST kvantum-0.11.0.tar.gz 2352370 BLAKE2B 
9b0372e85cf00f9ca1133e053810e1011c210d556abd201b7ecadd6b77d82d617e884bfe23f032424032a9f8fd7b7fee83118eea2ca04586d3c208310621cb38
 SHA512 
6ee173561359f6f0e634808aefa29c7371a5a12810c8aa05cc36ab091ceba3cf53b8848123c1fb839d44101a565c85f389730ed5e4e37975d15486f3fbf14b99

diff --git a/x11-themes/kvantum/kvantum-0.10.8.ebuild 
b/x11-themes/kvantum/kvantum-0.10.8.ebuild
deleted file mode 100644
index 8f0c000c965..000
--- a/x11-themes/kvantum/kvantum-0.10.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-MY_PN="Kvantum"
-
-DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   x11-libs/libX11
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"

diff --git a/x11-themes/kvantum/kvantum-0.11.0.ebuild 
b/x11-themes/kvantum/kvantum-0.11.0.ebuild
deleted file mode 100644
index 8b5633e86c0..000
--- a/x11-themes/kvantum/kvantum-0.11.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="Kvantum"
-
-DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtx11extras:5
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-04-07 Thread Ian Whyman
commit: 73b4f7046b4ab4d56a858c8214ae506c8de46077
Author: ChrisOboe  oboe  email>
AuthorDate: Sat Apr  6 22:12:03 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Apr  7 10:33:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b4f704

x11-themes/kvantum: added missing dependency Package-Manager: Portage-2.3.62, 
Repoman-2.3.12

Signed-off-by: Chris Oboe  oboe.email>
Closes: https://github.com/gentoo/gentoo/pull/11614
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/kvantum-0.11.0-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild 
b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
new file mode 100644
index 000..36fcd2ca702
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="Kvantum"
+
+DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwindowsystem
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2019-03-24 Thread Ian Whyman
commit: f3677ea8a4ab81545a22202ac7f4c57ac384d612
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Mar 24 17:38:29 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Mar 24 17:38:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3677ea8

x11-themes/kvantum: Version bump, tidy old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ian Whyman  gentoo.org>

 x11-themes/kvantum/Manifest|  3 +--
 x11-themes/kvantum/kvantum-0.10.6.ebuild   | 27 --
 ...kvantum-0.10.5.ebuild => kvantum-0.11.0.ebuild} |  2 +-
 3 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 43a1bdbd0fe..8be9cf99b50 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,3 +1,2 @@
-DIST kvantum-0.10.5.tar.gz 2066997 BLAKE2B 
607f75241a3890b805d9899899835e29b7d9d7131ac2d791bc8f568b93152c77376ad4d1b5f751b7b51f74a5d84478cf2168306beb12f0e765a5ca8ebac3374f
 SHA512 
80b03483ac793bb03c0d417251fd4c280bc5df71d04afc1ea39fee7801eb6216d6fb8c5c527e50148c32a89e37deef3f0b1bd1720f1ee8383c868342166deb4b
-DIST kvantum-0.10.6.tar.gz 2169362 BLAKE2B 
fadc939a023d49e308228c67d15a8ae6cc7bddfde40d58b0c90194dff095c187ff58371e52f9c1eb5c85335612fa7c9cbdbb493c2c6a14d452f446bddc7921fc
 SHA512 
ddd40e06b5de3c34a6dd8dd43462f9d2a999fa9a70818640160d0460f0de7723d49de8bbd211d75b8c6b3d6fa9657a85848468f47accdcb4af0ff79ca80808c7
 DIST kvantum-0.10.8.tar.gz 2174096 BLAKE2B 
1eba92f6e04ea1f5116992824e214f8b0a4ac1a86dda2bfec49c85f28cc37c1427c074e32cbdea752fad864d04dbd0ae1743a2f846618f429de79f7a93aaa170
 SHA512 
c1a632217f991bd4a489600d6c3ca5e1c9ef8381ae2dfd609d25ee8e7dd7ea65b5e1cb0c62fc4d004e7c7846cc80b4eceb2ffb0a7ffaa412a3e579f972b411e2
+DIST kvantum-0.11.0.tar.gz 2352370 BLAKE2B 
9b0372e85cf00f9ca1133e053810e1011c210d556abd201b7ecadd6b77d82d617e884bfe23f032424032a9f8fd7b7fee83118eea2ca04586d3c208310621cb38
 SHA512 
6ee173561359f6f0e634808aefa29c7371a5a12810c8aa05cc36ab091ceba3cf53b8848123c1fb839d44101a565c85f389730ed5e4e37975d15486f3fbf14b99

diff --git a/x11-themes/kvantum/kvantum-0.10.6.ebuild 
b/x11-themes/kvantum/kvantum-0.10.6.ebuild
deleted file mode 100644
index a4874b51e79..000
--- a/x11-themes/kvantum/kvantum-0.10.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="Kvantum"
-
-DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
-HOMEPAGE="https://github.com/tsujan/Kvantum;
-SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtx11extras:5
-   x11-libs/libXext
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"

diff --git a/x11-themes/kvantum/kvantum-0.10.5.ebuild 
b/x11-themes/kvantum/kvantum-0.11.0.ebuild
similarity index 92%
rename from x11-themes/kvantum/kvantum-0.10.5.ebuild
rename to x11-themes/kvantum/kvantum-0.11.0.ebuild
index 7f8e1b26971..8b5633e86c0 100644
--- a/x11-themes/kvantum/kvantum-0.10.5.ebuild
+++ b/x11-themes/kvantum/kvantum-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2018-12-26 Thread Georgy Yakovlev
commit: b6ad42dbab60158f2950d9e4a6ef45c54ee0e62d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Dec 26 21:18:19 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Dec 26 21:44:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ad42db

x11-themes/kvantum: bump to 0.10.8

Closes: https://github.com/gentoo/gentoo/pull/10698
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-themes/kvantum/Manifest  |  1 +
 x11-themes/kvantum/kvantum-0.10.8.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 384114a1ddd..43a1bdbd0fe 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1,2 +1,3 @@
 DIST kvantum-0.10.5.tar.gz 2066997 BLAKE2B 
607f75241a3890b805d9899899835e29b7d9d7131ac2d791bc8f568b93152c77376ad4d1b5f751b7b51f74a5d84478cf2168306beb12f0e765a5ca8ebac3374f
 SHA512 
80b03483ac793bb03c0d417251fd4c280bc5df71d04afc1ea39fee7801eb6216d6fb8c5c527e50148c32a89e37deef3f0b1bd1720f1ee8383c868342166deb4b
 DIST kvantum-0.10.6.tar.gz 2169362 BLAKE2B 
fadc939a023d49e308228c67d15a8ae6cc7bddfde40d58b0c90194dff095c187ff58371e52f9c1eb5c85335612fa7c9cbdbb493c2c6a14d452f446bddc7921fc
 SHA512 
ddd40e06b5de3c34a6dd8dd43462f9d2a999fa9a70818640160d0460f0de7723d49de8bbd211d75b8c6b3d6fa9657a85848468f47accdcb4af0ff79ca80808c7
+DIST kvantum-0.10.8.tar.gz 2174096 BLAKE2B 
1eba92f6e04ea1f5116992824e214f8b0a4ac1a86dda2bfec49c85f28cc37c1427c074e32cbdea752fad864d04dbd0ae1743a2f846618f429de79f7a93aaa170
 SHA512 
c1a632217f991bd4a489600d6c3ca5e1c9ef8381ae2dfd609d25ee8e7dd7ea65b5e1cb0c62fc4d004e7c7846cc80b4eceb2ffb0a7ffaa412a3e579f972b411e2

diff --git a/x11-themes/kvantum/kvantum-0.10.8.ebuild 
b/x11-themes/kvantum/kvantum-0.10.8.ebuild
new file mode 100644
index 000..8f0c000c965
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.10.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+MY_PN="Kvantum"
+
+DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2018-04-11 Thread Ian Whyman
commit: 2ec41775d812747705bbeb61eb98623a73ebb6d0
Author: Ian Whyman  gentoo  org>
AuthorDate: Wed Apr 11 18:02:48 2018 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Wed Apr 11 18:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec41775

x11-themes/kvantum: Version bump to 0.10.6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-themes/kvantum/Manifest  |  1 +
 x11-themes/kvantum/kvantum-0.10.6.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
index 2ba17b6ef18..384114a1ddd 100644
--- a/x11-themes/kvantum/Manifest
+++ b/x11-themes/kvantum/Manifest
@@ -1 +1,2 @@
 DIST kvantum-0.10.5.tar.gz 2066997 BLAKE2B 
607f75241a3890b805d9899899835e29b7d9d7131ac2d791bc8f568b93152c77376ad4d1b5f751b7b51f74a5d84478cf2168306beb12f0e765a5ca8ebac3374f
 SHA512 
80b03483ac793bb03c0d417251fd4c280bc5df71d04afc1ea39fee7801eb6216d6fb8c5c527e50148c32a89e37deef3f0b1bd1720f1ee8383c868342166deb4b
+DIST kvantum-0.10.6.tar.gz 2169362 BLAKE2B 
fadc939a023d49e308228c67d15a8ae6cc7bddfde40d58b0c90194dff095c187ff58371e52f9c1eb5c85335612fa7c9cbdbb493c2c6a14d452f446bddc7921fc
 SHA512 
ddd40e06b5de3c34a6dd8dd43462f9d2a999fa9a70818640160d0460f0de7723d49de8bbd211d75b8c6b3d6fa9657a85848468f47accdcb4af0ff79ca80808c7

diff --git a/x11-themes/kvantum/kvantum-0.10.6.ebuild 
b/x11-themes/kvantum/kvantum-0.10.6.ebuild
new file mode 100644
index 000..a4874b51e79
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.10.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="Kvantum"
+
+DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtx11extras:5
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/

2017-11-11 Thread Ian Whyman
commit: 103703a32805f929f6b8bffd4fecc10fe04cf5da
Author: Ian Whyman  gentoo  org>
AuthorDate: Sat Nov 11 11:31:01 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat Nov 11 11:31:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103703a3

x11-themes/kvantum: New package

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-themes/kvantum/Manifest  |  1 +
 x11-themes/kvantum/kvantum-0.10.5.ebuild | 27 +++
 x11-themes/kvantum/metadata.xml  |  8 
 3 files changed, 36 insertions(+)

diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
new file mode 100644
index 000..54cec57b082
--- /dev/null
+++ b/x11-themes/kvantum/Manifest
@@ -0,0 +1 @@
+DIST kvantum-0.10.5.tar.gz 2066997 SHA256 
3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e SHA512 
80b03483ac793bb03c0d417251fd4c280bc5df71d04afc1ea39fee7801eb6216d6fb8c5c527e50148c32a89e37deef3f0b1bd1720f1ee8383c868342166deb4b
 WHIRLPOOL 
33af3f64af928030f0dbb57b007eb656a97ebc462ed40aa94441a476ef6e850f654a12071fea93b2e37ab91462a01e64afe8d519864b4f686bcc05ed4f593aa8

diff --git a/x11-themes/kvantum/kvantum-0.10.5.ebuild 
b/x11-themes/kvantum/kvantum-0.10.5.ebuild
new file mode 100644
index 000..7f8e1b26971
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.10.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="Kvantum"
+
+DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum;
+SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtx11extras:5
+   x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"

diff --git a/x11-themes/kvantum/metadata.xml b/x11-themes/kvantum/metadata.xml
new file mode 100644
index 000..67ae5e8c089
--- /dev/null
+++ b/x11-themes/kvantum/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+thev00...@gentoo.org
+Ian Whyman
+  
+