Skip to content

Commit

Permalink
games-puzzle/hexalate: 1.1.6 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 21, 2020
1 parent a344c34 commit 6c0df93
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-puzzle/hexalate/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST hexalate-1.1.3-src.tar.bz2 798580 BLAKE2B 685a5fb106b9e4e33d63651059bc63b155c4b1afc1426506f8535b93c54bda1cbf8705244790fe130fe92e82bb6b7d9710c3aa8f245f0d578ddf09fa1e51551d SHA512 037dec9bb7b9dbc3cf3659e765c6e333dbbd0a94426e0b79c20695cf402cffb141c28c9ece4405281617dace7510b982180475c129648a871036be226e868bd6
DIST hexalate-1.1.6-src.tar.bz2 794729 BLAKE2B bfa0a0483d58ba13764e778965fedf078af22394c2270119675d1ecd35c2fefc20cfc559f60cb58d7ce21d19be887ba4307d2bf0822aa2166a2d708e937466c5 SHA512 d34c1be6fb0950178a5c424f2461297b7086e4fd59209e009532cfd3bb5b0469f42c404dc244d69601dde7734174de6744aecda0297f66f6582cdbdee83fc13c
41 changes: 41 additions & 0 deletions games-puzzle/hexalate/hexalate-1.1.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit qmake-utils xdg-utils

DESCRIPTION="A color matching game"
HOMEPAGE="https://gottcode.org/hexalate/"
SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

BDEPEND="
dev-qt/linguist-tools:5
"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}"

src_configure() {
eqmake5 PREFIX="/usr"
}

src_install() {
emake INSTALL_ROOT="${D}" install
}

pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}

0 comments on commit 6c0df93

Please sign in to comment.