Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
kde-misc/krunner-vscodeprojects: new package, add 2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Jan 25, 2025
1 parent 3a18d26 commit 222c519
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/krunner-vscodeprojects/Manifest
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
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 )
"
11 changes: 11 additions & 0 deletions kde-misc/krunner-vscodeprojects/metadata.xml
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>
4 changes: 4 additions & 0 deletions profiles/features/musl/package.mask
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
Expand Down

0 comments on commit 222c519

Please sign in to comment.