mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: qttools: Rename to qttools-5.
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
This commit is contained in:
parent
de20b74fc2
commit
eef8e2ec46
53 changed files with 207 additions and 207 deletions
|
@ -448,7 +448,7 @@ (define-public papagayo
|
||||||
("qtmultimedia-5" ,qtmultimedia-5)
|
("qtmultimedia-5" ,qtmultimedia-5)
|
||||||
("libsndfile" ,libsndfile)))
|
("libsndfile" ,libsndfile)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(home-page "https://www.lostmarble.com/papagayo/")
|
(home-page "https://www.lostmarble.com/papagayo/")
|
||||||
(synopsis "Lip-syncing for animations")
|
(synopsis "Lip-syncing for animations")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -615,7 +615,7 @@ (define-public stellarium
|
||||||
`(("gettext" ,gettext-minimal) ; xgettext is used at compile time
|
`(("gettext" ,gettext-minimal) ; xgettext is used at compile time
|
||||||
("perl" ,perl) ; for pod2man
|
("perl" ,perl) ; for pod2man
|
||||||
("qtbase" ,qtbase-5) ; Qt MOC is needed at compile time
|
("qtbase" ,qtbase-5) ; Qt MOC is needed at compile time
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:configure-flags (list "-DENABLE_TESTING=1"
|
#:configure-flags (list "-DENABLE_TESTING=1"
|
||||||
|
|
|
@ -587,7 +587,7 @@ (define-public alsa-modular-synth
|
||||||
liblo
|
liblo
|
||||||
qtbase-5))
|
qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "http://alsamodular.sourceforge.net/")
|
(home-page "http://alsamodular.sourceforge.net/")
|
||||||
(synopsis "Realtime modular synthesizer and effect processor")
|
(synopsis "Realtime modular synthesizer and effect processor")
|
||||||
(description
|
(description
|
||||||
|
@ -3097,7 +3097,7 @@ (define-public qjackctl
|
||||||
(inputs
|
(inputs
|
||||||
(list jack-1 alsa-lib portaudio qtbase-5 qtx11extras))
|
(list jack-1 alsa-lib portaudio qtbase-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://qjackctl.sourceforge.io/")
|
(home-page "https://qjackctl.sourceforge.io/")
|
||||||
(synopsis "Jack server control application")
|
(synopsis "Jack server control application")
|
||||||
(description "Control a Jack server. Allows you to plug various sources
|
(description "Control a Jack server. Allows you to plug various sources
|
||||||
|
@ -3218,7 +3218,7 @@ (define-public supercollider
|
||||||
(string-append ide "/bin"))
|
(string-append ide "/bin"))
|
||||||
(delete-file scide)))))))
|
(delete-file scide)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ableton-link pkg-config qttools xorg-server-for-tests))
|
(list ableton-link pkg-config qttools-5 xorg-server-for-tests))
|
||||||
(inputs (list jack-1
|
(inputs (list jack-1
|
||||||
libsndfile
|
libsndfile
|
||||||
fftw
|
fftw
|
||||||
|
@ -3903,7 +3903,7 @@ (define-public qsynth
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no "check" phase
|
`(#:tests? #f)) ; no "check" phase
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools pkg-config))
|
(list qttools-5 pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list fluidsynth qtbase-5 qtx11extras))
|
(list fluidsynth qtbase-5 qtx11extras))
|
||||||
(home-page "https://qsynth.sourceforge.io")
|
(home-page "https://qsynth.sourceforge.io")
|
||||||
|
@ -5456,7 +5456,7 @@ (define-public ableton-link
|
||||||
portaudio ;for portaudio examples
|
portaudio ;for portaudio examples
|
||||||
qtbase-5 ;for Qt examples
|
qtbase-5 ;for Qt examples
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qttools))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list jack-1 ;for JACK examples
|
(list jack-1 ;for JACK examples
|
||||||
qtquickcontrols-5)) ;for Qt examples
|
qtquickcontrols-5)) ;for Qt examples
|
||||||
|
|
|
@ -499,7 +499,7 @@ (define-public kdiskmark
|
||||||
(substitute* "src/benchmark.cpp"
|
(substitute* "src/benchmark.cpp"
|
||||||
(("\"fio\"")
|
(("\"fio\"")
|
||||||
(format #f "~s" (search-input-file inputs "bin/fio")))))))))
|
(format #f "~s" (search-input-file inputs "bin/fio")))))))))
|
||||||
(native-inputs (list extra-cmake-modules qttools))
|
(native-inputs (list extra-cmake-modules qttools-5))
|
||||||
(inputs (list fio qtbase-5))
|
(inputs (list fio qtbase-5))
|
||||||
(home-page "https://github.com/JonMagon/KDiskMark")
|
(home-page "https://github.com/JonMagon/KDiskMark")
|
||||||
(synopsis "Simple disk benchmark tool")
|
(synopsis "Simple disk benchmark tool")
|
||||||
|
|
|
@ -470,7 +470,7 @@ (define-public qbittorrent
|
||||||
(wrap-qt-program "qbittorrent" #:output out #:inputs inputs))
|
(wrap-qt-program "qbittorrent" #:output out #:inputs inputs))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("libtorrent-rasterbar" ,libtorrent-rasterbar)
|
("libtorrent-rasterbar" ,libtorrent-rasterbar)
|
||||||
|
|
|
@ -165,7 +165,7 @@ (define-public cmst
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
|
@ -4782,7 +4782,7 @@ (define-public sqlitebrowser
|
||||||
qscintilla
|
qscintilla
|
||||||
qtbase-5
|
qtbase-5
|
||||||
sqlite))
|
sqlite))
|
||||||
(native-inputs (list qttools))
|
(native-inputs (list qttools-5))
|
||||||
(home-page "https://sqlitebrowser.org/")
|
(home-page "https://sqlitebrowser.org/")
|
||||||
(synopsis "Database browser for SQLite")
|
(synopsis "Database browser for SQLite")
|
||||||
(description "Sqlitebrowser is a high quaility, visual, open source tool to
|
(description "Sqlitebrowser is a high quaility, visual, open source tool to
|
||||||
|
|
|
@ -78,7 +78,7 @@ (define-public sddm
|
||||||
"0hcdysw8ibr66vk8i7v56l0v5ijvhlq67v4460mc2xf2910g2m72"))))
|
"0hcdysw8ibr66vk8i7v56l0v5ijvhlq67v4460mc2xf2910g2m72"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list elogind
|
(list elogind
|
||||||
glib
|
glib
|
||||||
|
|
|
@ -107,7 +107,7 @@ (define-public djview
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config qttools))
|
(list autoconf automake libtool pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list djvulibre glib libxt libtiff qtbase-5))
|
(list djvulibre glib libxt libtiff qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -174,7 +174,7 @@ (define-public gcompris-qt
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
kdoctools
|
kdoctools
|
||||||
perl
|
perl
|
||||||
qttools
|
qttools-5
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list openssl
|
(list openssl
|
||||||
|
@ -540,7 +540,7 @@ (define-public openboard
|
||||||
(symlink (string-append openboard "/OpenBoard")
|
(symlink (string-append openboard "/OpenBoard")
|
||||||
(string-append bin "/openboard")))))))))
|
(string-append bin "/openboard")))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
coreutils-minimal ;for patched 'env' shebang
|
coreutils-minimal ;for patched 'env' shebang
|
||||||
|
@ -991,7 +991,7 @@ (define-public qolibri
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no test target
|
'(#:tests? #f)) ; no test target
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list libeb
|
(list libeb
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
|
|
@ -373,7 +373,7 @@ (define-public pulseview
|
||||||
(rmdir "doc/pulseview")
|
(rmdir "doc/pulseview")
|
||||||
(rmdir "doc"))))))))
|
(rmdir "doc"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
glib
|
glib
|
||||||
|
|
|
@ -744,7 +744,7 @@ (define-public mgba
|
||||||
(list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
|
(list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
|
||||||
"-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
|
"-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list ffmpeg
|
(list ffmpeg
|
||||||
libedit
|
libedit
|
||||||
|
|
|
@ -762,7 +762,7 @@ (define-public qelectrotech
|
||||||
(substitute* "qelectrotech.pro" (("\\/usr\\/local") out))
|
(substitute* "qelectrotech.pro" (("\\/usr\\/local") out))
|
||||||
(invoke "qmake")))))))
|
(invoke "qmake")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcoreaddons kwidgetsaddons qtbase-5 qtsvg-5 sqlite))
|
(list kcoreaddons kwidgetsaddons qtbase-5 qtsvg-5 sqlite))
|
||||||
(home-page "https://qelectrotech.org/")
|
(home-page "https://qelectrotech.org/")
|
||||||
|
@ -2120,7 +2120,7 @@ (define-public librepcb
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5 zlib))
|
(list qtbase-5 qtsvg-5 zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools ; for lrelease
|
(list qttools-5 ; for lrelease
|
||||||
unzip))
|
unzip))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2452,7 +2452,7 @@ (define-public freecad
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen
|
(list doxygen
|
||||||
graphviz
|
graphviz
|
||||||
qttools
|
qttools-5
|
||||||
pkg-config
|
pkg-config
|
||||||
python-pyside-2-tools
|
python-pyside-2-tools
|
||||||
swig))
|
swig))
|
||||||
|
@ -3715,7 +3715,7 @@ (define-public candle
|
||||||
(base32
|
(base32
|
||||||
"08rqhl6a5a8s67a8yl16944zgcsnnb08xfv4klzyqwlvaqgfp783"))))
|
"08rqhl6a5a8s67a8yl16944zgcsnnb08xfv4klzyqwlvaqgfp783"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list qttools))
|
(native-inputs (list qttools-5))
|
||||||
(inputs (list qtbase-5 qtserialport))
|
(inputs (list qtbase-5 qtserialport))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; no tests.
|
(list #:tests? #f ; no tests.
|
||||||
|
|
|
@ -143,7 +143,7 @@ (define-public bitcoin-core-0.21
|
||||||
pkg-config
|
pkg-config
|
||||||
python ; for the tests
|
python ; for the tests
|
||||||
util-linux ; provides the hexdump command for tests
|
util-linux ; provides the hexdump command for tests
|
||||||
qttools))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bdb-4.8 ; 4.8 required for compatibility
|
(list bdb-4.8 ; 4.8 required for compatibility
|
||||||
boost
|
boost
|
||||||
|
@ -159,12 +159,12 @@ (define-public bitcoin-core-0.21
|
||||||
(assoc-ref %build-inputs "boost"))
|
(assoc-ref %build-inputs "boost"))
|
||||||
;; XXX: The configure script looks up Qt paths by
|
;; XXX: The configure script looks up Qt paths by
|
||||||
;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
|
;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
|
||||||
;; up executables residing in 'qttools', so we specify them here.
|
;; up executables residing in 'qttools-5', so we specify them here.
|
||||||
(string-append "ac_cv_path_LRELEASE="
|
(string-append "ac_cv_path_LRELEASE="
|
||||||
(assoc-ref %build-inputs "qttools")
|
(assoc-ref %build-inputs "qttools-5")
|
||||||
"/bin/lrelease")
|
"/bin/lrelease")
|
||||||
(string-append "ac_cv_path_LUPDATE="
|
(string-append "ac_cv_path_LUPDATE="
|
||||||
(assoc-ref %build-inputs "qttools")
|
(assoc-ref %build-inputs "qttools-5")
|
||||||
"/bin/lupdate"))
|
"/bin/lupdate"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -698,7 +698,7 @@ (define-public monero
|
||||||
pkg-config
|
pkg-config
|
||||||
protobuf
|
protobuf
|
||||||
python
|
python
|
||||||
qttools))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
cppzmq
|
cppzmq
|
||||||
|
@ -1543,7 +1543,7 @@ (define-public bitcoin-abc
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
python ; for the tests
|
python ; for the tests
|
||||||
util-linux ; provides the hexdump command for tests
|
util-linux ; provides the hexdump command for tests
|
||||||
qttools))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bdb-5.3
|
(list bdb-5.3
|
||||||
boost
|
boost
|
||||||
|
@ -1657,7 +1657,7 @@ (define-public bitcoin-unlimited
|
||||||
pkg-config
|
pkg-config
|
||||||
python ; for the tests
|
python ; for the tests
|
||||||
util-linux ; provides the hexdump command for tests
|
util-linux ; provides the hexdump command for tests
|
||||||
qttools))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bdb-4.8
|
(list bdb-4.8
|
||||||
boost
|
boost
|
||||||
|
@ -1677,12 +1677,12 @@ (define-public bitcoin-unlimited
|
||||||
(assoc-ref %build-inputs "boost"))
|
(assoc-ref %build-inputs "boost"))
|
||||||
;; XXX: The configure script looks up Qt paths by
|
;; XXX: The configure script looks up Qt paths by
|
||||||
;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
|
;; `pkg-config --variable=host_bins Qt5Core`, which fails to pick
|
||||||
;; up executables residing in 'qttools', so we specify them here.
|
;; up executables residing in 'qttools-5', so we specify them here.
|
||||||
(string-append "ac_cv_path_LRELEASE="
|
(string-append "ac_cv_path_LRELEASE="
|
||||||
(assoc-ref %build-inputs "qttools")
|
(assoc-ref %build-inputs "qttools-5")
|
||||||
"/bin/lrelease")
|
"/bin/lrelease")
|
||||||
(string-append "ac_cv_path_LUPDATE="
|
(string-append "ac_cv_path_LUPDATE="
|
||||||
(assoc-ref %build-inputs "qttools")
|
(assoc-ref %build-inputs "qttools-5")
|
||||||
"/bin/lupdate")
|
"/bin/lupdate")
|
||||||
"--disable-static")
|
"--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -1731,7 +1731,7 @@ (define-public fulcrum
|
||||||
(string-append "PREFIX=" %output)
|
(string-append "PREFIX=" %output)
|
||||||
"features="))))))
|
"features="))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list python qtbase-5 rocksdb zlib))
|
(list python qtbase-5 rocksdb zlib))
|
||||||
(home-page "https://gitlab.com/FloweeTheHub/fulcrum/")
|
(home-page "https://gitlab.com/FloweeTheHub/fulcrum/")
|
||||||
|
@ -1798,7 +1798,7 @@ (define-public flowee
|
||||||
openssl
|
openssl
|
||||||
qtbase-5))
|
qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools util-linux)) ; provides the hexdump command for tests
|
(list pkg-config qttools-5 util-linux)) ; provides the hexdump command for tests
|
||||||
(home-page "https://flowee.org")
|
(home-page "https://flowee.org")
|
||||||
(synopsis "Flowee infrastructure tools and services")
|
(synopsis "Flowee infrastructure tools and services")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -522,7 +522,7 @@ (define-public tiled
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtdeclarative-5 qtsvg-5 zlib))
|
(list qtbase-5 qtdeclarative-5 qtsvg-5 zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -531,7 +531,7 @@ (define-public tiled
|
||||||
(substitute* "translations/translations.pro"
|
(substitute* "translations/translations.pro"
|
||||||
(("LRELEASE =.*")
|
(("LRELEASE =.*")
|
||||||
(string-append "LRELEASE = "
|
(string-append "LRELEASE = "
|
||||||
(assoc-ref inputs "qttools")
|
(assoc-ref inputs "qttools-5")
|
||||||
"/bin/lrelease\n")))
|
"/bin/lrelease\n")))
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(invoke "qmake"
|
(invoke "qmake"
|
||||||
|
|
|
@ -995,7 +995,7 @@ (define-public cockatrice
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtmultimedia-5
|
qtmultimedia-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qttools
|
qttools-5
|
||||||
qtwebsockets-5
|
qtwebsockets-5
|
||||||
xz
|
xz
|
||||||
zlib))
|
zlib))
|
||||||
|
@ -2504,7 +2504,7 @@ (define-public solarus
|
||||||
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glm" ,glm)
|
`(("glm" ,glm)
|
||||||
("libmodplug" ,libmodplug)
|
("libmodplug" ,libmodplug)
|
||||||
|
@ -7203,7 +7203,7 @@ (define-public the-butterfly-effect
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake-minimal)
|
`(("cmake" ,cmake-minimal)
|
||||||
("gettext-minimal" ,gettext-minimal)
|
("gettext-minimal" ,gettext-minimal)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(synopsis "Realistic physics puzzle game")
|
(synopsis "Realistic physics puzzle game")
|
||||||
(description "The Butterfly Effect (tbe) is a game that uses
|
(description "The Butterfly Effect (tbe) is a game that uses
|
||||||
realistic physics simulations to combine lots of simple mechanical
|
realistic physics simulations to combine lots of simple mechanical
|
||||||
|
@ -9279,7 +9279,7 @@ (define-public flightgear
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
`(("cppunit" ,cppunit)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("flightgear-data"
|
("flightgear-data"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9407,7 +9407,7 @@ (define-public hedgewars
|
||||||
("sdl" ,(sdl-union
|
("sdl" ,(sdl-union
|
||||||
(list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image)))))
|
(list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list clang-9 ghc pkg-config qttools))
|
(list clang-9 ghc pkg-config qttools-5))
|
||||||
(home-page "https://hedgewars.org/")
|
(home-page "https://hedgewars.org/")
|
||||||
(synopsis "Turn-based artillery game featuring fighting hedgehogs")
|
(synopsis "Turn-based artillery game featuring fighting hedgehogs")
|
||||||
(description
|
(description
|
||||||
|
@ -11883,7 +11883,7 @@ (define-public chessx
|
||||||
(base32 "01fjchil2h6ry2ywr0dwjw2g7zd29580cr4c74d5z74h999lp6nh"))))
|
(base32 "01fjchil2h6ry2ywr0dwjw2g7zd29580cr4c74d5z74h999lp6nh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtmultimedia-5 qtspeech qtsvg-5 zlib))
|
(list qtbase-5 qtmultimedia-5 qtspeech qtsvg-5 zlib))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -1495,7 +1495,7 @@ (define-public xygrib
|
||||||
(string-append "\"" font "/share/fonts/\"")))))))
|
(string-append "\"" font "/share/fonts/\"")))))))
|
||||||
#:tests? #f)) ; no tests
|
#:tests? #f)) ; no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bzip2
|
(list bzip2
|
||||||
font-liberation
|
font-liberation
|
||||||
|
@ -1952,7 +1952,7 @@ (define-public qmapshack
|
||||||
(base32 "184fqmsfzr3b333ssizjk6gvv7mncmygq8dj5r7rsvs5md26z2ys"))))
|
(base32 "184fqmsfzr3b333ssizjk6gvv7mncmygq8dj5r7rsvs5md26z2ys"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list gdal
|
(list gdal
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
|
@ -2199,7 +2199,7 @@ (define-public openorienteering-mapper
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(home-page "https://www.openorienteering.org/apps/mapper/")
|
(home-page "https://www.openorienteering.org/apps/mapper/")
|
||||||
(synopsis "OpenOrienteering Mapper (OOM)")
|
(synopsis "OpenOrienteering Mapper (OOM)")
|
||||||
(description
|
(description
|
||||||
|
@ -2634,7 +2634,7 @@ (define-public qgis
|
||||||
pkg-config
|
pkg-config
|
||||||
python-mock
|
python-mock
|
||||||
python-nose2
|
python-nose2
|
||||||
qttools
|
qttools-5
|
||||||
shellcheck
|
shellcheck
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(home-page "https://qgis.org")
|
(home-page "https://qgis.org")
|
||||||
|
|
|
@ -84,7 +84,7 @@ (define-public gpsbabel
|
||||||
(inputs
|
(inputs
|
||||||
(list expat libusb qtbase-5 zlib))
|
(list expat libusb qtbase-5 zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which qttools libxml2)) ;'xmllint' needed for the KML tests
|
(list which qttools-5 libxml2)) ;'xmllint' needed for the KML tests
|
||||||
(home-page "https://www.gpsbabel.org/")
|
(home-page "https://www.gpsbabel.org/")
|
||||||
(synopsis "Convert and exchange data with GPS and map programs")
|
(synopsis "Convert and exchange data with GPS and map programs")
|
||||||
(description
|
(description
|
||||||
|
@ -196,7 +196,7 @@ (define-public gpxsee
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtlocation qtsvg-5))
|
(list qtbase-5 qtlocation qtsvg-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(home-page "https://www.gpxsee.org")
|
(home-page "https://www.gpxsee.org")
|
||||||
(synopsis "GPS log file viewer and analyzer")
|
(synopsis "GPS log file viewer and analyzer")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -1438,7 +1438,7 @@ (define-public brdf-explorer
|
||||||
(chmod "brdf" #o555)))
|
(chmod "brdf" #o555)))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools)) ;for 'qmake'
|
(list qttools-5)) ;for 'qmake'
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 mesa glew freeglut zlib))
|
(list qtbase-5 mesa glew freeglut zlib))
|
||||||
(home-page "https://www.disneyanimation.com/technology/brdf.html")
|
(home-page "https://www.disneyanimation.com/technology/brdf.html")
|
||||||
|
|
|
@ -453,7 +453,7 @@ (define-public ckb-next
|
||||||
(wrap-qt-program "ckb-next"
|
(wrap-qt-program "ckb-next"
|
||||||
#:output out
|
#:output out
|
||||||
#:inputs inputs)))))))
|
#:inputs inputs)))))))
|
||||||
(native-inputs (list qttools pkg-config))
|
(native-inputs (list qttools-5 pkg-config))
|
||||||
(inputs (list qtbase-5
|
(inputs (list qtbase-5
|
||||||
zlib
|
zlib
|
||||||
libdbusmenu-qt
|
libdbusmenu-qt
|
||||||
|
@ -534,7 +534,7 @@ (define-public ddcui
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; No test suite
|
'(#:tests? #f)) ; No test suite
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list ddcutil glib qtbase-5))
|
(list ddcutil glib qtbase-5))
|
||||||
(home-page "https://www.ddcutil.com/")
|
(home-page "https://www.ddcutil.com/")
|
||||||
|
|
|
@ -770,7 +770,7 @@ (define-public gmic-qt
|
||||||
(add-after 'unpack 'qt-chdir
|
(add-after 'unpack 'qt-chdir
|
||||||
(lambda _ (chdir "gmic-qt") #t))))))
|
(lambda _ (chdir "gmic-qt") #t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs gmic)
|
(modify-inputs (package-inputs gmic)
|
||||||
(prepend gmic qtbase-5)))
|
(prepend gmic qtbase-5)))
|
||||||
|
@ -1109,7 +1109,7 @@ (define-public itk-snap
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest" ,googletest)
|
`(("googletest" ,googletest)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("c3d-src"
|
("c3d-src"
|
||||||
,(let* ((commit "f521358db26e00002c911cc47bf463b043942ad3")
|
,(let* ((commit "f521358db26e00002c911cc47bf463b043942ad3")
|
||||||
|
@ -1224,7 +1224,7 @@ (define-public scantailor-advanced
|
||||||
"0kixwjb2x457dq7927hkh34c803p7yh1pmn6n61rk9shqrcg492h"))))
|
"0kixwjb2x457dq7927hkh34c803p7yh1pmn6n61rk9shqrcg492h"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
|
|
|
@ -516,7 +516,7 @@ (define-public luminance-hdr
|
||||||
"188q0l63nfasqfvwbq4mwx2vh7wsfi2bq9n5nksddspl1qz01lnp"))))
|
"188q0l63nfasqfvwbq4mwx2vh7wsfi2bq9n5nksddspl1qz01lnp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5
|
(list qtbase-5
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
|
@ -671,7 +671,7 @@ (define-public qview
|
||||||
(invoke "qmake" "tests.pro")
|
(invoke "qmake" "tests.pro")
|
||||||
(invoke "make" "tests"))))))))
|
(invoke "make" "tests"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtimageformats qtsvg-5))
|
(list qtbase-5 qtimageformats qtsvg-5))
|
||||||
(home-page "https://interversehq.com/qview/")
|
(home-page "https://interversehq.com/qview/")
|
||||||
|
@ -924,7 +924,7 @@ (define-public nomacs
|
||||||
("qtsvg-5" ,qtsvg-5)))
|
("qtsvg-5" ,qtsvg-5)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qtlinguist" ,qttools)))
|
("qtlinguist" ,qttools-5)))
|
||||||
(synopsis "Image viewer supporting all common formats")
|
(synopsis "Image viewer supporting all common formats")
|
||||||
(description "Nomacs is a simple to use image lounge featuring
|
(description "Nomacs is a simple to use image lounge featuring
|
||||||
semi-transparent widgets that display additional information such as metadata,
|
semi-transparent widgets that display additional information such as metadata,
|
||||||
|
|
|
@ -1828,7 +1828,7 @@ (define-public flameshot
|
||||||
"1p7gqs5vqzbddlgl38lbanchwb14m6lx8f2cn2c5p0vyqwvqqv52"))))
|
"1p7gqs5vqzbddlgl38lbanchwb14m6lx8f2cn2c5p0vyqwvqqv52"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5))
|
(list qtbase-5 qtsvg-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -126,7 +126,7 @@ (define-public quassel
|
||||||
(let ((inxi (search-input-file inputs "/bin/inxi")))
|
(let ((inxi (search-input-file inputs "/bin/inxi")))
|
||||||
(symlink inxi "data/scripts/inxi")))))))
|
(symlink inxi "data/scripts/inxi")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
inxi-minimal
|
inxi-minimal
|
||||||
|
|
|
@ -598,7 +598,7 @@ (define-public jami
|
||||||
(("Qt::AA_UseOpenGLES")
|
(("Qt::AA_UseOpenGLES")
|
||||||
"Qt::AA_UseDesktopOpenGL")))))))
|
"Qt::AA_UseDesktopOpenGL")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python qttools doxygen graphviz))
|
(list pkg-config python qttools-5 doxygen graphviz))
|
||||||
(inputs
|
(inputs
|
||||||
(list jami-libclient
|
(list jami-libclient
|
||||||
libnotify
|
libnotify
|
||||||
|
|
|
@ -185,7 +185,7 @@ (define-public phonon
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; TODO: Think about adding pulseaudio. Is it required for sound?
|
;; TODO: Think about adding pulseaudio. Is it required for sound?
|
||||||
;; TODO: Add building the super experimental QML support
|
;; TODO: Add building the super experimental QML support
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -222,7 +222,7 @@ (define-public phonon-backend-gstreamer
|
||||||
"1wk1ip2w7fkh65zk6rilj314dna0hgsv2xhjmpr5w08xa8sii1y5"))))
|
"1wk1ip2w7fkh65zk6rilj314dna0hgsv2xhjmpr5w08xa8sii1y5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5
|
(list qtbase-5
|
||||||
phonon
|
phonon
|
||||||
|
@ -489,7 +489,7 @@ (define-public kcodecs
|
||||||
"0y9n2a5n18pasdmrp0xb84hla9l27yj2x3k4p1c041sd9nkwixpk"))))
|
"0y9n2a5n18pasdmrp0xb84hla9l27yj2x3k4p1c041sd9nkwixpk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules gperf qttools))
|
(list extra-cmake-modules gperf qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
@ -523,7 +523,7 @@ (define-public kconfig
|
||||||
"1s3h4hfpw7c0894cifj66bj1yhx8g94ckvl71jm7qqsb5x5h6y9n"))))
|
"1s3h4hfpw7c0894cifj66bj1yhx8g94ckvl71jm7qqsb5x5h6y9n"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules inetutils qttools
|
(list dbus extra-cmake-modules inetutils qttools-5
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
|
@ -585,7 +585,7 @@ (define-public kcoreaddons
|
||||||
"10a7zys3limsawl7lk9ggymk3msk2bp0y8hp0jmsvk3l405pd1ps"))))
|
"10a7zys3limsawl7lk9ggymk3msk2bp0y8hp0jmsvk3l405pd1ps"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools shared-mime-info
|
(list extra-cmake-modules qttools-5 shared-mime-info
|
||||||
;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam
|
;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam
|
||||||
xorg-server-for-tests)) ; for the tests
|
xorg-server-for-tests)) ; for the tests
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -641,7 +641,7 @@ (define-public kdbusaddons
|
||||||
(patches (search-patches "kdbusaddons-kinit-file-name.patch"))))
|
(patches (search-patches "kdbusaddons-kinit-file-name.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules dbus qttools))
|
(list extra-cmake-modules dbus qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtx11extras kinit-bootstrap)) ;; kinit-bootstrap: kinit package which does not depend on kdbusaddons.
|
(list qtbase-5 qtx11extras kinit-bootstrap)) ;; kinit-bootstrap: kinit package which does not depend on kdbusaddons.
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -681,7 +681,7 @@ (define-public kdnssd
|
||||||
"0wadknnf472rqg2xnqzs5v23qzqfr336wj6d96yg2ayqm0chbppy"))))
|
"0wadknnf472rqg2xnqzs5v23qzqfr336wj6d96yg2ayqm0chbppy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list avahi ; alternativly dnssd could be used
|
(list avahi ; alternativly dnssd could be used
|
||||||
qtbase-5))
|
qtbase-5))
|
||||||
|
@ -773,7 +773,7 @@ (define-public kholidays
|
||||||
(display "[testDefaultRegions]\n*\n")))
|
(display "[testDefaultRegions]\n*\n")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtdeclarative-5))
|
(list qtbase-5 qtdeclarative-5))
|
||||||
(home-page "https://invent.kde.org/frameworks/kholidays")
|
(home-page "https://invent.kde.org/frameworks/kholidays")
|
||||||
|
@ -868,7 +868,7 @@ (define-public kirigami
|
||||||
(properties `((upstream-name . "kirigami2")))
|
(properties `((upstream-name . "kirigami2")))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
;; TODO: Find a way to activate this optional include without
|
;; TODO: Find a way to activate this optional include without
|
||||||
|
@ -952,7 +952,7 @@ (define-public kitemviews
|
||||||
"04vlmkvc3y5h7cpb6kdv9gha5axxkimhqh44mdg2ncyn4sas6j68"))))
|
"04vlmkvc3y5h7cpb6kdv9gha5axxkimhqh44mdg2ncyn4sas6j68"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
@ -977,7 +977,7 @@ (define-public kplotting
|
||||||
"1wj4n2a8iz9ml1y0012xkpsx3dfp5gl2dn80sifrzvkxjxrhwach"))))
|
"1wj4n2a8iz9ml1y0012xkpsx3dfp5gl2dn80sifrzvkxjxrhwach"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
@ -1004,7 +1004,7 @@ (define-public ksyntaxhighlighting
|
||||||
"12jn7lqsp86329spai7n1n8i65nwhxh8gp33wkq543h7w3i2a3jb"))))
|
"12jn7lqsp86329spai7n1n8i65nwhxh8gp33wkq543h7w3i2a3jb"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl qttools
|
(list extra-cmake-modules perl qttools-5
|
||||||
;; Optional, for compile-time validation of syntax definition files:
|
;; Optional, for compile-time validation of syntax definition files:
|
||||||
qtxmlpatterns))
|
qtxmlpatterns))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1088,7 +1088,7 @@ (define-public kwidgetsaddons
|
||||||
"03l37lh219np7pqfa56r2v7n5s5xg4rjq005qng4b5izd95ri56j"))))
|
"03l37lh219np7pqfa56r2v7n5s5xg4rjq005qng4b5izd95ri56j"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools xorg-server-for-tests))
|
(list extra-cmake-modules qttools-5 xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1127,7 +1127,7 @@ (define-public kwindowsystem
|
||||||
pkg-config
|
pkg-config
|
||||||
dbus ; for the tests
|
dbus ; for the tests
|
||||||
openbox ; for the tests
|
openbox ; for the tests
|
||||||
qttools
|
qttools-5
|
||||||
xorg-server-for-tests)) ; for the tests
|
xorg-server-for-tests)) ; for the tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxrender" ,libxrender)
|
`(("libxrender" ,libxrender)
|
||||||
|
@ -1373,7 +1373,7 @@ (define-public solid
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||||
(invoke "dbus-launch" "ctest" "."))))))
|
(invoke "dbus-launch" "ctest" "."))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison dbus extra-cmake-modules flex qttools))
|
(list bison dbus extra-cmake-modules flex qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase-5)
|
`(("qtbase" ,qtbase-5)
|
||||||
("qtdeclarative-5" ,qtdeclarative-5)
|
("qtdeclarative-5" ,qtdeclarative-5)
|
||||||
|
@ -1401,7 +1401,7 @@ (define-public sonnet
|
||||||
"0b88h5fw1n8zyrg0vq3lj2jbjjyh0mk64lj6ab3643kxzqxbn30w"))))
|
"0b88h5fw1n8zyrg0vq3lj2jbjjyh0mk64lj6ab3643kxzqxbn30w"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list hunspell
|
(list hunspell
|
||||||
;; TODO: hspell (for Hebrew), Voikko (for Finish)
|
;; TODO: hspell (for Hebrew), Voikko (for Finish)
|
||||||
|
@ -1503,7 +1503,7 @@ (define-public kauth
|
||||||
"0nmdz7ra3hpg0air4lfkzilv7cwx3zxs29k7sh8l3i1fs3qpjwxm"))))
|
"0nmdz7ra3hpg0air4lfkzilv7cwx3zxs29k7sh8l3i1fs3qpjwxm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules qttools))
|
(list dbus extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcoreaddons polkit-qt qtbase-5))
|
(list kcoreaddons polkit-qt qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1546,7 +1546,7 @@ (define-public kcompletion
|
||||||
"1pjgya8wi28jx63hcdi9v5f5487gzbkw2j1iganhd7bhcb8s7zpy"))))
|
"1pjgya8wi28jx63hcdi9v5f5487gzbkw2j1iganhd7bhcb8s7zpy"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kconfig kwidgetsaddons qtbase-5))
|
(list kconfig kwidgetsaddons qtbase-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
@ -1800,7 +1800,7 @@ (define-public kjobwidgets
|
||||||
"13kdczzyyh17hf6vlhh4li5bn4yq5bab5xa8mm63r9rynxihgclf"))))
|
"13kdczzyyh17hf6vlhh4li5bn4yq5bab5xa8mm63r9rynxihgclf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcoreaddons kwidgetsaddons qtbase-5 qtx11extras))
|
(list kcoreaddons kwidgetsaddons qtbase-5 qtx11extras))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
@ -1824,7 +1824,7 @@ (define-public knotifications
|
||||||
"01bn23xw2n53h9nl99lm3cjnqs8s66bmwkzf6fkpg9rzkykizbyc"))))
|
"01bn23xw2n53h9nl99lm3cjnqs8s66bmwkzf6fkpg9rzkykizbyc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules dbus qttools))
|
(list extra-cmake-modules dbus qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcodecs
|
(list kcodecs
|
||||||
kconfig
|
kconfig
|
||||||
|
@ -2134,7 +2134,7 @@ (define-public kbookmarks
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kwidgetsaddons))
|
(list kwidgetsaddons))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kauth
|
(list kauth
|
||||||
kcodecs
|
kcodecs
|
||||||
|
@ -2236,7 +2236,7 @@ (define-public kconfigwidgets
|
||||||
ki18n
|
ki18n
|
||||||
;; todo: PythonModuleGeneration
|
;; todo: PythonModuleGeneration
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qttools))
|
qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -2362,7 +2362,7 @@ (define-public kdesignerplugin
|
||||||
"0dr6gcag2yzx8fvxis4x403jrcisywds95cywmiyz3pb5727cak2"))))
|
"0dr6gcag2yzx8fvxis4x403jrcisywds95cywmiyz3pb5727cak2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kconfig
|
(list kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
@ -2431,7 +2431,7 @@ (define-public kdewebkit
|
||||||
"0y9ja3znkvzdbjfs91dwr4cmvl9fk97zpz2lkf0f9zhm2nw6q008"))))
|
"0y9ja3znkvzdbjfs91dwr4cmvl9fk97zpz2lkf0f9zhm2nw6q008"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kconfig
|
(list kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
@ -2500,7 +2500,7 @@ (define-public kglobalaccel
|
||||||
"0hmqigc8myiwwh7m6y2cm4vn0d3kmrhia179hyb84vpvvn3lm93z"))))
|
"0hmqigc8myiwwh7m6y2cm4vn0d3kmrhia179hyb84vpvvn3lm93z"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kconfig
|
(list kconfig
|
||||||
kcrash
|
kcrash
|
||||||
|
@ -2534,7 +2534,7 @@ (define-public kiconthemes
|
||||||
"09bqpf3drqyfc81vgab9bsh1wm5qbzdwqjlczhax38660nnvh0r9"))))
|
"09bqpf3drqyfc81vgab9bsh1wm5qbzdwqjlczhax38660nnvh0r9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools shared-mime-info))
|
(list extra-cmake-modules qttools-5 shared-mime-info))
|
||||||
(inputs
|
(inputs
|
||||||
(list karchive
|
(list karchive
|
||||||
kauth
|
kauth
|
||||||
|
@ -2661,7 +2661,7 @@ (define-public kio
|
||||||
kxmlgui
|
kxmlgui
|
||||||
solid))
|
solid))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus qttools extra-cmake-modules))
|
(list dbus qttools-5 extra-cmake-modules))
|
||||||
(inputs
|
(inputs
|
||||||
`(;; TODO: LibACL , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
|
`(;; TODO: LibACL , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
|
||||||
("krb5" ,mit-krb5)
|
("krb5" ,mit-krb5)
|
||||||
|
@ -3133,7 +3133,7 @@ (define-public ktextwidgets
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ki18n sonnet))
|
(list ki18n sonnet))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kauth
|
(list kauth
|
||||||
kcodecs
|
kcodecs
|
||||||
|
@ -3213,7 +3213,7 @@ (define-public kxmlgui
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kconfig kconfigwidgets))
|
(list kconfig kconfigwidgets))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list attica
|
(list attica
|
||||||
kauth
|
kauth
|
||||||
|
@ -3549,7 +3549,7 @@ (define-public kdelibs4support
|
||||||
networkmanager-qt
|
networkmanager-qt
|
||||||
openssl
|
openssl
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qttools
|
qttools-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
;; FIXME: Use Guix ca-bundle.crt in etc/xdg/ksslcalist and
|
;; FIXME: Use Guix ca-bundle.crt in etc/xdg/ksslcalist and
|
||||||
;; share/kf5/kssl/ca-bundle.crt
|
;; share/kf5/kssl/ca-bundle.crt
|
||||||
|
@ -3698,7 +3698,7 @@ (define-public kjsembed
|
||||||
(base32 "0976faazhxhhi1wpvpcs8hwb2knz0z7j44v3ay3hw73rq4p3bipm"))))
|
(base32 "0976faazhxhhi1wpvpcs8hwb2knz0z7j44v3ay3hw73rq4p3bipm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools))
|
(list extra-cmake-modules kdoctools qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list ki18n kjs qtbase-5 qtsvg-5))
|
(list ki18n kjs qtbase-5 qtsvg-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
@ -3722,7 +3722,7 @@ (define-public kmediaplayer
|
||||||
(base32 "0lrm4y727nhwaivl37zpmnrwx048gfhyjw19m6q5z9p37lk43jja"))))
|
(base32 "0lrm4y727nhwaivl37zpmnrwx048gfhyjw19m6q5z9p37lk43jja"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools))
|
(list extra-cmake-modules kdoctools qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcompletion
|
(list kcompletion
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
@ -3758,7 +3758,7 @@ (define-public kross
|
||||||
(base32 "12b527l12rcf421p613ydbacilp9v9iy90ma35w21sdf9a15k675"))))
|
(base32 "12b527l12rcf421p613ydbacilp9v9iy90ma35w21sdf9a15k675"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools))
|
(list extra-cmake-modules kdoctools qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcompletion
|
(list kcompletion
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
|
|
@ -322,7 +322,7 @@ (define-public kid3
|
||||||
kdoctools
|
kdoctools
|
||||||
libxslt
|
libxslt
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qttools))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list chromaprint
|
(list chromaprint
|
||||||
flac
|
flac
|
||||||
|
|
|
@ -58,7 +58,7 @@ (define-public akonadi
|
||||||
"akonadi-not-relocatable.patch"))))
|
"akonadi-not-relocatable.patch"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools shared-mime-info))
|
(list extra-cmake-modules qttools-5 shared-mime-info))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
kconfig
|
kconfig
|
||||||
|
@ -537,7 +537,7 @@ (define-public kcalendarsupport
|
||||||
(properties `((upstream-name . "calendarsupport")))
|
(properties `((upstream-name . "calendarsupport")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-calendar
|
akonadi-calendar
|
||||||
|
@ -769,7 +769,7 @@ (define-public keventviews
|
||||||
(properties `((upstream-name . "eventviews")))
|
(properties `((upstream-name . "eventviews")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-calendar
|
akonadi-calendar
|
||||||
|
@ -1108,7 +1108,7 @@ (define-public kmailcommon
|
||||||
(properties `((upstream-name . "mailcommon")))
|
(properties `((upstream-name . "mailcommon")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules dbus gnupg qttools))
|
(list extra-cmake-modules dbus gnupg qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-contacts
|
akonadi-contacts
|
||||||
|
@ -1496,7 +1496,7 @@ (define-public korganizer
|
||||||
(base32 "04lz3ldrr0lpy9zpsg9ja1i9gxzlcjpqcwn3g7l4jjdky4frcr2r"))))
|
(base32 "04lz3ldrr0lpy9zpsg9ja1i9gxzlcjpqcwn3g7l4jjdky4frcr2r"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules dbus qttools kdoctools))
|
(list extra-cmake-modules dbus qttools-5 kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-calendar
|
akonadi-calendar
|
||||||
|
@ -1620,7 +1620,7 @@ (define-public kpimcommon
|
||||||
(properties `((upstream-name . "pimcommon")))
|
(properties `((upstream-name . "pimcommon")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list karchive
|
(list karchive
|
||||||
akonadi
|
akonadi
|
||||||
|
@ -1678,7 +1678,7 @@ (define-public kpimtextedit
|
||||||
(base32 "0j6d4sv405c3x0ww75qsww94apidsb8aaqf59akhv96zmv0vx5wy"))))
|
(base32 "0j6d4sv405c3x0ww75qsww94apidsb8aaqf59akhv96zmv0vx5wy"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list grantlee
|
(list grantlee
|
||||||
kcodecs
|
kcodecs
|
||||||
|
@ -1791,7 +1791,7 @@ (define-public libkdepim
|
||||||
(base32 "0bask561laxgkgm3rxfpyxqs6jx1l9xjk058lhycq0pik6vwhdha"))))
|
(base32 "0bask561laxgkgm3rxfpyxqs6jx1l9xjk058lhycq0pik6vwhdha"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-contacts
|
akonadi-contacts
|
||||||
|
@ -1838,7 +1838,7 @@ (define-public libkgapi
|
||||||
(base32 "0nvd5fqrvyb7c3g7rf1lxbbv38q9sqnhd6irgx7awwgw92inxky4"))))
|
(base32 "0nvd5fqrvyb7c3g7rf1lxbbv38q9sqnhd6irgx7awwgw92inxky4"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list cyrus-sasl
|
(list cyrus-sasl
|
||||||
ki18n
|
ki18n
|
||||||
|
@ -1873,7 +1873,7 @@ (define-public libkleo
|
||||||
(base32 "0rijpmqyx4mrr7csik3vkfcra7kfywk6yz548fmq3ha8wa9ax8fv"))))
|
(base32 "0rijpmqyx4mrr7csik3vkfcra7kfywk6yz548fmq3ha8wa9ax8fv"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools))
|
(list extra-cmake-modules kdoctools qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
gpgme
|
gpgme
|
||||||
|
|
|
@ -407,7 +407,7 @@ (define-public okteta
|
||||||
(base32 "03wsv83l1cay2dpcsksad124wzan7kh8zxdw1h0yicn398kdbck4"))))
|
(base32 "03wsv83l1cay2dpcsksad124wzan7kh8zxdw1h0yicn398kdbck4"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools qttools shared-mime-info))
|
(list extra-cmake-modules kdoctools qttools-5 shared-mime-info))
|
||||||
(inputs
|
(inputs
|
||||||
(list kbookmarks
|
(list kbookmarks
|
||||||
kcmutils
|
kcmutils
|
||||||
|
|
|
@ -261,7 +261,7 @@ (define-public kdenlive
|
||||||
`("MLT_PREFIX" ":" =
|
`("MLT_PREFIX" ":" =
|
||||||
(,#$(this-package-input "mlt"))))))))))
|
(,#$(this-package-input "mlt"))))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
breeze ; make dark them available easily
|
breeze ; make dark them available easily
|
||||||
|
@ -318,7 +318,7 @@ (define-public kdevelop
|
||||||
(base32 "02ip5r67hjfpywkm3mz86n6wbqcr7996ifzfd2fyzsvm4998hi4y"))))
|
(base32 "02ip5r67hjfpywkm3mz86n6wbqcr7996ifzfd2fyzsvm4998hi4y"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config shared-mime-info qttools))
|
(list extra-cmake-modules pkg-config shared-mime-info qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("clang" ,clang)
|
("clang" ,clang)
|
||||||
|
@ -436,7 +436,7 @@ (define-public kdiagram
|
||||||
"kdiagram-Fix-missing-link-libraries.patch"))))
|
"kdiagram-Fix-missing-link-libraries.patch"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5))
|
(list qtbase-5 qtsvg-5))
|
||||||
(home-page "https://invent.kde.org/graphics/kdiagram")
|
(home-page "https://invent.kde.org/graphics/kdiagram")
|
||||||
|
@ -690,7 +690,7 @@ (define-public snorenotify
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
(home-page "https://techbase.kde.org/Projects/Snorenotify")
|
(home-page "https://techbase.kde.org/Projects/Snorenotify")
|
||||||
(synopsis "Qt notification framework")
|
(synopsis "Qt notification framework")
|
||||||
(description "Snorenotify is a multi platform Qt notification framework.
|
(description "Snorenotify is a multi platform Qt notification framework.
|
||||||
|
@ -804,7 +804,7 @@ (define-public labplot
|
||||||
("extra-cmake-modules" ,extra-cmake-modules)
|
("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(inputs
|
(inputs
|
||||||
(list breeze ;for dark themes
|
(list breeze ;for dark themes
|
||||||
breeze-icons ;for icons
|
breeze-icons ;for icons
|
||||||
|
@ -917,7 +917,7 @@ (define-public kcachegrind
|
||||||
"0fx17s6fj1pxl1mgfrqhchk8sihkbji1x8y3nhb1r0971wzd1nsc"))))
|
"0fx17s6fj1pxl1mgfrqhchk8sihkbji1x8y3nhb1r0971wzd1nsc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl python qttools kdoctools))
|
(list extra-cmake-modules perl python qttools-5 kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 karchive ki18n kio kdbusaddons))
|
(list qtbase-5 karchive ki18n kio kdbusaddons))
|
||||||
;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
|
;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
|
||||||
|
@ -1007,7 +1007,7 @@ (define-public marble-qt
|
||||||
"-DBUILD_TOUCH=YES"
|
"-DBUILD_TOUCH=YES"
|
||||||
"-DBUILD_MARBLE_TESTS=FALSE")))
|
"-DBUILD_MARBLE_TESTS=FALSE")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools-5))
|
||||||
;; One optional dependency missing: libwlocate.
|
;; One optional dependency missing: libwlocate.
|
||||||
(inputs
|
(inputs
|
||||||
(list gpsd
|
(list gpsd
|
||||||
|
@ -1216,7 +1216,7 @@ (define-public kuserfeedback
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
qttools
|
qttools-5
|
||||||
;; For optional component "Survey target expression parser"
|
;; For optional component "Survey target expression parser"
|
||||||
bison
|
bison
|
||||||
flex
|
flex
|
||||||
|
|
|
@ -113,7 +113,7 @@ (define-public leocad
|
||||||
"1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq"))))
|
"1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools)) ; for lrelease
|
(list qttools-5)) ; for lrelease
|
||||||
(inputs
|
(inputs
|
||||||
(list mesa qtbase-5 zlib))
|
(list mesa qtbase-5 zlib))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -843,7 +843,7 @@ (define-public linphone-desktop
|
||||||
(symlink (string-append liblinphone "/share/belr/grammars")
|
(symlink (string-append liblinphone "/share/belr/grammars")
|
||||||
grammar-dest)))))))
|
grammar-dest)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bctoolbox
|
(list bctoolbox
|
||||||
belcard
|
belcard
|
||||||
|
|
|
@ -234,7 +234,7 @@ (define-public liblxqt
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "Core utility library for all LXQt components")
|
(synopsis "Core utility library for all LXQt components")
|
||||||
(description "liblxqt provides the basic libraries shared by the
|
(description "liblxqt provides the basic libraries shared by the
|
||||||
|
@ -287,7 +287,7 @@ (define-public lxqt-about
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -329,7 +329,7 @@ (define-public lxqt-admin
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -382,7 +382,7 @@ (define-public lxqt-config
|
||||||
xkeyboard-config
|
xkeyboard-config
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
;; XXX: This is a workaround so libkscreen can find the backends as we
|
;; XXX: This is a workaround so libkscreen can find the backends as we
|
||||||
;; dont have a way specify them. We may want to patch like Nix does.
|
;; dont have a way specify them. We may want to patch like Nix does.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -446,7 +446,7 @@ (define-public lxqt-globalkeys
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools lxqt-build-tools))
|
(list pkg-config qttools-5 lxqt-build-tools))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -492,7 +492,7 @@ (define-public lxqt-notificationd
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test target
|
'(#:tests? #f ; no test target
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -537,7 +537,7 @@ (define-public lxqt-openssh-askpass
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -590,7 +590,7 @@ (define-public lxqt-panel
|
||||||
xcb-util
|
xcb-util
|
||||||
xkeyboard-config))
|
xkeyboard-config))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Propagating KWINDOWSYSTEM so that the list of opened applications
|
;; Propagating KWINDOWSYSTEM so that the list of opened applications
|
||||||
;; shows up in lxqt-panel's taskbar plugin.
|
;; shows up in lxqt-panel's taskbar plugin.
|
||||||
|
@ -649,7 +649,7 @@ (define-public lxqt-policykit
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config polkit lxqt-build-tools qttools))
|
(list pkg-config polkit lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test target
|
'(#:tests? #f ; no test target
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -696,7 +696,7 @@ (define-public lxqt-powermanagement
|
||||||
qtx11extras
|
qtx11extras
|
||||||
solid))
|
solid))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -742,7 +742,7 @@ (define-public lxqt-qtplugin
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -782,7 +782,7 @@ (define-public lxqt-runner
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools lxqt-build-tools))
|
(list pkg-config qttools-5 lxqt-build-tools))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -829,7 +829,7 @@ (define-public lxqt-session
|
||||||
qtx11extras
|
qtx11extras
|
||||||
xdg-user-dirs))
|
xdg-user-dirs))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -897,7 +897,7 @@ (define-public lxqt-sudo
|
||||||
qtx11extras
|
qtx11extras
|
||||||
sudo))
|
sudo))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools lxqt-build-tools))
|
(list pkg-config qttools-5 lxqt-build-tools))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -978,7 +978,7 @@ (define-public libfm-qt
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "Qt binding for libfm")
|
(synopsis "Qt binding for libfm")
|
||||||
(description "libfm-qt is the Qt port of libfm, a library providing
|
(description "libfm-qt is the Qt port of libfm, a library providing
|
||||||
|
@ -1000,7 +1000,7 @@ (define-public pcmanfm-qt
|
||||||
(inputs
|
(inputs
|
||||||
(list libfm-qt qtbase-5 qtx11extras))
|
(list libfm-qt qtbase-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools lxqt-build-tools))
|
(list pkg-config qttools-5 lxqt-build-tools))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -1038,7 +1038,7 @@ (define-public compton-conf
|
||||||
(inputs
|
(inputs
|
||||||
(list libconfig qtbase-5))
|
(list libconfig qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools pkg-config qttools))
|
(list lxqt-build-tools pkg-config qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -1070,7 +1070,7 @@ (define-public lximage-qt
|
||||||
(inputs
|
(inputs
|
||||||
(list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))
|
(list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1103,7 +1103,7 @@ (define-public obconf-qt
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools pkg-config qttools))
|
(list lxqt-build-tools pkg-config qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1127,7 +1127,7 @@ (define-public pavucontrol-qt
|
||||||
(inputs
|
(inputs
|
||||||
(list glib pcre pulseaudio qtbase-5 qtx11extras))
|
(list glib pcre pulseaudio qtbase-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1156,7 +1156,7 @@ (define-public qps
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1180,7 +1180,7 @@ (define-public qtermwidget
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 utf8proc))
|
(list qtbase-5 utf8proc))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1203,7 +1203,7 @@ (define-public qterminal
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtx11extras qtermwidget))
|
(list qtbase-5 qtx11extras qtermwidget))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools))
|
(list lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1227,7 +1227,7 @@ (define-public screengrab
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config perl qttools))
|
(list pkg-config perl qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1252,7 +1252,7 @@ (define-public lxqt-archiver
|
||||||
(inputs
|
(inputs
|
||||||
(list glib json-glib libfm-qt qtbase-5 qtx11extras))
|
(list glib json-glib libfm-qt qtbase-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config lxqt-build-tools qttools))
|
(list pkg-config lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
@ -1289,7 +1289,7 @@ (define-public lxqt-connman-applet
|
||||||
libqtxdg))
|
libqtxdg))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lxqt-build-tools" ,lxqt-build-tools)
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
||||||
("qtlinguist" ,qttools)))
|
("qtlinguist" ,qttools-5)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
|
|
@ -2783,7 +2783,7 @@ (define-public octave
|
||||||
("qt" ,qtbase-5)
|
("qt" ,qtbase-5)
|
||||||
,@(package-inputs octave-cli)))
|
,@(package-inputs octave-cli)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" , qttools) ;for lrelease
|
`(("qttools-5" , qttools-5) ;for lrelease
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-epsf))) ; for texi2dvi
|
("texlive" ,(texlive-updmap.cfg (list texlive-epsf))) ; for texi2dvi
|
||||||
,@(package-native-inputs octave-cli)))
|
,@(package-native-inputs octave-cli)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -3069,7 +3069,7 @@ (define-public veusz
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
;;("python-astropy" ,python-astropy) ;; FIXME: Package this.
|
;;("python-astropy" ,python-astropy) ;; FIXME: Package this.
|
||||||
qttools python-sip-4))
|
qttools-5 python-sip-4))
|
||||||
(inputs
|
(inputs
|
||||||
(list ghostscript ;optional, for EPS/PS output
|
(list ghostscript ;optional, for EPS/PS output
|
||||||
python-dbus
|
python-dbus
|
||||||
|
@ -5468,7 +5468,7 @@ (define-public xaos
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)
|
(native-inputs `(("gettext" ,gettext-minimal)
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(inputs (list libx11 zlib libpng gsl))
|
(inputs (list libx11 zlib libpng gsl))
|
||||||
;; The upstream project file ("XaoS.pro") and the Makefile it generates are
|
;; The upstream project file ("XaoS.pro") and the Makefile it generates are
|
||||||
;; not enough for this package to install properly. These phases fix that.
|
;; not enough for this package to install properly. These phases fix that.
|
||||||
|
@ -7147,7 +7147,7 @@ (define-public speedcrunch
|
||||||
"0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk"))))
|
"0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs (list qtbase-5))
|
(inputs (list qtbase-5))
|
||||||
(native-inputs (list qttools))
|
(native-inputs (list qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
|
@ -1810,7 +1810,7 @@ (define-public qtox
|
||||||
,(list (search-input-directory
|
,(list (search-input-directory
|
||||||
inputs "lib/qt5/plugins/"))))))))))
|
inputs "lib/qt5/plugins/"))))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list ffmpeg
|
(list ffmpeg
|
||||||
filteraudio
|
filteraudio
|
||||||
|
@ -2468,7 +2468,7 @@ (define-public nheko
|
||||||
xcb-util-wm
|
xcb-util-wm
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc doxygen graphviz pkg-config qttools))
|
(list asciidoc doxygen graphviz pkg-config qttools-5))
|
||||||
(home-page "https://github.com/Nheko-Reborn/nheko")
|
(home-page "https://github.com/Nheko-Reborn/nheko")
|
||||||
(synopsis "Desktop client for Matrix using Qt and C++14")
|
(synopsis "Desktop client for Matrix using Qt and C++14")
|
||||||
(description "@code{Nheko} want to provide a native desktop app for the
|
(description "@code{Nheko} want to provide a native desktop app for the
|
||||||
|
@ -2502,7 +2502,7 @@ (define-public quaternion
|
||||||
qtquickcontrols-5
|
qtquickcontrols-5
|
||||||
qtquickcontrols2-5
|
qtquickcontrols2-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qttools
|
qttools-5
|
||||||
xdg-utils))
|
xdg-utils))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
|
|
|
@ -435,7 +435,7 @@ (define-public clementine
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("googletest" ,googletest)
|
("googletest" ,googletest)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qtlinguist" ,qttools)))
|
("qtlinguist" ,qttools-5)))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
chromaprint
|
chromaprint
|
||||||
|
@ -529,7 +529,7 @@ (define-public strawberry
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("googletest" ,googletest)
|
("googletest" ,googletest)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qtlinguist" ,qttools)
|
("qtlinguist" ,qttools-5)
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
("xorg-server" ,xorg-server-for-tests)))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
@ -768,7 +768,7 @@ (define-public hydrogen
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
`(("cppunit" ,cppunit)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qtlinguist" ,qttools)))
|
("qtlinguist" ,qttools-5)))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
jack-1
|
jack-1
|
||||||
|
@ -2226,7 +2226,7 @@ (define-public mixxx
|
||||||
(list benchmark
|
(list benchmark
|
||||||
googletest
|
googletest
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qttools
|
qttools-5
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
|
@ -2303,7 +2303,7 @@ (define-public synthv1
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5))
|
qtsvg-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://synthv1.sourceforge.io")
|
(home-page "https://synthv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic subtractive synthesizer")
|
(synopsis "Polyphonic subtractive synthesizer")
|
||||||
(description
|
(description
|
||||||
|
@ -2336,7 +2336,7 @@ (define-public drumkv1
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5))
|
qtsvg-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://drumkv1.sourceforge.io")
|
(home-page "https://drumkv1.sourceforge.io")
|
||||||
(synopsis "Drum-kit sampler synthesizer with stereo effects")
|
(synopsis "Drum-kit sampler synthesizer with stereo effects")
|
||||||
(description
|
(description
|
||||||
|
@ -2369,7 +2369,7 @@ (define-public samplv1
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5))
|
qtsvg-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://samplv1.sourceforge.io")
|
(home-page "https://samplv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic sampler synthesizer with stereo effects")
|
(synopsis "Polyphonic sampler synthesizer with stereo effects")
|
||||||
(description
|
(description
|
||||||
|
@ -2402,7 +2402,7 @@ (define-public padthv1
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5))
|
qtsvg-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://padthv1.sourceforge.io")
|
(home-page "https://padthv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic additive synthesizer")
|
(synopsis "Polyphonic additive synthesizer")
|
||||||
(description
|
(description
|
||||||
|
@ -2928,7 +2928,7 @@ (define-public drumstick
|
||||||
"/manpages/docbook.xsl")))
|
"/manpages/docbook.xsl")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5 qttools alsa-lib))
|
(list qtbase-5 qtsvg-5 qttools-5 alsa-lib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
libxslt ; for xsltproc
|
libxslt ; for xsltproc
|
||||||
|
@ -2975,7 +2975,7 @@ (define-public vmpk
|
||||||
(list drumstick qtbase-5 qtsvg-5 qtx11extras))
|
(list drumstick qtbase-5 qtsvg-5 qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list libxslt ;for xsltproc
|
(list libxslt ;for xsltproc
|
||||||
docbook-xsl qttools pkg-config))
|
docbook-xsl qttools-5 pkg-config))
|
||||||
(home-page "https://vmpk.sourceforge.io/")
|
(home-page "https://vmpk.sourceforge.io/")
|
||||||
(synopsis "Virtual MIDI piano keyboard")
|
(synopsis "Virtual MIDI piano keyboard")
|
||||||
(description
|
(description
|
||||||
|
@ -3316,7 +3316,7 @@ (define-public qtractor
|
||||||
suil
|
suil
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://qtractor.org/")
|
(home-page "https://qtractor.org/")
|
||||||
(synopsis "Audio/MIDI multi-track sequencer")
|
(synopsis "Audio/MIDI multi-track sequencer")
|
||||||
(description
|
(description
|
||||||
|
@ -4423,7 +4423,7 @@ (define-public qmidiarp
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 alsa-lib jack-1 liblo lv2))
|
(list qtbase-5 alsa-lib jack-1 liblo lv2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "http://qmidiarp.sourceforge.net/")
|
(home-page "http://qmidiarp.sourceforge.net/")
|
||||||
(synopsis "MIDI arpeggiator")
|
(synopsis "MIDI arpeggiator")
|
||||||
(description "QMidiArp is an advanced MIDI arpeggiator, programmable step
|
(description "QMidiArp is an advanced MIDI arpeggiator, programmable step
|
||||||
|
@ -4449,7 +4449,7 @@ (define-public qmidiroute
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 alsa-lib))
|
(list qtbase-5 alsa-lib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(home-page "http://alsamodular.sourceforge.net/")
|
(home-page "http://alsamodular.sourceforge.net/")
|
||||||
(synopsis "MIDI event router and filter")
|
(synopsis "MIDI event router and filter")
|
||||||
(description "QMidiRoute is a MIDI event router and filter. MIDI note,
|
(description "QMidiRoute is a MIDI event router and filter. MIDI note,
|
||||||
|
@ -4592,7 +4592,7 @@ (define-public lmms
|
||||||
"\"")))))))
|
"\"")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
;; rpmalloc is a public domain memory allocator. This version specified
|
;; rpmalloc is a public domain memory allocator. This version specified
|
||||||
;; below is the version required by LMMS.
|
;; below is the version required by LMMS.
|
||||||
;; To get the new commit of rpmalloc to use here, run
|
;; To get the new commit of rpmalloc to use here, run
|
||||||
|
@ -4764,7 +4764,7 @@ (define-public musescore
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtxmlpatterns))
|
qtxmlpatterns))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(synopsis "Music composition and notation software")
|
(synopsis "Music composition and notation software")
|
||||||
(description
|
(description
|
||||||
"MuseScore is a music score typesetter. Its main purpose is the creation
|
"MuseScore is a music score typesetter. Its main purpose is the creation
|
||||||
|
@ -4836,7 +4836,7 @@ (define-public muse-sequencer
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(home-page "https://muse-sequencer.github.io/")
|
(home-page "https://muse-sequencer.github.io/")
|
||||||
(synopsis "MIDI/Audio sequencer")
|
(synopsis "MIDI/Audio sequencer")
|
||||||
(description "MusE is a MIDI/Audio sequencer with recording and editing
|
(description "MusE is a MIDI/Audio sequencer with recording and editing
|
||||||
|
@ -5021,7 +5021,7 @@ (define-public rosegarden
|
||||||
wavpack
|
wavpack
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools)) ;for qtlinguist
|
(list pkg-config qttools-5)) ;for qtlinguist
|
||||||
(synopsis "Music composition and editing environment based around a MIDI
|
(synopsis "Music composition and editing environment based around a MIDI
|
||||||
sequencer")
|
sequencer")
|
||||||
(description "Rosegarden is a music composition and editing environment
|
(description "Rosegarden is a music composition and editing environment
|
||||||
|
@ -5569,7 +5569,7 @@ (define-public fmit
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(synopsis "Musical instrument tuner")
|
(synopsis "Musical instrument tuner")
|
||||||
(description "FMIT is a graphical utility for tuning musical instruments,
|
(description "FMIT is a graphical utility for tuning musical instruments,
|
||||||
with error and volume history, and advanced features.")
|
with error and volume history, and advanced features.")
|
||||||
|
|
|
@ -1650,7 +1650,7 @@ (define-public wireshark
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qttools))
|
qttools-5))
|
||||||
(synopsis "Network traffic analyzer")
|
(synopsis "Network traffic analyzer")
|
||||||
(description "Wireshark is a network protocol analyzer, or @dfn{packet
|
(description "Wireshark is a network protocol analyzer, or @dfn{packet
|
||||||
sniffer}, that lets you capture and interactively browse the contents of
|
sniffer}, that lets you capture and interactively browse the contents of
|
||||||
|
|
|
@ -165,7 +165,7 @@ (define-public keepassxc
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(wrap-qt-program "keepassxc" #:output #$output #:inputs inputs))))))
|
(wrap-qt-program "keepassxc" #:output #$output #:inputs inputs))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools ruby-asciidoctor))
|
(list qttools-5 ruby-asciidoctor))
|
||||||
(inputs
|
(inputs
|
||||||
(list argon2
|
(list argon2
|
||||||
botan
|
botan
|
||||||
|
@ -697,7 +697,7 @@ (define-public qtpass
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5))
|
(list qtbase-5 qtsvg-5))
|
||||||
(home-page "https://qtpass.org")
|
(home-page "https://qtpass.org")
|
||||||
|
|
|
@ -124,7 +124,7 @@ index 2c9d3ab4da03..1190cc780182 100644
|
||||||
+- GEN_TRANSLATION (DEFAULT: ON)
|
+- GEN_TRANSLATION (DEFAULT: ON)
|
||||||
+```
|
+```
|
||||||
+Create targets to generate translation files.
|
+Create targets to generate translation files.
|
||||||
+Turning this off removes the need for qt-linguist, part of qttools qt5 submodule, during build.
|
+Turning this off removes the need for qt-linguist, part of qttools-5 qt5 submodule, during build.
|
||||||
+```
|
+```
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
|
|
|
@ -609,7 +609,7 @@ (define-public photoflare
|
||||||
(string-append "PREFIX=" out)
|
(string-append "PREFIX=" out)
|
||||||
"Photoflare.pro")))))))
|
"Photoflare.pro")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list graphicsmagick libomp qtbase-5))
|
(list graphicsmagick libomp qtbase-5))
|
||||||
(home-page "https://photoflare.io")
|
(home-page "https://photoflare.io")
|
||||||
|
|
|
@ -25034,7 +25034,7 @@ (define-public offlate
|
||||||
python-translation-finder
|
python-translation-finder
|
||||||
python-watchdog))
|
python-watchdog))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools fontforge))
|
(list qttools-5 fontforge))
|
||||||
(home-page "https://framagit.org/tyreunom/offlate")
|
(home-page "https://framagit.org/tyreunom/offlate")
|
||||||
(synopsis "Offline translation interface for online translation tools")
|
(synopsis "Offline translation interface for online translation tools")
|
||||||
(description "Offlate offers a unified interface for different translation
|
(description "Offlate offers a unified interface for different translation
|
||||||
|
|
|
@ -187,7 +187,7 @@ (define-public qt5ct
|
||||||
(add-after 'install 'qt-wrap
|
(add-after 'install 'qt-wrap
|
||||||
(assoc-ref qt:%standard-phases 'qt-wrap)))))
|
(assoc-ref qt:%standard-phases 'qt-wrap)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5))
|
(list qtbase-5 qtsvg-5))
|
||||||
(synopsis "Qt5 Configuration Tool")
|
(synopsis "Qt5 Configuration Tool")
|
||||||
|
@ -1701,7 +1701,7 @@ (define-public qtlocation
|
||||||
(description "The Qt Location module provides an interface for location,
|
(description "The Qt Location module provides an interface for location,
|
||||||
positioning and geolocation plugins.")))
|
positioning and geolocation plugins.")))
|
||||||
|
|
||||||
(define-public qttools
|
(define-public qttools-5
|
||||||
(package (inherit qtsvg-5)
|
(package (inherit qtsvg-5)
|
||||||
(name "qttools")
|
(name "qttools")
|
||||||
(version "5.15.2")
|
(version "5.15.2")
|
||||||
|
@ -1735,7 +1735,7 @@ (define-public qtscript
|
||||||
"0gk74hk488k9ldacxbxcranr3arf8ifqg8kz9nm1rgdgd59p36d2"))
|
"0gk74hk488k9ldacxbxcranr3arf8ifqg8kz9nm1rgdgd59p36d2"))
|
||||||
(patches (search-patches "qtscript-disable-tests.patch"))))
|
(patches (search-patches "qtscript-disable-tests.patch"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl qttools))
|
(list perl qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(synopsis "Qt Script module")
|
(synopsis "Qt Script module")
|
||||||
|
@ -2031,7 +2031,7 @@ (define-public qtspell
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no test
|
`(#:tests? #f)) ;no test
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list enchant qtbase-5))
|
(list enchant qtbase-5))
|
||||||
(home-page "https://github.com/manisandro/qtspell")
|
(home-page "https://github.com/manisandro/qtspell")
|
||||||
|
@ -2915,7 +2915,7 @@ (define-public python-pyqt
|
||||||
("qtsensors" ,qtsensors)
|
("qtsensors" ,qtsensors)
|
||||||
("qtserialport" ,qtserialport)
|
("qtserialport" ,qtserialport)
|
||||||
("qtsvg-5" ,qtsvg-5)
|
("qtsvg-5" ,qtsvg-5)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("qtwebchannel-5" ,qtwebchannel-5)
|
("qtwebchannel-5" ,qtwebchannel-5)
|
||||||
("qtwebkit" ,qtwebkit)
|
("qtwebkit" ,qtwebkit)
|
||||||
("qtwebsockets-5" ,qtwebsockets-5)
|
("qtwebsockets-5" ,qtwebsockets-5)
|
||||||
|
@ -3260,7 +3260,7 @@ (define-public qtkeychain
|
||||||
"1zk6r2vc1q48qs7mw2h47bpgrfbb9r7lf9cwq4sb1a4nls87zznk"))))
|
"1zk6r2vc1q48qs7mw2h47bpgrfbb9r7lf9cwq4sb1a4nls87zznk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list libsecret qtbase-5))
|
(list libsecret qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -3404,7 +3404,7 @@ (define-public qwt
|
||||||
(base32 "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0"))))
|
(base32 "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtsvg-5 qttools))
|
(list qtbase-5 qtsvg-5 qttools-5))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -3552,7 +3552,7 @@ (define-public dotherside
|
||||||
"09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
|
"09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtdeclarative-5))
|
(list qtbase-5 qtdeclarative-5))
|
||||||
(home-page "https://filcuc.github.io/DOtherSide/index.html")
|
(home-page "https://filcuc.github.io/DOtherSide/index.html")
|
||||||
|
@ -3589,7 +3589,7 @@ (define-public qtcolorwidgets
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ; There are no tests
|
(arguments `(#:tests? #f)) ; There are no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(home-page "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets")
|
(home-page "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets")
|
||||||
|
@ -3741,7 +3741,7 @@ (define-public python-pyside-2
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake-minimal)
|
`(("cmake" ,cmake-minimal)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
@ -3780,7 +3780,7 @@ (define-public python-pyside-2
|
||||||
"qtsensors"
|
"qtsensors"
|
||||||
"qtspeech"
|
"qtspeech"
|
||||||
"qtsvg-5"
|
"qtsvg-5"
|
||||||
"qttools"
|
"qttools-5"
|
||||||
"qtwebchannel-5"
|
"qtwebchannel-5"
|
||||||
"qtwebengine-5"
|
"qtwebengine-5"
|
||||||
"qtwebsockets-5"
|
"qtwebsockets-5"
|
||||||
|
@ -3873,7 +3873,7 @@ (define-public libqglviewer
|
||||||
(lambda* (#:key make-flags #:allow-other-keys)
|
(lambda* (#:key make-flags #:allow-other-keys)
|
||||||
(apply invoke (cons "qmake" make-flags)))))))
|
(apply invoke (cons "qmake" make-flags)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qtbase-5 qttools))
|
(list qtbase-5 qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list glu))
|
(list glu))
|
||||||
(home-page "http://libqglviewer.com")
|
(home-page "http://libqglviewer.com")
|
||||||
|
@ -3928,7 +3928,7 @@ (define-public qhexedit
|
||||||
(install-file file include-dir))
|
(install-file file include-dir))
|
||||||
(find-files "." "\\.h$"))))))))
|
(find-files "." "\\.h$"))))))))
|
||||||
(inputs (list qtbase-5))
|
(inputs (list qtbase-5))
|
||||||
(native-inputs (list qttools))
|
(native-inputs (list qttools-5))
|
||||||
(home-page "https://simsys.github.io")
|
(home-page "https://simsys.github.io")
|
||||||
(synopsis "Binary editor widget for Qt")
|
(synopsis "Binary editor widget for Qt")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -1290,7 +1290,7 @@ (define-public wsjtx
|
||||||
(base32 "0nciw9smrfcsirlwyny5r9h7sk2zvm40m56y1hxpgpmbnh6mqikh"))))
|
(base32 "0nciw9smrfcsirlwyny5r9h7sk2zvm40m56y1hxpgpmbnh6mqikh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc gfortran pkg-config qttools ruby-asciidoctor))
|
(list asciidoc gfortran pkg-config qttools-5 ruby-asciidoctor))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
|
@ -1327,7 +1327,7 @@ (define-public jtdx
|
||||||
(base32 "1lw9q7ggh2jlasipl3v5pkbabysjr6baw15lnmg664ah3fwdrvnx"))))
|
(base32 "1lw9q7ggh2jlasipl3v5pkbabysjr6baw15lnmg664ah3fwdrvnx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc gfortran pkg-config qttools ruby-asciidoctor))
|
(list asciidoc gfortran pkg-config qttools-5 ruby-asciidoctor))
|
||||||
(inputs
|
(inputs
|
||||||
(list
|
(list
|
||||||
boost
|
boost
|
||||||
|
@ -1373,7 +1373,7 @@ (define-public js8call
|
||||||
#t))))
|
#t))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc gfortran pkg-config qttools ruby-asciidoctor))
|
(list asciidoc gfortran pkg-config qttools-5 ruby-asciidoctor))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
|
@ -1745,7 +1745,7 @@ (define-public kochmorse
|
||||||
(base32 "1s1aj223n57rpc95rih98z08xnyhq2zp02byzrc3f7s01fv3nj0l"))))
|
(base32 "1s1aj223n57rpc95rih98z08xnyhq2zp02byzrc3f7s01fv3nj0l"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtmultimedia-5))
|
(list qtbase-5 qtmultimedia-5))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -119,7 +119,7 @@ (define-public aseba
|
||||||
protobuf-3.5 ;for logging
|
protobuf-3.5 ;for logging
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qttools ;for libQt5Help, needed by "studio"
|
qttools-5 ;for libQt5Help, needed by "studio"
|
||||||
qtwebkit
|
qtwebkit
|
||||||
qtx11extras
|
qtx11extras
|
||||||
eudev
|
eudev
|
||||||
|
|
|
@ -91,7 +91,7 @@ (define-public scribus
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools util-linux))
|
(list pkg-config qttools-5 util-linux))
|
||||||
(home-page "https://www.scribus.net")
|
(home-page "https://www.scribus.net")
|
||||||
(synopsis "Desktop publishing and page layout program")
|
(synopsis "Desktop publishing and page layout program")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -759,7 +759,7 @@ (define-public cppcodec
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "-DBUILD_TESTING=on")))
|
'(#:configure-flags (list "-DBUILD_TESTING=on")))
|
||||||
(native-inputs (list pkg-config qttools))
|
(native-inputs (list pkg-config qttools-5))
|
||||||
(inputs (list catch-framework2))
|
(inputs (list catch-framework2))
|
||||||
(home-page "https://github.com/tplgy/cppcodec")
|
(home-page "https://github.com/tplgy/cppcodec")
|
||||||
(synopsis "Header library to encode/decode base64, base64url, etc.")
|
(synopsis "Header library to encode/decode base64, base64url, etc.")
|
||||||
|
@ -783,7 +783,7 @@ (define-public nitrokey-app
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no test suite
|
`(#:tests? #f)) ;no test suite
|
||||||
(native-inputs (list pkg-config qttools))
|
(native-inputs (list pkg-config qttools-5))
|
||||||
(inputs (list cppcodec
|
(inputs (list cppcodec
|
||||||
hidapi
|
hidapi
|
||||||
libnitrokey
|
libnitrokey
|
||||||
|
@ -853,7 +853,7 @@ (define-public ausweisapp2
|
||||||
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5
|
(list qtbase-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
|
|
|
@ -174,7 +174,7 @@ (define-public nextcloud-client
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("ruby" ,ruby)))
|
("ruby" ,ruby)))
|
||||||
(inputs
|
(inputs
|
||||||
(list appstream
|
(list appstream
|
||||||
|
@ -347,7 +347,7 @@ (define-public owncloud-client
|
||||||
("extra-cmake-modules" ,extra-cmake-modules)
|
("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qtlinguist" ,qttools)))
|
("qtlinguist" ,qttools-5)))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtkeychain sqlite zlib))
|
(list qtbase-5 qtkeychain sqlite zlib))
|
||||||
(home-page "https://owncloud.org")
|
(home-page "https://owncloud.org")
|
||||||
|
|
|
@ -73,7 +73,7 @@ (define-public synergy
|
||||||
(("/usr") out))
|
(("/usr") out))
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools)) ; for Qt5LinguistTools
|
(list qttools-5)) ; for Qt5LinguistTools
|
||||||
(inputs
|
(inputs
|
||||||
`(("avahi" ,avahi)
|
`(("avahi" ,avahi)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
|
|
|
@ -383,7 +383,7 @@ (define-public telegram-desktop
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
("gtk+:bin" ,gtk+ "bin")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa" ,alsa-lib)
|
`(("alsa" ,alsa-lib)
|
||||||
("c++-gsl" ,c++-gsl)
|
("c++-gsl" ,c++-gsl)
|
||||||
|
|
|
@ -653,7 +653,7 @@ (define-public mumble
|
||||||
;; xiph-rnnoise ; TODO: unbundle rnnoise
|
;; xiph-rnnoise ; TODO: unbundle rnnoise
|
||||||
))
|
))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python qttools))
|
(list pkg-config python qttools-5))
|
||||||
(synopsis "Low-latency, high quality voice chat software")
|
(synopsis "Low-latency, high quality voice chat software")
|
||||||
(description
|
(description
|
||||||
"Mumble is an low-latency, high quality voice chat
|
"Mumble is an low-latency, high quality voice chat
|
||||||
|
@ -695,7 +695,7 @@ (define-public twinkle
|
||||||
"-DWITH_G729=On" ; For G729 Codec Support
|
"-DWITH_G729=On" ; For G729 Codec Support
|
||||||
"-DWITH_SPEEX=On"))) ; For Speex Codec Support
|
"-DWITH_SPEEX=On"))) ; For Speex Codec Support
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison flex qttools))
|
(list bison flex qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
bcg729
|
bcg729
|
||||||
|
|
|
@ -663,7 +663,7 @@ (define-public ghostwriter
|
||||||
"19cf55b86yj2b5hdazbyw4iyp6xq155243aiyg4m0vhwh0h79nwh"))))
|
"19cf55b86yj2b5hdazbyw4iyp6xq155243aiyg4m0vhwh0h79nwh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools)) ; for lrelease
|
(list pkg-config qttools-5)) ; for lrelease
|
||||||
(inputs
|
(inputs
|
||||||
(list hunspell
|
(list hunspell
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
|
|
@ -1012,7 +1012,7 @@ (define-public mkvtoolnix
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("po4a" ,po4a)
|
("po4a" ,po4a)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("ruby" ,ruby)))
|
("ruby" ,ruby)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -2242,7 +2242,7 @@ (define-public smplayer
|
||||||
"12nvcl0cfix1xay9hfi7856vg4lpv8y5b0a22212bsjbvl5g22rc"))))
|
"12nvcl0cfix1xay9hfi7856vg4lpv8y5b0a22212bsjbvl5g22rc"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal qtbase-5 zlib mpv))
|
(list bash-minimal qtbase-5 zlib mpv))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -2875,7 +2875,7 @@ (define-public avidemux
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qttools" ,qttools)
|
("qttools-5" ,qttools-5)
|
||||||
("yasm" ,yasm)))
|
("yasm" ,yasm)))
|
||||||
;; FIXME: Once packaged, add libraries not found during the build.
|
;; FIXME: Once packaged, add libraries not found during the build.
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -4844,7 +4844,7 @@ (define-public shotcut
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python-wrapper" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
("qttools" ,qttools)))
|
("qttools-5" ,qttools-5)))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
|
@ -492,7 +492,7 @@ (define (check-inputs-should-be-native package)
|
||||||
"kdoctools"
|
"kdoctools"
|
||||||
"libtool"
|
"libtool"
|
||||||
"m4"
|
"m4"
|
||||||
"qttools"
|
"qttools-5"
|
||||||
"yasm" "nasm" "fasm"
|
"yasm" "nasm" "fasm"
|
||||||
"python-coverage"
|
"python-coverage"
|
||||||
"python-cython"
|
"python-cython"
|
||||||
|
@ -507,7 +507,7 @@ (define (check-inputs-should-be-native package)
|
||||||
"scdoc"
|
"scdoc"
|
||||||
"swig"
|
"swig"
|
||||||
"qmake"
|
"qmake"
|
||||||
"qttools"
|
"qttools-5"
|
||||||
"texinfo"
|
"texinfo"
|
||||||
"xorg-server-for-tests"
|
"xorg-server-for-tests"
|
||||||
"yelp-tools")))
|
"yelp-tools")))
|
||||||
|
|
Loading…
Reference in a new issue