From 6e88bac8dd26372eea042112ad3769b1fac9ae18 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 May 2023 11:36:18 +0100 Subject: gentoo auto-resync : 07:05:2023 - 11:36:18 --- x11-misc/slop/Manifest | 4 ++-- x11-misc/slop/metadata.xml | 9 +++++++- x11-misc/slop/slop-7.6-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++ x11-misc/slop/slop-7.6.ebuild | 42 ------------------------------------- 4 files changed, 55 insertions(+), 45 deletions(-) create mode 100644 x11-misc/slop/slop-7.6-r1.ebuild delete mode 100644 x11-misc/slop/slop-7.6.ebuild (limited to 'x11-misc/slop') diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest index d9cedf2337e7..db0f4b9b27ab 100644 --- a/x11-misc/slop/Manifest +++ b/x11-misc/slop/Manifest @@ -1,4 +1,4 @@ AUX slop-7.5-missing-header.patch 498 BLAKE2B 62838afbf9c9cf35958481ed5635e0f623849669127c0851500900c7073384a909a24c75bea4ab002a8fa48357312814b2b1c1f2794a9c6c51499e1c8d417b51 SHA512 7d5068e076df464e8d3b773fd803f9d7f14b55d02ea0570fb7cc1ae6e439f3b5b46af40ada24eaf7c063f6bdeb27b5cd15e10de47c909a641506d2b46dce0a98 DIST slop-7.6.tar.gz 198605 BLAKE2B fcf8b0e1212f50044aa3e3a15d208ee3fda9e1883b9601beba6b29ad574555db83f382547bbe064570765e1ed1e7c0c92bf891edadf89f006bfdf10a5b469c66 SHA512 d1abc50cad124cfb11e9b57c38c824efb2ece3dffce8e54e451ce4adc4a7ad441c6171b7df5d1c8dfa66c875a12cf07b206ba3b87229c0e5f2ddf744d7922fc3 -EBUILD slop-7.6.ebuild 797 BLAKE2B 650bbe032d681f1773d5e15e72ede9803c24b3fe41cd5bfa8b550df7d36a42b90e01cc37d8dfe16fff7983c6cfcdf860ad4abcc3830f2da02da6ec397a4fee84 SHA512 8e1a0721d1771af419c100485a7b5700f62dce4a82aa0333681ebe1559b777bedc15d47a11c7ca86a37106b870b4420f825e744ba49051405a0a43dab6e9312a -MISC metadata.xml 631 BLAKE2B 7403b40eabfa7265fc4b0243e294e73c795666282db6c1d3b1b734db3faf4482a9ad1105056c06cd4d4c07ea8c1d253950d5afdc88b44b821b21267dde89490f SHA512 2367318653e7c34ab2e8943b4c548e3f7be3787c49d87b027cae51c95a29ef7c2f272ff95b9a9ba92aaf4e4e8121a6f06ef7f73b0921e2394ee6cfec6287edd4 +EBUILD slop-7.6-r1.ebuild 842 BLAKE2B 2e87541886b23319f9c71f90ad8947b9067fe64235e208a11dc14b526966f5ff6f00a8c52c41b524529242295d413a454237d4d7311c02ef7d07e9b83bbf6c8a SHA512 dadd1dfbb1931a2b6740fd5218a74ae210722350d68f8b9d2a495fc7f9d17696f5285885c3c2251ef4b8ad736c26529d2a68c92e8642c6e67185036c6db5600c +MISC metadata.xml 846 BLAKE2B 25e86b393bd7bbea549e56555d67efd140e563db17cab27d7fae925bb222051c95da4b0a03fcdf82ebeddc9139d65e62b284e55e4c6be8958ecc9fe1bb46c0ba SHA512 0e73decbb9e4f6286e34525a7ca6c4ccf35595d8e6cf0e39af303b0587816c0092a97253410536d273d044ab99e5ba35219e2b72e27fdfe12673a2a75250ad81 diff --git a/x11-misc/slop/metadata.xml b/x11-misc/slop/metadata.xml index fab49513f1c3..41541e58b63e 100644 --- a/x11-misc/slop/metadata.xml +++ b/x11-misc/slop/metadata.xml @@ -1,7 +1,14 @@ - + + nrk@disroot.org + NRK + + + proxy-maint@gentoo.org + Proxy Maintainers + slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout. It grabs the mouse and diff --git a/x11-misc/slop/slop-7.6-r1.ebuild b/x11-misc/slop/slop-7.6-r1.ebuild new file mode 100644 index 000000000000..c54f3ecfd4d0 --- /dev/null +++ b/x11-misc/slop/slop-7.6-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2023 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" +KEYWORDS="amd64 ~x86" + +LICENSE="GPL-3" +SLOT="0/${PV}" +IUSE="opengl icu" + +RDEPEND=" + icu? ( dev-libs/icu:= ) + x11-libs/libX11 + x11-libs/libXext + opengl? ( + media-libs/glew:0= + media-libs/libglvnd + virtual/opengl + x11-libs/libXrender:= + ) +" +BDEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" +DEPEND=" + ${RDEPEND} + media-libs/glm +" + +PATCHES=( "${FILESDIR}/${PN}"-7.5-missing-header.patch ) + +src_configure() { + local mycmakeargs=( + -DSLOP_OPENGL=$(usex opengl) + -DSLOP_UNICODE=$(usex icu) + ) + cmake_src_configure +} diff --git a/x11-misc/slop/slop-7.6.ebuild b/x11-misc/slop/slop-7.6.ebuild deleted file mode 100644 index eae133af55d8..000000000000 --- a/x11-misc/slop/slop-7.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 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" -KEYWORDS="amd64 ~x86" - -LICENSE="GPL-3" -SLOT="0/${PV}" -IUSE="opengl" - -RDEPEND=" - dev-libs/icu:= - x11-libs/libX11 - x11-libs/libXext - opengl? ( - media-libs/glew:0= - media-libs/libglvnd - virtual/opengl - x11-libs/libXrender:= - ) -" -BDEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" -DEPEND=" - ${RDEPEND} - media-libs/glm -" - -PATCHES=( "${FILESDIR}/${PN}"-7.5-missing-header.patch ) - -src_configure() { - local mycmakeargs=( -DSLOP_OPENGL=$(usex opengl) ) - cmake_src_configure -} -- cgit v1.2.3