[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: libresprite: Install a desktop icon.
From: |
guix-commits |
Subject: |
01/08: gnu: libresprite: Install a desktop icon. |
Date: |
Sat, 22 Oct 2022 07:55:47 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit d49d21654a05316670d46d7586caa6c1565019ee
Author: Andrew Whatson <whatson@gmail.com>
AuthorDate: Fri Oct 21 22:22:53 2022 +1000
gnu: libresprite: Install a desktop icon.
* gnu/packages/game-development.scm (libresprite)[arguments]
<#:configure-flags>: Add “-DWITH_DESKTOP_INTEGRATION=1”.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/game-development.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index d40a97eef2..4afb7f8437 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1088,7 +1088,8 @@ the creation of animations, tiled graphics, texture
atlases, and more.")
(build-system cmake-build-system)
(arguments
'(#:configure-flags
- (list "-DWITH_WEBP_SUPPORT=1")
+ (list "-DWITH_WEBP_SUPPORT=1"
+ "-DWITH_DESKTOP_INTEGRATION=1")
;; Tests are unmaintained
#:tests? #f))
(native-inputs
- branch master updated (efaefc1deb -> 7513cc6dd9), guix-commits, 2022/10/22
- 03/08: gnu: python-pytest-astropy: Update to 0.10.0., guix-commits, 2022/10/22
- 04/08: gnu: python-pytest-astropy-header: Update to 0.2.2., guix-commits, 2022/10/22
- 01/08: gnu: libresprite: Install a desktop icon.,
guix-commits <=
- 06/08: gnu: python-photuils: Update to 1.5.0., guix-commits, 2022/10/22
- 08/08: gnu: python-regions: Update to 0.6., guix-commits, 2022/10/22
- 05/08: gnu: python-astropy: Update to 5.1., guix-commits, 2022/10/22
- 02/08: gnu: Add pytest-7.1., guix-commits, 2022/10/22
- 07/08: gnu: python-astropy-healpix: Update to 0.7., guix-commits, 2022/10/22