all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 9a55c7114e9fc4a6ad6ec44afb2b365b9b85c8a3 3380 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
 
;;; 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-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-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")
      (description
       "Advanced Radio Player is a radio player extension for Plasma, with
editable list of stations.")
    (license license:lgpl2.0+))))

debug log:

solving 9a55c7114e ...
found 9a55c7114e in https://yhetil.org/guix/41d7e3d6a4d4933af3e32b54f00fd41130c0e1e4.1699058090.git.sughosha@disroot.org/
found 840014de5c in https://yhetil.org/guix/1074f7566ecfba8ef63fee9696b472bb26d7eea0.1698783239.git.sughosha@disroot.org/ ||
	https://yhetil.org/guix/6a83cfeaef829634d0168be7dd58e2ce0dfe3825.1699058090.git.sughosha@disroot.org/ ||
	https://yhetil.org/guix/64adf38a4a7c17242b6c622596f9ee1b4f70b2b1.1698969760.git.sughosha@disroot.org/

applying [1/2] https://yhetil.org/guix/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/6a83cfeaef829634d0168be7dd58e2ce0dfe3825.1699058090.git.sughosha@disroot.org/ for 840014de5c
skipping https://yhetil.org/guix/64adf38a4a7c17242b6c622596f9ee1b4f70b2b1.1698969760.git.sughosha@disroot.org/ for 840014de5c
index at:
100644 840014de5c2f9a95be8e71ab1ebfed62409e133c	gnu/packages/kde-xyz.scm

applying [2/2] https://yhetil.org/guix/41d7e3d6a4d4933af3e32b54f00fd41130c0e1e4.1699058090.git.sughosha@disroot.org/
diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm
index 840014de5c..9a55c7114e 100644

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

index at:
100644 9a55c7114e9fc4a6ad6ec44afb2b365b9b85c8a3	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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.