mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtbase-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtbase-5): Update to 5.15.8. [inputs]: Remove labels.
This commit is contained in:
parent
e4ef2db8fd
commit
6e9adedc5d
1 changed files with 46 additions and 46 deletions
|
@ -337,13 +337,13 @@ (define (qt-urls component version)
|
||||||
(define-public qtbase-5
|
(define-public qtbase-5
|
||||||
(package
|
(package
|
||||||
(name "qtbase")
|
(name "qtbase")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p2fa94m1y8qzhdfi2d7dck93qh1lgsinibwl1wy92bwmacwfhhc"))
|
"175ynjndpzsw69vnsq4swykn9f48568ww9b4z3yw7azkqwk13cdz"))
|
||||||
;; Use TZDIR to avoid depending on package "tzdata".
|
;; Use TZDIR to avoid depending on package "tzdata".
|
||||||
(patches (search-patches "qtbase-use-TZDIR.patch"
|
(patches (search-patches "qtbase-use-TZDIR.patch"
|
||||||
"qtbase-moc-ignore-gcc-macro.patch"
|
"qtbase-moc-ignore-gcc-macro.patch"
|
||||||
|
@ -364,50 +364,50 @@ (define-public qtbase-5
|
||||||
;; Use which the package, not the function
|
;; Use which the package, not the function
|
||||||
(@ (gnu packages base) which)))
|
(@ (gnu packages base) which)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
(list alsa-lib
|
||||||
("cups" ,cups)
|
cups
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("double-conversion" ,double-conversion)
|
double-conversion
|
||||||
("eudev" ,eudev)
|
eudev
|
||||||
("expat" ,expat)
|
expat
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gtk+" ,gtk+) ;for GTK theme support
|
gtk+ ;for GTK theme support
|
||||||
("harfbuzz" ,harfbuzz)
|
harfbuzz
|
||||||
("icu4c" ,icu4c)
|
icu4c
|
||||||
("libinput" ,libinput-minimal)
|
libinput-minimal
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libmng" ,libmng)
|
libmng
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libxcomposite" ,libxcomposite)
|
libxcomposite
|
||||||
("libxcursor" ,libxcursor)
|
libxcursor
|
||||||
("libxfixes" ,libxfixes)
|
libxfixes
|
||||||
("libxi" ,libxi)
|
libxi
|
||||||
("libxinerama" ,libxinerama)
|
libxinerama
|
||||||
("libxkbcommon" ,libxkbcommon)
|
libxkbcommon
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("libxrandr" ,libxrandr)
|
libxrandr
|
||||||
("libxrender" ,libxrender)
|
libxrender
|
||||||
("libxslt" ,libxslt)
|
libxslt
|
||||||
("libxtst" ,libxtst)
|
libxtst
|
||||||
("mtdev" ,mtdev)
|
mtdev
|
||||||
("mariadb-dev" ,mariadb "dev")
|
`(,mariadb "dev")
|
||||||
("nss" ,nss)
|
nss
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("pcre2" ,pcre2)
|
pcre2
|
||||||
("postgresql" ,postgresql)
|
postgresql
|
||||||
("pulseaudio" ,pulseaudio)
|
pulseaudio
|
||||||
("sqlite" ,sqlite)
|
sqlite
|
||||||
("unixodbc" ,unixodbc)
|
unixodbc
|
||||||
("xcb-util" ,xcb-util)
|
xcb-util
|
||||||
("xcb-util-image" ,xcb-util-image)
|
xcb-util-image
|
||||||
("xcb-util-keysyms" ,xcb-util-keysyms)
|
xcb-util-keysyms
|
||||||
("xcb-util-renderutil" ,xcb-util-renderutil)
|
xcb-util-renderutil
|
||||||
("xcb-util-wm" ,xcb-util-wm)
|
xcb-util-wm
|
||||||
("xdg-utils" ,xdg-utils)
|
xdg-utils
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison
|
(list bison
|
||||||
flex
|
flex
|
||||||
|
|
Loading…
Reference in a new issue