app-misc/dragon - 1.1.1 (amano-kenji)

Search

Install

Install this version:

emerge -a =app-misc/dragon-1.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/dragon-1.1.1

Or alternatively:

emerge --autounmask-write -a =app-misc/dragon-1.1.1

Package Information

Description:
Drag and drop source/target for X
Homepage:
https://github.com/mwh/dragon
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Drag and drop source/target for X"
HOMEPAGE="https://github.com/mwh/dragon"
SRC_URI="https://github.com/mwh/dragon/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"

DEPEND="x11-libs/gtk+:3"
RDEPEND="${DEPEND}"
KEYWORDS="~amd64 ~x86"

src_configure() {
	sed -i 's|$(HOME)/.local|${ED}usr|g' Makefile || die
}

Dependencies

DEPEND

x11-libs/gtk+:3

RDEPEND

x11-libs/gtk+:3

Manifest for 1.1.1

Type File Size Source URLs
DIST dragon-1.1.1.tar.gz 17178 bytes https://github.com/mwh/dragon/archive/v1.1.1.tar.gz