diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-08-16 12:04:30 +0300 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-18 20:00:44 +0200 |
| commit | 5889c3a0988a768c587025a3798dccc18559fba7 (patch) | |
| tree | 9c798f64ce7066282c7d17291be15d82b465f022 /kde-apps/kwrite | |
| parent | d5a52e28b4b8bc964a79c9614be0800bfd8549ab (diff) | |
| download | kde-5889c3a0988a768c587025a3798dccc18559fba7.tar.gz kde-5889c3a0988a768c587025a3798dccc18559fba7.tar.bz2 kde-5889c3a0988a768c587025a3798dccc18559fba7.zip | |
kde-apps/{kate,kate-addons,kwrite}: new kate-lib files
Upstream commit: c2aa4f788764d6755076d6ba950a014bc5c8b3cd
Upstream commit: 98aab64cf96ed8903b2c58d4b1c5257279c7af42
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/kde/pull/1067
Closes: https://github.com/gentoo/kde/pull/1067
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kwrite')
| -rw-r--r-- | kde-apps/kwrite/kwrite-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild index 67934e75f11..c9f5eb56182 100644 --- a/kde-apps/kwrite/kwrite-9999.ebuild +++ b/kde-apps/kwrite/kwrite-9999.ebuild @@ -35,6 +35,9 @@ src_prepare() { # these tests are run in kde-apps/kate-lib cmake_run_in apps/lib cmake_comment_add_subdirectory autotests + + # Don't build kio plugin + cmake_run_in apps/lib cmake_comment_add_subdirectory io } src_configure() { @@ -54,4 +57,5 @@ src_install() { # provided by kde-apps/kate-lib rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die + rm -v "${ED}"/usr/bin/exec_inspect.sh || die } |
