diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-14 20:40:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-14 20:41:26 +0200 |
commit | af29dc60198156cb085f2cd68e1541805f469d28 (patch) | |
tree | fe697f489d540e49684ff200eb10b2439b0b9075 /app-office | |
parent | net-im/discord: add 0.0.54, drop 0.0.53 (diff) | |
download | gentoo-af29dc60198156cb085f2cd68e1541805f469d28.tar.gz gentoo-af29dc60198156cb085f2cd68e1541805f469d28.tar.bz2 gentoo-af29dc60198156cb085f2cd68e1541805f469d28.zip |
app-office/scribus: Replace missing patch w/ cmake.eclass facilities
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/scribus-1.6.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.6.1-r1.ebuild b/app-office/scribus/scribus-1.6.1-r1.ebuild index 7a3abef52fb0..6943d0b9a6bc 100644 --- a/app-office/scribus/scribus-1.6.1-r1.ebuild +++ b/app-office/scribus/scribus-1.6.1-r1.ebuild @@ -75,13 +75,13 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.8-cmake.patch # bug 886251 "${FILESDIR}"/${PN}-1.5.3-fpic.patch "${FILESDIR}"/${PN}-1.6.1-findhyphen.patch - "${FILESDIR}"/${PN}-1.7.0-remove-hello-world-test.patch "${FILESDIR}"/${PN}-1.7.0-fix-icon-version.patch "${FILESDIR}"/${PN}-1.6.1-poppler-24.03.patch ) src_prepare() { cmake_src_prepare + cmake_run_in scribus cmake_comment_add_subdirectory ui/qml # for safety remove files that we patched out rm -r scribus/third_party/hyphen || die |