mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
libguytools2: v2.0.4 bump
This commit is contained in:
parent
8ba2e4d7fa
commit
304fb84f38
3 changed files with 39 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST libguytools2-2.0.1.tar.gz 28330 SHA256 9159dcb0387c6b7064ea643848eeeacbe9c5eb2116aaebb5c34ed3ee4bc2e25c SHA512 0eb51a400cee0dfecd8a79c606f56490bcd609d7c73e2ff5ae88772bfb0a6acccc972cf49ba63f35be26f5e9b9ed43d7c1510ce923fd78eb9f1b33b4e85c24d2 WHIRLPOOL 11b414917fad98373ee4caf2e6d3190593603b7c4848825ec8e392d50681ffd64a8e5338a47e4a9cf1ec4ba893525b3c541555a1d4583dce41688ee6e6492492
|
||||
DIST libguytools2-2.0.4.tar.gz 37273 SHA256 b72412494e45d6df4c158ca50e42f2b885439b05ee429e5ebe3cb68fb48a7746 SHA512 22e6784a9bcd0019b0cdef4b6d5b32f4c946ba731095131a47c6e3530bdba341258719afecc3265c6504fe217a383d507846c29c5119463eb0ca6b68a1a92c49 WHIRLPOOL 7013d19c125aef6944826bd6f7cd48e16ff779b2cd14a19b2339bb7ed63d080819296088d2f6cd727ce9344a1e9cec90c4eb240a24453551a26b597e327bc884
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ SLOT="0"
|
|||
KEYWORDS="~x86 ~amd64 ~arm"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND="dev-qt/qtcore"
|
||||
DEPEND="dev-qt/qtcore:4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
|
|
|
|||
37
dev-libs/libguytools2/libguytools2-2.0.4.ebuild
Normal file
37
dev-libs/libguytools2/libguytools2-2.0.4.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils qt4-r2
|
||||
|
||||
DESCRIPTION="Library for guymager"
|
||||
HOMEPAGE="http://libguytools.sourceforge.net/"
|
||||
#SRC_URI="mirror://sourceforge/libguytools/${P}.tar.gz"
|
||||
SRC_URI="mirror://debian/pool/main/libg/libguytools2/${P//-/_}.orig.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~arm"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND="dev-qt/qtcore:4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/tools-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
echo "VERSION = ${PV}" > libguytools_version.pro.inc
|
||||
epatch "${FILESDIR}"/toolsysinfo.cpp.diff
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake4 tools.pro
|
||||
eqmake4 toolsstatic.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/include/libguytools2
|
||||
doins include/*.h
|
||||
dolib.a lib/libguytools.a
|
||||
}
|
||||
Loading…
Reference in a new issue