diff options
author | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-10-22 18:59:09 +0200 |
commit | e8ab477a377e080da6e194f6701c9f54928f1ce7 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-base/libkscd/libkscd-14.0.13.ebuild | |
parent | 6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff) | |
download | tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip |
Removing version 14.0.13
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
Diffstat (limited to 'trinity-base/libkscd/libkscd-14.0.13.ebuild')
-rw-r--r-- | trinity-base/libkscd/libkscd-14.0.13.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/trinity-base/libkscd/libkscd-14.0.13.ebuild b/trinity-base/libkscd/libkscd-14.0.13.ebuild deleted file mode 100644 index 5233e0d8..00000000 --- a/trinity-base/libkscd/libkscd-14.0.13.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -TRINITY_MODULE_NAME="tdemultimedia" -TRINITY_MODULE_TYPE="core" -TRINITY_SUBMODULE="kscd" -TSM_EXTRACT_ALSO="libkcddb/" - -inherit flag-o-matic trinity-meta-2 - -DESCRIPTION="Static library for audio CD player for Trinity" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND="x11-libs/libXext - ~trinity-base/libkcddb-${PV}" - -src_prepare() { - sed -i 's/kcddb-shared/kcddb/' "${S}/kscd/CMakeLists.txt" || die - trinity-meta-2_src_prepare -} - -src_configure() { - append-cxxflags "-I${TDEDIR}/include/libkcddb -I${TDEDIR}/include" - trinity-meta-2_src_configure -} - -src_install() { - insinto "${TDEDIR}/$(get_libdir)/kscd" - doins "${BUILD_DIR}/kscd/libwm/libworkman.a" - doins "${BUILD_DIR}/kscd/libkcompactdisc.a" - doins "${BUILD_DIR}/kscd/libwm/audio/libworkmanaudio.a" -} |