commit:     6b4ebce77b1240d8e926423897f0f3890859becd
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jun 29 08:44:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 08:27:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4ebce7

x11-misc/slop: add 7.7

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Part-of: https://github.com/gentoo/gentoo/pull/42920
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/slop/Manifest        |  1 +
 x11-misc/slop/slop-7.7.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest
index 1760412cfce0..d8aa844fd18d 100644
--- a/x11-misc/slop/Manifest
+++ b/x11-misc/slop/Manifest
@@ -1 +1,2 @@
 DIST slop-7.6.tar.gz 198605 BLAKE2B 
fcf8b0e1212f50044aa3e3a15d208ee3fda9e1883b9601beba6b29ad574555db83f382547bbe064570765e1ed1e7c0c92bf891edadf89f006bfdf10a5b469c66
 SHA512 
d1abc50cad124cfb11e9b57c38c824efb2ece3dffce8e54e451ce4adc4a7ad441c6171b7df5d1c8dfa66c875a12cf07b206ba3b87229c0e5f2ddf744d7922fc3
+DIST slop-7.7.tar.gz 198570 BLAKE2B 
f0f157ce8f62851428c82e6740311d28128a6f5a543641598fe6ac9daf40783bd7b9599dd6514ac0d21ba6c900dbe7c6eebed33ade0b50b10b5a3e44215e5ed9
 SHA512 
cb3a636e7005dbe463a5c4762c2002916014e13a30d2e50cd0e5bbb5ae8e7a6b65f51ab03c3eb6d50f23861f04ae126f1c1fa5db3eb798f3229f09dfa60510f8

diff --git a/x11-misc/slop/slop-7.7.ebuild b/x11-misc/slop/slop-7.7.ebuild
new file mode 100644
index 000000000000..b17a0085237c
--- /dev/null
+++ b/x11-misc/slop/slop-7.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Application that queries the user for a selection for printing"
+HOMEPAGE="https://github.com/naelstrof/slop";
+SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="icu opengl"
+
+RDEPEND="
+       x11-libs/libX11
+       x11-libs/libXext
+       icu? ( dev-libs/icu:= )
+       opengl? (
+               media-libs/glew:0=
+               media-libs/libglvnd[X]
+               x11-libs/libXrender
+       )
+"
+DEPEND="
+       ${RDEPEND}
+       media-libs/glm
+       x11-base/xorg-proto
+"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+       local mycmakeargs=(
+               -DSLOP_OPENGL=$(usex opengl)
+               -DSLOP_UNICODE=$(usex icu)
+       )
+       cmake_src_configure
+}

Reply via email to