Sughosha <sughosha@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 31 Oct 2023 20:20:20 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Oct 31 16:20:20 2023 Received: from localhost ([127.0.0.1]:49255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qxvDn-000755-EM for submit <at> debbugs.gnu.org; Tue, 31 Oct 2023 16:20:20 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <sughosha@HIDDEN>) id 1qxvDk-00074V-EI for submit <at> debbugs.gnu.org; Tue, 31 Oct 2023 16:20:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <sughosha@HIDDEN>) id 1qxvD4-00085V-As for guix-patches@HIDDEN; Tue, 31 Oct 2023 16:19:35 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <sughosha@HIDDEN>) id 1qxvD1-0003Ro-Q9 for guix-patches@HIDDEN; Tue, 31 Oct 2023 16:19:34 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BF49C44EE4; Tue, 31 Oct 2023 21:19:27 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cJhC8JfQFr8z; Tue, 31 Oct 2023 21:19:26 +0100 (CET) From: Sughosha <sughosha@HIDDEN> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1698783566; bh=y5dbck6nICZMIgqU5NRkyAdGS+rqwnyAgVTD2Up2Dqg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=bW1kkQmviT7mOveZPJIbZXPI3RaxDLanF9rihzWe0zrz+E9CKMgCr0zKFcWKLERu5 nlLL12aHAEZm+9Gr5bL9Y88ACdDoLetzIrWDWM3gcDmtrj5LcJzhnjPNoahUzVfJjJ OnTVfpj67fUayCLa0iYTzt4E9sXCkSqj1ZtRrl5MF4fm46haMCxFfc5qbMsMfXiCx0 B8OlAq8Jp5ElxHDZhd3kgWZ6Vu2StmWCwPCRGRqh2txx8e7gwapOBoGhWiCcIdguPS OpkH2Atzv9gWWoskfqGvVCzVGkMIMfavWfM4Gcjw2kUbOLM98d8D7BHGs1Kj7UF1Fg D3OzQN1Vnv7DA== To: guix-patches@HIDDEN Subject: [PATCH 1/7] gnu: Add flat-remix-kde-theme. Date: Tue, 31 Oct 2023 21:18:55 +0100 Message-ID: <1074f7566ecfba8ef63fee9696b472bb26d7eea0.1698783239.git.sughosha@HIDDEN> In-Reply-To: <cover.1698783239.git.sughosha@HIDDEN> References: <cover.1698783239.git.sughosha@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@HIDDEN; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Sughosha <sughosha@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) * gnu/packages/kde-xyz.scm: New file. * gnu/local.mk: Register it. Change-Id: I5fbf36de902f553f94bdc2436cef9142302daac9 --- gnu/local.mk | 1 + gnu/packages/kde-xyz.scm | 55 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 gnu/packages/kde-xyz.scm diff --git a/gnu/local.mk b/gnu/local.mk index 27e57302ae..03e8c28d45 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -377,6 +377,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/kde-plasma.scm \ %D%/packages/kde-systemtools.scm \ %D%/packages/kde-utils.scm \ + %D%/packages/kde-xyz.scm \ %D%/packages/kerberos.scm \ %D%/packages/kodi.scm \ %D%/packages/language.scm \ diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm new file mode 100644 index 0000000000..840014de5c --- /dev/null +++ b/gnu/packages/kde-xyz.scm @@ -0,0 +1,55 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2023 Sughosha <sughosha@HIDDEN> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. + +(define-module (gnu packages kde-xyz) + #:use-module (guix build-system copy) + #:use-module (guix gexp) + #:use-module (guix git-download) + #:use-module (guix packages) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (gnu packages gnome-xyz)) + +(define-public flat-remix-kde-theme + (let ((commit "18ac464d5b77dd140aeb6c6b98d687c086959247") + (revision "0")) + (package + (name "flat-remix-kde-theme") + (version (git-version "0" revision commit)) + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/daniruiz/flat-remix-kde") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "05wxcjpg3qgyc2jiidb8506s1ah7yhilb1ifk2xd61xmy7d1xmz6")))) + (build-system copy-build-system) + (arguments + `(#:install-plan + `(("." "/share" + #:include-regexp ("/aurorae/" "/color-schemes/" "/plasma/"))))) + (propagated-inputs + (list flat-remix-gtk-theme flat-remix-icon-theme)) + (home-page "https://drasite.com/flat-remix-kde") + (synopsis "KDE theme with material design") + (description "Flat Remix KDE is a KDE theme inspired by material design. +It is mostly flat using a colorful palette with some shadows, highlights, and +gradients for some depth.") + (license license:gpl3+)))) -- 2.41.0
Sughosha <sughosha@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#66855
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.