summaryrefslogtreecommitdiff
path: root/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild')
-rw-r--r--games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild20
1 files changed, 6 insertions, 14 deletions
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
index 46f9171fc914..f6a66f8c7579 100644
--- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
+++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils gnome2-utils
+EAPI=7
-DESCRIPTION="a 4x4 puzzle on a 64x64 mini window"
+inherit desktop xdg
+
+DESCRIPTION="4x4 puzzle on a 64x64 mini window"
HOMEPAGE="https://people.debian.org/~godisch/wmpuzzle/"
SRC_URI="https://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
@@ -19,7 +20,6 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
-S=${WORKDIR}/${P}/src
src_install() {
dobin ${PN}
@@ -29,11 +29,3 @@ src_install() {
doman ${PN}.6
make_desktop_entry ${PN}
}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}