summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/penguzzle/Manifest2
-rw-r--r--games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild18
2 files changed, 10 insertions, 10 deletions
diff --git a/games-puzzle/penguzzle/Manifest b/games-puzzle/penguzzle/Manifest
index 5c85fe7efb5f..51af7ed5adc0 100644
--- a/games-puzzle/penguzzle/Manifest
+++ b/games-puzzle/penguzzle/Manifest
@@ -1 +1 @@
-DIST penguzzle.zip 21542 BLAKE2B d8f7de3c4ddac7c05aef1fafd04da81a00a22f246adaa0165dd491bf818081b3f384421f7786b4353e1d889e651568d2d10e64531573bce0636824dafbb4ace8 SHA512 fc6c57ac851df7fac7d91f90ec53fa543470e9721589966023028743951090994c372ff4538092c29aee12afc28809ad6e20a6b78ae9759bad2b41fed330b743
+DIST penguzzle-1.0.zip 21542 BLAKE2B d8f7de3c4ddac7c05aef1fafd04da81a00a22f246adaa0165dd491bf818081b3f384421f7786b4353e1d889e651568d2d10e64531573bce0636824dafbb4ace8 SHA512 fc6c57ac851df7fac7d91f90ec53fa543470e9721589966023028743951090994c372ff4538092c29aee12afc28809ad6e20a6b78ae9759bad2b41fed330b743
diff --git a/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild b/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
index 54cc98723ec2..3a8cc429373f 100644
--- a/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
+++ b/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit desktop
DESCRIPTION="Tcl/Tk variant of the well-known 15-puzzle game"
HOMEPAGE="http://www.naskita.com/linux/penguzzle/penguzzle.shtml"
-SRC_URI="http://www.naskita.com/linux/${PN}/${PN}.zip"
+SRC_URI="http://www.naskita.com/linux/${PN}/${PN}.zip -> ${P}.zip"
LICENSE="penguzzle"
SLOT="0"
@@ -15,9 +16,8 @@ IUSE=""
RDEPEND="
dev-lang/tk:0=
- dev-tcltk/tclx
-"
-DEPEND="app-arch/unzip"
+ dev-tcltk/tclx"
+BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}${PV}"
@@ -36,14 +36,14 @@ src_prepare() {
}
src_install() {
+ dobin bin/${PN}
+
insinto /usr/share/${PN}
doins images/img0.gif
- insinto /usr/"$(get_libdir)"/${PN}
+ insinto /usr/$(get_libdir)/${PN}
doins lib/init
- dobin bin/${PN}
-
newicon images/img0.gif ${PN}.gif
make_desktop_entry ${PN} "Penguzzle" /usr/share/pixmaps/${PN}.gif