diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-14 03:04:42 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-14 03:04:42 -0500 |
| commit | d09313d7f2546bde376a20ff739a5e90cb229e25 (patch) | |
| tree | a409e87d73f1fd8dc145a1210d1a44bb1b1982c7 /app-office | |
| parent | 98066fc1faacac449ddea472e456f23ad0e2a515 (diff) | |
| download | baldeagleos-repo-d09313d7f2546bde376a20ff739a5e90cb229e25.tar.gz baldeagleos-repo-d09313d7f2546bde376a20ff739a5e90cb229e25.tar.xz baldeagleos-repo-d09313d7f2546bde376a20ff739a5e90cb229e25.zip | |
Adding metadata
Diffstat (limited to 'app-office')
| -rw-r--r-- | app-office/merkuro/merkuro-26.04.3-r1.ebuild (renamed from app-office/merkuro/merkuro-26.04.3.ebuild) | 10 | ||||
| -rw-r--r-- | app-office/merkuro/merkuro-26.08.1-r1.ebuild (renamed from app-office/merkuro/merkuro-26.08.1.ebuild) | 10 | ||||
| -rw-r--r-- | app-office/texstudio/texstudio-4.9.5.ebuild | 2 |
3 files changed, 19 insertions, 3 deletions
diff --git a/app-office/merkuro/merkuro-26.04.3.ebuild b/app-office/merkuro/merkuro-26.04.3-r1.ebuild index dc752780abd9..29976a1d4f68 100644 --- a/app-office/merkuro/merkuro-26.04.3.ebuild +++ b/app-office/merkuro/merkuro-26.04.3-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/merkuro.calendar/" LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0" SLOT="6" KEYWORDS="amd64 arm64" -IUSE="" +IUSE="plasma" # All of the tests involve interacting with akonadi right now (as of 22.04) RESTRICT="test" @@ -58,6 +58,7 @@ DEPEND=" >=kde-frameworks/knotifications-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 + plasma? ( kde-plasma/libplasma:6= ) " # Qt5Compat.GraphicalEffects usage in multiple QML files # qtlocation is needed at runtime only or fails to start @@ -69,3 +70,10 @@ RDEPEND="${DEPEND} =kde-apps/kdepim-runtime-${PVCUT}*:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 " + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package plasma Plasma) + ) + ecm_src_configure +} diff --git a/app-office/merkuro/merkuro-26.08.1.ebuild b/app-office/merkuro/merkuro-26.08.1-r1.ebuild index 93a8674c75fd..eda867615a91 100644 --- a/app-office/merkuro/merkuro-26.08.1.ebuild +++ b/app-office/merkuro/merkuro-26.08.1-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/merkuro.calendar/" LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0" SLOT="6" KEYWORDS="~amd64 ~arm64" -IUSE="" +IUSE="plasma" # All of the tests involve interacting with akonadi right now (as of 22.04) RESTRICT="test" @@ -57,6 +57,7 @@ DEPEND=" >=kde-frameworks/knotifications-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 + plasma? ( kde-plasma/libplasma:6= ) " # Qt5Compat.GraphicalEffects usage in multiple QML files # qtlocation is needed at runtime only or fails to start @@ -68,3 +69,10 @@ RDEPEND="${DEPEND} =kde-apps/kdepim-runtime-${PVCUT}*:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 " + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package plasma Plasma) + ) + ecm_src_configure +} diff --git a/app-office/texstudio/texstudio-4.9.5.ebuild b/app-office/texstudio/texstudio-4.9.5.ebuild index c53398798987..cac18c5f4c1e 100644 --- a/app-office/texstudio/texstudio-4.9.5.ebuild +++ b/app-office/texstudio/texstudio-4.9.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/texstudio-org/texstudio/archive/${PV}.tar.gz -> ${P} # CC0-1.0: Colibre icon theme LICENSE="GPL-3 MIT LGPL-2 CC-BY-SA-3.0 CC0-1.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="qtermwidget video" DEPEND=" |
