[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2024-06-14 Thread Jimi Huotari
commit: 4011f4a84ffda8b00c619de327784450a09d2dea
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:01:47 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:48 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4011f4a8

dev-libs/libqtxdg: drop 4.0.0

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/Manifest  |  1 -
 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
deleted file mode 100644
index da22a894..
--- a/dev-libs/libqtxdg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libqtxdg-4.0.0.tar.xz 71508 BLAKE2B 
823bfaba4ea1beb88b064d4935e7c660569b9215aa9f40b7ad6e3ffab965259467d968cd6b5f0c42c2912478d2766d52d52f0296d9eb3586c45ac5ddd7b97ed7
 SHA512 
4a8a32968e74ed54d700cf65c9cfb238001f58d93a9e374e18d60023615d6277f80459dd8477205ce31a6d8caf798cde70b91681df80b1bff3b754e0586868d2

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
deleted file mode 100644
index e2437549..
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature virtualx
-
-DESCRIPTION="Qt Implementation of XDG Standards"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-   
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   >=dev-util/lxqt-build-tools-2.0.0
-   virtual/pkgconfig
-"
-RDEPEND="
-   dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
-   >=dev-qt/qtsvg-6.6:6
-   x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   # Tests don't work with C
-   LC_ALL=en_US.utf8 virtx cmake_src_test
-}
-
-pkg_postinst() {
-   ! has_version lxqt-base/lxqt-meta && optfeature "features that require 
a terminal emulator" x11-terms/xterm
-}



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2024-05-22 Thread Jimi Huotari
commit: 1da641f9c913100d06414b87a7deab13fe458242
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed May 22 19:48:52 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May 22 19:48:52 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1da641f9

dev-libs/libqtxdg: add slot operator on qtbase

This did not carry over from '>=dev-qt/qtgui-5.15:5=' when going qt6.

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 2 +-
 dev-libs/libqtxdg/libqtxdg-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
index 11a1e00e..e2437549 100644
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
 "
 RDEPEND="
dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+   >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
>=dev-qt/qtsvg-6.6:6
x11-misc/xdg-utils
 "

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 11a1e00e..e2437549 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
 "
 RDEPEND="
dev-libs/glib:2
-   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+   >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
>=dev-qt/qtsvg-6.6:6
x11-misc/xdg-utils
 "



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2024-04-21 Thread Jimi Huotari
commit: b4cd34d17c1589e415a69c49b5f8bc8b2e040005
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 21:15:15 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 21:15:15 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b4cd34d1

dev-libs/libqtxdg: remove unneeded 'qtbase-6.6:6[test]' dependency

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 4 +---
 dev-libs/libqtxdg/libqtxdg-.ebuild  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
index 7bdfd3ec..11a1e00e 100644
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
@@ -31,9 +31,7 @@ RDEPEND="
>=dev-qt/qtsvg-6.6:6
x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtbase-6.6:6[test] )
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 7bdfd3ec..11a1e00e 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -31,9 +31,7 @@ RDEPEND="
>=dev-qt/qtsvg-6.6:6
x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtbase-6.6:6[test] )
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2024-03-25 Thread Jimi Huotari
commit: be4f558074ad89b9d50105f2afdc71e9cf4775b3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Mar 25 21:04:39 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 25 21:11:35 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=be4f5580

dev-libs/libqtxdg: welcome qt6

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 1e3e0e22..e294c0d8 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,21 +22,17 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.13.0
+   >=dev-util/lxqt-build-tools-2.0.0
virtual/pkgconfig
 "
 RDEPEND="
dev-libs/glib:2
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtdbus-5.15:5
-   >=dev-qt/qtgui-5.15:5=
-   >=dev-qt/qtsvg-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   >=dev-qt/qtxml-5.15:5
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+   >=dev-qt/qtsvg-6.6:6
x11-misc/xdg-utils
 "
 DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qttest-5.15:5 )
+   test? ( >=dev-qt/qtbase-6.6:6[test] )
 "
 
 src_configure() {



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2023-11-09 Thread Jimi Huotari
commit: 70f4b6fd72d2c89b53f31b5e59e52f3751b1220a
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  9 17:39:35 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov  9 17:39:35 2023 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=70f4b6fd

dev-libs/libqtxdg: bump year and lxqt-build-tools version

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 194fdcc5..1e3e0e22 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.12.0
+   >=dev-util/lxqt-build-tools-0.13.0
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2022-11-18 Thread Jimi Huotari
commit: c09970d9a2fd519b4147fd50c095a1c0d7847c59
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Nov 18 13:24:23 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Nov 18 13:24:23 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c09970d9

dev-libs/libqtxdg: sync with ::gentoo

Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index faa88435..194fdcc5 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -13,17 +13,16 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
 SLOT="0"
 IUSE="test"
-
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.11.0
+   >=dev-util/lxqt-build-tools-0.12.0
virtual/pkgconfig
 "
 RDEPEND="
@@ -44,6 +43,7 @@ src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)
)
+
cmake_src_configure
 }
 



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2022-04-18 Thread Jimi Huotari
commit: 348a8ef3c2d571d68136ad7489290b7b86416172
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 20:05:27 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 20:48:02 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=348a8ef3

dev-libs/libqtxdg: update dependencies

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

 dev-libs/libqtxdg/libqtxdg-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 743a698d..faa88435 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2022-03-20 Thread Jimi Huotari
commit: 0177ce4bbcca1d8d2a0cf32ecd3fab788209a414
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Mar 20 18:03:55 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Mar 20 18:04:35 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0177ce4b

dev-libs/libqtxdg: add dev-libs/glib dependency

Bug: https://bugs.gentoo.org/835648
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 26b8ef5e..743a698d 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -27,6 +27,7 @@ BDEPEND="
virtual/pkgconfig
 "
 RDEPEND="
+   dev-libs/glib:2
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5
>=dev-qt/qtgui-5.15:5=



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2022-03-09 Thread Jimi Huotari
commit: cd9c4aacc37b48af61c5bb94e7e1b8616ff9
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Mar  9 18:59:49 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Mar  9 18:59:49 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=cd9c4aac

dev-libs/libqtxdg: sync with the latest release ebuild

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

 dev-libs/libqtxdg/libqtxdg-.ebuild | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index b507de05..26b8ef5e 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake optfeature virtualx
 
-DESCRIPTION="Qt implementation of XDG standards"
-HOMEPAGE="https://lxqt.github.io/";
+DESCRIPTION="Qt Implementation of XDG Standards"
+HOMEPAGE="https://lxqt-project.org/";
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -23,20 +23,20 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.9.0
+   >=dev-util/lxqt-build-tools-0.10.0
virtual/pkgconfig
 "
 RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5=
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtdbus-5.15:5
+   >=dev-qt/qtgui-5.15:5=
+   >=dev-qt/qtsvg-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   >=dev-qt/qtxml-5.15:5
x11-misc/xdg-utils
 "
 DEPEND="${RDEPEND}
-   test? ( dev-qt/qttest:5 )
+   test? ( >=dev-qt/qttest-5.15:5 )
 "
 
 src_configure() {



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2021-09-22 Thread Andreas Sturmlechner
commit: 40e613e0db84c619958f9d4881d85d4fde952b6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 22 18:53:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 22 19:14:51 2021 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=40e613e0

dev-libs/libqtxdg: Sync with Gentoo ebuild repo

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

 dev-libs/libqtxdg/libqtxdg-.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 492cb837..b507de05 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-inherit cmake virtualx
+inherit cmake optfeature virtualx
 
-DESCRIPTION="A Qt implementation of XDG standards"
+DESCRIPTION="Qt implementation of XDG standards"
 HOMEPAGE="https://lxqt.github.io/";
 
 if [[ ${PV} == * ]]; then
@@ -20,8 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
 SLOT="0"
 IUSE="test"
 
+RESTRICT="!test? ( test )"
+
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.6.0
+   >=dev-util/lxqt-build-tools-0.9.0
virtual/pkgconfig
 "
 RDEPEND="
@@ -48,3 +50,7 @@ src_test() {
# Tests don't work with C
LC_ALL=en_US.utf8 virtx cmake_src_test
 }
+
+pkg_postinst() {
+   ! has_version lxqt-base/lxqt-meta && optfeature "features that require 
a terminal emulator" x11-terms/xterm
+}



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, lxqt-base/lxqt-session/, x11-misc/obconf-qt/, ...

2019-12-31 Thread Andreas Sturmlechner
commit: 716b4578b4b57d4caf861ff072475cdad3b0b114
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 23 23:25:19 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 31 15:02:13 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=716b4578

*/*: Switch lxqt proj packages to cmake.eclass

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

 dev-libs/libqtxdg/libqtxdg-.ebuild  | 6 +++---
 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild  | 2 +-
 lxqt-base/liblxqt/liblxqt-.ebuild   | 4 ++--
 lxqt-base/libsysstat/libsysstat-.ebuild | 2 +-
 lxqt-base/lxqt-about/lxqt-about-.ebuild | 2 +-
 lxqt-base/lxqt-admin/lxqt-admin-.ebuild | 2 +-
 lxqt-base/lxqt-config/lxqt-config-.ebuild   | 6 +++---
 lxqt-base/lxqt-globalkeys/lxqt-globalkeys-.ebuild   | 2 +-
 lxqt-base/lxqt-notificationd/lxqt-notificationd-.ebuild | 2 +-
 lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-.ebuild | 4 ++--
 lxqt-base/lxqt-panel/lxqt-panel-.ebuild | 6 +++---
 lxqt-base/lxqt-policykit/lxqt-policykit-.ebuild | 4 ++--
 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-.ebuild | 2 +-
 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild   | 2 +-
 lxqt-base/lxqt-runner/lxqt-runner-.ebuild   | 4 ++--
 lxqt-base/lxqt-session/lxqt-session-.ebuild | 6 +++---
 lxqt-base/lxqt-sudo/lxqt-sudo-.ebuild   | 2 +-
 media-gfx/lximage-qt/lximage-qt-.ebuild | 2 +-
 x11-libs/libfm-qt/libfm-qt-.ebuild  | 2 +-
 x11-misc/obconf-qt/obconf-qt-.ebuild| 2 +-
 x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild  | 2 +-
 x11-themes/lxqt-themes/lxqt-themes-.ebuild  | 2 +-
 22 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index f01b3321..60e5c259 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils virtualx
+inherit cmake virtualx
 
 DESCRIPTION="A Qt implementation of XDG standards"
 HOMEPAGE="https://lxqt.org/";
@@ -41,10 +41,10 @@ src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_test() {
# Tests don't work with C
-   LC_ALL=en_US.utf8 virtx cmake-utils_src_test
+   LC_ALL=en_US.utf8 virtx cmake_src_test
 }

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index 7cd05ead..1a30d8ad 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt Build tools"
 HOMEPAGE="https://lxqt.org/";

diff --git a/lxqt-base/liblxqt/liblxqt-.ebuild 
b/lxqt-base/liblxqt/liblxqt-.ebuild
index 12f74412..16c596e9 100644
--- a/lxqt-base/liblxqt/liblxqt-.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Common base library for the LXQt desktop environment"
 HOMEPAGE="https://lxqt.org/";
@@ -45,5 +45,5 @@ src_configure() {
local mycmakeargs=(
-DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }

diff --git a/lxqt-base/libsysstat/libsysstat-.ebuild 
b/lxqt-base/libsysstat/libsysstat-.ebuild
index fe2f2307..501c9a8d 100644
--- a/lxqt-base/libsysstat/libsysstat-.ebuild
+++ b/lxqt-base/libsysstat/libsysstat-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A Qt-based interface to system statistics"
 HOMEPAGE="https://lxqt.org/";

diff --git a/lxqt-base/lxqt-about/lxqt-about-.ebuild 
b/lxqt-base/lxqt-about/lxqt-about-.ebuild
index 786aab0f..34a17829 100644
--- a/lxqt-base/lxqt-about/lxqt-about-.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt about dialog"
 HOMEPAGE="https://lxqt.org/";

diff --git a/lxqt-base/lxqt-admin/lxqt-admin-.ebuild 
b/lxqt-base/lxqt-admin/lxqt-admin-.ebuild
index 6675bd34..fe244eac 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt system administration tool"
 HOMEPAGE="https://lxqt.org/";

diff --git a/lxqt-base/lxqt-config/lxqt-config-.ebuild 
b/lxqt-base/lxqt-confi

[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2019-03-18 Thread Jimi Huotari
commit: 39c98590ffa2dbf12270da8d1853d1b596d19c1d
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sat Mar 16 10:49:13 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 18 21:35:05 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=39c98590

dev-libs/libqtxdg: add missing BDEPEND lxqt-build-tools

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur  gmail.com>
Closes: https://github.com/gentoo/qt/pull/188
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 12c8a731..f01b3321 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -21,6 +21,7 @@ SLOT="0"
 IUSE="test"
 
 BDEPEND="
+   >=dev-util/lxqt-build-tools-0.6.0
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2019-03-09 Thread Jimi Huotari
commit: dc8e257b95090d8bea29f412bcf48b412b9c4664
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Mar  9 10:35:26 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Mar  9 10:35:26 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=dc8e257b

dev-libs/libqtxdg: move 'dev-qt/qttest' to 'DEPEND'

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

 dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild | 5 +++--
 dev-libs/libqtxdg/libqtxdg-.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild 
b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
index 936e7f64..12c8a731 100644
--- a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
@@ -22,7 +22,6 @@ IUSE="test"
 
 BDEPEND="
virtual/pkgconfig
-   test? ( dev-qt/qttest:5 )
 "
 RDEPEND="
dev-qt/qtcore:5
@@ -33,7 +32,9 @@ RDEPEND="
dev-qt/qtxml:5
x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )
+"
 
 src_configure() {
local mycmakeargs=(

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 936e7f64..12c8a731 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -22,7 +22,6 @@ IUSE="test"
 
 BDEPEND="
virtual/pkgconfig
-   test? ( dev-qt/qttest:5 )
 "
 RDEPEND="
dev-qt/qtcore:5
@@ -33,7 +32,9 @@ RDEPEND="
dev-qt/qtxml:5
x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )
+"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2019-02-27 Thread Jimi Huotari
commit: 6aed36ea75414822b7c35b86c70d4cd6dba3c941
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Feb 27 11:43:25 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Feb 27 11:43:25 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6aed36ea

dev-libs/libqtxdg: version bump to 3.3.1

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

 dev-libs/libqtxdg/Manifest | 2 +-
 dev-libs/libqtxdg/{libqtxdg-3.3.0.ebuild => libqtxdg-3.3.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
index cf9d7aa8..ffdb1158 100644
--- a/dev-libs/libqtxdg/Manifest
+++ b/dev-libs/libqtxdg/Manifest
@@ -1 +1 @@
-DIST libqtxdg-3.3.0.tar.xz 68412 BLAKE2B 
c78b1548883bdb77bd5de81c48487b08a6f1b0959e2d1e9b54a301935a76a4bcf60451379ea33dbd289dc4517282d335a0d616a0c4c31eb1e0e7ab3efcbe814f
 SHA512 
e71e251870886aa71a1ce9372962cfa93c96ee91518f01758b4c015d36d1f4c95bf94eb8a54683bb2ab221c96514be4adb0387e18dcbaacde9d783fe9e6867d4
+DIST libqtxdg-3.3.1.tar.xz 66004 BLAKE2B 
a676f22144ddbf67e02686fc25b381a911e5d0391e2f735c6d85914362433aad20ad0a3740ea7101d26b5b5692d0504c3798489333b1bf9585c3be88f6636beb
 SHA512 
f0fdb95f20ee49becf770455a513178bb3ce63ee460e8bbaac8d40f50ae47a139ff518021c8fc19254bbd777b67bc7f2754302de7e2bb6cdf929bc559a1b51f3

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
similarity index 100%
rename from dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
rename to dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2019-02-18 Thread Jimi Huotari
commit: b52fba4b9c8ebf52d76d781df09c9f4326027e81
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Feb 18 23:04:41 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Feb 18 23:10:54 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b52fba4b

dev-libs/libqtxdg: add 3.3.0 for testing

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/Manifest  |  1 +
 dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
new file mode 100644
index ..cf9d7aa8
--- /dev/null
+++ b/dev-libs/libqtxdg/Manifest
@@ -0,0 +1 @@
+DIST libqtxdg-3.3.0.tar.xz 68412 BLAKE2B 
c78b1548883bdb77bd5de81c48487b08a6f1b0959e2d1e9b54a301935a76a4bcf60451379ea33dbd289dc4517282d335a0d616a0c4c31eb1e0e7ab3efcbe814f
 SHA512 
e71e251870886aa71a1ce9372962cfa93c96ee91518f01758b4c015d36d1f4c95bf94eb8a54683bb2ab221c96514be4adb0387e18dcbaacde9d783fe9e6867d4

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
new file mode 100644
index ..936e7f64
--- /dev/null
+++ b/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils virtualx
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="https://lxqt.org/";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
+else
+   SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="
+   virtual/pkgconfig
+   test? ( dev-qt/qttest:5 )
+"
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5=
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   x11-misc/xdg-utils
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   # Tests don't work with C
+   LC_ALL=en_US.utf8 virtx cmake-utils_src_test
+}



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, dev-util/lxqt-build-tools/, x11-themes/lxqt-themes/

2019-02-18 Thread Jimi Huotari
commit: ac7fe1b2aaa0f9c9bd7a622e8da6ae4e08ef48ea
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Feb 18 21:21:17 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Feb 18 21:28:35 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ac7fe1b2

lxqt: EAPI="7" bump for a few forgotten ones

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 13 +++--
 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild |  5 +++--
 x11-themes/lxqt-themes/lxqt-themes-.ebuild |  9 -
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 67317650..936e7f64 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils virtualx
 
@@ -20,6 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
 SLOT="0"
 IUSE="test"
 
+BDEPEND="
+   virtual/pkgconfig
+   test? ( dev-qt/qttest:5 )
+"
 RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -29,10 +33,7 @@ RDEPEND="
dev-qt/qtxml:5
x11-misc/xdg-utils
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-qt/qttest:5 )
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index da7c6f4f..b81117b0 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit cmake-utils
 
 DESCRIPTION="LXQt Build tools"

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index 4760bcad..d02ca8d5 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -19,7 +19,6 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
+BDEPEND=">=dev-util/lxqt-build-tools-0.5.0"
 RDEPEND="!lxqt-base/lxqt-common"
-DEPEND="${RDEPEND}
-   >=dev-util/lxqt-build-tools-0.5.0
-"
+DEPEND="${RDEPEND}"



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2018-01-12 Thread Michael Palimaka
commit: 6cab147c6d6c0f0304008be16396f44d4ec01969
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jan 12 10:45:11 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jan 12 10:45:17 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6cab147c

dev-libs/libqtxdg: use HTTPS

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-libs/libqtxdg/libqtxdg-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index d4790dcd..3edc5ce7 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit cmake-utils virtualx
 
 DESCRIPTION="A Qt implementation of XDG standards"
-HOMEPAGE="http://lxqt.org/";
+HOMEPAGE="https://lxqt.org/";
 
 if [[ ${PV} == ** ]]; then
inherit git-r3



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2017-11-04 Thread Jimi Huotari
commit: 22e0020535283854d9b59bc4096334e4fb49bf7e
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Nov  3 17:59:42 2017 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Nov  3 21:11:22 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=22e00205

dev-libs/libqtxdg: add live ebuild

To be used with LXQt.

 dev-libs/libqtxdg/libqtxdg-.ebuild | 47 ++
 dev-libs/libqtxdg/metadata.xml | 12 +
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
new file mode 100644
index ..d4790dcd
--- /dev/null
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils virtualx
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="http://lxqt.org/";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/lxde/${PN}.git";
+else
+   
SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+CDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${CDEPEND}
+   x11-misc/xdg-utils
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+}

diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
new file mode 100644
index ..77812fec
--- /dev/null
+++ b/dev-libs/libqtxdg/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+l...@gentoo.org
+LXQt
+  
+
+q...@gentoo.org
+Gentoo Qt Project
+  
+



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, x11-misc/compton-conf/, x11-misc/obconf-qt/

2016-04-23 Thread Davide Pesavento
commit: b00a140cc672cd8f99084e69c6da8dd0776f397d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr 23 18:01:48 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr 23 18:01:48 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b00a140c

Remove a few more unmaintained live ebuilds.

 dev-libs/libqtxdg/libqtxdg-.ebuild | 47 
 dev-libs/libqtxdg/metadata.xml | 12 ---
 x11-misc/compton-conf/compton-conf-.ebuild | 43 --
 x11-misc/compton-conf/metadata.xml | 12 ---
 x11-misc/obconf-qt/metadata.xml| 12 ---
 x11-misc/obconf-qt/obconf-qt-.ebuild   | 50 --
 6 files changed, 176 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
deleted file mode 100644
index 0eea804..000
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils virtualx
-
-DESCRIPTION="A Qt implementation of XDG standards"
-HOMEPAGE="http://lxqt.org/";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-   SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="test"
-
-CDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${CDEPEND}
-   x11-misc/xdg-utils
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTS=$(usex test)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
-}

diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
deleted file mode 100644
index b41f7b5..000
--- a/dev-libs/libqtxdg/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   l...@gentoo.org
-   LXQt
-   
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-

diff --git a/x11-misc/compton-conf/compton-conf-.ebuild 
b/x11-misc/compton-conf/compton-conf-.ebuild
deleted file mode 100644
index 76a8dab..000
--- a/x11-misc/compton-conf/compton-conf-.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXDE-Qt Compton Composite configuration tools"
-HOMEPAGE="http://lxqt.org/";
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-   KEYWORDS=""
-else
-   SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="qt4 +qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="x11-libs/libX11
-   x11-misc/compton
-   qt4? ( dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4 )
-   qt5? ( dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtwidgets:5 )"
-DEPEND="${RDEPEND}
-   dev-libs/libconfig
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-src_configure() {
-   local mycmakeargs=(
-   $( cmake-utils_use_use qt5 QT5 )
-   )
-   cmake-utils_src_configure
-}

diff --git a/x11-misc/compton-conf/metadata.xml 
b/x11-misc/compton-conf/metadata.xml
deleted file mode 100644
index d21eb25..000
--- a/x11-misc/compton-conf/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   l...@gentoo.org
-   Gentoo LXDE Project
-   
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-

diff --git a/x11-misc/obconf-qt/metadata.xml b/x11-misc/obconf-qt/metadata.xml
deleted file mode 100644
index b41f7b5..000
--- a/x11-misc/obconf-qt/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   l...@gentoo.org
-   LXQt
-   
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-

diff --git a/x11-misc/obconf-qt/obconf-qt-.ebuild 
b/x11-misc/obconf-qt/obconf-qt-.ebuild
deleted file mode 100644
index 7e5c02b..000
--- a/x11-misc/obconf-qt/obconf-qt-.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Openbox window manager configuration tool"

[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2015-11-19 Thread Michael Palimaka
commit: fbf83b10740e17580cf59f3091810295658c43f3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov 19 15:31:17 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov 19 15:31:17 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=fbf83b10

dev-libs/libqtxdg: cmake-utils_use_build -> usex

Package-Manager: portage-2.2.25

 dev-libs/libqtxdg/libqtxdg-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index c262d61..feb8a4a 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -37,7 +37,7 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_build test TESTS)
+   -DBUILD_TESTS=$(usex test)
)
cmake-utils_src_configure
 }



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2015-11-19 Thread Michael Palimaka
commit: e979b0cdbdbd16dfe8a1a7f88f39ba32471604a9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov 19 15:31:39 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov 19 15:31:39 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e979b0cd

dev-libs/libqtxdg: virtualx is required for tests

Package-Manager: portage-2.2.25

 dev-libs/libqtxdg/libqtxdg-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index feb8a4a..c4c1626 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit cmake-utils
+inherit cmake-utils virtualx
 
 DESCRIPTION="A Qt implementation of XDG standards"
 HOMEPAGE="http://lxqt.org/";
@@ -41,3 +41,7 @@ src_configure() {
)
cmake-utils_src_configure
 }
+
+src_test() {
+   VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+}



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2015-11-19 Thread Michael Palimaka
commit: 8bb9e32f25889d9e0c10411a4826627d3bb1796c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov 19 15:30:47 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Nov 19 15:30:47 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=8bb9e32f

dev-libs/libqtxdg: remove unused configure option

Package-Manager: portage-2.2.25

 dev-libs/libqtxdg/libqtxdg-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index a5ab28b..c262d61 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -37,7 +37,6 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DUSE_QT4=OFF
$(cmake-utils_use_build test TESTS)
)
cmake-utils_src_configure



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2015-06-28 Thread Davide Pesavento
commit: 66303fa0d8908aed5dcb95c823369c4f6b1d3b07
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Jun 28 13:49:09 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Jun 28 13:49:09 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=66303fa0

[dev-libs/libqtxdg] Sync.

Package-Manager: portage-2.2.20

 dev-libs/libqtxdg/libqtxdg-.ebuild | 12 ++--
 dev-libs/libqtxdg/metadata.xml |  4 
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 6e3dd59..038ac88 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -8,12 +8,12 @@ inherit cmake-utils
 DESCRIPTION="A Qt implementation of XDG standards"
 HOMEPAGE="http://lxqt.org/";
 
-if [[ ${PV} = ** ]]; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1"
@@ -21,14 +21,14 @@ SLOT="0"
 IUSE="test"
 
 CDEPEND="
-   sys-apps/file
dev-qt/qtcore:5
+   dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   dev-qt/linguist-tools:5
 "
 DEPEND="${CDEPEND}
+   virtual/pkgconfig
test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${CDEPEND}
@@ -37,8 +37,8 @@ RDEPEND="${CDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DUSE_QT5=ON
-   $(cmake-utils_use test BUILD_TESTS)
+   -DUSE_QT4=OFF
+   $(cmake-utils_use_build test TESTS)
)
cmake-utils_src_configure
 }

diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
index 74b39e2..2b2f838 100644
--- a/dev-libs/libqtxdg/metadata.xml
+++ b/dev-libs/libqtxdg/metadata.xml
@@ -3,8 +3,4 @@
 
   lxqt
   qt
-  
-jauh...@gentoo.org
-Jauhien Piatlicki
-  
 



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2015-02-10 Thread Ben de Groot
commit: 8d2aefc5493434a77209d00c1ff448dbe2f073da
Author: Ben de Groot  gentoo  org>
AuthorDate: Tue Feb 10 10:33:46 2015 +
Commit: Ben de Groot  gentoo  org>
CommitDate: Tue Feb 10 10:33:46 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8d2aefc5

dev-libs/libqtxdg: drop S reassignment

---
 dev-libs/libqtxdg/libqtxdg-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 99d0b71..6e3dd59 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -14,7 +14,6 @@ if [[ ${PV} = ** ]]; then
 else
SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2015-02-10 Thread Ben de Groot
commit: 06123599f7639db30c68a758cf4ec49a1a67d9a8
Author: Ben de Groot  gentoo  org>
AuthorDate: Tue Feb 10 10:30:37 2015 +
Commit: Ben de Groot  gentoo  org>
CommitDate: Tue Feb 10 10:30:37 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=06123599

dev-libs/libqtxdg: update SRC_URI

---
 dev-libs/libqtxdg/libqtxdg-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 2a514f1..99d0b71 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-   SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
+   SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}"
 fi