diff options
Diffstat (limited to 'trinity-base/kmilo')
-rw-r--r-- | trinity-base/kmilo/Manifest | 2 | ||||
-rw-r--r-- | trinity-base/kmilo/kmilo-14.0.6.ebuild | 29 | ||||
-rw-r--r-- | trinity-base/kmilo/kmilo-14.0.7.ebuild | 29 |
3 files changed, 60 insertions, 0 deletions
diff --git a/trinity-base/kmilo/Manifest b/trinity-base/kmilo/Manifest new file mode 100644 index 00000000..2875001c --- /dev/null +++ b/trinity-base/kmilo/Manifest @@ -0,0 +1,2 @@ +DIST tdeutils-trinity-14.0.6.tar.xz 2219556 BLAKE2B df917412eac4695c373bee930e4d30d676be22dc95e2a834a0c9cffd305931dd0751d25ff558d356467e6ec42958131985a38fd593639b924f3c6076e8277a55 SHA512 93996e060b4db29c41271c36b28162b1d035a5da471f4707a020951bb8d1305b21b100380cd4de624eba9a550dfe16ff99e3bedf7021e644711bcab0977c3f4c +DIST tdeutils-trinity-14.0.7.tar.xz 2220396 BLAKE2B 5a45cc344e7533bcac88267665e48a91590423ca2f0f8826c75830e6709bed76d50ee84d78dd67b9a7484efee10e15cf1397e389a7ed38b8ae55490524db0172 SHA512 238ce92d8bf1ad5810dceee1854cf5cb57455d63fcf1d6d3d1b3e274e47001a74250bfd858ba4aa6e76233521df4e074d0011c45a4667b51e7957a5329599e3a diff --git a/trinity-base/kmilo/kmilo-14.0.6.ebuild b/trinity-base/kmilo/kmilo-14.0.6.ebuild new file mode 100644 index 00000000..c9640776 --- /dev/null +++ b/trinity-base/kmilo/kmilo-14.0.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 +EAPI="7" +TRINITY_MODULE_NAME="tdeutils" + +inherit trinity-meta-2 + +DESCRIPTION="kded module that supports some hardware input devices, such as special keys" + +IUSE="asus-laptop dell-laptop powerbook-laptop thinkpad-laptop vaio-laptop lm_sensors" +KEYWORDS="~amd64 ~x86" + +DEPEND="powerbook-laptop? ( app-laptop/pbbuttonsd )" +RDEPEND="${DEPEND} + lm_sensors? ( sys-apps/lm-sensors )" + +src_configure() { + mycmakeargs=( + -DWITH_ASUS="$(usex asus-laptop)" + -DWITH_I8K="$(usex dell-laptop)" + -DWITH_POWERBOOK2="$(usex powerbook-laptop)" + -DWITH_THINKPAD="$(usex thinkpad-laptop)" + -DWITH_VAIO="$(usex vaio-laptop)" + -DWITH_SENSORS="$(usex lm_sensors)" + ) + + trinity-meta-2_src_configure +} diff --git a/trinity-base/kmilo/kmilo-14.0.7.ebuild b/trinity-base/kmilo/kmilo-14.0.7.ebuild new file mode 100644 index 00000000..c9640776 --- /dev/null +++ b/trinity-base/kmilo/kmilo-14.0.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 +EAPI="7" +TRINITY_MODULE_NAME="tdeutils" + +inherit trinity-meta-2 + +DESCRIPTION="kded module that supports some hardware input devices, such as special keys" + +IUSE="asus-laptop dell-laptop powerbook-laptop thinkpad-laptop vaio-laptop lm_sensors" +KEYWORDS="~amd64 ~x86" + +DEPEND="powerbook-laptop? ( app-laptop/pbbuttonsd )" +RDEPEND="${DEPEND} + lm_sensors? ( sys-apps/lm-sensors )" + +src_configure() { + mycmakeargs=( + -DWITH_ASUS="$(usex asus-laptop)" + -DWITH_I8K="$(usex dell-laptop)" + -DWITH_POWERBOOK2="$(usex powerbook-laptop)" + -DWITH_THINKPAD="$(usex thinkpad-laptop)" + -DWITH_VAIO="$(usex vaio-laptop)" + -DWITH_SENSORS="$(usex lm_sensors)" + ) + + trinity-meta-2_src_configure +} |