diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-29 20:19:23 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-29 20:19:23 +0100 |
commit | 12bb627384ddfd47382b9f1b6464481a58d01ebb (patch) | |
tree | f9760c04ccd4fcd7de214e2acd5b0e43fb530aa9 /x11-libs/libyui-qt | |
parent | 5fdd950c7ae03e12746a45c86d85861beaacc846 (diff) |
gentoo resync : 29.08.2018
Diffstat (limited to 'x11-libs/libyui-qt')
-rw-r--r-- | x11-libs/libyui-qt/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libyui-qt/libyui-qt-2.47.1.ebuild (renamed from x11-libs/libyui-qt/libyui-qt-2.46.21.ebuild) | 19 |
2 files changed, 12 insertions, 11 deletions
diff --git a/x11-libs/libyui-qt/Manifest b/x11-libs/libyui-qt/Manifest index 9afe3bd1f3f5..dcf30a758895 100644 --- a/x11-libs/libyui-qt/Manifest +++ b/x11-libs/libyui-qt/Manifest @@ -1,4 +1,4 @@ AUX libyui-qt-2.46.21-norpc.patch 653 BLAKE2B e93b1a1da1ef585d7f1caf34325eb8107dc952a84707565dce174a35ae37cb90ffb384c6a5852e490b15d002cf7083fcedc32882f4bea0b7f30e4fa30ca53515 SHA512 123b2b932318bbf71621bd37cea5be25a39ea796359cc0800bdbc2270b0240bca2a105562dfff79ea4b8d4d0af23c7933703d15740340119b31211d0ec42010c -DIST libyui-qt-2.46.21.tar.gz 167324 BLAKE2B 175df2de97b013e81298dd8f2c66d099047d6d8ae2ca56f9c92d2b634a5acbdd92bcd3c4d0243a4e013267eeb563366229440b7cdf160ea888dc5b85e12984e0 SHA512 715154efd9fa2753f528e5a809fd2a3c635751b9bee3d511e396051b04a55086446510dbec5c70e753b1926c35faf84aaf05ea92a2a7f089f9b95dce9ee1a77f -EBUILD libyui-qt-2.46.21.ebuild 1316 BLAKE2B 697ced0fa0e95173d7b44ce3e1ba9cc1db8daac57ec2a483462c77d43466a6c1aa9fb805f25bb33a2cc10f32c5ae7e487b1978938f2a3346a4fbf33d01d457a1 SHA512 d5ba89b1af7dfc6bd1a5eb42388bc25a2f9a5e6a349dd27817ff0cafb2c1edbd283600104abf04360715ed31f9b343069e89eff61c31b383a4fcf02971db6fd7 +DIST libyui-qt-2.47.1.tar.gz 171152 BLAKE2B 54a8d1609ed717e97c1ec9b3eb6e86eed85446689223753db4b2dcb4c35f361675c42287378636708813b724c4120b14b6bab19c4c8fa17f91bbb612569d1a00 SHA512 9c5e23ff7bb08dd363a490a43c0347e4dbe1af3546bec85a9169da3267f87cbbe15f17f882058b2f3a813fb54efeb1594ec343b2b8d12e371ee77a105a8f4f99 +EBUILD libyui-qt-2.47.1.ebuild 1302 BLAKE2B c85b5c56918a1b4d210e01ebe1988638062fa480bbe368f0be9c3b996151e7224b587ba739c66be232dd99f24a4aea5335e7856f21dab30f3061e7982b7f522d SHA512 08c24070d3db9172b15ef9a15a982ba01b64ca937efb605029105ae0b749e2ce61e008519e77f8865cf24e5a0426e1d627821b4a03bbc9fc353c5e086ffb3361 MISC metadata.xml 433 BLAKE2B 540a2285cea17fd979ff0088a11f15fd32c7e9f5262ef05b32a3b858576479689f9ff2bc403c4b0ae83d86ff023a0ff1825ffdc70eaa55468cca6a0aa4aa1e90 SHA512 de632f622c93b7747dbdf22b38b69a1fbe37025fccf8be02ac9d79b512323425a2d322e8596d580e3761a758d03680b3a06c63872cb8889adb641ae5fa57a586 diff --git a/x11-libs/libyui-qt/libyui-qt-2.46.21.ebuild b/x11-libs/libyui-qt/libyui-qt-2.47.1.ebuild index dbd9945ad3a7..3672afb555d2 100644 --- a/x11-libs/libyui-qt/libyui-qt-2.46.21.ebuild +++ b/x11-libs/libyui-qt/libyui-qt-2.47.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit cmake-utils DESCRIPTION="UI abstraction library - Qt plugin" HOMEPAGE="https://github.com/libyui/libyui-qt" -SRC_URI="https://github.com/libyui/${PN}/archive/${PN}/master/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/libyui/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0/6" @@ -16,7 +16,10 @@ KEYWORDS="~amd64 ~x86" IUSE="static-libs" RDEPEND=" + dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 media-libs/freetype x11-libs/libX11 x11-libs/libyui:${SLOT} @@ -25,12 +28,10 @@ RDEPEND=" # QtSvg headers only required, no linking DEPEND="${RDEPEND} dev-libs/boost - dev-qt/qtx11extras:5 - dev-qt/qtsvg:5" - -S="${WORKDIR}/${PN}-${PN}-master-${PV}" + dev-qt/qtsvg:5 +" -PATCHES=( "${FILESDIR}/${P}-norpc.patch" ) +PATCHES=( "${FILESDIR}/${PN}-2.46.21-norpc.patch" ) src_prepare() { cp "${EPREFIX}/usr/share/libyui/buildtools/CMakeLists.common" CMakeLists.txt || die @@ -46,9 +47,9 @@ src_configure() { local mycmakeargs=( -DENABLE_EXAMPLES=OFF -DENABLE_WERROR=OFF - -DDOC_DIR="${EPREFIX}/usr/share/doc/${P}" + -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}" -DRESPECT_FLAGS=ON - $(cmake-utils_use_enable static-libs STATIC) + -DENABLE_STATIC=$(usex static-libs) ) cmake-utils_src_configure } |