diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-07 06:41:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-07 06:41:06 +0000 |
commit | d69399c7befdd98cda62d6a1788ae2aa7f104c5e (patch) | |
tree | eac7184f4cfe7d67580c1d0a0d9942a91e6cb4ee /app-misc/openrgb-plugin-skin | |
parent | e4d9d6796d5018e338f0b27a3bc97716195bf0b8 (diff) |
gentoo auto-resync : 07:01:2025 - 06:41:06
Diffstat (limited to 'app-misc/openrgb-plugin-skin')
-rw-r--r-- | app-misc/openrgb-plugin-skin/Manifest | 4 | ||||
-rw-r--r-- | app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.8.ebuild | 43 | ||||
-rw-r--r-- | app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild | 11 |
3 files changed, 7 insertions, 51 deletions
diff --git a/app-misc/openrgb-plugin-skin/Manifest b/app-misc/openrgb-plugin-skin/Manifest index e6ff6d46212d..2ab04e1d0362 100644 --- a/app-misc/openrgb-plugin-skin/Manifest +++ b/app-misc/openrgb-plugin-skin/Manifest @@ -1,5 +1,3 @@ -DIST OpenRGBSkinPlugin-release_0.8.tar.bz2 22711 BLAKE2B 25325c6be5cf619940e79e4f431871478e3026188d7aba4b8220a99afda8f75d18ffeafa0f905110d4ce44f5d7e28208f3d7b358cfadfcd4719a22f1ef5cf70d SHA512 89b9a4bcda4600ea7dbd05972bba7c5f8d917606b3def4971e6ccff84d8510ca420747dd85d3395bfea29e62adc775b592f9cbe20a6966776a46e15593f2cf59 DIST OpenRGBSkinPlugin-release_0.9.tar.bz2 22781 BLAKE2B 46a342927f589c1b9bdbdfc094d8f85007897c5cfac9265d6a8efbafdd5bdb8f3f92927b052e4a52310cf5e2a7404590c16964c0c041ab6035dff24ee41b8e33 SHA512 51a6b11ca95679d9abbb600e77c50eac59138b2f9e080e5eba1606405f95446da0582327e2d071740e1cb1845604e895286cc06512b0769ae1d57937e2df818c -EBUILD openrgb-plugin-skin-0.8.ebuild 965 BLAKE2B 57a4038d23980e19ceec3e172a2371137495a31405e915c958dc1778aaccc63a8d53b7c920fc9c6d2ef5811129f4af15d1bd388a84b49cb60bc4794e38fb9c5b SHA512 99d661faf19a3fb1f40a01349e45986f9b5fe5eb0327ea927099f28b4011dba9370d37198830e7ffd42d477c84de9791f28819385301f884983addac3b02ed3f -EBUILD openrgb-plugin-skin-0.9.ebuild 1225 BLAKE2B 25485eed6e88602760ba337e031cf32b0955f668eae93662bbc2b232de81e162f5ce4ccbce6271f3108e13a34e48764eed29cadb0ed614f19723107aa5ee78a3 SHA512 81033434d711e9b97a17a90fc9b4722f3621afd14129aeb28906791acf4dfa2df040e6453b143326c2fc923c73d9340416f6fdce6615af065dfdf4893a6f29dc +EBUILD openrgb-plugin-skin-0.9.ebuild 1235 BLAKE2B 70d92e36985b8f1cd69366b353a1d32dcd9af78e47f1f02cb24406a94db3418df7e1624e8f3c3ff785b8788ef9e29f9e20b00f59cae392220b694c524f1b2ca4 SHA512 68d14b6ec2f3d4ec4512ad2c3c2cc9d2af6ccf3ca1e9bc6fc88825bc383ccc7eaa81ae5214221be1d85f890d592ee517d258a05058e409b759f92bd53a131b2a MISC metadata.xml 481 BLAKE2B f05f1f16d6180b976f0daa79964c7abe5f9f1caee3aa25c1b328916d810438b7e76fd54297412f02c6fd172d6ca754872cd7d28349c328c8ef9cc8af7069a4be SHA512 9a6815da58c1b372a4af82f96484625334c2977a416e902b824d2be17bc7624cf9d1d69f0bc25ce85b833133b81c10e9257f30c825fdeeb230c7ce8772cf4bfd diff --git a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.8.ebuild b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.8.ebuild deleted file mode 100644 index b611a886e87b..000000000000 --- a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin/-/archive/release_${PV}/OpenRGBSkinPlugin-release_${PV}.tar.bz2" -S="${WORKDIR}/OpenRGBSkinPlugin-release_${PV}" -KEYWORDS="amd64" - -DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel of OpenRGB" -HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - >=app-misc/openrgb-0.8:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND=" - ${RDEPEND} - dev-cpp/nlohmann_json -" - -src_prepare() { - default - rm -r OpenRGB || die - ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die - sed -e '/^GIT_/d' -i *.pro || die -} - -src_configure() { - eqmake5 \ - INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" -} - -src_install() { - exeinto /usr/$(get_libdir)/OpenRGB/plugins - doexe libOpenRGBSkinPlugin.so.1.0.0 -} diff --git a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild index 86c340899dde..f040e847341e 100644 --- a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild +++ b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild @@ -1,21 +1,22 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit qmake-utils +DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel of OpenRGB" +HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin" + SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin/-/archive/release_${PV}/OpenRGBSkinPlugin-release_${PV}.tar.bz2" S="${WORKDIR}/OpenRGBSkinPlugin-release_${PV}" -KEYWORDS="amd64" -DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel of OpenRGB" -HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin" LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64" RDEPEND=" - >=app-misc/openrgb-0.9:= + >=app-misc/openrgb-0.9:=[-qt6(-)] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 |