[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 8652392f6168b9e89a16b25aec301ab27638e64a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 21 19:21:54 2025 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 22 18:28:42 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8652392f x11-misc/kdocker: drop 5.4 Closes: https://bugs.gentoo.org/947614 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kdocker/Manifest | 1 - x11-misc/kdocker/kdocker-5.4.ebuild | 50 - 2 files changed, 51 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index f058f7769a8a..2e7b9663b0cd 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1 @@ -DIST KDocker-5.4.tar.gz 181166 BLAKE2B 7a301cd36f73112f5a6df6ce65fc11c30b16089ccec98f46d435694b2bfb373eac11c2ba3be5c4e56a56cec1f5fad9bc17b014e47e55f886f0685b6f11707c51 SHA512 1bc1bc445ccc2406f3fe21deb68d9654b3d384ab88bce4bc49f123c343ece3dcc3dfdc49b796f6ad5251d050e57b4ad13e1900851519b3643263137550f0ccc9 DIST KDocker-6.2.tar.gz 352810 BLAKE2B d299c71c53a4c519da2ee038878a689bcc074fbf49ad69eda74f38ebd9b7734fa7a8ef9e6cbdbaa20fcce18814d5a397ba0fd2e6bdbf71790271d46603b136d8 SHA512 0e3ef8235e2ecb95bfaec704fb3cc9dfc15be5955ab12155e78128628e00dc3398f179b7e3393b1f0898b3c43d681b1b5bb1828bfc92629136f818773b650caf diff --git a/x11-misc/kdocker/kdocker-5.4.ebuild b/x11-misc/kdocker/kdocker-5.4.ebuild deleted file mode 100644 index d307e8c299a0.. --- a/x11-misc/kdocker/kdocker-5.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 qmake-utils xdg - -MY_P=KDocker-${PV} -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker"; -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" - sed -i -e 's|/usr/share/appdata|/usr/share/metainfo|g' kdocker.pro \ - || die "sed failed" -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 2b2d9556be1a5aa284cf215f619aeb295e85726a Author: Sam James gentoo org> AuthorDate: Tue Apr 22 00:35:18 2025 + Commit: Sam James gentoo org> CommitDate: Tue Apr 22 00:35:18 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2d9556 x11-misc/kdocker: Stabilize 6.2 x86, #947614 Signed-off-by: Sam James gentoo.org> x11-misc/kdocker/kdocker-6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-6.2.ebuild b/x11-misc/kdocker/kdocker-6.2.ebuild index fbdce6c9e95d..f31f33d5bc57 100644 --- a/x11-misc/kdocker/kdocker-6.2.ebuild +++ b/x11-misc/kdocker/kdocker-6.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-qt/qtbase:6[dbus,gui,widgets,X]
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/files/, x11-misc/kdocker/
commit: 70dabe22e8a4cc3b12c326620ab1e17a8c6e5330 Author: Nicolas PARLANT parhuet fr> AuthorDate: Wed Mar 19 10:50:41 2025 + Commit: Sam James gentoo org> CommitDate: Mon Mar 24 05:58:18 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dabe22 x11-misc/kdocker: add 6.2, qt6 port qt6/cmake it works without any custom phase libXmu and libXpm are no longer required Closes: https://bugs.gentoo.org/947614 Signed-off-by: Nicolas PARLANT parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/41169 Signed-off-by: Sam James gentoo.org> x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/files/kdocker-6.2-fix_clang.patch | 24 ++ x11-misc/kdocker/kdocker-6.2.ebuild| 29 ++ 3 files changed, 54 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index 10ae4225980b..f058f7769a8a 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1 +1,2 @@ DIST KDocker-5.4.tar.gz 181166 BLAKE2B 7a301cd36f73112f5a6df6ce65fc11c30b16089ccec98f46d435694b2bfb373eac11c2ba3be5c4e56a56cec1f5fad9bc17b014e47e55f886f0685b6f11707c51 SHA512 1bc1bc445ccc2406f3fe21deb68d9654b3d384ab88bce4bc49f123c343ece3dcc3dfdc49b796f6ad5251d050e57b4ad13e1900851519b3643263137550f0ccc9 +DIST KDocker-6.2.tar.gz 352810 BLAKE2B d299c71c53a4c519da2ee038878a689bcc074fbf49ad69eda74f38ebd9b7734fa7a8ef9e6cbdbaa20fcce18814d5a397ba0fd2e6bdbf71790271d46603b136d8 SHA512 0e3ef8235e2ecb95bfaec704fb3cc9dfc15be5955ab12155e78128628e00dc3398f179b7e3393b1f0898b3c43d681b1b5bb1828bfc92629136f818773b650caf diff --git a/x11-misc/kdocker/files/kdocker-6.2-fix_clang.patch b/x11-misc/kdocker/files/kdocker-6.2-fix_clang.patch new file mode 100644 index ..84aba1550192 --- /dev/null +++ b/x11-misc/kdocker/files/kdocker-6.2-fix_clang.patch @@ -0,0 +1,24 @@ +https://github.com/user-none/KDocker/pull/142.patch +From 114d1f3ac0f78569c1c0a6e8deac141c0efddff0 Mon Sep 17 00:00:00 2001 +From: Reilly Brogan +Date: Sat, 7 Dec 2024 00:49:16 -0600 +Subject: [PATCH] Fix clang compilation + +Signed-off-by: Reilly Brogan +--- + src/xlibutil.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/xlibutil.cpp b/src/xlibutil.cpp +index b18f20a..d899bb5 100644 +--- a/src/xlibutil.cpp b/src/xlibutil.cpp +@@ -654,7 +654,7 @@ void XLibUtil::raiseWindow(windowid_t window) + // found icon. + static bool imageMeetsMinimumOpaque(size_t num_opaque, size_t width, size_t height) + { +-if (static_cast(num_opaque) / static_cast(width * height) > 0.1d) ++if (static_cast(num_opaque) / static_cast(width * height) > 0.1) + return true; + return false; + } diff --git a/x11-misc/kdocker/kdocker-6.2.ebuild b/x11-misc/kdocker/kdocker-6.2.ebuild new file mode 100644 index ..90e55eb29de1 --- /dev/null +++ b/x11-misc/kdocker/kdocker-6.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +MY_P=KDocker-${PV} +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker"; +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-qt/qtbase:6[dbus,gui,widgets,X] + x11-libs/libX11 +" +DEPEND="${RDEPEND} + x11-libs/libxcb +" + +PATCHES=( + # Merged. To be removed at next version 6.3. + "${FILESDIR}"/${P}-fix_clang.patch +)
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: af547a9b43deebee6aa8dc5764e11d8cbf67a921 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 15 21:46:17 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 22 19:21:40 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af547a9b x11-misc/kdocker: drop 5.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kdocker/Manifest | 1 - x11-misc/kdocker/kdocker-5.3.ebuild | 50 - 2 files changed, 51 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index f8ca7508572e..10ae4225980b 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1 @@ -DIST KDocker-5.3.tar.gz 180861 BLAKE2B b9ee9c2b035fb477e947b1b451d55e76fb4d9ae8788469fc2d05e1721b5ab71657e00e31331b5be6cf8776b37b7032720d4609df29f57e5c66a44d9fc5d38318 SHA512 8e5af389c402f337c75f861b4cc83036486903a9728fbcb6ea812392c297203fad7eec4e7b11eb1db83514fd615094ab9826277b73312ae8ea13b012d82524c4 DIST KDocker-5.4.tar.gz 181166 BLAKE2B 7a301cd36f73112f5a6df6ce65fc11c30b16089ccec98f46d435694b2bfb373eac11c2ba3be5c4e56a56cec1f5fad9bc17b014e47e55f886f0685b6f11707c51 SHA512 1bc1bc445ccc2406f3fe21deb68d9654b3d384ab88bce4bc49f123c343ece3dcc3dfdc49b796f6ad5251d050e57b4ad13e1900851519b3643263137550f0ccc9 diff --git a/x11-misc/kdocker/kdocker-5.3.ebuild b/x11-misc/kdocker/kdocker-5.3.ebuild deleted file mode 100644 index 67fc17c6af22.. --- a/x11-misc/kdocker/kdocker-5.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 qmake-utils xdg - -MY_P=KDocker-${PV} -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker"; -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" - sed -i -e 's|/usr/share/appdata|/usr/share/metainfo|g' kdocker.pro \ - || die "sed failed" -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 4586a8dfb5d0c3c1d2d0f417e975cf13f5559545 Author: Joonas Niilola gentoo org> AuthorDate: Mon Dec 18 07:13:14 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Dec 18 07:13:14 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4586a8df x11-misc/kdocker: Stabilize 5.4 x86, #920225 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/kdocker/kdocker-5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-5.4.ebuild b/x11-misc/kdocker/kdocker-5.4.ebuild index ff2515909f6e..d307e8c299a0 100644 --- a/x11-misc/kdocker/kdocker-5.4.ebuild +++ b/x11-misc/kdocker/kdocker-5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: a5dfcce5a76059caa1db3fd5d64261392b0356fc Author: Sam James gentoo org> AuthorDate: Mon Dec 18 01:08:19 2023 + Commit: Sam James gentoo org> CommitDate: Mon Dec 18 01:08:19 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dfcce5 x11-misc/kdocker: Stabilize 5.4 amd64, #920225 Signed-off-by: Sam James gentoo.org> x11-misc/kdocker/kdocker-5.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/kdocker/kdocker-5.4.ebuild b/x11-misc/kdocker/kdocker-5.4.ebuild index 43d293885e65..ff2515909f6e 100644 --- a/x11-misc/kdocker/kdocker-5.4.ebuild +++ b/x11-misc/kdocker/kdocker-5.4.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 9b4710f22a1748bc9c2ae5486c5087ffea011076 Author: Nikos Chantziaras gmail com> AuthorDate: Fri Apr 29 06:10:24 2022 + Commit: Joonas Niilola gentoo org> CommitDate: Mon May 2 12:46:32 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4710f2 x11-misc/kdocker: add 5.4 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nikos Chantziaras gmail.com> Signed-off-by: Joonas Niilola gentoo.org> x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/kdocker-5.4.ebuild | 50 + 2 files changed, 51 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index ef201b6237d8..a2d109a151b7 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1,3 @@ DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 DIST KDocker-5.3.tar.gz 180861 BLAKE2B b9ee9c2b035fb477e947b1b451d55e76fb4d9ae8788469fc2d05e1721b5ab71657e00e31331b5be6cf8776b37b7032720d4609df29f57e5c66a44d9fc5d38318 SHA512 8e5af389c402f337c75f861b4cc83036486903a9728fbcb6ea812392c297203fad7eec4e7b11eb1db83514fd615094ab9826277b73312ae8ea13b012d82524c4 +DIST KDocker-5.4.tar.gz 181166 BLAKE2B 7a301cd36f73112f5a6df6ce65fc11c30b16089ccec98f46d435694b2bfb373eac11c2ba3be5c4e56a56cec1f5fad9bc17b014e47e55f886f0685b6f11707c51 SHA512 1bc1bc445ccc2406f3fe21deb68d9654b3d384ab88bce4bc49f123c343ece3dcc3dfdc49b796f6ad5251d050e57b4ad13e1900851519b3643263137550f0ccc9 diff --git a/x11-misc/kdocker/kdocker-5.4.ebuild b/x11-misc/kdocker/kdocker-5.4.ebuild new file mode 100644 index ..43d293885e65 --- /dev/null +++ b/x11-misc/kdocker/kdocker-5.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 qmake-utils xdg + +MY_P=KDocker-${PV} +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker"; +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsingleapplication[qt5(+),X] + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ + kdocker.pro || die "sed failed" + sed -i -e 's|/usr/share/appdata|/usr/share/metainfo|g' kdocker.pro \ + || die "sed failed" +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/, x11-misc/kdocker/files/
commit: fad8fa869e3c589295310fb75928e93f6a6a52d6 Author: Nikos Chantziaras gmail com> AuthorDate: Fri Apr 29 06:11:56 2022 + Commit: Joonas Niilola gentoo org> CommitDate: Mon May 2 12:46:33 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad8fa86 x11-misc/kdocker: delete old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nikos Chantziaras gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25247 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/kdocker/Manifest| 1 - x11-misc/kdocker/files/qt-5.14.patch | 38 -- x11-misc/kdocker/kdocker-5.2.ebuild | 52 3 files changed, 91 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index a2d109a151b7..f8ca7508572e 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,3 +1,2 @@ -DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 DIST KDocker-5.3.tar.gz 180861 BLAKE2B b9ee9c2b035fb477e947b1b451d55e76fb4d9ae8788469fc2d05e1721b5ab71657e00e31331b5be6cf8776b37b7032720d4609df29f57e5c66a44d9fc5d38318 SHA512 8e5af389c402f337c75f861b4cc83036486903a9728fbcb6ea812392c297203fad7eec4e7b11eb1db83514fd615094ab9826277b73312ae8ea13b012d82524c4 DIST KDocker-5.4.tar.gz 181166 BLAKE2B 7a301cd36f73112f5a6df6ce65fc11c30b16089ccec98f46d435694b2bfb373eac11c2ba3be5c4e56a56cec1f5fad9bc17b014e47e55f886f0685b6f11707c51 SHA512 1bc1bc445ccc2406f3fe21deb68d9654b3d384ab88bce4bc49f123c343ece3dcc3dfdc49b796f6ad5251d050e57b4ad13e1900851519b3643263137550f0ccc9 diff --git a/x11-misc/kdocker/files/qt-5.14.patch b/x11-misc/kdocker/files/qt-5.14.patch deleted file mode 100644 index ca1237965aaf.. --- a/x11-misc/kdocker/files/qt-5.14.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 1579ee388749a7b056ccdd8ef2d4deafe21bd3e7 Mon Sep 17 00:00:00 2001 -From: Nikos Chantziaras -Date: Mon, 30 Dec 2019 16:03:16 +0200 -Subject: [PATCH] Fix building with Qt 5.14 - -Qt 5.14 introduced QActionGroup::ExclusionPolicy::None, but defines a -'None' macro. Work around the resulting mess by temporarily undefining the -macro. - src/trayitem.h | 8 - 1 file changed, 8 insertions(+) - -diff --git a/src/trayitem.h b/src/trayitem.h -index 7698ea4..4b54cdd 100644 a/src/trayitem.h -+++ b/src/trayitem.h -@@ -21,6 +21,10 @@ - #ifndef _TRAYITEM_H - #define _TRAYITEM_H - -+// Qt 5.14 introduced QActionGroup::ExclusionPolicy::None, but defines a 'None' macro. -+#pragma push_macro("None") -+#undef None -+ - #include - #include - #include -@@ -32,6 +36,10 @@ - - #include "xlibutil.h" - -+#ifndef None -+#pragma pop_macro("None") -+#endif -+ - #define DEFAULT_CustomIconQString() - #define DEFAULT_BalloonTimeout4000 // 4 seconds - #define DEFAULT_SkipTaskbar false diff --git a/x11-misc/kdocker/kdocker-5.2.ebuild b/x11-misc/kdocker/kdocker-5.2.ebuild deleted file mode 100644 index e75cbf9228cc.. --- a/x11-misc/kdocker/kdocker-5.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 qmake-utils xdg - -MY_P=KDocker-${PV} -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker"; -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) - -PATCHES=( - "${FILESDIR}"/qt-5.14.patch -) - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: be38d88544056fcb3e3bfe2368758654cd7fcc65 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jul 19 12:17:30 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jul 19 12:17:30 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be38d885 x11-misc/kdocker: amd64 stable wrt bug #732544 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> x11-misc/kdocker/kdocker-5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-5.3.ebuild b/x11-misc/kdocker/kdocker-5.3.ebuild index 82d27817c1f..67fc17c6af2 100644 --- a/x11-misc/kdocker/kdocker-5.3.ebuild +++ b/x11-misc/kdocker/kdocker-5.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 7d04eef662ea9bb4defd3eb583e5ce71721c1aab Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jul 17 15:16:58 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jul 17 15:16:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d04eef6 x11-misc/kdocker: x86 stable wrt bug #732544 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> x11-misc/kdocker/kdocker-5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-5.3.ebuild b/x11-misc/kdocker/kdocker-5.3.ebuild index 30bfc104e84..82d27817c1f 100644 --- a/x11-misc/kdocker/kdocker-5.3.ebuild +++ b/x11-misc/kdocker/kdocker-5.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: b67c35f36b5cdc1da1e0259b48834589634e8c0f Author: Nikos Chantziaras gmail com> AuthorDate: Wed Apr 1 18:37:51 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Apr 4 08:00:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67c35f3 x11-misc/kdocker: version bump to 5.3 Closes: https://bugs.gentoo.org/715792 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Nikos Chantziaras gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15200 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/kdocker-5.3.ebuild | 50 + 2 files changed, 51 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index 03041212b81..ef201b6237d 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1 +1,2 @@ DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 +DIST KDocker-5.3.tar.gz 180861 BLAKE2B b9ee9c2b035fb477e947b1b451d55e76fb4d9ae8788469fc2d05e1721b5ab71657e00e31331b5be6cf8776b37b7032720d4609df29f57e5c66a44d9fc5d38318 SHA512 8e5af389c402f337c75f861b4cc83036486903a9728fbcb6ea812392c297203fad7eec4e7b11eb1db83514fd615094ab9826277b73312ae8ea13b012d82524c4 diff --git a/x11-misc/kdocker/kdocker-5.3.ebuild b/x11-misc/kdocker/kdocker-5.3.ebuild new file mode 100644 index 000..30bfc104e84 --- /dev/null +++ b/x11-misc/kdocker/kdocker-5.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit bash-completion-r1 qmake-utils xdg + +MY_P=KDocker-${PV} +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker"; +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsingleapplication[qt5(+),X] + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ + kdocker.pro || die "sed failed" + sed -i -e 's|/usr/share/appdata|/usr/share/metainfo|g' kdocker.pro \ + || die "sed failed" +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 3787fe3edcaa4f900c5334d2c6c6c416cbcfd88f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 22:54:24 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 22:57:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3787fe3e x11-misc/kdocker: Drop 5.0-r1 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kdocker/Manifest | 1 - x11-misc/kdocker/kdocker-5.0-r1.ebuild | 47 -- 2 files changed, 48 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index b5cfcf6f6bf..03041212b81 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1 @@ DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 -DIST kdocker-5.0.tar.gz 15 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/kdocker-5.0-r1.ebuild b/x11-misc/kdocker/kdocker-5.0-r1.ebuild deleted file mode 100644 index 0bce209883e..000 --- a/x11-misc/kdocker/kdocker-5.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit bash-completion-r1 qmake-utils - -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker"; -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) - -S=${WORKDIR}/KDocker-${PV} - -src_prepare() { - default - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: e92eaf0b79480adc5c6a9b03eb8a84cd38579e58 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Feb 17 12:20:50 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Feb 17 12:20:50 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92eaf0b x11-misc/kdocker: x86 stable wrt bug #708814 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> x11-misc/kdocker/kdocker-5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-5.2.ebuild b/x11-misc/kdocker/kdocker-5.2.ebuild index e39cec5a8e1..e75cbf9228c 100644 --- a/x11-misc/kdocker/kdocker-5.2.ebuild +++ b/x11-misc/kdocker/kdocker-5.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 37190c3b546363d7c8f3ac928f7381830e46caad Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Feb 14 08:57:40 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Feb 14 08:57:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37190c3b x11-misc/kdocker: amd64 stable wrt bug #708814 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> x11-misc/kdocker/kdocker-5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-5.2.ebuild b/x11-misc/kdocker/kdocker-5.2.ebuild index 598511b3125..e39cec5a8e1 100644 --- a/x11-misc/kdocker/kdocker-5.2.ebuild +++ b/x11-misc/kdocker/kdocker-5.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/files/, x11-misc/kdocker/
commit: a3976f8b771939a59857f3f6e5f7557aa49cb65f Author: Nikos Chantziaras gmail com> AuthorDate: Mon Dec 30 14:22:51 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 07:55:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3976f8b x11-misc/kdocker: fix Qt 5.14 build, EAPI 7 Closes: https://bugs.gentoo.org/703882 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Nikos Chantziaras gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14181 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kdocker/files/qt-5.14.patch | 38 x11-misc/kdocker/kdocker-5.2.ebuild | 18 +++-- 2 files changed, 45 insertions(+), 11 deletions(-) diff --git a/x11-misc/kdocker/files/qt-5.14.patch b/x11-misc/kdocker/files/qt-5.14.patch new file mode 100644 index 000..ca1237965aa --- /dev/null +++ b/x11-misc/kdocker/files/qt-5.14.patch @@ -0,0 +1,38 @@ +From 1579ee388749a7b056ccdd8ef2d4deafe21bd3e7 Mon Sep 17 00:00:00 2001 +From: Nikos Chantziaras +Date: Mon, 30 Dec 2019 16:03:16 +0200 +Subject: [PATCH] Fix building with Qt 5.14 + +Qt 5.14 introduced QActionGroup::ExclusionPolicy::None, but defines a +'None' macro. Work around the resulting mess by temporarily undefining the +macro. +--- + src/trayitem.h | 8 + 1 file changed, 8 insertions(+) + +diff --git a/src/trayitem.h b/src/trayitem.h +index 7698ea4..4b54cdd 100644 +--- a/src/trayitem.h b/src/trayitem.h +@@ -21,6 +21,10 @@ + #ifndef _TRAYITEM_H + #define _TRAYITEM_H + ++// Qt 5.14 introduced QActionGroup::ExclusionPolicy::None, but defines a 'None' macro. ++#pragma push_macro("None") ++#undef None ++ + #include + #include + #include +@@ -32,6 +36,10 @@ + + #include "xlibutil.h" + ++#ifndef None ++#pragma pop_macro("None") ++#endif ++ + #define DEFAULT_CustomIconQString() + #define DEFAULT_BalloonTimeout4000 // 4 seconds + #define DEFAULT_SkipTaskbar false diff --git a/x11-misc/kdocker/kdocker-5.2.ebuild b/x11-misc/kdocker/kdocker-5.2.ebuild index 43c6d71eef6..a97ab33e91e 100644 --- a/x11-misc/kdocker/kdocker-5.2.ebuild +++ b/x11-misc/kdocker/kdocker-5.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit bash-completion-r1 gnome2-utils qmake-utils +inherit bash-completion-r1 qmake-utils xdg MY_P=KDocker-${PV} DESCRIPTION="Helper to dock any application into the system tray" @@ -29,6 +29,10 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) +PATCHES=( + "${FILESDIR}"/qt-5.14.patch +) + S=${WORKDIR}/${MY_P} src_prepare() { @@ -46,11 +50,3 @@ src_install() { emake INSTALL_ROOT="${D}" install einstalldocs } - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 77103221c149a749835514ab5721530da7f008c5 Author: Nikos Chantziaras gmail com> AuthorDate: Mon Dec 30 14:31:51 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 07:55:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77103221 x11-misc/kdocker: delete old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Nikos Chantziaras gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kdocker/Manifest | 1 - x11-misc/kdocker/kdocker-5.1.ebuild | 56 - 2 files changed, 57 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index ecb74c0a2de..b5cfcf6f6bf 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,3 +1,2 @@ -DIST KDocker-5.1.tar.gz 173340 BLAKE2B a15b833fba2a2d1e3f1b55ad4d115cb09f55a57981076332fc86b1e607bac470705b8bc909d15ddd912b43d301e8c217b1fd175947879f053b250d8684556424 SHA512 df5880e1c19a436ef6b8ee92426f989b77f4dfd11f3a6a2357f425419ea61cd69f51250a10e92962a893611f0a14504f698ccef09322d62d20f5d49a506c4a12 DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 DIST kdocker-5.0.tar.gz 15 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/kdocker-5.1.ebuild b/x11-misc/kdocker/kdocker-5.1.ebuild deleted file mode 100644 index cc8d8ab4af6..000 --- a/x11-misc/kdocker/kdocker-5.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit bash-completion-r1 qmake-utils gnome2-utils - -MY_P=KDocker-${PV} -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker"; -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: d0801af6658208e85edbaaefc4923735a9469fe2 Author: Nikos Chantziaras gmail com> AuthorDate: Fri Jul 27 19:46:41 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Aug 7 09:46:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0801af6 x11-misc/kdocker: version bump to 5.2 Closes: https://bugs.gentoo.org/662308 Closes: https://github.com/gentoo/gentoo/pull/9363 Package-Manager: Portage-2.3.43, Repoman-2.3.10 x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/kdocker-5.2.ebuild | 56 + 2 files changed, 57 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index db68f1de65c..ecb74c0a2de 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1,3 @@ DIST KDocker-5.1.tar.gz 173340 BLAKE2B a15b833fba2a2d1e3f1b55ad4d115cb09f55a57981076332fc86b1e607bac470705b8bc909d15ddd912b43d301e8c217b1fd175947879f053b250d8684556424 SHA512 df5880e1c19a436ef6b8ee92426f989b77f4dfd11f3a6a2357f425419ea61cd69f51250a10e92962a893611f0a14504f698ccef09322d62d20f5d49a506c4a12 +DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 DIST kdocker-5.0.tar.gz 15 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/kdocker-5.2.ebuild b/x11-misc/kdocker/kdocker-5.2.ebuild new file mode 100644 index 000..43c6d71eef6 --- /dev/null +++ b/x11-misc/kdocker/kdocker-5.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit bash-completion-r1 gnome2-utils qmake-utils + +MY_P=KDocker-${PV} +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker"; +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsingleapplication[qt5(+),X] + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ + kdocker.pro || die "sed failed" +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: bf1d484bdcc50cab75ca406834d84dd877d87701 Author: Nikos Chantziaras gmail com> AuthorDate: Wed Mar 14 22:50:28 2018 + Commit: Michał Górny gentoo org> CommitDate: Fri Mar 16 10:12:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1d484b x11-misc/kdocker: add proxy maintainer and proxy-maint Closes: https://github.com/gentoo/gentoo/pull/7451 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-misc/kdocker/metadata.xml | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x11-misc/kdocker/metadata.xml b/x11-misc/kdocker/metadata.xml index 5b89c48049a..99f3bac21a2 100644 --- a/x11-misc/kdocker/metadata.xml +++ b/x11-misc/kdocker/metadata.xml @@ -1,7 +1,14 @@ http://www.gentoo.org/dtd/metadata.dtd";> - + + rea...@gmail.com + Nikos Chantziaras + + + proxy-ma...@gentoo.org + Proxy Maintainers + user-none/KDocker https://github.com/user-none/KDocker/issues
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: e25e4078ce2a7b2870722c6c00783530adaca24e Author: Nikos Chantziaras gmail com> AuthorDate: Wed Mar 14 02:52:47 2018 + Commit: Michał Górny gentoo org> CommitDate: Fri Mar 16 10:12:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25e4078 x11-misc/kdocker: version bump to 5.1 Closes: https://bugs.gentoo.org/648574 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/kdocker-5.1.ebuild | 56 + 2 files changed, 57 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index 78eca9dd6fb..db68f1de65c 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1 +1,2 @@ +DIST KDocker-5.1.tar.gz 173340 BLAKE2B a15b833fba2a2d1e3f1b55ad4d115cb09f55a57981076332fc86b1e607bac470705b8bc909d15ddd912b43d301e8c217b1fd175947879f053b250d8684556424 SHA512 df5880e1c19a436ef6b8ee92426f989b77f4dfd11f3a6a2357f425419ea61cd69f51250a10e92962a893611f0a14504f698ccef09322d62d20f5d49a506c4a12 DIST kdocker-5.0.tar.gz 15 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/kdocker-5.1.ebuild b/x11-misc/kdocker/kdocker-5.1.ebuild new file mode 100644 index 000..cc8d8ab4af6 --- /dev/null +++ b/x11-misc/kdocker/kdocker-5.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit bash-completion-r1 qmake-utils gnome2-utils + +MY_P=KDocker-${PV} +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker"; +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsingleapplication[qt5(+),X] + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ + kdocker.pro || die "sed failed" +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: b5b5cefc759ecb7de73c2b0bc6bb9c14fddafe10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 20:20:04 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 10:47:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b5cefc x11-misc/kdocker: Prepare for qtsingleapplication dropping qt5 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-misc/kdocker/{kdocker-5.0.ebuild => kdocker-5.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/kdocker/kdocker-5.0.ebuild b/x11-misc/kdocker/kdocker-5.0-r1.ebuild similarity index 91% rename from x11-misc/kdocker/kdocker-5.0.ebuild rename to x11-misc/kdocker/kdocker-5.0-r1.ebuild index ab82f88c525..0bce209883e 100644 --- a/x11-misc/kdocker/kdocker-5.0.ebuild +++ b/x11-misc/kdocker/kdocker-5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="" DEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: e6bd45bc85f6e4dda854ed76e747c82eb3aaaf64 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 21 09:20:57 2017 + Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 21 09:24:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bd45bc x11-misc/kdocker: stabilise 5.0 for amd64/x86 Package-Manager: Portage-2.3.14, Repoman-2.3.6 x11-misc/kdocker/kdocker-5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/kdocker/kdocker-5.0.ebuild b/x11-misc/kdocker/kdocker-5.0.ebuild index f5fe8f99707..ab82f88c525 100644 --- a/x11-misc/kdocker/kdocker-5.0.ebuild +++ b/x11-misc/kdocker/kdocker-5.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/, x11-misc/kdocker/files/
commit: c9759f22f9cafb8c0fd673495aa4f22e58bf9dde Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 21 09:21:16 2017 + Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 21 09:24:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9759f22 x11-misc/kdocker: remove 4.8-r2 Package-Manager: Portage-2.3.14, Repoman-2.3.6 x11-misc/kdocker/Manifest | 1 - .../kdocker-4.8-unbundle-qtsingleapplication.patch | 17 - x11-misc/kdocker/kdocker-4.8-r2.ebuild | 44 -- 3 files changed, 62 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index e20d5b1218b..78eca9dd6fb 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1 @@ -DIST kdocker-4.8.tar.gz 379186 BLAKE2B 0ba5d39f5ecfaca1a67c1369239d90edf892db536f65a1f853788941ebb1891c0fd92ddce16250be3c8d613a40626bffebd2ea0e29fe4abf862327dcd62be5cf SHA512 4e7d716dba1ec7d45cb1134e4d28b4d4461a837d2f88f1460d54297594f617c414ba231515e1ca5c284e75099ac5db9762712085aba6c374991c8c642d903a91 DIST kdocker-5.0.tar.gz 15 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/files/kdocker-4.8-unbundle-qtsingleapplication.patch b/x11-misc/kdocker/files/kdocker-4.8-unbundle-qtsingleapplication.patch deleted file mode 100644 index 798769e6907..000 --- a/x11-misc/kdocker/files/kdocker-4.8-unbundle-qtsingleapplication.patch +++ /dev/null @@ -1,17 +0,0 @@ -=== modified file 'kdocker.pro' kdocker.pro2011-05-31 00:46:31 + -+++ kdocker.pro2013-10-27 14:41:36 + -@@ -2,7 +2,11 @@ - CONFIG += qt - TARGET = kdocker - --include(solutions/qtsingleapplication/qtsingleapplication.pri) -+isEmpty(SYSTEMQTSA) { -+ include(3rdparty/qtsingleapplication/qtsingleapplication.pri) -+} else { -+ CONFIG += qtsingleapplication -+} - - DEPENDPATH += src - INCLUDEPATH += . src /usr/include/X11 - diff --git a/x11-misc/kdocker/kdocker-4.8-r2.ebuild b/x11-misc/kdocker/kdocker-4.8-r2.ebuild deleted file mode 100644 index f3e8ad99e0d..000 --- a/x11-misc/kdocker/kdocker-4.8-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -LANGS="it" -inherit bash-completion-r1 qt4-r2 - -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker"; -SRC_URI="https://launchpad.net/${PN}/trunk/${PV:0:3}/+download/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsingleapplication[qt4(+),X] - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README TODO ) -PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" ) - -src_prepare() { - qt4-r2_src_prepare - - if ! use linguas_it ; then - sed -e '/^INSTALLS +=/s/translations//' -i kdocker.pro || die "sed failed" - fi - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" -} - -src_configure() { - eqmake4 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: bc55a971bbb56848fa9a42e0275c1d0f6dc763fd Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 15 11:58:03 2017 + Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 15 11:59:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc55a971 x11-misc/kdocker: version bump 5.0 Closes: https://bugs.gentoo.org/637282 Package-Manager: Portage-2.3.8, Repoman-2.3.4 x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/kdocker-5.0.ebuild | 47 + 2 files changed, 48 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index dcfb732e06e..28196cff963 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1 +1,2 @@ DIST kdocker-4.8.tar.gz 379186 SHA256 16e5d6dab6957139343b29d2bab7d1f7154d74bb4a60dace897b23cf6f8921a9 SHA512 4e7d716dba1ec7d45cb1134e4d28b4d4461a837d2f88f1460d54297594f617c414ba231515e1ca5c284e75099ac5db9762712085aba6c374991c8c642d903a91 WHIRLPOOL 059c018059e29f5259adfeb23f3bf1d6b1967aa06a1cf991bcfa050324c3459ea08c304c869a77c4f6ac16e508546051d6484cc6806217fb39afd8fdd01f9970 +DIST kdocker-5.0.tar.gz 15 SHA256 711c3a07d36d278eca47fa56db34fcb0f20f30210d9a1e86a9d0243b834e357a SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 WHIRLPOOL 735e90b7e77dce434c3a4a6f0bc249b05845eae8dbcffd91f816882e5aa5e64bb359d675ccea62b3f1f45c70538ac7a49e23e5d60b070fd9877ee77f399be668 diff --git a/x11-misc/kdocker/kdocker-5.0.ebuild b/x11-misc/kdocker/kdocker-5.0.ebuild new file mode 100644 index 000..f5fe8f99707 --- /dev/null +++ b/x11-misc/kdocker/kdocker-5.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit bash-completion-r1 qmake-utils + +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker"; +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) + +S=${WORKDIR}/KDocker-${PV} + +src_prepare() { + default + + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ + kdocker.pro || die "sed failed" +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: 9a79c588ad2e66d2eb48f58b1ef7b1cbda2651d5 Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 15 11:59:23 2017 + Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 15 11:59:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a79c588 x11-misc/kdocker: update upstream metadata Package-Manager: Portage-2.3.8, Repoman-2.3.4 x11-misc/kdocker/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/kdocker/metadata.xml b/x11-misc/kdocker/metadata.xml index 8c76e785557..5b89c48049a 100644 --- a/x11-misc/kdocker/metadata.xml +++ b/x11-misc/kdocker/metadata.xml @@ -3,7 +3,7 @@ - kdocker - https://bugs.launchpad.net/kdocker + user-none/KDocker + https://github.com/user-none/KDocker/issues
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: d03b7ef030a36966b822fa07a23e792f635c10eb Author: Jonas Stein gentoo org> AuthorDate: Tue Nov 14 00:44:45 2017 + Commit: Jonas Stein gentoo org> CommitDate: Tue Nov 14 00:44:45 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03b7ef0 x11-misc/kdocker: HOMEPAGE updated HOMEPAGE changed as reported in Bug: https://bugs.gentoo.org/637282 Package-Manager: Portage-2.3.13, Repoman-2.3.4 x11-misc/kdocker/kdocker-4.8-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-misc/kdocker/kdocker-4.8-r2.ebuild b/x11-misc/kdocker/kdocker-4.8-r2.ebuild index 777c7974c8b..f3e8ad99e0d 100644 --- a/x11-misc/kdocker/kdocker-4.8-r2.ebuild +++ b/x11-misc/kdocker/kdocker-4.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ LANGS="it" inherit bash-completion-r1 qt4-r2 DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://launchpad.net/kdocker/"; +HOMEPAGE="https://github.com/user-none/KDocker"; SRC_URI="https://launchpad.net/${PN}/trunk/${PV:0:3}/+download/${P}.tar.gz"; LICENSE="GPL-2" @@ -26,7 +26,6 @@ DEPEND=" RDEPEND="${DEPEND}" DOCS=( AUTHORS BUGS ChangeLog CREDITS README TODO ) - PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" ) src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/
commit: b9b3a714419d0ac2c43e1c41e88181499e737c1c Author: Johannes Huber gentoo org> AuthorDate: Fri Jul 29 06:48:02 2016 + Commit: Johannes Huber gentoo org> CommitDate: Fri Jul 29 06:48:02 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b3a714 x11-misc/kdocker: Drop kde project Package-Manager: portage-2.3.0 x11-misc/kdocker/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/x11-misc/kdocker/metadata.xml b/x11-misc/kdocker/metadata.xml index 157c370..8c76e78 100644 --- a/x11-misc/kdocker/metadata.xml +++ b/x11-misc/kdocker/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - k...@gentoo.org - Gentoo KDE Project - + kdocker https://bugs.launchpad.net/kdocker