diff --git a/app-admin/s-tui/s-tui-1.0.2.ebuild b/app-admin/s-tui/s-tui-1.0.2.ebuild index 19d044774e..cbfd921231 100644 --- a/app-admin/s-tui/s-tui-1.0.2.ebuild +++ b/app-admin/s-tui/s-tui-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature @@ -25,8 +25,8 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=" - >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}] >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}] + >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}] " distutils_enable_tests unittest diff --git a/app-admin/s-tui/s-tui-9999.ebuild b/app-admin/s-tui/s-tui-9999.ebuild index 1d50db7364..cbfd921231 100644 --- a/app-admin/s-tui/s-tui-9999.ebuild +++ b/app-admin/s-tui/s-tui-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest new file mode 100644 index 0000000000..590626e7a3 --- /dev/null +++ b/app-arch/libarchive-qt/Manifest @@ -0,0 +1 @@ +DIST libarchive-qt-2.0.2.tar.gz 52672 BLAKE2B f3b223c5a5a468c3c7f2dac00b37b13c61d9cd86764af28468543cc899e79a6b9019a460fa8a4d73ef94f6f6233d7409f525cac6a0024c71b8f66f262d9d95ad SHA512 bf82884134265a825b49e3d313279d8826c422a54a5be65f170995c140ed2f4e6eca1cb939bf23bd1c04ef6bd60e47f9ae1cb5acaa505a114d2f1dfbb24c7c5c diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild new file mode 100644 index 0000000000..244dca22f7 --- /dev/null +++ b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A Qt based archiving solution with libarchive backend" +HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/marcusbritanicus/${PN}.git" +else + SRC_URI="https://gitlab.com/marcusbritanicus/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="LGPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-arch/libarchive[lzma,bzip2,zlib] + app-arch/lrzip + app-arch/lzip + app-arch/lzop + dev-qt/qtgui:5 +" +RDEPEND=" + ${DEPEND} +" + +src_configure() { + local lib="$(get_libdir)" + # '^^' because we need to upcase the definition + eqmake5 DEFINES+="${lib^^}" +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/app-arch/libarchive-qt/libarchive-qt-9999.ebuild b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild new file mode 100644 index 0000000000..244dca22f7 --- /dev/null +++ b/app-arch/libarchive-qt/libarchive-qt-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A Qt based archiving solution with libarchive backend" +HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/marcusbritanicus/${PN}.git" +else + SRC_URI="https://gitlab.com/marcusbritanicus/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="LGPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-arch/libarchive[lzma,bzip2,zlib] + app-arch/lrzip + app-arch/lzip + app-arch/lzop + dev-qt/qtgui:5 +" +RDEPEND=" + ${DEPEND} +" + +src_configure() { + local lib="$(get_libdir)" + # '^^' because we need to upcase the definition + eqmake5 DEFINES+="${lib^^}" +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/app-arch/libarchive-qt/metadata.xml b/app-arch/libarchive-qt/metadata.xml new file mode 100644 index 0000000000..e1c0d74103 --- /dev/null +++ b/app-arch/libarchive-qt/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + marcusbritanicus/libarchive-qt + + diff --git a/app-office/pyspread/pyspread-1.99.2-r1.ebuild b/app-office/pyspread/pyspread-1.99.2-r1.ebuild index 4cfdb881f4..ca66082948 100644 --- a/app-office/pyspread/pyspread-1.99.2-r1.ebuild +++ b/app-office/pyspread/pyspread-1.99.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils xdg desktop distutils-r1 diff --git a/app-office/pyspread/pyspread-1.99.4.ebuild b/app-office/pyspread/pyspread-1.99.4.ebuild index 4cfdb881f4..ca66082948 100644 --- a/app-office/pyspread/pyspread-1.99.4.ebuild +++ b/app-office/pyspread/pyspread-1.99.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils xdg desktop distutils-r1 diff --git a/app-office/pyspread/pyspread-9999.ebuild b/app-office/pyspread/pyspread-9999.ebuild index 4cfdb881f4..ca66082948 100644 --- a/app-office/pyspread/pyspread-9999.ebuild +++ b/app-office/pyspread/pyspread-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils xdg desktop distutils-r1 diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index 3ad9ef2d10..5537308f93 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 diff --git a/dev-python/pypandoc/pypandoc-1.5.ebuild b/dev-python/pypandoc/pypandoc-1.5.ebuild index da1f842499..1a04fc8412 100644 --- a/dev-python/pypandoc/pypandoc-1.5.ebuild +++ b/dev-python/pypandoc/pypandoc-1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 diff --git a/dev-python/redbaron/redbaron-0.9.2.ebuild b/dev-python/redbaron/redbaron-0.9.2.ebuild index 821273bf49..af6cb27adc 100644 --- a/dev-python/redbaron/redbaron-0.9.2.ebuild +++ b/dev-python/redbaron/redbaron-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 diff --git a/dev-python/redbaron/redbaron-0.9.ebuild b/dev-python/redbaron/redbaron-0.9.ebuild index 821273bf49..af6cb27adc 100644 --- a/dev-python/redbaron/redbaron-0.9.ebuild +++ b/dev-python/redbaron/redbaron-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index a818b1f214..3a8b192f36 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,2 +1,2 @@ -DIST legendary-0.0.19.tar.gz 74292 BLAKE2B 96f43e43f09f46f3b843114c661b5857aee28fbc1fd8e5098bd426260c6df3b342e040e47ef8f0f5cfc16cac5e930a5e078ba1abed9183dd82562931523737e1 SHA512 36082e9876e84c83bc3aae2b7dca782a98c47435f3196b2def2e85372a506dd73ae654756d058518d8b4fc9b3f5067ba79d56fd33f381a09bc49dfde0f57a37c DIST legendary-0.20.1.tar.gz 77140 BLAKE2B 1d29e8a1ffb4c635115596f419c20fcfc3f221a1c976fee309ebca1052c660ffb5a59eb613d9e493748ad9d1d5c80f76e09926f7c7bc357010434663f2e3940a SHA512 3f2fed9af3e700fb988276a5358a527e9e3246b37c41e74076e232a0304d0aa41b94d538220e0e47e2e7315c61af71728be436b3c8508211a031eb46d37afa31 +DIST legendary-0.20.2.tar.gz 78655 BLAKE2B 56709cdc4df608225ec4b442fdc810922c391d49d5dbc0313d65097e5d4ac7002498df3a8eeb6db21818389554cf9bf20eedbe2652122766bc9a162f9e52ad15 SHA512 0d3241478b56fca9d0eef4901b87ab09b9da2d75bc70d7a4971d8581d804e96a7e686992d5e9bd8c6cd29a71b3fd958d8ffea19663b54fd2bd16f8d078dd7b0c diff --git a/games-util/legendary/legendary-0.0.19-r1.ebuild b/games-util/legendary/legendary-0.20.2.ebuild similarity index 100% rename from games-util/legendary/legendary-0.0.19-r1.ebuild rename to games-util/legendary/legendary-0.20.2.ebuild diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest new file mode 100644 index 0000000000..ebd938b8f2 --- /dev/null +++ b/gui-apps/azote/Manifest @@ -0,0 +1 @@ +DIST azote-1.8.1.tar.gz 615661 BLAKE2B f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5 SHA512 b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e diff --git a/gui-apps/azote/azote-1.8.1.ebuild b/gui-apps/azote/azote-1.8.1.ebuild new file mode 100644 index 0000000000..372c941115 --- /dev/null +++ b/gui-apps/azote/azote-1.8.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 desktop + +DESCRIPTION="wallpaper manager for wlroots compositors" +HOMEPAGE="https://github.com/nwg-piotr/azote" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/nwg-piotr/azote" +else + SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3 BSD" +SLOT="0" +IUSE="simple-colorpicker imagemagick wayland X yaml" + +RDEPEND=" + dev-cpp/gtkmm:3.0 + dev-python/pillow + dev-python/pygobject:3= + dev-python/send2trash + simple-colorpicker? ( + X? ( + media-gfx/maim + x11-misc/slop + ) + wayland? ( + gui-apps/grim + gui-apps/slurp + ) + ) + imagemagick? ( + media-gfx/imagemagick[jpeg,png,svg,X?] + ) + wayland? ( + gui-apps/swaybg + gui-apps/wlr-randr + ) + X? ( + media-gfx/feh + x11-apps/xrandr + ) + yaml? ( dev-python/pyyaml ) +" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +python_install_all() { + distutils-r1_python_install_all + + cd "${S}" + + dobin dist/azote + domenu dist/azote.desktop + + insinto /usr/share/azote + doins dist/azote.svg dist/indicator_{active,attention}.png + insinto /usr/share/licenses/azote + doins LICENSE-COLORTHIEF +} diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild new file mode 100644 index 0000000000..372c941115 --- /dev/null +++ b/gui-apps/azote/azote-9999.ebuild @@ -0,0 +1,67 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 desktop + +DESCRIPTION="wallpaper manager for wlroots compositors" +HOMEPAGE="https://github.com/nwg-piotr/azote" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/nwg-piotr/azote" +else + SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3 BSD" +SLOT="0" +IUSE="simple-colorpicker imagemagick wayland X yaml" + +RDEPEND=" + dev-cpp/gtkmm:3.0 + dev-python/pillow + dev-python/pygobject:3= + dev-python/send2trash + simple-colorpicker? ( + X? ( + media-gfx/maim + x11-misc/slop + ) + wayland? ( + gui-apps/grim + gui-apps/slurp + ) + ) + imagemagick? ( + media-gfx/imagemagick[jpeg,png,svg,X?] + ) + wayland? ( + gui-apps/swaybg + gui-apps/wlr-randr + ) + X? ( + media-gfx/feh + x11-apps/xrandr + ) + yaml? ( dev-python/pyyaml ) +" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +python_install_all() { + distutils-r1_python_install_all + + cd "${S}" + + dobin dist/azote + domenu dist/azote.desktop + + insinto /usr/share/azote + doins dist/azote.svg dist/indicator_{active,attention}.png + insinto /usr/share/licenses/azote + doins LICENSE-COLORTHIEF +} diff --git a/gui-apps/azote/metadata.xml b/gui-apps/azote/metadata.xml new file mode 100644 index 0000000000..85c13224f0 --- /dev/null +++ b/gui-apps/azote/metadata.xml @@ -0,0 +1,13 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + enable colorpicker using imagemagick + enable colorpicker without imagemagick + enable support for reading yaml files + + diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest new file mode 100644 index 0000000000..3f76fdb979 --- /dev/null +++ b/gui-apps/coreaction/Manifest @@ -0,0 +1 @@ +DIST coreaction-4.0.0.tar.gz 1397910 BLAKE2B f8d25c6c9066def7d1a0915deb62135a0c042bc67382dcfa24ebc8ef59e125a0ac2e15b8d9bbaf5cfbd34e5ffbd604a2edfc1398c12a2f7f160365734988bac2 SHA512 47f4289bb69498f0d6ba0ba6b3cbf4cea3ccadf4adb0b57c77ccc26cb1b132ecb908291b0b0dc8dccdedbc5b5c2dec40d6adbfb65f73127df1fef868bba16c1e diff --git a/gui-apps/coreaction/coreaction-4.0.0.ebuild b/gui-apps/coreaction/coreaction-4.0.0.ebuild new file mode 100644 index 0000000000..319524d1bc --- /dev/null +++ b/gui-apps/coreaction/coreaction-4.0.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A side bar for showing widgets for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtsvg + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' app/"${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild new file mode 100644 index 0000000000..319524d1bc --- /dev/null +++ b/gui-apps/coreaction/coreaction-9999.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A side bar for showing widgets for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtsvg + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' app/"${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreaction/metadata.xml b/gui-apps/coreaction/metadata.xml new file mode 100644 index 0000000000..f179ffd1f2 --- /dev/null +++ b/gui-apps/coreaction/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/coreaction + + diff --git a/gui-apps/coreapps-meta/coreapps-meta-4.0.0.ebuild b/gui-apps/coreapps-meta/coreapps-meta-4.0.0.ebuild new file mode 100644 index 0000000000..9a2b697cd8 --- /dev/null +++ b/gui-apps/coreapps-meta/coreapps-meta-4.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Meta package for coreapps" +HOMEPAGE="https://gitlab.com/cubocore/coreapps" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" +IUSE=" + location + pulseaudio + udisks +" + +RDEPEND=" + ~gui-apps/coreaction-${PV} + ~gui-apps/coreapps-meta-${PV} + ~gui-apps/corearchiver-${PV} + ~gui-apps/corefm-${PV} + ~gui-apps/coregarage-${PV} + ~gui-apps/corehunt-${PV} + ~gui-apps/coreimage-${PV} + ~gui-apps/coreinfo-${PV} + ~gui-apps/corekeyboard-${PV} + ~gui-apps/corepad-${PV} + ~gui-apps/corepaint-${PV} + ~gui-apps/corepdf-${PV} + ~gui-apps/corerenamer-${PV} + ~gui-apps/coreshot-${PV} + ~gui-apps/corestats-${PV} + ~gui-apps/corestuff-${PV} + ~gui-apps/coreterminal-${PV} + ~gui-apps/coretime-${PV} + ~gui-apps/coretoppings-${PV}[location?,pulseaudio?] + ~gui-libs/libcprime-${PV} + ~gui-libs/libcsys-${PV}[udisks?] +" diff --git a/gui-apps/coreapps-meta/metadata.xml b/gui-apps/coreapps-meta/metadata.xml new file mode 100644 index 0000000000..e98dc903f6 --- /dev/null +++ b/gui-apps/coreapps-meta/metadata.xml @@ -0,0 +1,13 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + + Enable location discovery + + + diff --git a/gui-apps/corearchiver/Manifest b/gui-apps/corearchiver/Manifest new file mode 100644 index 0000000000..40a4c12017 --- /dev/null +++ b/gui-apps/corearchiver/Manifest @@ -0,0 +1 @@ +DIST corearchiver-4.0.0.tar.gz 86699 BLAKE2B 8ca065e35f2567ae971fe42db7152352ea079adefd87790430341dcc03360a6b51710f2a6a2fc6bb486bfb4961895a9e29de9a7a23071fd5e7d499136a940759 SHA512 5e9da633a1d059399a761527479ec37dab1a2e2c8625ed66379cd1e553fb262772a3d23bcb2bccb1a6a70d617701b56d84f81dffb721ce6a95758f726d20c02f diff --git a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild b/gui-apps/corearchiver/corearchiver-4.0.0.ebuild new file mode 100644 index 0000000000..7a040c29a7 --- /dev/null +++ b/gui-apps/corearchiver/corearchiver-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="Archiver for C Suite, to create and extract archives" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corearchiver/corearchiver-9999.ebuild b/gui-apps/corearchiver/corearchiver-9999.ebuild new file mode 100644 index 0000000000..7a040c29a7 --- /dev/null +++ b/gui-apps/corearchiver/corearchiver-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="Archiver for C Suite, to create and extract archives" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corearchiver/metadata.xml b/gui-apps/corearchiver/metadata.xml new file mode 100644 index 0000000000..6a3899712b --- /dev/null +++ b/gui-apps/corearchiver/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corearchiver + + diff --git a/gui-apps/corefm/Manifest b/gui-apps/corefm/Manifest new file mode 100644 index 0000000000..1e9eff9d7e --- /dev/null +++ b/gui-apps/corefm/Manifest @@ -0,0 +1 @@ +DIST corefm-4.0.0.tar.gz 102820 BLAKE2B 8ad9c7f8db32c41ce05cd148300a6aaa5e36dd92be5d1f6b1594263f86931c23f57f1b72ec0e58c00f8d359261717ec808f04d5911b7ba7fb39ae4290b1d1803 SHA512 de835961148a4a3c19b6fdd78010624ff4002f7721e53deb3a8053a754303bd1e737b2a437757ff17c845cad998f04405a114c8034ba10b224c916177f2dfc01 diff --git a/gui-apps/corefm/corefm-4.0.0-r1.ebuild b/gui-apps/corefm/corefm-4.0.0-r1.ebuild new file mode 100644 index 0000000000..f3bc53f115 --- /dev/null +++ b/gui-apps/corefm/corefm-4.0.0-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A lightweight file-manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtconcurrent:5= + dev-qt/qtdbus:5= + dev-qt/qtwidgets:5= + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +PATCHES=( + "${FILESDIR}/${P}-urilist.patch" +) + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corefm/corefm-9999.ebuild b/gui-apps/corefm/corefm-9999.ebuild new file mode 100644 index 0000000000..d3c081cc10 --- /dev/null +++ b/gui-apps/corefm/corefm-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A lightweight file-manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtconcurrent:5= + dev-qt/qtdbus:5= + dev-qt/qtwidgets:5= + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corefm/files/corefm-4.0.0-urilist.patch b/gui-apps/corefm/files/corefm-4.0.0-urilist.patch new file mode 100644 index 0000000000..305518c3f0 --- /dev/null +++ b/gui-apps/corefm/files/corefm-4.0.0-urilist.patch @@ -0,0 +1,12 @@ +index ad89f89..c4e7b98 100644 +--- a/corefm.cpp ++++ b/corefm.cpp +@@ -506,7 +506,7 @@ void corefm::prepareMove() { + foreach( QString item, selectedItems ) { + QUrl url = QUrl::fromLocalFile( item ); + urlList << url; +- uriList += url.toString() + "\n"; ++ uriList += QString(url.toString() + "\n").toLocal8Bit(); + } + + QMimeData *mData = new QMimeData(); diff --git a/gui-apps/corefm/metadata.xml b/gui-apps/corefm/metadata.xml new file mode 100644 index 0000000000..7d4f321efd --- /dev/null +++ b/gui-apps/corefm/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corefm + + diff --git a/gui-apps/coregarage/Manifest b/gui-apps/coregarage/Manifest new file mode 100644 index 0000000000..01f8289644 --- /dev/null +++ b/gui-apps/coregarage/Manifest @@ -0,0 +1 @@ +DIST coregarage-4.0.0.tar.gz 113603 BLAKE2B 2044cc558f886d47f6622bbe853f0a33a01585b72463e948c5515b6803f3a30c600b2bdc2ed1037701b0c30714b9c743b5ac70b898b1f6b56c59a3e58979b306 SHA512 0f7864027af39b567d54f0430f511245d3dd5b18d900e66734bb27e95ffa6ed6d6217fe80f95e8fe9b322bad47628127fa559ed328051ec1c551e77824cfc9f6 diff --git a/gui-apps/coregarage/coregarage-4.0.0.ebuild b/gui-apps/coregarage/coregarage-4.0.0.ebuild new file mode 100644 index 0000000000..261dc8e39e --- /dev/null +++ b/gui-apps/coregarage/coregarage-4.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A settings manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild new file mode 100644 index 0000000000..261dc8e39e --- /dev/null +++ b/gui-apps/coregarage/coregarage-9999.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A settings manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coregarage/metadata.xml b/gui-apps/coregarage/metadata.xml new file mode 100644 index 0000000000..7d4f321efd --- /dev/null +++ b/gui-apps/coregarage/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corefm + + diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest new file mode 100644 index 0000000000..23feb4504c --- /dev/null +++ b/gui-apps/corehunt/Manifest @@ -0,0 +1 @@ +DIST corehunt-4.0.0.tar.gz 49177 BLAKE2B f8904eba6af7854c882f26000e781295fa33d269637a5f66e54e0a152ccdbc51b952d4251eb50d6589edf8422d83fa4627cd4766ea1eeca89234c31f325fbaec SHA512 bbcb846039c3887e0f5b64a2e72c3cb5cabf31385d35870686c31e8a47d1ba7790c71941f5bdec422cfcc2f80b6dba47c1bac521c7365f68a546f5a2c990ebb2 diff --git a/gui-apps/corehunt/corehunt-4.0.0.ebuild b/gui-apps/corehunt/corehunt-4.0.0.ebuild new file mode 100644 index 0000000000..bc1481a1f0 --- /dev/null +++ b/gui-apps/corehunt/corehunt-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A file finder utility for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild new file mode 100644 index 0000000000..bc1481a1f0 --- /dev/null +++ b/gui-apps/corehunt/corehunt-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A file finder utility for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corehunt/metadata.xml b/gui-apps/corehunt/metadata.xml new file mode 100644 index 0000000000..b2c328d2ee --- /dev/null +++ b/gui-apps/corehunt/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corehunt + + diff --git a/gui-apps/coreimage/Manifest b/gui-apps/coreimage/Manifest new file mode 100644 index 0000000000..ed369f5bdc --- /dev/null +++ b/gui-apps/coreimage/Manifest @@ -0,0 +1 @@ +DIST coreimage-4.0.0.tar.gz 403995 BLAKE2B d8208c774987e3585563f92435663bc29121e50581263a1e4aac0f6fe78c9d037430c843ad442743b83b07f5b05a64987a81a0cb5e768c19825bd3c106c507f9 SHA512 11c3e021178324b91f27d5b541f716158a405bd9b8c700d467ee39647ada5fd4bc300e7b538e9afb07a10eda1b2800efec2d9500ab24f2273a2c95e9a5f3d987 diff --git a/gui-apps/coreimage/coreimage-4.0.0.ebuild b/gui-apps/coreimage/coreimage-4.0.0.ebuild new file mode 100644 index 0000000000..65eefe2f19 --- /dev/null +++ b/gui-apps/coreimage/coreimage-4.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="An image viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtconcurrent:5= + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtwidgets:5= + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreimage/coreimage-9999.ebuild b/gui-apps/coreimage/coreimage-9999.ebuild new file mode 100644 index 0000000000..65eefe2f19 --- /dev/null +++ b/gui-apps/coreimage/coreimage-9999.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="An image viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtconcurrent:5= + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtwidgets:5= + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreimage/metadata.xml b/gui-apps/coreimage/metadata.xml new file mode 100644 index 0000000000..b2c328d2ee --- /dev/null +++ b/gui-apps/coreimage/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corehunt + + diff --git a/gui-apps/coreinfo/Manifest b/gui-apps/coreinfo/Manifest new file mode 100644 index 0000000000..8cc4e11a4a --- /dev/null +++ b/gui-apps/coreinfo/Manifest @@ -0,0 +1 @@ +DIST coreinfo-4.0.0.tar.gz 52156 BLAKE2B 72225ded45603aa5b05682e195d033dc93e462ef6f28f7cce65c2dd4a29efd0e4b62598fbe6646a0d58c8e249cc6b0fded54ad7bfe50081c65b831089b63933b SHA512 d0a0a900ddb201504dd5d331a14317b30173ea35de53306363e1c904629e29d82c0720ff931a88cf780c455d1b3202611090c762594c4758b65a249989249db9 diff --git a/gui-apps/coreinfo/coreinfo-4.0.0.ebuild b/gui-apps/coreinfo/coreinfo-4.0.0.ebuild new file mode 100644 index 0000000000..d2c0a9e9a7 --- /dev/null +++ b/gui-apps/coreinfo/coreinfo-4.0.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A file information tool for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + media-libs/libmediainfo + media-libs/libzen + sys-libs/zlib +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreinfo/coreinfo-9999.ebuild b/gui-apps/coreinfo/coreinfo-9999.ebuild new file mode 100644 index 0000000000..d2c0a9e9a7 --- /dev/null +++ b/gui-apps/coreinfo/coreinfo-9999.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A file information tool for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + media-libs/libmediainfo + media-libs/libzen + sys-libs/zlib +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreinfo/metadata.xml b/gui-apps/coreinfo/metadata.xml new file mode 100644 index 0000000000..db4e438756 --- /dev/null +++ b/gui-apps/coreinfo/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/coreinfo + + diff --git a/gui-apps/corekeyboard/Manifest b/gui-apps/corekeyboard/Manifest new file mode 100644 index 0000000000..db73668d9b --- /dev/null +++ b/gui-apps/corekeyboard/Manifest @@ -0,0 +1 @@ +DIST corekeyboard-4.0.0.tar.gz 912573 BLAKE2B aee15c6435635cb035a7c11ec17f5cf10c1eac8102b660d8691bbe6710987e825ee52a13e58cdfb298596ebf311deb6fd1a3bfa543d6dc9a590aa9487250a870 SHA512 61b68ff7f2a68e67c8c5ae64a6afb3bc7b108b1d6a5e918592f30dd89fc4b966c7dc450624bf23c30497f92057efc902ef2ce739ae720091fa2b1761c64c8556 diff --git a/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild b/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild new file mode 100644 index 0000000000..0dd88ece1a --- /dev/null +++ b/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A x11 based virtual keyboard for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtwidgets:5= + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corekeyboard/corekeyboard-9999.ebuild b/gui-apps/corekeyboard/corekeyboard-9999.ebuild new file mode 100644 index 0000000000..0dd88ece1a --- /dev/null +++ b/gui-apps/corekeyboard/corekeyboard-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A x11 based virtual keyboard for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtwidgets:5= + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corekeyboard/metadata.xml b/gui-apps/corekeyboard/metadata.xml new file mode 100644 index 0000000000..c729148196 --- /dev/null +++ b/gui-apps/corekeyboard/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corekeyboard + + diff --git a/gui-apps/corepad/Manifest b/gui-apps/corepad/Manifest new file mode 100644 index 0000000000..9c16ae6d3c --- /dev/null +++ b/gui-apps/corepad/Manifest @@ -0,0 +1 @@ +DIST corepad-4.0.0.tar.gz 333491 BLAKE2B 702d8f94b1fccb17cbdc8ecd2510ea32ac12d515b888e1b89d654dab61e60050685aed329ddd34dba51a9e0a81fa2488aa948831324191a5f22cc71b140e3f86 SHA512 24073edcf6de1bc94e510b88f8c017a12bf9bed2099876b76cd9254426e891043f3cdb9162156dd3af8d502e52494cabfe931442350cc9e8eaa9e694ced2e760 diff --git a/gui-apps/corepad/corepad-4.0.0.ebuild b/gui-apps/corepad/corepad-4.0.0.ebuild new file mode 100644 index 0000000000..df9f3b4be5 --- /dev/null +++ b/gui-apps/corepad/corepad-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A document editor for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild new file mode 100644 index 0000000000..df9f3b4be5 --- /dev/null +++ b/gui-apps/corepad/corepad-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A document editor for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corepad/metadata.xml b/gui-apps/corepad/metadata.xml new file mode 100644 index 0000000000..8c89ebd5c5 --- /dev/null +++ b/gui-apps/corepad/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corepad + + diff --git a/gui-apps/corepaint/Manifest b/gui-apps/corepaint/Manifest new file mode 100644 index 0000000000..ceebaa8bbe --- /dev/null +++ b/gui-apps/corepaint/Manifest @@ -0,0 +1 @@ +DIST corepaint-4.0.0.tar.gz 95037 BLAKE2B ac7ba3bcd28057206801211b87a7d420f94a9a46147008644d9b7d59169f48e3fc2a78f3ea2db5c034fa97b922b25b4d94025a2001293acc62aab74ab8d105d0 SHA512 dbb0a37100d9bd01b3512080e98162c6a25d3ab5ff19be3fefedf35c3398bdb160ad1ba2c9cb5d6950582c6bfc99d75c3768edf45fa6cfe1b898fb11a7ac4a9a diff --git a/gui-apps/corepaint/corepaint-4.0.0.ebuild b/gui-apps/corepaint/corepaint-4.0.0.ebuild new file mode 100644 index 0000000000..3b555abc33 --- /dev/null +++ b/gui-apps/corepaint/corepaint-4.0.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A paint app for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild new file mode 100644 index 0000000000..3b555abc33 --- /dev/null +++ b/gui-apps/corepaint/corepaint-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A paint app for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corepaint/metadata.xml b/gui-apps/corepaint/metadata.xml new file mode 100644 index 0000000000..2dbdcd2426 --- /dev/null +++ b/gui-apps/corepaint/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corepaint + + diff --git a/gui-apps/corepdf/Manifest b/gui-apps/corepdf/Manifest new file mode 100644 index 0000000000..329a6824b2 --- /dev/null +++ b/gui-apps/corepdf/Manifest @@ -0,0 +1 @@ +DIST corepdf-4.0.0.tar.gz 115775 BLAKE2B f8b43c69d30d30d89bcc1f01719dacd48be1b453a6ba1fe932ab9d71137d92ffa87e12ccd0e3ab0c47a867ab6e431b9150307a05d90ad8836d395ba9d68f6acf SHA512 c28de6f79f78cba1fd1fa34f9cff552133e396523e9f50ac8eeff94511d4179d0d405eb4af415f61d34df28809f521c7e6f9f196a007e6995f79d4c237d23310 diff --git a/gui-apps/corepdf/corepdf-4.0.0.ebuild b/gui-apps/corepdf/corepdf-4.0.0.ebuild new file mode 100644 index 0000000000..2d2daddaaf --- /dev/null +++ b/gui-apps/corepdf/corepdf-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A PDF viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-text/poppler[qt5] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild new file mode 100644 index 0000000000..2d2daddaaf --- /dev/null +++ b/gui-apps/corepdf/corepdf-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A PDF viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + app-text/poppler[qt5] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corepdf/metadata.xml b/gui-apps/corepdf/metadata.xml new file mode 100644 index 0000000000..dad2a746a5 --- /dev/null +++ b/gui-apps/corepdf/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corepdf + + diff --git a/gui-apps/corerenamer/Manifest b/gui-apps/corerenamer/Manifest new file mode 100644 index 0000000000..29710011f1 --- /dev/null +++ b/gui-apps/corerenamer/Manifest @@ -0,0 +1 @@ +DIST corerenamer-4.0.0.tar.gz 218290 BLAKE2B 5916a46e397e9a5562ea30a6ac601d0b653f90d9ab89452e98dc81e70194fbb87711e167f5701565bc7ccbde6c32325d87891544ab10d18bd46c9bf47e48a75a SHA512 4ef1896b3f0d960c03f870dd80a296b7c779569c96f0816b4484383bbcf82839cd95d25cd24282843dbe672186ef8edcf4f986c5b682b0bc081939c3509cd130 diff --git a/gui-apps/corerenamer/corerenamer-4.0.0.ebuild b/gui-apps/corerenamer/corerenamer-4.0.0.ebuild new file mode 100644 index 0000000000..f1a9b14795 --- /dev/null +++ b/gui-apps/corerenamer/corerenamer-4.0.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A batch file renamer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.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 new file mode 100644 index 0000000000..f1a9b14795 --- /dev/null +++ b/gui-apps/corerenamer/corerenamer-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A batch file renamer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corerenamer/metadata.xml b/gui-apps/corerenamer/metadata.xml new file mode 100644 index 0000000000..dad2a746a5 --- /dev/null +++ b/gui-apps/corerenamer/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corepdf + + diff --git a/gui-apps/coreshot/Manifest b/gui-apps/coreshot/Manifest new file mode 100644 index 0000000000..9c3de91290 --- /dev/null +++ b/gui-apps/coreshot/Manifest @@ -0,0 +1 @@ +DIST coreshot-4.0.0.tar.gz 1300298 BLAKE2B 9742b4dcfbd3257309bcaa517792129b933ee8ce2279184fbb8e69ba4d43e5b3116c1815586e4aa81dc015d7c18eae841a8ffadd467276d01e3f4eb88ab865ba SHA512 c8af3134ec35ef7355f67991fa8bbc96d8752296c199cca21b8193a21844ea4b445a5dcca6a37cb01ccc5054eb742534d2c9d59f7aebc2e95f17faff78c8653e diff --git a/gui-apps/coreshot/coreshot-4.0.0.ebuild b/gui-apps/coreshot/coreshot-4.0.0.ebuild new file mode 100644 index 0000000000..b1fa5d6ff4 --- /dev/null +++ b/gui-apps/coreshot/coreshot-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A screen capture utility for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreshot/coreshot-9999.ebuild b/gui-apps/coreshot/coreshot-9999.ebuild new file mode 100644 index 0000000000..b1fa5d6ff4 --- /dev/null +++ b/gui-apps/coreshot/coreshot-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A screen capture utility for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreshot/metadata.xml b/gui-apps/coreshot/metadata.xml new file mode 100644 index 0000000000..c8472d373f --- /dev/null +++ b/gui-apps/coreshot/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/coreshot + + diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest new file mode 100644 index 0000000000..aa22430f56 --- /dev/null +++ b/gui-apps/corestats/Manifest @@ -0,0 +1 @@ +DIST corestats-4.0.0.tar.gz 99029 BLAKE2B 88ca6d3d1f8b45e7817e1ebac8ba8994d18aed8469600e3f63b18029b66ab33d32cf0379f6c169a432f95ba6cad92fd434229cd29a4927d9798b70018ff67568 SHA512 7a31102a0a22f464f9bc03aebad9112df8eb3f48c428b4099512b7dcc044c368706be7cdf0059d8a1d1554946d5cbd6cb64ab58639e125c054f4d746459bcf5a diff --git a/gui-apps/corestats/corestats-4.0.0.ebuild b/gui-apps/corestats/corestats-4.0.0.ebuild new file mode 100644 index 0000000000..0353a368e1 --- /dev/null +++ b/gui-apps/corestats/corestats-4.0.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A system resource viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys + sys-apps/lm-sensors +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corestats/corestats-9999.ebuild b/gui-apps/corestats/corestats-9999.ebuild new file mode 100644 index 0000000000..0353a368e1 --- /dev/null +++ b/gui-apps/corestats/corestats-9999.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A system resource viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys + sys-apps/lm-sensors +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corestats/metadata.xml b/gui-apps/corestats/metadata.xml new file mode 100644 index 0000000000..afbe2323c8 --- /dev/null +++ b/gui-apps/corestats/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corestats + + diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest new file mode 100644 index 0000000000..2ff94d925d --- /dev/null +++ b/gui-apps/corestuff/Manifest @@ -0,0 +1 @@ +DIST corestuff-4.0.0.tar.gz 1244235 BLAKE2B f03d71d1994a749b37b21e1ef1dd3e5213b2287e4e43adf87bcde37590610d23499dbb2b9305620eb9ae2b81d5c45c635fb08eb2fc5f795e5a4efadb8532645b SHA512 b56fbc52b7c1fdabc67a697af570ee5d437a623e19aafb178f28a7d7cca2d52590537148723a41be6169948abcaa039e03ae9819e767c12601557f65ae1cd6d2 diff --git a/gui-apps/corestuff/corestuff-4.0.0.ebuild b/gui-apps/corestuff/corestuff-4.0.0.ebuild new file mode 100644 index 0000000000..9713878bc0 --- /dev/null +++ b/gui-apps/corestuff/corestuff-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="An activity viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtx11extras:5 + gui-libs/libcprime + gui-libs/libcsys + kde-frameworks/kglobalaccel:5 + x11-libs/libXcomposite +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild new file mode 100644 index 0000000000..9713878bc0 --- /dev/null +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="An activity viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtx11extras:5 + gui-libs/libcprime + gui-libs/libcsys + kde-frameworks/kglobalaccel:5 + x11-libs/libXcomposite +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/corestuff/metadata.xml b/gui-apps/corestuff/metadata.xml new file mode 100644 index 0000000000..043a001f60 --- /dev/null +++ b/gui-apps/corestuff/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/corestuff + + diff --git a/gui-apps/coreterminal/Manifest b/gui-apps/coreterminal/Manifest new file mode 100644 index 0000000000..965408f658 --- /dev/null +++ b/gui-apps/coreterminal/Manifest @@ -0,0 +1 @@ +DIST coreterminal-4.0.0.tar.gz 58172 BLAKE2B 2b8a437a4dcbf53ad015e1c3b9e1811f309a2494a7dd3a5c494bf07cc3dc0f950f9927044bac1f546c5aa861572c8ee0da5461fb821e3e1a407525cb9c81e4e9 SHA512 a3fef29036e95a3efbfa499c8f88168e1044d4143b699397e76e6981c959e5528a6d33f0df6ee295d2577767fe2aefb5b5a6a77c1da0d3ffc4ab376bfcdcaefe diff --git a/gui-apps/coreterminal/coreterminal-4.0.0.ebuild b/gui-apps/coreterminal/coreterminal-4.0.0.ebuild new file mode 100644 index 0000000000..6c71bd5d22 --- /dev/null +++ b/gui-apps/coreterminal/coreterminal-4.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A terminal emulator for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtserialport:5 + dev-qt/qtwidgets:5= + gui-libs/libcprime + x11-libs/qtermwidget +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreterminal/coreterminal-9999.ebuild b/gui-apps/coreterminal/coreterminal-9999.ebuild new file mode 100644 index 0000000000..6c71bd5d22 --- /dev/null +++ b/gui-apps/coreterminal/coreterminal-9999.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A terminal emulator for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtserialport:5 + dev-qt/qtwidgets:5= + gui-libs/libcprime + x11-libs/qtermwidget +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreterminal/metadata.xml b/gui-apps/coreterminal/metadata.xml new file mode 100644 index 0000000000..16a5f33074 --- /dev/null +++ b/gui-apps/coreterminal/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/coreterminal + + diff --git a/gui-apps/coretime/Manifest b/gui-apps/coretime/Manifest new file mode 100644 index 0000000000..c5222f0bb4 --- /dev/null +++ b/gui-apps/coretime/Manifest @@ -0,0 +1 @@ +DIST coretime-4.0.0.tar.gz 446489 BLAKE2B 738739f568e1185d2d48500ad94ef79b0bc815c1194783187cc09ebc2d3eb127ad124730f51bcab50f90c8fd5780a192e71057fb572cc1881448613f3a49cad4 SHA512 aa3415b9a2117f3918895f55d849d781e7349d9d995f58cbc327d2ed3755ea12314166f0387dccf97aed12673d39db878925b5f97e9d1e9b5d2d5f96431cf4b6 diff --git a/gui-apps/coretime/coretime-4.0.0.ebuild b/gui-apps/coretime/coretime-4.0.0.ebuild new file mode 100644 index 0000000000..ebd5bc0bff --- /dev/null +++ b/gui-apps/coretime/coretime-4.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A time related task manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild new file mode 100644 index 0000000000..642a943882 --- /dev/null +++ b/gui-apps/coretime/coretime-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A time related task manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coretime/metadata.xml b/gui-apps/coretime/metadata.xml new file mode 100644 index 0000000000..6c962e502b --- /dev/null +++ b/gui-apps/coretime/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/coretime + + diff --git a/gui-apps/coretoppings/Manifest b/gui-apps/coretoppings/Manifest new file mode 100644 index 0000000000..5d115287a0 --- /dev/null +++ b/gui-apps/coretoppings/Manifest @@ -0,0 +1 @@ +DIST coretoppings-4.0.0.tar.gz 170719 BLAKE2B 039f2c38bd28f277a321d50686b1ba9adc373c1a37cf3b47aa4cd2d3d70154bc8a0c7f52c16e39711c27d5efc9e26ff3018a3097591cc43244bb94a44c38bf6d SHA512 469eacf5fa33388d57f7f3b0b84886fee97942b2d77418e454334f62dcaad891f499ec9b5bf4930b46757a2ec67b3cc2f1656530804811ac6eff74c25d110536 diff --git a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild new file mode 100644 index 0000000000..afc005596e --- /dev/null +++ b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="Additional features, plugins, widgets etc for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="location pulseaudio" + +DEPEND=" + dev-qt/qtbluetooth:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} + location? ( dev-qt/qtlocation:5 ) + pulseaudio? ( media-sound/pulseaudio ) +" + +src_prepare() { + default + + sed -i 's/C Suite/X-CSuite/' shareit/shareit.desktop || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coretoppings/metadata.xml b/gui-apps/coretoppings/metadata.xml new file mode 100644 index 0000000000..b39b69f28c --- /dev/null +++ b/gui-apps/coretoppings/metadata.xml @@ -0,0 +1,16 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + + Enable location discovery + + + + cubocore/coreapps/coretoppings + + diff --git a/gui-apps/nwg-launchers/files/icons/system-lock-screen.svg b/gui-apps/nwg-launchers/files/icons/system-lock-screen.svg new file mode 100644 index 0000000000..6e14c8a7a4 --- /dev/null +++ b/gui-apps/nwg-launchers/files/icons/system-lock-screen.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/gui-apps/nwg-launchers/files/icons/system-log-out.svg b/gui-apps/nwg-launchers/files/icons/system-log-out.svg new file mode 100644 index 0000000000..bf3ac82302 --- /dev/null +++ b/gui-apps/nwg-launchers/files/icons/system-log-out.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/gui-apps/nwg-launchers/files/icons/system-reboot.svg b/gui-apps/nwg-launchers/files/icons/system-reboot.svg new file mode 100644 index 0000000000..1ccae13c60 --- /dev/null +++ b/gui-apps/nwg-launchers/files/icons/system-reboot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui-apps/nwg-launchers/files/icons/system-shutdown.svg b/gui-apps/nwg-launchers/files/icons/system-shutdown.svg new file mode 100644 index 0000000000..362a0c75f9 --- /dev/null +++ b/gui-apps/nwg-launchers/files/icons/system-shutdown.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/gui-apps/nwg-launchers/files/index.theme b/gui-apps/nwg-launchers/files/index.theme new file mode 100644 index 0000000000..fba8c09ad2 --- /dev/null +++ b/gui-apps/nwg-launchers/files/index.theme @@ -0,0 +1,12 @@ +[Icon Theme] +Name=nwg-launchers +Comment=nwg-launchers default icons + +Directories=icons + +[icons] +Context=Applications +Size=96 +MinSize=8 +MaxSize=192 +Type=Scalable diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild new file mode 100644 index 0000000000..914a82d851 --- /dev/null +++ b/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git" +else + SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi +inherit meson + +DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs" +HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers" +LICENSE="GPL-3 CC-BY-SA-3.0" + +SLOT="0" + +RDEPEND=" + x11-libs/gtk+:3 + dev-cpp/gtkmm:3.0 + dev-cpp/nlohmann_json" +DEPEND="${RDEPEND}" + +IUSE="+bar +dmenu +grid" + +src_configure() { + meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) +} + +src_install() { + meson_src_install + + insinto /usr/share/icons/nwg-launchers + doins -r "${FILESDIR}"/. +} diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild index dee57da34a..914a82d851 100644 --- a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild +++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild @@ -15,7 +15,7 @@ inherit meson DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs" HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers" -LICENSE="GPL-3" +LICENSE="GPL-3 CC-BY-SA-3.0" SLOT="0" @@ -27,8 +27,13 @@ DEPEND="${RDEPEND}" IUSE="+bar +dmenu +grid" -RESTRICT="mirror test" - src_configure() { meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) } + +src_install() { + meson_src_install + + insinto /usr/share/icons/nwg-launchers + doins -r "${FILESDIR}"/. +} diff --git a/gui-apps/paperdesktop/Manifest b/gui-apps/paperdesktop/Manifest new file mode 100644 index 0000000000..423304b588 --- /dev/null +++ b/gui-apps/paperdesktop/Manifest @@ -0,0 +1 @@ +DIST paperdesktop-0_p20201107.tar.gz 200672 BLAKE2B d2c7807cd23294521ada75bfbae2f841e72a399a8bfc94e2f507c15eeda00d5fef90826225ae3d531d0b33f82ce2e0aa06b5081778e8354e87ccea30daf310c6 SHA512 940f0aba34fc8d03a3dc716ca921991ce3aa22eb0afcb601c23f3dd8ada2f15e22c5f0dbc83e58c003a3c43a0955e0b3634824d34fea1b2ce97bc3c2dfd28475 diff --git a/gui-apps/paperdesktop/files/paperdesktop-0_p20201107-build.patch b/gui-apps/paperdesktop/files/paperdesktop-0_p20201107-build.patch new file mode 100644 index 0000000000..b3d4eea974 --- /dev/null +++ b/gui-apps/paperdesktop/files/paperdesktop-0_p20201107-build.patch @@ -0,0 +1,14 @@ +diff --git a/libpaperprime/libpaperprime.pro b/libpaperprime/libpaperprime.pro +index 7ee9ec2..d5b89a2 100644 +--- a/libpaperprime/libpaperprime.pro ++++ b/libpaperprime/libpaperprime.pro +@@ -71,8 +71,7 @@ unix { + + INSTALLS += target includes themefiles + +- contains(DEFINES, LIB64): target.path = $$PREFIX/lib64 +- else: target.path = $$PREFIX/lib ++ target.path = $$PREFIX/lib/ + + includes.files = paperprime/*.h + includes.path = $$PREFIX/include/paperprime/ diff --git a/x11-themes/sweet-gtk-theme/metadata.xml b/gui-apps/paperdesktop/metadata.xml similarity index 53% rename from x11-themes/sweet-gtk-theme/metadata.xml rename to gui-apps/paperdesktop/metadata.xml index a3865a3c5a..65ac1f2056 100644 --- a/x11-themes/sweet-gtk-theme/metadata.xml +++ b/gui-apps/paperdesktop/metadata.xml @@ -1,8 +1,8 @@ - - gentoo@aisha.cc - Aisha Tammy - + + gentoo@aisha.cc + Aisha Tammy + diff --git a/gui-apps/paperdesktop/paperdesktop-0_p20201107.ebuild b/gui-apps/paperdesktop/paperdesktop-0_p20201107.ebuild new file mode 100644 index 0000000000..ee7ec14c53 --- /dev/null +++ b/gui-apps/paperdesktop/paperdesktop-0_p20201107.ebuild @@ -0,0 +1,60 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils + +DESCRIPTION="simple, sleek QT based DE for wayland using wayfire" + +HOMEPAGE="https://gitlab.com/cubocore/paper/paperdesktop" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/paper/paperdesktop" +else + COMMIT=960ff1e31a48e96e10afa0459183e52fbea8f2de + SRC_URI="https://gitlab.com/cubocore/paper/paperdesktop/-/archive/${COMMIT}/paperdesktop-${COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/paperdesktop-${COMMIT} + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-libs/libdbusmenu-qt + dev-libs/wayland + dev-qt/qtcore:5 + dev-qt/qtgui:5[wayland,X] + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5[X] + dev-qt/qtsvg:5 +" +RDEPEND="${DEPEND} + gui-wm/wayfire[X] + x11-misc/qt5ct +" +BDEPEND=" + virtual/pkgconfig +" + +PATCHES=( "${FILESDIR}"/${PN}-0_p20201107-build.patch ) + +src_prepare() { + default + sed -e "s:/lib/:/$(get_libdir)/:" \ + -i libpaperdesktop/core/core.pro \ + -i libpaperdesktop/gui/gui.pro \ + -i libpapershell-wl/libpapershell-wl.pro \ + -i libpaperprime/libpaperprime.pro || die +} + +src_compile() { + eqmake5 paperdesktop.pro + emake +} + +src_install() { + emake INSTALL_ROOT="${ED}" install +} diff --git a/gui-apps/paperdesktop/paperdesktop-9999.ebuild b/gui-apps/paperdesktop/paperdesktop-9999.ebuild new file mode 100644 index 0000000000..ee7ec14c53 --- /dev/null +++ b/gui-apps/paperdesktop/paperdesktop-9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils + +DESCRIPTION="simple, sleek QT based DE for wayland using wayfire" + +HOMEPAGE="https://gitlab.com/cubocore/paper/paperdesktop" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/paper/paperdesktop" +else + COMMIT=960ff1e31a48e96e10afa0459183e52fbea8f2de + SRC_URI="https://gitlab.com/cubocore/paper/paperdesktop/-/archive/${COMMIT}/paperdesktop-${COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/paperdesktop-${COMMIT} + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-libs/libdbusmenu-qt + dev-libs/wayland + dev-qt/qtcore:5 + dev-qt/qtgui:5[wayland,X] + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5[X] + dev-qt/qtsvg:5 +" +RDEPEND="${DEPEND} + gui-wm/wayfire[X] + x11-misc/qt5ct +" +BDEPEND=" + virtual/pkgconfig +" + +PATCHES=( "${FILESDIR}"/${PN}-0_p20201107-build.patch ) + +src_prepare() { + default + sed -e "s:/lib/:/$(get_libdir)/:" \ + -i libpaperdesktop/core/core.pro \ + -i libpaperdesktop/gui/gui.pro \ + -i libpapershell-wl/libpapershell-wl.pro \ + -i libpaperprime/libpaperprime.pro || die +} + +src_compile() { + eqmake5 paperdesktop.pro + emake +} + +src_install() { + emake INSTALL_ROOT="${ED}" install +} diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest new file mode 100644 index 0000000000..9411468dbf --- /dev/null +++ b/gui-apps/tiramisu/Manifest @@ -0,0 +1 @@ +DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825 SHA512 7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d diff --git a/gui-apps/tiramisu/metadata.xml b/gui-apps/tiramisu/metadata.xml new file mode 100644 index 0000000000..306b31452a --- /dev/null +++ b/gui-apps/tiramisu/metadata.xml @@ -0,0 +1,8 @@ + + + + + Aisha Tammy + gentoo@aisha.cc + + diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild new file mode 100644 index 0000000000..78c48693c1 --- /dev/null +++ b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Sweets/tiramisu" +else + COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266 + SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/${PN}-${COMMIT} + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DESCRIPTION="minimalistic desktop notifications provider" +HOMEPAGE="https://github.com/Sweets/tiramisu" + +LICENSE="MIT" +SLOT="0" + +src_install() { + emake DESTDIR="${ED}" PREFIX=/usr install +} diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild new file mode 100644 index 0000000000..78c48693c1 --- /dev/null +++ b/gui-apps/tiramisu/tiramisu-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Sweets/tiramisu" +else + COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266 + SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/${PN}-${COMMIT} + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DESCRIPTION="minimalistic desktop notifications provider" +HOMEPAGE="https://github.com/Sweets/tiramisu" + +LICENSE="MIT" +SLOT="0" + +src_install() { + emake DESTDIR="${ED}" PREFIX=/usr install +} diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest new file mode 100644 index 0000000000..6783641742 --- /dev/null +++ b/gui-apps/wlr-randr/Manifest @@ -0,0 +1 @@ +DIST wlr-randr-0.1.0.tar.gz 10836 BLAKE2B 573e9aa9305b0f633f2ee62cbf46bc107948582c5fa1e417a46f01b82489ac84362baea791f817d1857b320715a5644e597adf80c93897ec7bda27456b5e064d SHA512 84a710b28243acb13d37c81d1f796d7e251aa52d6a7f299a4cdb0d0ebe6481d57db6757a1a813fc6bbe3fbd9d7fccefb09385c523f857abef72f3ee398f0d958 diff --git a/x11-themes/candy-icon-theme/metadata.xml b/gui-apps/wlr-randr/metadata.xml similarity index 100% rename from x11-themes/candy-icon-theme/metadata.xml rename to gui-apps/wlr-randr/metadata.xml diff --git a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild new file mode 100644 index 0000000000..5aa72f2d89 --- /dev/null +++ b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="xrandr clone for wlroots compositors" +HOMEPAGE="https://github.com/emersion/wlr-randr" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/wlr-randr" +else + SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="ISC" +SLOT="0" + +DEPEND=" + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild new file mode 100644 index 0000000000..5aa72f2d89 --- /dev/null +++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="xrandr clone for wlroots compositors" +HOMEPAGE="https://github.com/emersion/wlr-randr" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/wlr-randr" +else + SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="ISC" +SLOT="0" + +DEPEND=" + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-libs/libcprime/Manifest b/gui-libs/libcprime/Manifest new file mode 100644 index 0000000000..e6d4ed9280 --- /dev/null +++ b/gui-libs/libcprime/Manifest @@ -0,0 +1 @@ +DIST libcprime-4.0.0.tar.gz 62887 BLAKE2B b2aaa69b7f726a5ea66668fc83b6c2c5d621351fabbb6ccefb9e2cfa82853b5d8cc80bf79626b1d461103373ed63fa73eaaebc48c66314d4a0a2903b4421c8ad SHA512 b392b6e82907995050696b9dc7bd31cf290e705cad300c538511ae4e8632594cf7f321e6b8ee55c34d4dccdebf993884aabccc54b96d4eb4e084647deff20591 diff --git a/gui-libs/libcprime/files/libcprime-lib.patch b/gui-libs/libcprime/files/libcprime-lib.patch new file mode 100644 index 0000000000..094d0033d0 --- /dev/null +++ b/gui-libs/libcprime/files/libcprime-lib.patch @@ -0,0 +1,12 @@ +index cd69a3d..cd8b54c 100644 +--- a/libcprime.pro ++++ b/libcprime.pro +@@ -42,8 +42,6 @@ unix { + contains(DEFINES, LIB64): target.path = $$INSTALL_PREFIX/lib64 + else: target.path = $$INSTALL_PREFIX/lib + +- target.path = $$PREFIX/lib/ +- + includes.files = cprime/*.h libcprime_global.h cprime/application/capplication.h + includes.path = $$PREFIX/include/cprime/ + diff --git a/gui-libs/libcprime/libcprime-4.0.0.ebuild b/gui-libs/libcprime/libcprime-4.0.0.ebuild new file mode 100644 index 0000000000..1ff9415674 --- /dev/null +++ b/gui-libs/libcprime/libcprime-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTV="5.15.1" + +inherit eutils multilib qmake-utils xdg + +DESCRIPTION="Library for managing settings of CoreApps" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcprime" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + x11-libs/libnotify + ~dev-qt/qtbluetooth-${QTV}:5= + ~dev-qt/qtcore-${QTV}:5= + ~dev-qt/qtdbus-${QTV}:5= + ~dev-qt/qtgui-${QTV}:5= + ~dev-qt/qtnetwork-${QTV}:5= + ~dev-qt/qtwidgets-${QTV}:5= +" +RDEPEND=" + ${DEPEND} +" + +PATCHES=( + "${FILESDIR}/${PN}-lib.patch" +) + +src_configure() { + local lib="$(get_libdir)" + # '^^' because we need to upcase the definition + eqmake5 DEFINES+="${lib^^}" +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-libs/libcprime/metadata.xml b/gui-libs/libcprime/metadata.xml new file mode 100644 index 0000000000..a35ece638b --- /dev/null +++ b/gui-libs/libcprime/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/libcprime + + diff --git a/gui-libs/libcsys/Manifest b/gui-libs/libcsys/Manifest new file mode 100644 index 0000000000..8ca22bac45 --- /dev/null +++ b/gui-libs/libcsys/Manifest @@ -0,0 +1 @@ +DIST libcsys-4.0.0.tar.gz 26187 BLAKE2B df7ca36087d2e06ce7ad668eb7fa57aeb15db587888406c2ae30f9972e93fd2cd2a129a3453960fe8fab58418a5f3df17e201cd22aa511245b66e6b59e196c86 SHA512 1c3ce300f88a6825dcc73536d394abce35affda117388d34781c4dec5e4e9288743af2cbee1f7ad1f4b93fe6c1091f657191712aa59e78ea5b992800a215794a diff --git a/gui-libs/libcsys/files/libcsys-lib.patch b/gui-libs/libcsys/files/libcsys-lib.patch new file mode 100644 index 0000000000..b3efda6421 --- /dev/null +++ b/gui-libs/libcsys/files/libcsys-lib.patch @@ -0,0 +1,12 @@ +diff --git a/libcsys.pro b/libcsys.pro +index e94f92b..4d87d57 100644 +--- a/libcsys.pro ++++ b/libcsys.pro +@@ -51,7 +51,6 @@ unix { + contains(DEFINES, LIB64): target.path = $$INSTALL_PREFIX/lib64 + else: target.path = $$INSTALL_PREFIX/lib + +- target.path = $$PREFIX/lib/ + includes.files = libcsys_global.h csys/*.h + includes.path = $$PREFIX/include/csys + diff --git a/gui-libs/libcsys/libcsys-4.0.0.ebuild b/gui-libs/libcsys/libcsys-4.0.0.ebuild new file mode 100644 index 0000000000..5a3595892d --- /dev/null +++ b/gui-libs/libcsys/libcsys-4.0.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTV="5.15.1" + +inherit eutils qmake-utils + +DESCRIPTION="Library for managing the device" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="udisks" + +DEPEND=" + ~dev-qt/qtcore-${QTV}:5= + ~dev-qt/qtdbus-${QTV}:5= + ~dev-qt/qtnetwork-${QTV}:5= +" +RDEPEND=" + ${DEPEND} + udisks? ( + sys-fs/udisks:2 + ) +" + +PATCHES=( + "${FILESDIR}/${PN}-lib.patch" +) + +src_configure() { + local lib="$(get_libdir)" + # '^^' because we need to upcase the definition + eqmake5 DEFINES+="${lib^^}" +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-libs/libcsys/libcsys-9999.ebuild b/gui-libs/libcsys/libcsys-9999.ebuild new file mode 100644 index 0000000000..5a3595892d --- /dev/null +++ b/gui-libs/libcsys/libcsys-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTV="5.15.1" + +inherit eutils qmake-utils + +DESCRIPTION="Library for managing the device" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="udisks" + +DEPEND=" + ~dev-qt/qtcore-${QTV}:5= + ~dev-qt/qtdbus-${QTV}:5= + ~dev-qt/qtnetwork-${QTV}:5= +" +RDEPEND=" + ${DEPEND} + udisks? ( + sys-fs/udisks:2 + ) +" + +PATCHES=( + "${FILESDIR}/${PN}-lib.patch" +) + +src_configure() { + local lib="$(get_libdir)" + # '^^' because we need to upcase the definition + eqmake5 DEFINES+="${lib^^}" +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-libs/libcsys/metadata.xml b/gui-libs/libcsys/metadata.xml new file mode 100644 index 0000000000..09ffd008e7 --- /dev/null +++ b/gui-libs/libcsys/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + cubocore/coreapps/libcsys + + diff --git a/media-gfx/glimpse/Manifest b/media-gfx/glimpse/Manifest index a4589c872f..903e2ab63c 100644 --- a/media-gfx/glimpse/Manifest +++ b/media-gfx/glimpse/Manifest @@ -1 +1 @@ -DIST glimpse-0.2.0.tar.gz 42734079 BLAKE2B 3531bc2a125c54f3ca3e3b3bd60366065393f633b1a537a32b5bec80b151f8ebdfbd815fc9b3e476e2af42fb5f854a48c5714a08640ccd259f46b94d79c084f1 SHA512 6fccb418b8c233fb870b6bced728366e4fe935da0400f340fca14befc261b338d1a9d077c3f77358cb1df824df601f11aff473f1ce8e8086f3884f0ab93a795f +DIST glimpse-0.2.0.tar.gz 42738232 BLAKE2B 3fe1148ecc5dc7d24849abf392a55e29e67d8f404a25b5cb868d7d812c79b856abd276591bd45490ded933b57a840400544b5cddbce267513ed7159955f50f2d SHA512 0511a42cf315dbd60a01de8f2101755179020f9b1ecc4812c85c890f60515685e08d02d97ffb48ccdc5908998f1c015f76af9f214293abeeea75bf8e8aa7570d diff --git a/media-sound/pulseaudio-virtualmic/Manifest b/media-sound/pulseaudio-virtualmic/Manifest new file mode 100644 index 0000000000..39b1ff84be --- /dev/null +++ b/media-sound/pulseaudio-virtualmic/Manifest @@ -0,0 +1 @@ +DIST v0.1.tar.gz 14181 BLAKE2B 3eea933cda33c8a1cd9117687512d238aa70ca2f6d24af66814652d5c1a30ab044c31098fe3c83d0ad48dcf15d448f2d560e294e741111fc135c95cd742dfd3b SHA512 3ee8e8c65598ffc07107f630a856f3e432ace09f86e1e04615f31651eed649b88f68e81e925727c8559bdd2f380f07b093912d93b37cea7acedb89a7833aca28 diff --git a/x11-themes/sweet-folders-icon-theme/metadata.xml b/media-sound/pulseaudio-virtualmic/metadata.xml similarity index 67% rename from x11-themes/sweet-folders-icon-theme/metadata.xml rename to media-sound/pulseaudio-virtualmic/metadata.xml index a3865a3c5a..1780a07bd4 100644 --- a/x11-themes/sweet-folders-icon-theme/metadata.xml +++ b/media-sound/pulseaudio-virtualmic/metadata.xml @@ -2,7 +2,7 @@ - gentoo@aisha.cc - Aisha Tammy + Matthias Coppens + coppens.matthias.abc@gmail.com diff --git a/media-sound/pulseaudio-virtualmic/pulseaudio-virtualmic-0.1.ebuild b/media-sound/pulseaudio-virtualmic/pulseaudio-virtualmic-0.1.ebuild new file mode 100644 index 0000000000..11123bba01 --- /dev/null +++ b/media-sound/pulseaudio-virtualmic/pulseaudio-virtualmic-0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION=" Use any offline or online media file or stream as a PulseAudio source" + +HOMEPAGE="https://github.com/MatthiasCoppens/pulseaudio-virtualmic" + +if [ "${PV}" == 9999 ] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic.git" +else + SRC_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic/archive/v${PV}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" + +RESTRICT="mirror test" + +RDEPEND="media-video/ffmpeg + media-sound/pulseaudio" +DEPEND="${RDEPEND}" + +src_install() { + exeinto /usr/bin + doexe virtualmic +} diff --git a/media-sound/pulseaudio-virtualmic/pulseaudio-virtualmic-9999.ebuild b/media-sound/pulseaudio-virtualmic/pulseaudio-virtualmic-9999.ebuild new file mode 100644 index 0000000000..11123bba01 --- /dev/null +++ b/media-sound/pulseaudio-virtualmic/pulseaudio-virtualmic-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION=" Use any offline or online media file or stream as a PulseAudio source" + +HOMEPAGE="https://github.com/MatthiasCoppens/pulseaudio-virtualmic" + +if [ "${PV}" == 9999 ] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic.git" +else + SRC_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic/archive/v${PV}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" + +RESTRICT="mirror test" + +RDEPEND="media-video/ffmpeg + media-sound/pulseaudio" +DEPEND="${RDEPEND}" + +src_install() { + exeinto /usr/bin + doexe virtualmic +} diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest index df30daf7ce..a699855ab2 100644 --- a/net-im/discord-canary-bin/Manifest +++ b/net-im/discord-canary-bin/Manifest @@ -1,2 +1,2 @@ -DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693 DIST discord-canary-0.0.106.tar.gz 71370116 BLAKE2B fed3b569c47e6bb67995ccf80645cd282f142edad15ddda6750b02e90b608bfeb7a7fd3f1a20bbc71c16e11575af2c5614e9dc87ab82405baae5b25dea2e3bfc SHA512 d258b698ec68590b1a3171d25041de97fef208f7b24668adafcc7e4c0bf97c80b25aeb2e57ca5be3b29581cd04661a84ed5c0d3cd8309b6cf9758703aa5ed52d +DIST discord-canary-0.0.115.tar.gz 72347345 BLAKE2B 183428fd0efe2dc4bc1307adb23965774981e5f95fc5b7dfdba3ab765449bc112dc7c755e1dcd2bd6da2a9ec68d4ab18786ffe041e6c6777cc00186317bb9bbc SHA512 a01f5c8e24342b0360ab3559c31bf5de557343f9db4d0b5267fcf5c3ffed1774d537ef9aba3699de95442fc5a5eab23a0ad455a16688e6695c427ddf944247b0 diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild similarity index 100% rename from net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild rename to net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest deleted file mode 100644 index a4788c76b5..0000000000 --- a/net-misc/gallery-dl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gallery-dl-1.15.0.tar.gz 323180 BLAKE2B 2b0bac0e0a3a3c1c3cab1860f1f584fd09e5f6163a69a94419f2924bd62e1fb9464f8139f6cdce4a7020accaaa44cf1e60c03dab2db7d9568d35693a8f935c4e SHA512 3d15ebeaa088130efb4c33ad2bc2d7ed2af78eafc68ef00b451d65db7f6b589cf10e248c309677dbbfe7202885d602afdbcab330dae0ebce190bd1f5dce25834 -DIST gallery-dl-1.15.2.tar.gz 323739 BLAKE2B 99a06331bd7dc6ec951749129ad0ac797d9ce2d9f98e75a29198fd47d0481c43b96922ea08149abfe990e8994a19b3170853618de9b51465264d100dba777f32 SHA512 7f31c0485d9de6eaf76e7b0772e66049f9aa8fd7d77d3ef6fd2803d7ec7dddbf3419051c9d8b3984eb86a8fbbf9a168cf8ec69a55082a38e2ca23cfc3574b1f4 diff --git a/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild deleted file mode 100644 index 1fc6f3ea8b..0000000000 --- a/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_{7,8}) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 optfeature - -DESCRIPTION="Download image galleries and collections from several image hosting sites" -HOMEPAGE="https://github.com/mikf/gallery-dl" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mikf/${PN}.git" -else - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -# tests require network access -RESTRICT="test" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests setup.py - -src_compile() { - emake data/completion/gallery-dl - emake data/completion/_gallery-dl - emake man - distutils-r1_src_compile -} - -pkg_postinst() { - elog "To get additional features, some optional runtime dependencies" - elog "may be installed:" - elog "" - optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg - optfeature "video downloads" net-misc/youtube-dl -} diff --git a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild deleted file mode 100644 index 1fc6f3ea8b..0000000000 --- a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_{7,8}) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 optfeature - -DESCRIPTION="Download image galleries and collections from several image hosting sites" -HOMEPAGE="https://github.com/mikf/gallery-dl" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mikf/${PN}.git" -else - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -# tests require network access -RESTRICT="test" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests setup.py - -src_compile() { - emake data/completion/gallery-dl - emake data/completion/_gallery-dl - emake man - distutils-r1_src_compile -} - -pkg_postinst() { - elog "To get additional features, some optional runtime dependencies" - elog "may be installed:" - elog "" - optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg - optfeature "video downloads" net-misc/youtube-dl -} diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild deleted file mode 100644 index 1fc6f3ea8b..0000000000 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_{7,8}) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 optfeature - -DESCRIPTION="Download image galleries and collections from several image hosting sites" -HOMEPAGE="https://github.com/mikf/gallery-dl" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mikf/${PN}.git" -else - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -# tests require network access -RESTRICT="test" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests setup.py - -src_compile() { - emake data/completion/gallery-dl - emake data/completion/_gallery-dl - emake man - distutils-r1_src_compile -} - -pkg_postinst() { - elog "To get additional features, some optional runtime dependencies" - elog "may be installed:" - elog "" - optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg - optfeature "video downloads" net-misc/youtube-dl -} diff --git a/net-misc/gallery-dl/metadata.xml b/net-misc/gallery-dl/metadata.xml deleted file mode 100644 index 9a5ad89674..0000000000 --- a/net-misc/gallery-dl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - xgqt@protonmail.com - Maciej Barć - - - mikf/gallery-dl - - - gallery-dl is a command-line program to download image-galleries and -collections from several image hosting sites. - It is a cross-platform tool with many configuration options and powerful filenaming capabilities. - - diff --git a/profiles/updates/4Q-2020 b/profiles/updates/4Q-2020 new file mode 100644 index 0000000000..90ddcf2f96 --- /dev/null +++ b/profiles/updates/4Q-2020 @@ -0,0 +1 @@ +move x11-themes/sweet-gtk-theme x11-themes/sweet-dark-gtk-theme diff --git a/x11-themes/candy-icon-theme/Manifest b/x11-themes/candy-icon-theme/Manifest deleted file mode 100644 index 8a624a4f07..0000000000 --- a/x11-themes/candy-icon-theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST candy-icon-theme-0_pre20200606.tar.gz 1018867 BLAKE2B 35aed3d59f501dc16837eb1271e1d60e4db7f4a3e8d5714192c3c138c21f26b71b48486fa699fd3329df5c9a9ca2f5ecc9d744de31000002b5e3b9eb0e0e6b9c SHA512 5729547bda9859e4b3b29587c86e3f11af2113e55790070f7d2f3a9ebd53f20c4136e1e1801af97406e65a3a4ea5558d6821657a6d4b42b9838469cbe435b3d6 diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild deleted file mode 100644 index 3114873196..0000000000 --- a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="candy-icons" - -DESCRIPTION="sweet gradient icons" - -HOMEPAGE="https://github.com/EliverLara/candy-icons" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliverLara/candy-icons.git" -else - COMMIT="1b69d37f6ffecf04d4029ee6fa1d72c2f5875a92" - SRC_URI="https://github.com/EliverLara/candy-icons/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -# dead symbolic links QA -src_prepare() { - default - find . -xtype l -delete || die -} - -src_install() { - dodir /usr/share/icons/candy-icons - insinto /usr/share/icons/candy-icons - doins -r index.theme preview places apps -} diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild deleted file mode 100644 index 3114873196..0000000000 --- a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="candy-icons" - -DESCRIPTION="sweet gradient icons" - -HOMEPAGE="https://github.com/EliverLara/candy-icons" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliverLara/candy-icons.git" -else - COMMIT="1b69d37f6ffecf04d4029ee6fa1d72c2f5875a92" - SRC_URI="https://github.com/EliverLara/candy-icons/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -# dead symbolic links QA -src_prepare() { - default - find . -xtype l -delete || die -} - -src_install() { - dodir /usr/share/icons/candy-icons - insinto /usr/share/icons/candy-icons - doins -r index.theme preview places apps -} diff --git a/x11-themes/sweet-folders-icon-theme/Manifest b/x11-themes/sweet-folders-icon-theme/Manifest deleted file mode 100644 index 43d978a22f..0000000000 --- a/x11-themes/sweet-folders-icon-theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sweet-folders-icon-theme-0_pre20200227.tar.gz 1475423 BLAKE2B e64b5b018a8e56f0ee107b36b203299addf4816a5525560056dae322c634cccb52c314ac2b86b3678a26c27bd65ceb2d5c9afc98b119bc2f68f2cfd33a77ea8c SHA512 4c4a06c5ddbe50a2030ba4b5cf57429ec7525a3e7db0c5ae9b10fbdc99f21cbd04c045a37d49c77e0a8fe55aa2c76a45340a99e9a227c1a89879cb4f46f36867 diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild deleted file mode 100644 index 754decd75c..0000000000 --- a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="Sweet-folders" - -DESCRIPTION="sweet gradient icons" - -HOMEPAGE="https://github.com/EliverLara/Sweet-folders" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git" -else - COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1" - SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -src_prepare() { - default - find . -xtype l -delete || die -} - -src_install() { - insinto /usr/share/icons/ - doins -r Sweet-* -} diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild deleted file mode 100644 index 754decd75c..0000000000 --- a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="Sweet-folders" - -DESCRIPTION="sweet gradient icons" - -HOMEPAGE="https://github.com/EliverLara/Sweet-folders" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git" -else - COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1" - SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -src_prepare() { - default - find . -xtype l -delete || die -} - -src_install() { - insinto /usr/share/icons/ - doins -r Sweet-* -} diff --git a/x11-themes/sweet-gtk-theme/Manifest b/x11-themes/sweet-gtk-theme/Manifest deleted file mode 100644 index 98beb4977b..0000000000 --- a/x11-themes/sweet-gtk-theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sweet-gtk-theme-1.10.5_p20200603.tar.gz 914452 BLAKE2B 5665e4d3a4adad962f6206058ead62c265523d10c97f15facf9d5b5f2c1470673bbcc34cd603d53221e3ee0ef64a1ba3bc830b560a914afafeec216ccbf04bab SHA512 6c90fa0bc96bdee86e34a2541d649838a2647237bb986310ab5e96363b7e76410c5318a1d3b08f023c58444e3be0ff1aa0f3fcfc2696d236c7570e4428f094f5 diff --git a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-1.10.5_p20200603.ebuild b/x11-themes/sweet-gtk-theme/sweet-gtk-theme-1.10.5_p20200603.ebuild deleted file mode 100644 index fd06303ebf..0000000000 --- a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-1.10.5_p20200603.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="Sweet" - -DESCRIPTION="light and dark colorful gtk theme" - -HOMEPAGE="https://github.com/EliverLara/Sweet" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliverLara/Sweet.git" -else - COMMIT="9e3bfeeeee44e5acf13b2bb9fcadb45aea75bc05" - SRC_URI="https://github.com/EliverLara/Sweet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -src_install() { - dodir /usr/share/themes/sweet-gtk - insinto /usr/share/themes/sweet-gtk - doins -r Art assets gnome-shell gtk-{2.0,3.0} \ - metacity-1 src xfwm4 index.theme -} diff --git a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-9999.ebuild b/x11-themes/sweet-gtk-theme/sweet-gtk-theme-9999.ebuild deleted file mode 100644 index fd06303ebf..0000000000 --- a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="Sweet" - -DESCRIPTION="light and dark colorful gtk theme" - -HOMEPAGE="https://github.com/EliverLara/Sweet" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliverLara/Sweet.git" -else - COMMIT="9e3bfeeeee44e5acf13b2bb9fcadb45aea75bc05" - SRC_URI="https://github.com/EliverLara/Sweet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${MY_PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -src_install() { - dodir /usr/share/themes/sweet-gtk - insinto /usr/share/themes/sweet-gtk - doins -r Art assets gnome-shell gtk-{2.0,3.0} \ - metacity-1 src xfwm4 index.theme -}