mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove maliit-framework.
* gnu/packages/freedesktop.scm (maliit-framework): Delete variable. Change-Id: Ia8d25c29a86befd5859f39693ed67e659ed1f68d
This commit is contained in:
parent
ab26bff569
commit
03b630d95b
1 changed files with 0 additions and 48 deletions
|
@ -380,54 +380,6 @@ inappropriate content.")
|
||||||
license:gpl2+
|
license:gpl2+
|
||||||
license:lgpl2.1+))))
|
license:lgpl2.1+))))
|
||||||
|
|
||||||
(define-public maliit-framework
|
|
||||||
(package
|
|
||||||
(name "maliit-framework")
|
|
||||||
(version "2.3.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/maliit/framework")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1dkjxvfxg56hfy70j6ibfklfyv57jiha4vgc3ggl60r5kjx65s5b"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
;; The Ft_MIMPluginManager::testPluginDescriptions test fails
|
|
||||||
;; with a QFATAL error: received signal 11, while
|
|
||||||
;; ut_mimpluginmanager fails at least on powerpc64le with a
|
|
||||||
;; subprocess aborted error (see:
|
|
||||||
;; https://github.com/maliit/framework/issues/120).
|
|
||||||
(invoke "ctest" "-E"
|
|
||||||
"(ft_mimpluginmanager|ut_mimpluginmanager)")))))))
|
|
||||||
(native-inputs (list extra-cmake-modules
|
|
||||||
wayland-protocols
|
|
||||||
pkg-config
|
|
||||||
doxygen
|
|
||||||
graphviz
|
|
||||||
`(,glib "bin"))) ;for gdbus-codegen))
|
|
||||||
(inputs (list qtbase-5
|
|
||||||
qtdeclarative-5
|
|
||||||
qtwayland-5
|
|
||||||
wayland
|
|
||||||
libxkbcommon
|
|
||||||
dbus
|
|
||||||
eudev
|
|
||||||
glib))
|
|
||||||
(home-page "https://github.com/maliit/framework")
|
|
||||||
(synopsis "Core libraries of Maliit")
|
|
||||||
(description "This package provides Maliit provides a flexible input
|
|
||||||
method framework.")
|
|
||||||
(license license:lgpl2.1+)))
|
|
||||||
|
|
||||||
;; Private package used by shared-mime-info.
|
;; Private package used by shared-mime-info.
|
||||||
(define xdgmime
|
(define xdgmime
|
||||||
;; No public release, match commit to the one used in the
|
;; No public release, match commit to the one used in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue