From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/clipboard/
Date: Mon, 18 Nov 2024 04:59:26 +0000 (UTC) [thread overview]
Message-ID: <1731885580.82c35d60acc18dadcc2696e93498ac0f7c966e2b.lanodan@gentoo> (raw)
commit: 82c35d60acc18dadcc2696e93498ac0f7c966e2b
Author: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 17 23:19:40 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Nov 17 23:19:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82c35d60
app-misc/clipboard: add 0.10.0
Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>
app-misc/clipboard/Manifest | 1 +
app-misc/clipboard/clipboard-0.10.0.ebuild | 39 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-misc/clipboard/Manifest b/app-misc/clipboard/Manifest
index 51b12a776..073143469 100644
--- a/app-misc/clipboard/Manifest
+++ b/app-misc/clipboard/Manifest
@@ -1 +1,2 @@
+DIST clipboard-0.10.0.tar.gz 31623894 BLAKE2B e0f2a1f4bd3062136d90ee1810ac5e168492cc6d230ffecc82844a405da686cb0230909e457ab1f942033ac5f72993fd57d491ec415f890126610117696d323f SHA512 bd870eff60b446fcc0305a7f60958a0e68315c41daa0f1a736e0d9791ad85af0418f719779408e388ff0f20abc4d32f5a5f4f18947f1d6e42d7869450d7b9bc6
DIST clipboard-0.9.1.tar.gz 31618763 BLAKE2B 2f9e3321d08487becb363077c91f42a2bd6823708b4808766de77c4be86de16dc60efec00b88a34984a1fb96c557405b79b746e0f3e339b13bfc4d6de62bbfd7 SHA512 f488ac0e76f8115f500f82a51e73c4b1cc3bc8e5f9a66486e6fae107bd49fa77b8786565815714337fe9aafce4823c74dcb00307ea17720124108112b15c1aac
diff --git a/app-misc/clipboard/clipboard-0.10.0.ebuild b/app-misc/clipboard/clipboard-0.10.0.ebuild
new file mode 100644
index 000000000..639316c81
--- /dev/null
+++ b/app-misc/clipboard/clipboard-0.10.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN="Clipboard"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Cut, copy, and paste anything in your terminal"
+HOMEPAGE="https://getclipboard.app/ https://github.com/Slackadays/Clipboard"
+SRC_URI="https://github.com/Slackadays/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug lto wayland X"
+
+RDEPEND="X? ( x11-libs/libXext )
+ wayland? ( dev-libs/wayland-protocols )
+ media-libs/alsa-lib
+"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ "-DCMAKE_INSTALL_LIBDIR=$(get_libdir)"
+ "-DCMAKE_C_FLAGS=$(usex debug "${CFLAGS}" "${CFLAGS} -DNDEBUG")"
+ "-DCMAKE_CXX_FLAGS=$(usex debug "${CXXFLAGS}" "${CXXFLAGS} -DNDEBUG")"
+ "-DNO_WAYLAND=$(usex !wayland)"
+ "-DNO_X11=$(usex !X)"
+ "-DNO_LTO=$(usex !lto)"
+ "-DNO_ALSA=no"
+ )
+ cmake_src_configure
+}
next reply other threads:[~2024-11-18 4:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-18 4:59 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-27 16:35 [gentoo-commits] repo/proj/guru:master commit in: app-misc/clipboard/ Julien Roy
2024-11-18 4:59 Haelwenn Monnier
2024-11-12 13:20 David Roman
2024-11-09 16:30 Viorel Munteanu
2024-11-09 16:30 Viorel Munteanu
2024-05-15 19:13 Julien Roy
2023-12-20 9:10 David Roman
2023-12-17 23:08 David Roman
2023-10-03 9:34 David Roman
2023-05-25 2:21 [gentoo-commits] repo/proj/guru:master commit in: app-misc/Clipboard/ Haelwenn Monnier
2023-05-14 7:44 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1731885580.82c35d60acc18dadcc2696e93498ac0f7c966e2b.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox