mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
gui-apps/core*: bump to 4.2.0_alpha; update live
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST corearchiver-4.0.0.tar.gz 86699 BLAKE2B 8ca065e35f2567ae971fe42db7152352ea079adefd87790430341dcc03360a6b51710f2a6a2fc6bb486bfb4961895a9e29de9a7a23071fd5e7d499136a940759 SHA512 5e9da633a1d059399a761527479ec37dab1a2e2c8625ed66379cd1e553fb262772a3d23bcb2bccb1a6a70d617701b56d84f81dffb721ce6a95758f726d20c02f
|
||||
DIST corearchiver-4.1.0.tar.gz 86679 BLAKE2B 7e159875eb9ea9e45d372dbf14a28e72cd1e12b36cc6609f702cc74275345017210610e29e8fdc6ba706124f1bb305db9ff948acf8f5a84cb5739651048af619 SHA512 f00e5e98cf87392d48228ac8eb66ef7031126d0fc70f3455867cb9872194ae374a322b13e848be89fd7be4d1a8bfa550ae4d496485dc80d7b8670f481f7f8d48
|
||||
DIST corearchiver-4.2.0_alpha.tar.gz 102645 BLAKE2B 68519a93486589cbd9151aaa3dc36da0a41048ee48c90ec3dda9daddf2de028dd896222f43c518cfcdda8d68fb46499738f94da613415ee2916df926df9d916f SHA512 11f28547f0a072dfd0cba27920ec7325729d32d55fe494c325da1d99bc710ec729c5b95462e23033cbf44df41465057bd3a5f9ae1ee6873f28f1d04985f69580
|
||||
|
||||
35
gui-apps/corearchiver/corearchiver-4.2.0_alpha.ebuild
Normal file
35
gui-apps/corearchiver/corearchiver-4.2.0_alpha.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
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${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
app-arch/libarchive-qt
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
gui-libs/libcprime
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
@@ -3,7 +3,9 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake xdg
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="Archiver for C Suite, to create and extract archives"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver"
|
||||
@@ -12,9 +14,9 @@ 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"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
@@ -31,9 +33,3 @@ DEPEND="
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -i 's/CSuite/X-CSuite/' *.desktop || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user