gui-apps/core*: use cmake for live versions

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-04-03 21:47:51 +02:00
parent 34e5a89dd4
commit 2d85215993
18 changed files with 65 additions and 318 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}