unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 5aeae290c843fc3107783e16943fd2bac36e4bd9 4573 bytes (raw)
name: gnu/packages/kde-xyz.scm 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
 
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2023 Sughosha <sughosha@disroot.org>
;;;
;;; 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)
  #:use-module (gnu packages qt))

(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+))))

(define-public plasma-shell-applet-advanced-radio-player
  ;; Version is not tagget, but given in package/metadata.desktop.
  (let ((commit "894973f4d5948ce400c2a3d28def4cea3c274c47") ;version 2.4
        (revision "0"))
    (package
      (name "plasma-shell-applet-advanced-radio-player")
      (version (git-version "2.4" revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                       (url "https://invent.kde.org/saurov/arp")
                       (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "17h79bl6akyhjh53hdp7g4a7kki8v8m2zvqs1qi0isf3nlvz0dwm"))))
      (build-system copy-build-system)
      (arguments
       `(#:install-plan
         `(("package" "/share/plasma/plasmoids/org.kde.plasma.advancedradio"))))
      (propagated-inputs
       (list qtmultimedia-5))
      (home-page "https://invent.kde.org/saurov/arp")
      (synopsis "Radio player extension for Plasma shell")
      (description
       "Advanced Radio Player is a radio player extension for Plasma shell,
with editable list of stations.")
    (license license:lgpl2.0+))))

(define-public plasma-shell-applet-better-inline-clock
  (let ((commit "bbad71b48073879f16b484788d01831ad53316b5") ;version 3.1
        (revision "0"))
    (package
      (name "plasma-shell-applet-better-inline-clock")
      (version "3.1")
      (source (origin
                (method git-fetch)
                (uri (git-reference
                       (url "https://github.com/MarianArlt/kde-plasmoid-betterinlineclock")
                       (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "079k170dvga736hv4pi1n4mbqdwk1wl6n7x4blf22mn53zlcrl84"))))
      (build-system copy-build-system)
      (arguments
       `(#:install-plan
         `(("org.kde.plasma.betterinlineclock"
            "/share/plasma/plasmoids/org.kde.plasma.betterinlineclock"))))
      (home-page "https://github.com/MarianArlt/kde-plasmoid-betterinlineclock")
      (synopsis "Single line clock applet for Plasma shell")
      (description
       "This package provides single line clock applet for Plasma shell.")
      (license license:gpl2+))))

debug log:

solving 5aeae290c8 ...
found 5aeae290c8 in https://yhetil.org/guix-patches/72683de75616dfc9532ee727ed601bc56b79f7f1.1698783239.git.sughosha@disroot.org/
found 7fdd107750 in https://yhetil.org/guix-patches/29bf463ad0c5cdfb6510606699ae6af1b34522b8.1698783239.git.sughosha@disroot.org/
found 840014de5c in https://yhetil.org/guix-patches/1074f7566ecfba8ef63fee9696b472bb26d7eea0.1698783239.git.sughosha@disroot.org/ ||
	https://yhetil.org/guix-patches/6a83cfeaef829634d0168be7dd58e2ce0dfe3825.1699058090.git.sughosha@disroot.org/ ||
	https://yhetil.org/guix-patches/64adf38a4a7c17242b6c622596f9ee1b4f70b2b1.1698969760.git.sughosha@disroot.org/

applying [1/3] https://yhetil.org/guix-patches/1074f7566ecfba8ef63fee9696b472bb26d7eea0.1698783239.git.sughosha@disroot.org/
diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm
new file mode 100644
index 0000000000..840014de5c

Checking patch gnu/packages/kde-xyz.scm...
Applied patch gnu/packages/kde-xyz.scm cleanly.

skipping https://yhetil.org/guix-patches/6a83cfeaef829634d0168be7dd58e2ce0dfe3825.1699058090.git.sughosha@disroot.org/ for 840014de5c
skipping https://yhetil.org/guix-patches/64adf38a4a7c17242b6c622596f9ee1b4f70b2b1.1698969760.git.sughosha@disroot.org/ for 840014de5c
index at:
100644 840014de5c2f9a95be8e71ab1ebfed62409e133c	gnu/packages/kde-xyz.scm

applying [2/3] https://yhetil.org/guix-patches/29bf463ad0c5cdfb6510606699ae6af1b34522b8.1698783239.git.sughosha@disroot.org/
diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm
index 840014de5c..7fdd107750 100644


applying [3/3] https://yhetil.org/guix-patches/72683de75616dfc9532ee727ed601bc56b79f7f1.1698783239.git.sughosha@disroot.org/
diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm
index 7fdd107750..5aeae290c8 100644

Checking patch gnu/packages/kde-xyz.scm...
Applied patch gnu/packages/kde-xyz.scm cleanly.
Checking patch gnu/packages/kde-xyz.scm...
Applied patch gnu/packages/kde-xyz.scm cleanly.

index at:
100644 5aeae290c843fc3107783e16943fd2bac36e4bd9	gnu/packages/kde-xyz.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).