From 2d85215993f96209b6d53ffedfbed12a9e8d9dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 3 Apr 2021 21:47:51 +0200 Subject: [PATCH] gui-apps/core*: use cmake for live versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- gui-apps/coreaction/coreaction-9999.ebuild | 22 ++++--------------- .../corearchiver/corearchiver-9999.ebuild | 22 ++++--------------- gui-apps/corefm/corefm-9999.ebuild | 20 +++-------------- gui-apps/coregarage/coregarage-9999.ebuild | 22 ++++--------------- gui-apps/coreimage/coreimage-9999.ebuild | 20 +++-------------- gui-apps/coreinfo/coreinfo-9999.ebuild | 22 ++++--------------- .../corekeyboard/corekeyboard-9999.ebuild | 20 +++-------------- gui-apps/corepad/corepad-9999.ebuild | 22 ++++--------------- gui-apps/corepaint/corepaint-9999.ebuild | 22 ++++--------------- gui-apps/corepdf/corepdf-9999.ebuild | 22 ++++--------------- gui-apps/corepins/corepins-9999.ebuild | 19 ++-------------- gui-apps/corerenamer/corerenamer-9999.ebuild | 22 ++++--------------- gui-apps/coreshot/coreshot-9999.ebuild | 22 ++++--------------- gui-apps/corestats/corestats-9999.ebuild | 22 ++++--------------- gui-apps/corestuff/corestuff-9999.ebuild | 22 ++++--------------- .../coreterminal/coreterminal-9999.ebuild | 20 +++-------------- gui-apps/coretime/coretime-9999.ebuild | 22 ++++--------------- .../coreuniverse/coreuniverse-9999.ebuild | 20 +++-------------- 18 files changed, 65 insertions(+), 318 deletions(-) diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild index e7524dade2..3965c6eb8b 100644 --- a/gui-apps/coreaction/coreaction-9999.ebuild +++ b/gui-apps/coreaction/coreaction-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A side bar for showing widgets for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" @@ -31,21 +31,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' app/"${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' app/*.desktop || die } diff --git a/gui-apps/corearchiver/corearchiver-9999.ebuild b/gui-apps/corearchiver/corearchiver-9999.ebuild index 0f739637f1..ddc11a0966 100644 --- a/gui-apps/corearchiver/corearchiver-9999.ebuild +++ b/gui-apps/corearchiver/corearchiver-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="Archiver for C Suite, to create and extract archives" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corefm/corefm-9999.ebuild b/gui-apps/corefm/corefm-9999.ebuild index ea3deb8dbc..6a7d8b8b81 100644 --- a/gui-apps/corefm/corefm-9999.ebuild +++ b/gui-apps/corefm/corefm-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A lightweight file-manager for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild index 3c69167211..30de6e0b7f 100644 --- a/gui-apps/coregarage/coregarage-9999.ebuild +++ b/gui-apps/coregarage/coregarage-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A settings manager for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" @@ -34,21 +34,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coreimage/coreimage-9999.ebuild b/gui-apps/coreimage/coreimage-9999.ebuild index f7feb91a32..908b0ae66d 100644 --- a/gui-apps/coreimage/coreimage-9999.ebuild +++ b/gui-apps/coreimage/coreimage-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="An image viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage" @@ -34,21 +34,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coreinfo/coreinfo-9999.ebuild b/gui-apps/coreinfo/coreinfo-9999.ebuild index 503b5d1169..a43fa5fc02 100644 --- a/gui-apps/coreinfo/coreinfo-9999.ebuild +++ b/gui-apps/coreinfo/coreinfo-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A file information tool for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo" @@ -35,21 +35,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corekeyboard/corekeyboard-9999.ebuild b/gui-apps/corekeyboard/corekeyboard-9999.ebuild index b091939925..ad44b5f799 100644 --- a/gui-apps/corekeyboard/corekeyboard-9999.ebuild +++ b/gui-apps/corekeyboard/corekeyboard-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A x11 based virtual keyboard for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild index d9494660c4..f83942e8c2 100644 --- a/gui-apps/corepad/corepad-9999.ebuild +++ b/gui-apps/corepad/corepad-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A document editor for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild index a5a4ad7f7c..162903c974 100644 --- a/gui-apps/corepaint/corepaint-9999.ebuild +++ b/gui-apps/corepaint/corepaint-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A paint app for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint" @@ -32,21 +32,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild index 7c4c751123..fe0a53ec55 100644 --- a/gui-apps/corepdf/corepdf-9999.ebuild +++ b/gui-apps/corepdf/corepdf-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A PDF viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-9999.ebuild index 94fbe2e959..b3a182710d 100644 --- a/gui-apps/corepins/corepins-9999.ebuild +++ b/gui-apps/corepins/corepins-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A bookmarking app for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins" @@ -32,22 +32,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/C Suite/X-CSuite/' *.desktop || die sed -i 's/CSuite/X-CSuite/' *.desktop || die } - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} diff --git a/gui-apps/corerenamer/corerenamer-9999.ebuild b/gui-apps/corerenamer/corerenamer-9999.ebuild index b297741365..2c905afbe7 100644 --- a/gui-apps/corerenamer/corerenamer-9999.ebuild +++ b/gui-apps/corerenamer/corerenamer-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A batch file renamer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer" @@ -32,21 +32,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coreshot/coreshot-9999.ebuild b/gui-apps/coreshot/coreshot-9999.ebuild index faf3bdc161..144ba959a9 100644 --- a/gui-apps/coreshot/coreshot-9999.ebuild +++ b/gui-apps/coreshot/coreshot-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A screen capture utility for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corestats/corestats-9999.ebuild b/gui-apps/corestats/corestats-9999.ebuild index d3f2e97689..ffe9802665 100644 --- a/gui-apps/corestats/corestats-9999.ebuild +++ b/gui-apps/corestats/corestats-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A system resource viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats" @@ -35,21 +35,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild index 95490556f9..584d9ca653 100644 --- a/gui-apps/corestuff/corestuff-9999.ebuild +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="An activity viewer for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coreterminal/coreterminal-9999.ebuild b/gui-apps/coreterminal/coreterminal-9999.ebuild index 405602a942..77f2734633 100644 --- a/gui-apps/coreterminal/coreterminal-9999.ebuild +++ b/gui-apps/coreterminal/coreterminal-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A terminal emulator for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal" @@ -34,21 +34,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild index 677daaec91..74d037ebc1 100644 --- a/gui-apps/coretime/coretime-9999.ebuild +++ b/gui-apps/coretime/coretime-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A time related task manager for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime" @@ -33,21 +33,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die } diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild index b7e6da131d..2c3544aab8 100644 --- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild +++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="Shows information about apps for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" @@ -32,21 +32,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die -} - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install + sed -i 's/CSuite/X-CSuite/' *.desktop || die }