Install this version:
emerge -a =app-misc/dragon-1.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/dragon-1.2.0
Or alternatively:
emerge --autounmask-write -a =app-misc/dragon-1.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
app-accessibility/at-spi2-core
dev-libs/glib
media-libs/harfbuzz
x11-libs/cairo
x11-libs/gtk+:3
x11-libs/gdk-pixbuf
x11-libs/pango
"
RDEPEND="${DEPEND}"
src_prepare() {
default
sed 's/\(`pkg-config --cflags .*`\) \(`pkg-config --libs .*`\)/\1 $(CFLAGS) \2 $(LDFLAGS)/' \
-i Makefile || die
}
src_install() {
dobin dragon
dodoc README
doman dragon.1
}
app-accessibility/at-spi2-core dev-libs/glib media-libs/harfbuzz x11-libs/cairo x11-libs/gtk+:3 x11-libs/gdk-pixbuf x11-libs/pango
app-accessibility/at-spi2-core dev-libs/glib media-libs/harfbuzz x11-libs/cairo x11-libs/gtk+:3 x11-libs/gdk-pixbuf x11-libs/pango
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dragon-1.2.0.tar.gz | 18735 bytes | https://github.com/mwh/dragon/archive/v1.2.0.tar.gz |