From b0b1b155628bc95ee4305129b0f2a21ff0eba059 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 19 Oct 2017 14:07:31 -0400 Subject: x11-misc/urxvt-font-size: version bump to 1.3 --- .../urxvt-font-size/urxvt-font-size-1.3.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild (limited to 'x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild') diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild new file mode 100644 index 000000000000..1c2ed2ed18ec --- /dev/null +++ b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit multilib + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +fi + +DESCRIPTION="Perl extension for rxvt-unicode to change the font size on the fly" +HOMEPAGE="https://github.com/majutsushi/urxvt-font-size/" + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + x11-apps/xlsfonts + x11-terms/rxvt-unicode[perl] +" + +src_install() { + insinto /usr/$(get_libdir)/urxvt/perl + doins font-size + dodoc README.markdown +} -- cgit v1.2.3-65-gdbad