diff options
Diffstat (limited to 'gui-apps/qt6ct')
-rw-r--r-- | gui-apps/qt6ct/Manifest | 4 | ||||
-rw-r--r-- | gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild | 48 | ||||
-rw-r--r-- | gui-apps/qt6ct/qt6ct-0.9.ebuild | 2 |
3 files changed, 2 insertions, 52 deletions
diff --git a/gui-apps/qt6ct/Manifest b/gui-apps/qt6ct/Manifest index 0290f2e619bc..f799bbdf06c5 100644 --- a/gui-apps/qt6ct/Manifest +++ b/gui-apps/qt6ct/Manifest @@ -1,5 +1,3 @@ -DIST qt6ct-0.8_p20230917.tar.gz 159468 BLAKE2B bf7c5446932a5e8152ee7121f8ee679aeacabae3c3be636bef0e6c1d128abfea571971efabb6366a654ea5845cce028ab641d795d6c56963d894a21732b8656b SHA512 751f9f6b2264ef04661b8b3ccdda599dfc0109aa35f60334857d382414872155b4d5b0e3b14cd6130385dfccb945e1547900a30a7cf08d87a0a592839ef05dba DIST qt6ct-0.9.tar.xz 75868 BLAKE2B 32c3cb641edcedc5a3c675e9f9541c1d8269f9b40ed3dff7da14ce6b2686302f3812ec365fc746bd872cba1a12bcee1a644e3bad5885ba7a27d3fe1de0693f01 SHA512 ea5242cc10d9d210e190dd442c72c9f75c6a13e50191ec164fc9772de0475ca39453f22b061cfe24e1face4d660159d491627b65f2637b5d611cfe5fb0ac228f -EBUILD qt6ct-0.8_p20230917.ebuild 1443 BLAKE2B 3e84d7c6c42828e69a3815c5655dda5af913969ed5a8388d141ef52f72859b9432e41a83e218131394bf06fa1d0c3d985275b34f62e93e18ef9e303496f0c26e SHA512 b4a442e1c96e88f478bc93b6d9211e5b3351eeb080e4e8b553a0866fd26c215d3bbd005de495dd6d324d28a0a9846f41182361eb5949b3f2b3e0b9f8f5ae5cda -EBUILD qt6ct-0.9.ebuild 1188 BLAKE2B d32c01fe8619ad06fa8da475bb7b56c6e50fb3d0d00bd7c8d7e6ab830ccbbb6a5659a0f9070cb376e80a97d0f4d974608801dd6af6e06d3d6bec916d945580a5 SHA512 86946a7253765d9047c328332148faafbb1a2e55f39245ccfc1813594001e53c7ef025237e402fa5bce07ee7ea748a4163b2270d6aaecf68c4d9cab51de4ba7c +EBUILD qt6ct-0.9.ebuild 1187 BLAKE2B c40025673daf88100a6a37c1c4f28142ab5ea0a9c6b16cabbf12456c0d4bf6235c73c2b00c395ed83b3009fa26c371db573b8b4cf122c42db50925b9df6a2bba SHA512 4d5ded09b425c35693391bd05099adaf36948cfc4e61e2a22fe5b08a1d3c828f99777a7ad466d90f1438b9ecbc01f7a27685f096afcb47a83cc19d95ebf4e083 MISC metadata.xml 328 BLAKE2B 0e3436b743292d8aaceb7474ba3a2ad22a5b0d81e18d2a2ec050a76d773da3736a1be17681d694bcbdbc2c6825639f35836db0ba75be526457af5ad2be29fa3d SHA512 8dd8edc8b55d76fcb5d6f3181783778a6b06fd22bafe0fafba033ef7981981620e9e29d0019ed39fd9b45bb202fddaf6d7f25b5150b81a1fc0054e79784249cc diff --git a/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild b/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild deleted file mode 100644 index 4bb981f278ac..000000000000 --- a/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Qt6 Configuration Tool (for DE/WM without Qt integration)" -HOMEPAGE="https://github.com/trialuser02/qt6ct/" -#SRC_URI="https://github.com/trialuser02/qt6ct/releases/download/${PV}/${P}.tar.xz" - -# temporary snapshot for https://github.com/trialuser02/qt6ct/issues/32 -QT6CT_HASH=f083799f1495dabaeeb482274ee90c73a0a78a43 -SRC_URI=" - https://github.com/trialuser02/qt6ct/archive/${QT6CT_HASH}.tar.gz - -> ${P}.tar.gz -" -S=${WORKDIR}/${PN}-${QT6CT_HASH} - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -# uses Qt private APIs wrt := -DEPEND="dev-qt/qtbase:6=[gui,widgets]" -RDEPEND=" - ${DEPEND} - dev-qt/qtsvg:6 -" -BDEPEND=" - dev-qt/qtbase:6 - dev-qt/qttools:6[linguist] -" - -pkg_postinst() { - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "Note need to export QT_QPA_PLATFORMTHEME=qt6ct in the used environment" - elog "for theming to take effect (not done automatically, may want to set in" - elog "the HOME's shell initialization scripts, or use /etc/env.d followed by" - elog "running env-update then re-login)." - elog - elog "If also using x11-misc/qt5ct, =qt5ct is alternatively recognized so it" - elog "can be activated for both Qt5 and Qt6 at once." - elog - elog "Try disabling if experience startup crashes for some applications," - elog "may still be unstable (especially with newly released Qt versions)." - fi -} diff --git a/gui-apps/qt6ct/qt6ct-0.9.ebuild b/gui-apps/qt6ct/qt6ct-0.9.ebuild index f8eb3597a36c..bb92d244d751 100644 --- a/gui-apps/qt6ct/qt6ct-0.9.ebuild +++ b/gui-apps/qt6ct/qt6ct-0.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/trialuser02/qt6ct/releases/download/${PV}/${P}.tar.x LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" # uses Qt private APIs wrt := DEPEND="dev-qt/qtbase:6=[gui,widgets]" |