summaryrefslogtreecommitdiff
path: root/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-22 11:35:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-22 11:35:24 +0100
commit7e3abf424d25d5ffbbcd6e6ba72ab8c0fd6f296b (patch)
treed6571088e96c51e16c98a54ae0c438c798a32162 /dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild
parent9e66ee5d0238139f7dda5bad05733e3d07f10837 (diff)
dev-libs/libqtxdg : version bump
Diffstat (limited to 'dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild')
-rw-r--r--dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild
deleted file mode 100644
index 438795b5..00000000
--- a/dev-libs/libqtxdg/libqtxdg-3.2.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils virtualx
-
-DESCRIPTION="A Qt implementation of XDG standards"
-HOMEPAGE="http://lxqt.org/"
-
-SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
-KEYWORDS="amd64"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="test"
-
-CDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
-"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
- test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${CDEPEND}
- x11-misc/xdg-utils
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TESTS=$(usex test)
- )
- cmake-utils_src_configure
-}
-
-src_test() {
- VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
-}