mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
gui-libs/libcprime: add 4.5.0, sync live
Closes: https://bugs.gentoo.org/860006 Closes: https://bugs.gentoo.org/887679 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST libcprime-4.2.0.tar.gz 54251 BLAKE2B d0e81c45cac3d0c9ee7efda5433795d0c61c985b9d589b0195c5e806a07285de7f13302645891c81eb90c6bcb6ac1db7002e3b13d686177b1aabfa2b0e76cf6f SHA512 6e51fe5bb51ff290f6c5c85aee45235e886ff6fd21bc2910f4b6324281ecf2fabe496fcee0466379bea24d8ffbe3cb8cb7bfa4df2dba2570d6ae47b7904e4d8c
|
||||
DIST libcprime-4.2.2.tar.gz 54256 BLAKE2B 4f292ab7115076de0df1182c08efe7e1de2c130eef33c956fbd7f3d7da97da846f1d276ef3b259c41e863cea881a96c6e6f522eaa599203b3b45ca701e57893f SHA512 fbe94be1cb92417997eca46e3476a6e76087fb8071f9ef3f4584d5bfbe93110690fec3912e6e9c42aa88f5cbac5b636fce523583357280a1da115787d8ebca43
|
||||
DIST libcprime-v4.5.0.tar.bz2 45669 BLAKE2B 172188a9706fb12ef54984bd81a328a637bcb69e3bca79c2677186412a10406e9f89b0c56b70241685389b78452a0d16c59ef753aa40c3cc088fb5d36168a386 SHA512 67f2395a380b1d9b3a1aa13d78a5386af40748505cbc2330e05e2d5e60cd82a17e3aa7653bff25c73991a42853eeaa45d98322aa758ae7096d6a3005cc85b8e1
|
||||
|
||||
30
gui-libs/libcprime/libcprime-4.5.0.ebuild
Normal file
30
gui-libs/libcprime/libcprime-4.5.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Library for managing settings of CoreApps"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/libcprime"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/libcprime.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,11 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
QTMIN="5.15.1"
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
@@ -16,24 +12,19 @@ if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/libcprime.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
QTMIN="5.15.1"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/libnotify
|
||||
>=dev-qt/qtcore-${QTMIN}:5
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user