mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-libs/sealcurses: add 2.0.18_pre20240921, drop 2.0.18_pre20230206
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST sealcurses-2.0.18_pre20230206.tar.gz 22432 BLAKE2B e9736f965a7d5853bae6e9b388d87241e54469bed503bdd85f234072d4fcf9172d8eb8ed98dfad9f376242c71fec84a9dbedef76c5fac114bff6ea4d181e9257 SHA512 e21d9bab648e9a64bd349acbf5aada780cbf5ad8755bd6b1c308c5e318d1d61d2fefc95e480a051678c411297d339481868a07cf0a81c7cc2628e37ce33801e4
|
||||
DIST sealcurses-2.0.18_pre20230811.tar.gz 22500 BLAKE2B d67b82c0f02384007c22dc9bba6864f39fceffe3184eb72619bd2e028ea825f1d599008015298aad47dd699c446e7d9f95c669ec596ba6c4db10fc0f82f63fea SHA512 c0b024c4b70e0f7cfbdeae6322141a4ec428cb1e6acc672657b1d63ef287248315393fc0df579dc11c65db91aba41b4afb3c80206680c009c591f7aa960683e1
|
||||
DIST sealcurses-2.0.18_pre20240921.tar.gz 22975 BLAKE2B 00572196c6f2b7169419b1a70f5a5ae3ce77965a554583081a82e50ccce8ed69b16e754d3b60b496f5dc01a53115650f2762d34a99ca6ad68d53c39bf26fc444 SHA512 c98083a7a160e471890edb35e0899f6a9a277893c6bc7241797fb9dc1914ad1026794c8ca689f32e10ae73eb7df8aa6763c07aa9188f1c1b9da2fc2225721d32
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
COMMIT="e11026ca34b03c5ab546512f82a6f705d0c29e95"
|
||||
COMMIT="fa54118f11e373e787835d440095bd7537cea5e5"
|
||||
DESCRIPTION="SDL Emulation and Adaptation Layer for Curses"
|
||||
HOMEPAGE="https://git.skyjake.fi/skyjake/sealcurses"
|
||||
SRC_URI="https://git.skyjake.fi/skyjake/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
@@ -14,6 +14,7 @@ S="${WORKDIR}/${PN}"
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/tfdn:=
|
||||
@@ -23,7 +24,9 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
-DENABLE_STATIC=OFF
|
||||
-DSEALCURSES_ENABLE_STATIC=OFF
|
||||
)
|
||||
|
||||
append-cppflags $(usex debug "-UNDEBUG" "-DNDEBUG")
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user