media-gfx/IOGraph - 1.0.3 (jm-overlay)

Search

Install

Install this version:

emerge -a =media-gfx/IOGraph-1.0.3

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

autounmask =media-gfx/IOGraph-1.0.3

Or alternatively:

emerge --autounmask-write -a =media-gfx/IOGraph-1.0.3

Package Information

Description:
Application that turns mouse movements into modern art
Homepage:
http://iographica.com/
License:
Apache-2.0

Ebuild Details

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

EAPI=8

inherit desktop java-utils-2

MyPV="1_0_3"

DESCRIPTION="Application that turns mouse movements into modern art"
HOMEPAGE="http://iographica.com/"
SRC_URI="https://github.com/anatolyzenkov/IOGraph/releases/download/v${PV}/${PN}_v${MyPV}.jar"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=virtual/jre-1.5"

S="${WORKDIR}"

src_prepare() {
	eapply_user
}

src_install() {
	java-pkg_newjar "${DISTDIR}/${PN}_v${MyPV}.jar" "${PN}.jar"
	java-pkg_dolauncher iograph

	for size in 16 32 64 128 256 512; do
		newicon -s ${size} "recources/icon${size}.png" "iograph.png"
	done
	make_desktop_entry "iograph" "${PN}" "iograph"
}

Inherited Eclasses

Dependencies

RDEPEND

>=virtual/jre-1.5

Manifest for 1.0.3

Type File Size Source URLs
DIST IOGraph_v1_0_3.jar 327438 bytes https://github.com/anatolyzenkov/IOGraph/releases/download/v1.0.3/IOGraph_v1_0_3.jar