From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- x11-misc/fraqtive/Manifest | 2 +- x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild | 51 ++++++++++++++++++++++++ x11-misc/fraqtive/fraqtive-0.4.8.ebuild | 62 ------------------------------ 3 files changed, 52 insertions(+), 63 deletions(-) create mode 100644 x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild delete mode 100644 x11-misc/fraqtive/fraqtive-0.4.8.ebuild (limited to 'x11-misc/fraqtive') diff --git a/x11-misc/fraqtive/Manifest b/x11-misc/fraqtive/Manifest index 57e2450ed6ff..89b6c91e019f 100644 --- a/x11-misc/fraqtive/Manifest +++ b/x11-misc/fraqtive/Manifest @@ -1,4 +1,4 @@ AUX fraqtive-0.4.8-qt-includes.patch 438 BLAKE2B 537ab2c470dd14f977cb53278cabf5a4e05e7973b69142f17d4bec1732c588ef181697e1be2c703d273ec1a6d26a53f1374482edb5d422924042c65917d7620f SHA512 0e5ea8dce236a5cdb8086ab0671360aeb15a4d0ac9703969be28373315288d59ccd31b013f932c77bfb5a64faf917f311c30c7cd25c006f08be5a5f40f5735c4 DIST fraqtive-0.4.8.tar.bz2 260484 BLAKE2B 0bbbd983af324c38fb73db043e808de6cbf8e3e39073163b748215a2a3a374e53e4118b7fb0993685d3eef4ef6b65afcc51c5a7d23f4ab91ffc2dfd41305171d SHA512 8b4be81dd14fe086dbcffda123395ccb30a197e7762e590bc3ab7dc1d0aafb44dc45e1445e2f83198a0c1f4b9ea0d54a7de1989c3b85c0f2e5f474a67255d942 -EBUILD fraqtive-0.4.8.ebuild 1178 BLAKE2B 0654ca73475ca8468e633ef72d93a4978ccbeb280fe33934eb0469679b73a7cbc4a7b2351f7de7e1394b3f1df385deb1093b75283a0ef7ea541e399b683f2627 SHA512 879eaed73ee04e303bf92e7f07002965f1f861e04413919c9b3eab5c1581f1f3659e75987e861a86c37d06e40f09ec75a24369c4b48c6e7650f53f976d6b9a32 +EBUILD fraqtive-0.4.8-r1.ebuild 1017 BLAKE2B 2f88f329cde8d0aca9bcd1625c9c0d3b80f1834178d5df4a515799d6e037933475b8fff783f2d4ba57b7c649522eaffc397fb21eddc96ffd4a7e3d401d5d8210 SHA512 c467b51b56fcc2e0dd30dd22ff54ad403401f390f335c62227305033532b5947b02c5cb5f6a45ace514059a5658bb6c662e1c9853a0fae9c134f437bd87c10af MISC metadata.xml 364 BLAKE2B c40b388c714f4e116db4a5dc2292bf9da6bf0906dd3da66add62a5339e157e7ba728e135e58e818fc80d7cb3ed5c4fa72b4675efc15c30eeac9a8badda8a79d9 SHA512 b3343bcc5cf584c4bbacb0d54e353bca91c3112d9d906dc920ead427fc964e7a71bc632e810f6047a293d00325dfafe532067b6d0d5fb9abcb797ae83c587604 diff --git a/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild new file mode 100644 index 000000000000..331b0ef776a4 --- /dev/null +++ b/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils toolchain-funcs xdg + +DESCRIPTION="Open source, multi-platform generator of the Mandelbrot family fractals" +HOMEPAGE="https://fraqtive.mimec.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cpu_flags_x86_sse2" + +BDEPEND=" + virtual/pkgconfig +" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + virtual/glu +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-qt-includes.patch" ) + +src_configure() { + tc-export PKG_CONFIG + sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die + local conf="release" + + if use cpu_flags_x86_sse2; then + conf="$conf sse2" + else + conf="$conf no-sse2" + fi + + echo "CONFIG += $conf" > config.pri + echo "PREFIX = ${EPREFIX}/usr" >> config.pri + # Don't strip wrt #252096 + echo "QMAKE_STRIP =" >> config.pri + + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install +} diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild deleted file mode 100644 index a97d45c95d52..000000000000 --- a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils qmake-utils toolchain-funcs - -DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family fractals" -HOMEPAGE="https://fraqtive.mimec.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cpu_flags_x86_sse2" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - virtual/glu -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_configure() { - epatch "${FILESDIR}/${P}-qt-includes.patch" - - tc-export PKG_CONFIG - sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die - local conf="release" - - if use cpu_flags_x86_sse2; then - conf="$conf sse2" - else - conf="$conf no-sse2" - fi - - echo "CONFIG += $conf" > "${S}"/config.pri - echo "PREFIX = ${EPREFIX}/usr" >> "${S}"/config.pri - # Don't strip wrt #252096 - echo "QMAKE_STRIP =" >> "${S}"/config.pri - - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} -- cgit v1.2.3