summaryrefslogtreecommitdiff
path: root/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild')
-rw-r--r--games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild18
1 files changed, 9 insertions, 9 deletions
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