Skip to content

Commit

Permalink
app-leechcraft/lcpackgen: bump to 1.3.1, migrate to Qt5
Browse files Browse the repository at this point in the history
Closes: gentoo#4187
  • Loading branch information
0xd34df00d authored and SoapGentoo committed Mar 16, 2017
1 parent 9b9645f commit e8da356
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-leechcraft/lcpackgen/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST lcpackgen-1.3.1.tar.gz 8209 SHA256 7bdebf4d138d484156e7accec88f64b2eb08223d8eb4948c625c54b4a9c0705c SHA512 1c1b04583d103d2e0e07ecf030df0653d26a7f6f31616e1308649882cd175c2854d989fb3d681bb9d6d4d60277fc14c687d4ad809893f31d4437f60fad4d26aa WHIRLPOOL c58342f74e48ab1da40766f61206f46fac27f7652071d9a6081afdad08cb8b75d64d02c6118530ffe51b95d093dd0238000e6f0ed61139689b130ca7b01bd09a
DIST lcpackgen-1.3.tar.gz 8273 SHA256 0d569a892f4f533bcccf7c2b89849fd539c9847da5543f00ea5560b92be45893 SHA512 fd7b0eab958082ca421d87a8a15626d07ff2a65e54f7804fa227267e71310d958c3cf7954db897b7f737076249018a5e861bde371742fd3764252ee0bb876df5 WHIRLPOOL c0255fd0b0e51ebf1e6082cb7a2425c8990c5524a6bcbfa971715e768fe0d3c74811d00b03d58c0daccc24448d7900806534ac39a9d7c3bc8abab8fb4b5cbd9f
26 changes: 26 additions & 0 deletions app-leechcraft/lcpackgen/lcpackgen-1.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="Package creator for app-leechcraft/lc-lackman package manager"
HOMEPAGE="https://leechcraft.org/"
SRC_URI="https://github.com/0xd34df00d/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
dev-libs/boost
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5"
RDEPEND="${DEPEND}
dev-qt/qtsvg:5"

CMAKE_USE_DIR="${S}"/src

0 comments on commit e8da356

Please sign in to comment.