me
/
guix
Archived
1
0
Fork 0

gnu: qtbase-5: Update to 5.15.8.

* gnu/packages/qt.scm (qtbase-5): Update to 5.15.8.
[inputs]: Remove labels.
master
Maxim Cournoyer 2023-03-27 15:11:38 -04:00
parent cc3dc58f2b
commit 169119b8aa
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 46 additions and 46 deletions

View File

@ -337,13 +337,13 @@ system, and the core design of Django is reused in Grantlee.")
(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 @@ system, and the core design of Django is reused in Grantlee.")
;; 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