mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 09:32:37 +01:00
- Fix media-gfx/splashutils ebuild and Manifest
This commit is contained in:
@@ -72,18 +72,24 @@ src_prepare() {
|
|||||||
# helper.
|
# helper.
|
||||||
rm "${S}/libs/zlib-${V_ZLIB}/Makefile"
|
rm "${S}/libs/zlib-${V_ZLIB}/Makefile"
|
||||||
|
|
||||||
|
if use truetype ; then
|
||||||
|
epatch "${FILESDIR}/splashutils-1.5.4.4_fix-freetype-includes.patch"
|
||||||
|
fi
|
||||||
|
|
||||||
cd "${SG}"
|
cd "${SG}"
|
||||||
epatch "${FILESDIR}/splashutils-1.5.4.4-gentoo-typo-fix.patch"
|
epatch "${FILESDIR}/splashutils-1.5.4.4-gentoo-typo-fix.patch"
|
||||||
|
|
||||||
if use truetype ; then
|
if use truetype ; then
|
||||||
cd "${SM}"
|
cd "${SM}"
|
||||||
epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
|
epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
|
||||||
|
epatch "${FILESDIR}/miscsplashutils-0.1.8_fix-freetype-includes.patch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "${S}"
|
cd "${S}"
|
||||||
ln -sf "${S}/src" "${WORKDIR}/core"
|
ln -sf "${S}/src" "${WORKDIR}/core"
|
||||||
|
|
||||||
epatch "${FILESDIR}/${P}-bzip2.patch"
|
epatch "${FILESDIR}/${P}-bzip2.patch"
|
||||||
|
epatch "${FILESDIR}/libmng2-lcms2.patch"
|
||||||
|
|
||||||
if ! tc-is-cross-compiler && \
|
if ! tc-is-cross-compiler && \
|
||||||
has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then
|
has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then
|
||||||
|
|||||||
@@ -82,12 +82,18 @@ src_prepare() {
|
|||||||
# helper.
|
# helper.
|
||||||
rm "${S}/libs/zlib-${V_ZLIB}/Makefile"
|
rm "${S}/libs/zlib-${V_ZLIB}/Makefile"
|
||||||
|
|
||||||
|
if use truetype ; then
|
||||||
|
epatch "${FILESDIR}/splashutils-1.5.4.4_fix-freetype-includes.patch"
|
||||||
|
fi
|
||||||
|
|
||||||
cd "${SG}"
|
cd "${SG}"
|
||||||
epatch "${FILESDIR}/splashutils-1.5.4.4-gentoo-typo-fix.patch"
|
epatch "${FILESDIR}/splashutils-1.5.4.4-gentoo-typo-fix.patch"
|
||||||
|
|
||||||
if use truetype ; then
|
if use truetype ; then
|
||||||
cd "${SM}"
|
cd "${SM}"
|
||||||
epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
|
epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
|
||||||
|
epatch "${FILESDIR}/miscsplashutils-0.1.8_fix-freetype-includes.patch"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "${S}"
|
cd "${S}"
|
||||||
@@ -95,6 +101,7 @@ src_prepare() {
|
|||||||
|
|
||||||
epatch "${FILESDIR}/${P}-bzip2.patch"
|
epatch "${FILESDIR}/${P}-bzip2.patch"
|
||||||
epatch "${FILESDIR}/${P}-multi-keyboard.patch"
|
epatch "${FILESDIR}/${P}-multi-keyboard.patch"
|
||||||
|
epatch "${FILESDIR}/libmng2-lcms2.patch"
|
||||||
|
|
||||||
if ! tc-is-cross-compiler && \
|
if ! tc-is-cross-compiler && \
|
||||||
has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then
|
has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user