GNU bug report logs -
#60201
[PATCH] gnu: Add libswell
Previous Next
Reported by: Sughosha <Sughosha <at> proton.me>
Date: Mon, 19 Dec 2022 13:50:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 60201 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wdl.scm (libswell): Align properly.
---
gnu/packages/wdl.scm | 52 ++++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/wdl.scm b/gnu/packages/wdl.scm
index e0a7ea8fac..8cdea46103 100644
--- a/gnu/packages/wdl.scm
+++ b/gnu/packages/wdl.scm
@@ -45,31 +45,31 @@ (define %wdl-origin
"zlib")))))
(define-public libswell
- (package
- (name "libswell")
- (version (git-version "0" "0" %wdl-commit))
- (source %wdl-origin)
- (build-system gnu-build-system)
- (arguments
- `(#:tests? #f
- #:phases (modify-phases %standard-phases
- (delete 'configure) ;no configure script
- (replace 'build
- (lambda _
- (chdir "WDL")
- (invoke "make" "-Cswell")))
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (install-file "swell/libSwell.so"
- (string-append (assoc-ref outputs
- "out")
- "/lib")))))))
- (native-inputs (list pkg-config))
- (inputs (list gtk+))
- (home-page "http://www.cockos.com/wdl")
- (synopsis "Reasonable subset of the win32 API")
- (description
- "SWELL is Simple Windows Emulation Layer with support for automatic
+ (package
+ (name "libswell")
+ (version (git-version "0" "0" %wdl-commit))
+ (source %wdl-origin)
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f
+ #:phases (modify-phases %standard-phases
+ (delete 'configure) ;no configure script
+ (replace 'build
+ (lambda _
+ (chdir "WDL")
+ (invoke "make" "-Cswell")))
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (install-file "swell/libSwell.so"
+ (string-append (assoc-ref outputs
+ "out")
+ "/lib")))))))
+ (native-inputs (list pkg-config))
+ (inputs (list gtk+))
+ (home-page "http://www.cockos.com/wdl")
+ (synopsis "Reasonable subset of the win32 API")
+ (description
+ "SWELL is Simple Windows Emulation Layer with support for automatic
(PHP-based) dialog and menu resource conversion and SWELL-specific win32-style
extensions.")
- (license license:zlib)))
+ (license license:zlib)))
--
2.38.1
This bug report was last modified 2 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.