mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add nativefiledialog-extended.
* gnu/packages/cpp.scm (nativefiledialog-extended): New variable. Change-Id: I89ed4554db3ec8075bbb7d50bbfb4b99cae81a27 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
51f0c29f9e
commit
40c93eda32
1 changed files with 27 additions and 0 deletions
|
@ -3692,6 +3692,33 @@ std::variant (formerly boost::variant) for C++11/14.")
|
||||||
based on the implementation of std::variant in libc++.")
|
based on the implementation of std::variant in libc++.")
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
|
(define-public nativefiledialog-extended
|
||||||
|
(package
|
||||||
|
(name "nativefiledialog-extended")
|
||||||
|
(version "1.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/btzy/nativefiledialog-extended")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "15l0jy3v4p6rgg9dk8zr80lqp51s32ii62cm4s90400ragdgh10v"))))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(inputs (list gtk+))
|
||||||
|
(home-page "https://github.com/btzy/nativefiledialog-extended")
|
||||||
|
(synopsis "Native file dialog library with C and C++ bindings")
|
||||||
|
(description
|
||||||
|
"This package provides a library that portably invokes native file open,
|
||||||
|
folder select and file save dialogs. It allows the specification of a default
|
||||||
|
file name and location, as well as filters with friendly names (such as
|
||||||
|
\"source files\" or \"image files\") where supported.")
|
||||||
|
(license license:zlib)))
|
||||||
|
|
||||||
(define-public tsl-hopscotch-map
|
(define-public tsl-hopscotch-map
|
||||||
(package
|
(package
|
||||||
(name "tsl-hopscotch-map")
|
(name "tsl-hopscotch-map")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue