mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-apps/contour: new package, add 0.6.1.7494
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
gui-apps/contour/Manifest
Normal file
1
gui-apps/contour/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST contour-0.6.1.7494.tar.gz 10329146 BLAKE2B a177fb1e3f0432e5dae78e3f7b8b5f3fb3f6dae57f6819f845eae574f2be0347d5b48c6daa8e2f3065f6f3eeef1da830f92bfe21e3015af98a3661bfe4993c32 SHA512 925169c3ae3b631455f2bdb19c654fb084d32e768e03fc974156a5d7331f2f7be59f7114849237568fb5feacd6d176eab45b2d2f5e2aa7498a05d847c13beb6e
|
||||
48
gui-apps/contour/contour-0.6.1.7494.ebuild
Normal file
48
gui-apps/contour/contour-0.6.1.7494.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Modern C++ Terminal Emulator"
|
||||
HOMEPAGE="https://contour-terminal.org/ https://github.com/contour-terminal/contour"
|
||||
SRC_URI="https://github.com/contour-terminal/contour/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-cpp/boxed-cpp
|
||||
dev-cpp/ms-gsl
|
||||
dev-cpp/range-v3
|
||||
dev-cpp/reflection-cpp
|
||||
dev-cpp/yaml-cpp:=
|
||||
dev-qt/qtbase:6[opengl]
|
||||
dev-qt/qt5compat
|
||||
dev-qt/qtdeclarative:6
|
||||
dev-qt/qtmultimedia:6
|
||||
media-libs/freetype
|
||||
media-libs/harfbuzz:=
|
||||
media-libs/libunicode
|
||||
sys-libs/libutempter
|
||||
|
||||
test? (
|
||||
dev-cpp/catch:0
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCCACHE=Off
|
||||
-DCONTOUR_TESTING=$(usex test)
|
||||
-DCONTOUR_PACKAGE_TERMINFO=OFF
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
11
gui-apps/contour/metadata.xml
Normal file
11
gui-apps/contour/metadata.xml
Normal file
@@ -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>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">contour-terminal/countour</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user