;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 José Miguel Sánchez García ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2019 Alexandru-Sergiu Marton ;;; Copyright © 2019 Brett Gilio ;;; Copyright © 2022 Jai Vetrivelan ;;; Copyright © 2023, 2024 John Kehayias ;;; ;;; 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 . (
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ftp.scm')
0 files changed, 0 insertions, 0 deletions
xcb-util xcb-util-renderutil xcb-util-image xprop)) (native-inputs (list asciidoc pkg-config xorgproto)) (arguments (list #:build-type "release" #:configure-flags #~'("-Dwith_docs=true") #:phases #~(modify-phases %standard-phases ;; This file would be patched by 'patch-dot-desktop-files but ;; only in share/applications and not etc/xdg/autostart, so ;; manually patch it before it is installed in either location. ;; The 'patch-dot-desktop-files phase is still needed for other ;; .desktop files. (add-after 'unpack 'patch-autostart-files (lambda _ (substitute* "picom.desktop" (("Exec=") (string-append "Exec=" #$output "/bin/")))))))) (home-page "https://github.com/yshui/picom") (synopsis "Compositor for X11, forked from Compton") (description "Picom is a standalone compositor for Xorg, suitable for use with window managers that do not provide compositing. Picom is a fork of compton, which is a fork of xcompmgr-dana, which in turn is a fork of xcompmgr.") (license (list license:expat ; The original compton license. license:mpl2.0)))) ; License used by new picom files.