forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/krunner-vscodeprojects: new package, add 2.0.2
Signed-off-by: Arthur Zamarin <[email protected]>
- Loading branch information
Showing
4 changed files
with
43 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST krunner-vscodeprojects-2.0.2.tar.gz 9967 BLAKE2B 27f0a4132ba995eee68db2ffc8874e0fcbf4ec15c0be0d0c5fffca3e7bc1609f54695e177c059e8d1402402596fa51b035873e2415c8c2c572c6bf23076ccc6f SHA512 c861e505ae44d74e8a59b704b4772f89d856b156f7d08e835553144ff20b4854572ad24f027243e2dfc59eebd67ada694ea3bcf469f9f810b634a55190be73bf |
27 changes: 27 additions & 0 deletions
27
kde-misc/krunner-vscodeprojects/krunner-vscodeprojects-2.0.2.ebuild
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,27 @@ | ||
# Copyright 2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KFMIN=6.7.0 | ||
QTMIN=6.7.2 | ||
|
||
inherit ecm | ||
|
||
DESCRIPTION="Open VSCode Project Manager projects from Krunner" | ||
HOMEPAGE="https://github.com/alex1701c/krunner-vscodeprojects" | ||
SRC_URI="https://github.com/alex1701c/krunner-vscodeprojects/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="LGPL-3" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
|
||
DEPEND=" | ||
dev-qt/qtbase:6[gui,widgets] | ||
kde-frameworks/krunner:6 | ||
kde-frameworks/kconfig:6 | ||
kde-frameworks/ki18n:6 | ||
" | ||
RDEPEND="${DEPEND} | ||
|| ( app-editors/vscode app-editors/vscodium ) | ||
" |
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Arthur Zamarin</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">alex1701c/krunner-vscodeprojects</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
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,6 +1,10 @@ | ||
# Copyright 1999-2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
# Arthur Zamarin <[email protected]> (2025-01-25) | ||
# depends on vscode/vscodium, which are glibc binary package | ||
kde-misc/krunner-vscodeprojects | ||
|
||
# Sam James <[email protected]> (2025-01-10) | ||
# These packages are only relevant on musl systems. | ||
-sys-libs/argp-standalone | ||
|