mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: screentest: Update to 3.0.
* gnu/packages/hardware.scm (screentest): Update to 3.0. [build-system]: Switch to meson-build-system. [native-inputs]: Add gettext-minimal. Remove autoconf intltool libtool glib:bin automake. [inputs]: Add gtk+. Remove gtk+-2. Change-Id: I16fab59d7a25ac009094869ce1c174016ff06601
This commit is contained in:
parent
10fcdd9100
commit
f19910c778
1 changed files with 7 additions and 13 deletions
|
@ -1366,7 +1366,7 @@ Simply put, it is a USB device whitelisting tool.")
|
||||||
(define-public screentest
|
(define-public screentest
|
||||||
(package
|
(package
|
||||||
(name "screentest")
|
(name "screentest")
|
||||||
(version "2.1")
|
(version "3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1375,19 +1375,13 @@ Simply put, it is a USB device whitelisting tool.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gv3xj9sbk1wsyijfw9xjnvy8pg7j4arjnma2r2kfi18qy32wd30"))))
|
(base32 "00422jbl8l10iw82m9m8sikaa9fwlnj7mgzvmnnazyq383aa1dkm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs (list glib gtk+))
|
||||||
(list glib gtk+-2))
|
(native-inputs (list gettext-minimal pkg-config))
|
||||||
(native-inputs
|
|
||||||
(list autoconf
|
|
||||||
intltool
|
|
||||||
libtool
|
|
||||||
`(,glib "bin")
|
|
||||||
automake
|
|
||||||
pkg-config))
|
|
||||||
(synopsis "Simple screen testing tool")
|
(synopsis "Simple screen testing tool")
|
||||||
(description "This is a program for testing the quality of CRT/LCD
|
(description
|
||||||
|
"This is a program for testing the quality of CRT/LCD
|
||||||
screens. It displays various patterns and allows you to estimate the quality
|
screens. It displays various patterns and allows you to estimate the quality
|
||||||
of your CRT/LCD monitor.")
|
of your CRT/LCD monitor.")
|
||||||
(home-page "https://github.com/TobiX/screentest")
|
(home-page "https://github.com/TobiX/screentest")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue