From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43C6A138AE9 for ; Sat, 25 Nov 2017 12:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D5D8E0DC8; Sat, 25 Nov 2017 12:59:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31C51E0DC8 for ; Sat, 25 Nov 2017 12:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F1E333BEB4 for ; Sat, 25 Nov 2017 12:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8BC0A6AC for ; Sat, 25 Nov 2017 12:59:16 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1511614748.d0f2253b68e35a9db30b28d46cc7fc36a04307c9.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/lumina/lumina-1.4.0-r1.ebuild X-VCS-Directories: x11-wm/lumina/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: d0f2253b68e35a9db30b28d46cc7fc36a04307c9 X-VCS-Branch: master Date: Sat, 25 Nov 2017 12:59:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5db8fa1c-f645-4a82-9dda-97c50ddb4ff6 X-Archives-Hash: f08d2298fb089a52aeb9596140001fb6 commit: d0f2253b68e35a9db30b28d46cc7fc36a04307c9 Author: Andrey Grozin gentoo org> AuthorDate: Sat Nov 25 12:59:08 2017 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sat Nov 25 12:59:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f2253b x11-wm/lumina: cleaning 1.4.0-r1 Package-Manager: Portage-2.3.14, Repoman-2.3.6 x11-wm/lumina/lumina-1.4.0-r1.ebuild | 85 ------------------------------------ 1 file changed, 85 deletions(-) diff --git a/x11-wm/lumina/lumina-1.4.0-r1.ebuild b/x11-wm/lumina/lumina-1.4.0-r1.ebuild deleted file mode 100644 index 8c14a9ca918..00000000000 --- a/x11-wm/lumina/lumina-1.4.0-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PLOCALES="af ar az bg bn bs ca cs cy da de el en_AU en_GB en_ZA es et eu fa fi fr fr_CA fur gl he hi hr hu id is it ja ka ko lt lv mk mn ms mt nb ne nl pa pl pt pt_BR ro ru sa sk sl sr sv sw ta tg th tr uk ur uz vi zh_CN zh_HK zh_TW zu" - -inherit qmake-utils l10n -DESCRIPTION="Lumina desktop environment" -HOMEPAGE="https://lumina-desktop.org/" -SRC_URI="https://github.com/trueos/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="desktop-utils" - -COMMON_DEPEND="dev-qt/qtcore:5 - dev-qt/qtconcurrent:5 - dev-qt/qtmultimedia:5[widgets] - dev-qt/qtsvg:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtgui:5 - dev-qt/qtdeclarative:5 - x11-libs/libxcb:0 - x11-libs/xcb-util - x11-libs/xcb-util-image - x11-libs/xcb-util-wm - desktop-utils? ( app-text/poppler[qt5] )" - -DEPEND="$COMMON_DEPEND - dev-qt/linguist-tools:5" - -RDEPEND="$COMMON_DEPEND - sys-fs/inotify-tools - x11-misc/numlockx - x11-wm/fluxbox - || ( x11-apps/xbacklight - sys-power/acpilight ) - media-sound/alsa-utils - sys-power/acpi - app-admin/sysstat" - -S="${WORKDIR}/${P/_/-}" - -PATCHES=( - "${FILESDIR}/1.2.0-desktop-files.patch" - "${FILESDIR}/1.3.0-OS-detect.patch" -) - -DOCS=( README.md ) - -src_prepare(){ - default - - if use !desktop-utils ; then - rm -rf src-qt5/desktop-utils || die - sed -e "/desktop-utils/d" -i src-qt5/src-qt5.pro || die - fi - - l10n_find_plocales_changes "${S}/src-qt5/core/${PN}-desktop/i18n" "${PN}-desktop_" '.ts' -} - -src_configure(){ - eqmake5 PREFIX="${EPREFIX}/usr" LIBPREFIX="${EPREFIX}/usr/$(get_libdir)" \ - DESTDIR="${D}" CONFIG+=WITH_I18N QMAKE_CFLAGS_ISYSTEM= -} - -src_install(){ - # A hack to avoid sandbox violation and install liblthemeengine*.so to the correct places - emake install INSTALL_ROOT="${D}" - rm "${ED%/}"/${PN}-* "${ED%/}"/start-${PN}-desktop "${ED%/}"/liblthemeengine*.so "${ED%/}"/lthemeengine || die - mv "${D}/${D}/etc" "${D}/etc" || die - mv "${D}/${D}/usr/bin" "${D}/usr/bin" || die - mv "${D}/${D}/usr/share" "${D}/usr/share" || die - rm -rf "${D}/var" || die - mv "${ED%/}"/etc/luminaDesktop.conf{.dist,} || die - einstalldocs - - remove_locale() { - rm -f "${D}"/usr/share/${PN}-desktop/i18n/${PN}-*_${1}.qm - } - l10n_for_each_disabled_locale_do remove_locale -}