forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-cdr/kcdemu: add 0.8.1, add sourceforge upstream metadata
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kde_cdemu-0.8.0.tar.bz2 25461 BLAKE2B 6fbcbdb1fed8e56d903844ef89039f4ec1090cbf7bb465c7a4a6aceb5f4710ec9b201532b54a6b5c463a34b042d9e6a4bf11fbcdeee8f5c53c0334084478ab29 SHA512 3d14d5ff2892622ed7668ea530d5023f81a9783b64d886c63711b3fb54389960479b9572cabafa54657a1d0206cf7506bfeecfef23495ff5105f9923b9b3dfd4 | ||
DIST kde_cdemu-0.8.1.tar.zst 26918 BLAKE2B e28af40ebbb54d39f27eef3c52ec24d2cfdb53fd180cb3c4d73bafb1bb3bb41885bb86c7b3be9a1e4f4452703cc14b365a9f673d783c75eed7f725c7d093994b SHA512 769f62becd69e62e4cf1f6a9efbf04be9325846869df197fde61e5d2aac19ee6160718ad7123d8406986ecc5c49a3c20dbdd096554372ddb0bf56705ffcd1800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
MY_PN="kde_cdemu" | ||
KFMIN=5.106.0 | ||
QTMIN=5.15.9 | ||
inherit ecm unpacker | ||
|
||
DESCRIPTION="Frontend to cdemu daemon based on KDE Frameworks" | ||
HOMEPAGE="https://www.linux-apps.com/p/998461/" | ||
SRC_URI="mirror://sourceforge/project/kde-cdemu-manager/${MY_PN}-${PV}.tar.zst" | ||
S="${WORKDIR}/${MY_PN}" | ||
|
||
LICENSE="GPL-3+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND} | ||
>=app-cdr/cdemu-2.0.0[cdemu-daemon] | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,7 @@ | |
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="sourceforge">kde-cdemu-manager</remote-id> | ||
</upstream> | ||
</pkgmetadata> |