public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/
Date: Sun, 11 Dec 2016 09:53:27 +0000 (UTC)	[thread overview]
Message-ID: <1481449972.e5512914d9f77952b4b9863338654daf90d8cba0.grozin@gentoo> (raw)

commit:     e5512914d9f77952b4b9863338654daf90d8cba0
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 09:51:58 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 09:52:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5512914

x11-wm/lumina: bump to 1.1.0

Package-Manager: portage-2.3.0

 x11-wm/lumina/Manifest            |  2 ++
 x11-wm/lumina/lumina-1.1.0.ebuild | 65 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/x11-wm/lumina/Manifest b/x11-wm/lumina/Manifest
index 94e3255..45960a9 100644
--- a/x11-wm/lumina/Manifest
+++ b/x11-wm/lumina/Manifest
@@ -1 +1,3 @@
 DIST lumina-0.8.8_p1.tar.gz 53783856 SHA256 52bd8ec956e0a9f89c87bd957e308705aab3ac8c72130a606746af982bf361b7 SHA512 5fbfb6ad19a10b286001252cb2c93e92d4e2ed12a94c29f178afd777d0f2ff5f4d44b0300a40446f89d6c73237155d5963cda966c3fe16d4e9f07fcd4bddc6bb WHIRLPOOL 2e772fe413610ec7814c0e1de9c263c0d84afc45d9a308759ae442f8951fec7c82b16d5c8cb7eba5ce0e6f96f35a5410873370b1732e572ed469133089ad6906
+DIST lumina-1.1.0.tar.gz 55828227 SHA256 b6b4eb9c671f0eef9760b0fbd93ebd992248ac619cc7025185fc3f82d6a00373 SHA512 79b48e70fd7be3708966221c25025a8013a3ef96e00681056e99dfdd60809a3ff9d2048b3767d9fbc57c1c4f7e00fb36659cdca86fa41a322f125e9e061e88e0 WHIRLPOOL 9be956b16d04850d0ca4d32166c4c0135f088ce65a754ff0bd7ccf6d95a5c9ede42bc87ad5d617185d008e3efbbe5edfab55dca298724fcb3403973fc6a4f557
+DIST lumina-i18n-161211.tar.bz2 366262 SHA256 84b7b669b30de627d652e74aa520e2a9d82b43885fdb1046b3d708c74801584b SHA512 0b1679e70f8959fed899cfcd7a36c3257b85144bde02ff0e88212c94993ca6439608c1b3744ecc690cfdd5703b7ac9c55b9877eb81bb9b48dd85f7efbfa19ea9 WHIRLPOOL 532d6494ef09071d75c9165dceba7f23fc9d99b2ea0b79dc8401e850b55f5107db58df03395a2b1b64d3a714f4b981093b79c5f15dc53cdd20923dd5da6a9ca5

diff --git a/x11-wm/lumina/lumina-1.1.0.ebuild b/x11-wm/lumina/lumina-1.1.0.ebuild
new file mode 100644
index 00000000..a447d67
--- /dev/null
+++ b/x11-wm/lumina/lumina-1.1.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+DESCRIPTION="Lumina desktop environment"
+HOMEPAGE="http://lumina-desktop.org/"
+I18N="161211"
+SRC_URI="https://github.com/trueos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://dev.gentoo.org/~grozin/${PN}-i18n-${I18N}.tar.bz2"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+LANGS="af ar az bg bn bs ca cs cy da de el 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"
+for lang in ${LANGS}; do
+	IUSE="${IUSE} linguas_${lang}"
+done
+
+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"
+
+DEPEND="$COMMON_DEPEND
+	dev-qt/linguist-tools:5"
+
+RDEPEND="$COMMON_DEPEND
+	kde-frameworks/oxygen-icons
+	x11-misc/numlockx
+	x11-wm/fluxbox
+	x11-apps/xbacklight
+	media-sound/alsa-utils
+	sys-power/acpi
+	app-admin/sysstat"
+
+src_configure(){
+	eqmake5 PREFIX="${ROOT}usr" L_BINDIR="${ROOT}usr/bin" \
+		L_ETCDIR="${ROOT}etc" L_LIBDIR="${ROOT}usr/$(get_libdir)" \
+		LIBPREFIX="${ROOT}usr/$(get_libdir)" DESTDIR="${D}"
+}
+
+src_install(){
+	default
+	mv "${D}"/etc/luminaDesktop.conf.dist "${D}"/etc/luminaDesktop.conf || die
+	rm "${D}"/${PN}-* "${D}"/start-${PN}-desktop || die
+	mkdir "${D}"/usr/share/${PN}-desktop/i18n
+	for lang in ${LANGS}; do
+		if use linguas_${lang}; then
+			cp ../${PN}-i18n/*_${lang}.qm "${D}"/usr/share/${PN}-desktop/i18n/ || die "Language ${lang} not found"
+		fi
+	done
+}


             reply	other threads:[~2016-12-11  9:53 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-11  9:53 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  2:18 [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/ Sam James
2025-03-02  4:58 Andrey Grozin
2025-02-15  5:38 Andrey Grozin
2025-02-15  5:36 Andrey Grozin
2025-02-15  3:55 Sam James
2025-02-14 20:48 Jakov Smolić
2025-01-20  5:33 Andrey Grozin
2025-01-19 11:14 Andrey Grozin
2025-01-09 12:04 Andrey Grozin
2025-01-06  9:34 Andrey Grozin
2024-12-04  9:15 Sam James
2024-12-04  9:15 Sam James
2024-01-08 14:32 Andrey Grozin
2023-07-21 14:58 Andrey Grozin
2023-07-21 12:49 Sam James
2023-07-21 11:37 Arthur Zamarin
2022-10-20  3:54 Sam James
2022-03-21 11:37 Andrey Grozin
2021-07-04 14:03 Ulrich Müller
2020-10-30 12:49 Andrey Grozin
2020-09-29 20:46 Andreas Sturmlechner
2020-03-31  7:22 Agostino Sarubbo
2020-03-31  7:03 Agostino Sarubbo
2020-02-20 15:22 Andrey Grozin
2019-12-30 12:29 Agostino Sarubbo
2019-12-26 18:45 Agostino Sarubbo
2019-07-01 15:59 Andrey Grozin
2019-06-19  4:49 Andrey Grozin
2018-05-27 10:18 Andrey Grozin
2018-05-27 10:16 Andrey Grozin
2017-11-29 13:06 Andrey Grozin
2017-11-29 13:05 Andrey Grozin
2017-11-25 12:59 Andrey Grozin
2017-11-25  6:48 Andrey Grozin
2017-11-25  5:58 Andrey Grozin
2017-11-25  5:54 Andrey Grozin
2017-11-24 22:43 Patrice Clement
2017-11-24 16:43 Andrey Grozin
2017-11-20 15:42 Manuel Rüger
2017-10-26 20:18 Thomas Deutschmann
2017-10-11 14:36 Andrey Grozin
2017-10-03 13:24 Jonas Stein
2017-07-27  8:08 Lars Wendler
2017-07-21  8:21 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-06-28 13:19 Agostino Sarubbo
2017-02-28 12:11 Marek Szuba
2017-01-26 23:22 David Seifert
2017-01-26 23:22 David Seifert
2016-03-29 16:48 Anthony G. Basile
2016-03-25  9:46 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481449972.e5512914d9f77952b4b9863338654daf90d8cba0.grozin@gentoo \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox