diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-01-14 10:38:03 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-01-14 10:38:12 +0100 |
commit | 8aa06bee94ae1f0b31f9f91d31fb40a553602c02 (patch) | |
tree | 68a14d45ecf0161ffd20becccc70ed542e46f54c /app-office/scribus | |
parent | app-office/scribus: added live ebuild with qt6 support (diff) | |
download | gentoo-8aa06bee94ae1f0b31f9f91d31fb40a553602c02.tar.gz gentoo-8aa06bee94ae1f0b31f9f91d31fb40a553602c02.tar.bz2 gentoo-8aa06bee94ae1f0b31f9f91d31fb40a553602c02.zip |
app-office/scribus: removed obsolete patch from live
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'app-office/scribus')
-rw-r--r-- | app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch | 11 | ||||
-rw-r--r-- | app-office/scribus/scribus-9999.ebuild | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch b/app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch deleted file mode 100644 index 33cad2b9c7fc..000000000000 --- a/app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/resources/templates/CMakeLists.txt -+++ b/resources/templates/CMakeLists.txt -@@ -5,7 +5,7 @@ ${CMAKE_SOURCE_DIR}/scribus - - # Gentoo has an option for no templates. Let's make the ebuild simpler and open up the option to others, but leave as a default for us. Make the directory in any case as our source will look for it. - if (WANT_NOTEMPLATES) -- install(CODE "file(MAKE_DIRECTORY ${ENV}${CMAKE_INSTALL_PREFIX}/${TEMPLATEDIR})") -+ install(CODE "file(MAKE_DIRECTORY ${ENV}./${CMAKE_INSTALL_PREFIX}/${TEMPLATEDIR})") - else (WANT_NOTEMPLATES) - - install(FILES diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild index c1af6fc67077..4e7611020d9c 100644 --- a/app-office/scribus/scribus-9999.ebuild +++ b/app-office/scribus/scribus-9999.ebuild @@ -79,7 +79,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.3-fpic.patch "${FILESDIR}"/${PN}-1.7.0-findhyphen.patch "${FILESDIR}"/${PN}-1.7.0-remove-hello-world-test.patch - "${FILESDIR}"/${PN}-1.7.0-fix-install-prefix-path.patch "${FILESDIR}"/${PN}-1.7.0-dont-install-thirdparty-license.patch "${FILESDIR}"/${PN}-1.7.0-fix-icon-version.patch ) |