From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8C041382AC for ; Sun, 19 Jun 2016 09:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D41E0A43; Sun, 19 Jun 2016 09:26:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5EBEE0A43 for ; Sun, 19 Jun 2016 09:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C862A340691 for ; Sun, 19 Jun 2016 09:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAF0B2323 for ; Sun, 19 Jun 2016 09:26:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1466328356.31eb8b4db1567c27007fe71b5bb8f19528c25294.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/breeze-plymouth/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild X-VCS-Directories: kde-plasma/breeze-plymouth/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 31eb8b4db1567c27007fe71b5bb8f19528c25294 X-VCS-Branch: master Date: Sun, 19 Jun 2016 09:26:04 +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: 4074d19d-f393-439a-b0f5-d13b4f46f3c6 X-Archives-Hash: fa58f86564c29982110237e5e21f3c79 commit: 31eb8b4db1567c27007fe71b5bb8f19528c25294 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 19 09:25:37 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 19 09:25:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=31eb8b4d kde-plasma/breeze-plymouth: add very basic distro customisation There are further customisations available, but I am not able to test. Upstream-commit: f2a6a581c3cd9e63f6b3392fb278f8184242a19b Package-Manager: portage-2.3.0_rc1 kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild | 9 +++++++++ kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild | 9 +++++++++ kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild index 9f11a9d..9f5ede3 100644 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild @@ -16,3 +16,12 @@ RDEPEND="sys-boot/plymouth" DEPEND="${RDEPEND} $(add_frameworks_dep extra-cmake-modules) " + +src_configure() { + local mycmakeargs=( + -DDISTRO_NAME="Gentoo Linux" + -DDISTRO_VERSION= + ) + + kde5_src_configure +} diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild index 01926d0..e3f0ab9 100644 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild @@ -16,3 +16,12 @@ RDEPEND="sys-boot/plymouth" DEPEND="${RDEPEND} $(add_frameworks_dep extra-cmake-modules) " + +src_configure() { + local mycmakeargs=( + -DDISTRO_NAME="Gentoo Linux" + -DDISTRO_VERSION= + ) + + kde5_src_configure +} diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild index 01926d0..e3f0ab9 100644 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild @@ -16,3 +16,12 @@ RDEPEND="sys-boot/plymouth" DEPEND="${RDEPEND} $(add_frameworks_dep extra-cmake-modules) " + +src_configure() { + local mycmakeargs=( + -DDISTRO_NAME="Gentoo Linux" + -DDISTRO_VERSION= + ) + + kde5_src_configure +}