[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/40: gnu: xarcan: Fix indentation.
From: |
guix-commits |
Subject: |
27/40: gnu: xarcan: Fix indentation. |
Date: |
Tue, 5 Sep 2023 20:02:22 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 1f014b9f0b3d72eeb520d677309136df3118ff90
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 5 11:16:23 2023 -0400
gnu: xarcan: Fix indentation.
* gnu/packages/arcan.scm (xarcan): Fix indentation.
---
gnu/packages/arcan.scm | 112 ++++++++++++++++++++++++-------------------------
1 file changed, 56 insertions(+), 56 deletions(-)
diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index 0ea2b56f59..978b9fe3e1 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -189,66 +189,66 @@ engine programmable using Lua.")
(synopsis "Combined display server, multimedia framework and game engine
(SDL)")))
(define-public xarcan
- (package
- (name "xarcan")
- (version "0.6.1")
- (source
- (origin
- (method git-fetch)
- (file-name (git-file-name name version))
- (uri (git-reference
- (url "https://github.com/letoram/xarcan")
- (commit version)))
- (sha256
- (base32 "1z4sf101i2y6rg2vcxfwmp1nkzfa3rw1pp48ym1ds1ka513vy128"))))
- (build-system meson-build-system)
- (arguments
- (list
- #:configure-flags
- #~(list
- "-Dglamor=true" "-Dint10=false"
- "-Dipv6=true"
- "-Dsystemd_logind=false"
+ (package
+ (name "xarcan")
+ (version "0.6.1")
+ (source
+ (origin
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (uri (git-reference
+ (url "https://github.com/letoram/xarcan")
+ (commit version)))
+ (sha256
+ (base32 "1z4sf101i2y6rg2vcxfwmp1nkzfa3rw1pp48ym1ds1ka513vy128"))))
+ (build-system meson-build-system)
+ (arguments
+ (list
+ #:configure-flags
+ #~(list
+ "-Dglamor=true" "-Dint10=false"
+ "-Dipv6=true"
+ "-Dsystemd_logind=false"
- ;; The following arguments were taken from the Xwayland package.
+ ;; The following arguments were taken from the Xwayland package.
- ;; The build system insist on providing a default font path; give
- ;; that of dejavu, the same used for our fontconfig package.
- (string-append "-Ddefault_font_path="
- #$(this-package-input "font-dejavu") "/share/fonts")
- (string-append "-Dxkb_dir=" #$(this-package-input
"xkeyboard-config")
- "/share/X11/xkb")
- (string-append "-Dxkb_bin_dir=" #$(this-package-input "xkbcomp")
"/bin")
- (format #f "-Dbuilder_string=\"Build ID: ~a ~a\"" #$name
#$version))))
- (native-inputs
- (list pkg-config autoconf automake libtool util-macros))
- (inputs
- (list arcan
- font-dejavu
- font-util
- libdrm
- libepoxy
- libtirpc
- libx11
- libxfont2
- libxkbfile
- libxshmfence
- mesa
- openssl
- pixman
- xcb-util
- xcb-util-wm
- xkbcomp
- xkeyboard-config
- xorgproto
- xtrans))
- (home-page "https://arcan-fe.com")
- (synopsis "Patched Xserver that bridges connections to Arcan")
- (description "Patched Xserver with a KDrive backend that uses the
arcan-shmif
+ ;; The build system insist on providing a default font path; give
+ ;; that of dejavu, the same used for our fontconfig package.
+ (string-append "-Ddefault_font_path="
+ #$(this-package-input "font-dejavu") "/share/fonts")
+ (string-append "-Dxkb_dir=" #$(this-package-input "xkeyboard-config")
+ "/share/X11/xkb")
+ (string-append "-Dxkb_bin_dir=" #$(this-package-input "xkbcomp")
+ "/bin")
+ (format #f "-Dbuilder_string=\"Build ID: ~a ~a\"" #$name #$version))))
+ (native-inputs
+ (list pkg-config autoconf automake libtool util-macros))
+ (inputs
+ (list arcan
+ font-dejavu
+ font-util
+ libdrm
+ libepoxy
+ libtirpc
+ libx11
+ libxfont2
+ libxkbfile
+ libxshmfence
+ mesa
+ openssl
+ pixman
+ xcb-util
+ xcb-util-wm
+ xkbcomp
+ xkeyboard-config
+ xorgproto
+ xtrans))
+ (home-page "https://arcan-fe.com")
+ (synopsis "Patched Xserver that bridges connections to Arcan")
+ (description "Patched Xserver with a KDrive backend that uses the
arcan-shmif
to map Xlib/Xcb/X clients to a running arcan instance. It allows running an
X session
as a window under Arcan.")
- (license (list license:expat
- license:bsd-3))))
+ (license (list license:bsd-3 license:expat))))
(define-public arcan-wayland
(package
- 14/40: gnu: sideload: Update to 6.2.1., (continued)
- 14/40: gnu: sideload: Update to 6.2.1., guix-commits, 2023/09/05
- 06/40: gnu: Add fonts-tlwg., guix-commits, 2023/09/05
- 15/40: gnu: kaidan: Add missing input., guix-commits, 2023/09/05
- 19/40: gnu: simh: Use G-Expressions., guix-commits, 2023/09/05
- 34/40: gnu: ardour: Build locales., guix-commits, 2023/09/05
- 29/40: gnu: arcan: Build all features., guix-commits, 2023/09/05
- 32/40: gnu: arcan: Restyle format., guix-commits, 2023/09/05
- 38/40: gnu: python-skia-pathops: Update to 0.8.0., guix-commits, 2023/09/05
- 18/40: gnu: simh: Update to 3.12-4., guix-commits, 2023/09/05
- 39/40: Revert "guix: git: Avoid touching the network unless needed in 'reference-available?'.", guix-commits, 2023/09/05
- 27/40: gnu: xarcan: Fix indentation.,
guix-commits <=
- 36/40: gnu: skia: Update to 110.0.0f3fb7a., guix-commits, 2023/09/05
- 26/40: gnu: xarcan: Update to 0.6.1., guix-commits, 2023/09/05
- 35/40: gnu-maintenance: Do not crash on refresh when origin URI is a list., guix-commits, 2023/09/05
- 28/40: gnu: arcan: Update to 0.6.2.1., guix-commits, 2023/09/05
- 04/40: gnu: dosbox-staging: Update to 0.80.1., guix-commits, 2023/09/05
- 02/40: gnu: mpd: Remove unused imports., guix-commits, 2023/09/05
- 13/40: gnu: pantheon-calculator: Update to 2.0.2., guix-commits, 2023/09/05
- 11/40: gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE'., guix-commits, 2023/09/05
- 16/40: gnu: kaidan: Update to 0.9.0., guix-commits, 2023/09/05
- 30/40: gnu: arcan: Fix paths handling., guix-commits, 2023/09/05