diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 17:55:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 17:55:55 +0100 |
commit | b55133a6f04a2fbdb3d4dc1492ad69d1f8e74856 (patch) | |
tree | cbcf1893650dd55abbb9fc0e1ab4afc44c668cc1 /lxqt-base/lxqt-admin | |
parent | 1dd68ef1501563e01ec162d82b3124ea2b6ff481 (diff) |
lxqt : version bump
Diffstat (limited to 'lxqt-base/lxqt-admin')
-rw-r--r-- | lxqt-base/lxqt-admin/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-admin/lxqt-admin-0.11.1.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest new file mode 100644 index 00000000..5eba5500 --- /dev/null +++ b/lxqt-base/lxqt-admin/Manifest @@ -0,0 +1 @@ +DIST lxqt-admin-0.11.1.tar.xz 115256 SHA256 b4b26df2901abf84742ff1daf17dbca6e145cf55552efbf424e6c77012b946cb SHA512 87464f4566d3080eb6d066756ae8da1420a2c93863c02d1abe6443d7b76438aadd3689d82677dbc0286f4b088b602bcb0c4bc2e82e380db4ead2992625852dc7 WHIRLPOOL ceef2e94755c7f8a4a0d618d6446f7c27dc856dd524b166ed4a6f43412583656a4c7718f59c42113535dc6dac17b9951554ffc5c2864104e10ecac589cec96a9 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.11.1.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.11.1.ebuild new file mode 100644 index 00000000..265ab1dc --- /dev/null +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.11.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system administration tool" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND="dev-libs/glib:2 + >=dev-libs/libqtxdg-1.0.0 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + kde-frameworks/kwindowsystem:5 + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) + cmake-utils_src_configure +} |