public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nickolas Raymond Kaczynski" <nrk@disroot.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/dragon/
Date: Sun,  6 Mar 2022 11:48:47 +0000 (UTC)	[thread overview]
Message-ID: <1646567292.36bf0bf9dbf7fa721a047820bc134d44caf7ae0f.nrk@gentoo> (raw)

commit:     36bf0bf9dbf7fa721a047820bc134d44caf7ae0f
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Sun Mar  6 11:48:12 2022 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sun Mar  6 11:48:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36bf0bf9

app-misc/dragon: add v1.2.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 app-misc/dragon/Manifest            |  1 +
 app-misc/dragon/dragon-1.2.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-misc/dragon/Manifest b/app-misc/dragon/Manifest
index 9bb7ba072..b5325c54e 100644
--- a/app-misc/dragon/Manifest
+++ b/app-misc/dragon/Manifest
@@ -1,2 +1,3 @@
 DIST dragon-1.1.1.tar.gz 17178 BLAKE2B bfe8cbda4beaf62de670eb2a02ad96b0289abd8ed2929ed35ddab2887ef63c6555dca1aad8bd73e87212ac79c8bfebd52371c9acaef180b475dab5ba03e01635 SHA512 e94a91752ff1af25452c09fb85ca318b29cb2301178346d3ff84ffd6270f6cf03e6f90c0db2e39567f5f724fdf8e6551a16e051b78920236c8177d965c209700
 DIST dragon-1.1.1_p20210820.tar.gz 18197 BLAKE2B 2bf5a5531be7114da2903120f82b3b0586582eeae7e1ed1b93d85bd1b4792587b1ec2b3b36e281f0809452c7fd10135927cbefe2b72e2a80fb1865cb2b548920 SHA512 9607f9344e573542ff45cadebffd2805432e3add4ad680c1320933ea63f00950af9789e7cb3a13289592d020ea5d20a02dad1e65cc777930fbc9f25a3f7bc2eb
+DIST dragon-1.2.0.tar.gz 18735 BLAKE2B b6e8f84ce5a28f557fb55d6e8d6c32d5e1379d2a0a8fe1faea1074ead3a492266a3b49fe98871f7a82b560faf0dda849ccb33d7e82ee7ac55922580bbcc996de SHA512 0f937459b91163034d07ddc654d626ec935fce6b19bb83741137ef5d780d396d95ed7f618e5b593157c525d46b92d381ba968bd29e572bb16adfd9e3acdd337b

diff --git a/app-misc/dragon/dragon-1.2.0.ebuild b/app-misc/dragon/dragon-1.2.0.ebuild
new file mode 100644
index 000000000..f13d58ec2
--- /dev/null
+++ b/app-misc/dragon/dragon-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple drag-and-drop source/sink for X and Wayland"
+HOMEPAGE="https://github.com/mwh/dragon"
+SRC_URI="https://github.com/mwh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND=">=x11-libs/gtk+-3"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	sed -e 's/\(`pkg-config --cflags .*`\) \(`pkg-config --libs .*`\)/\1 $(CFLAGS) \2 $(LDFLAGS)/' \
+		-i Makefile || die "sed failed"
+}
+
+src_install() {
+	dobin dragon
+	dodoc README
+	doman dragon.1
+}


             reply	other threads:[~2022-03-06 11:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-06 11:48 Nickolas Raymond Kaczynski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-22 12:31 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/dragon/ Nickolas Raymond Kaczynski
2021-08-22 12:31 Nickolas Raymond Kaczynski
2021-05-05  5:13 Anna Vyalkova
2021-04-08 19:18 Octiabrina Terrien-Puig
2021-03-05  9:45 Octiabrina Terrien-Puig

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=1646567292.36bf0bf9dbf7fa721a047820bc134d44caf7ae0f.nrk@gentoo \
    --to=nrk@disroot.org \
    --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