From: Z572 <zhengjunjie@iscas.ac.cn>
To: Evgeny Pisemsky <mail@pisemsky.site>
Cc: 73379-done@debbugs.gnu.org
Subject: bug#73379: [PATCH] gnu: screentest: Update to 3.0.
Date: Mon, 30 Sep 2024 00:41:06 +0800 [thread overview]
Message-ID: <87v7ye76ql.fsf@iscas.ac.cn> (raw)
In-Reply-To: <87v7yqmtmp.fsf@pisemsky.site> (Evgeny Pisemsky's message of "Fri, 20 Sep 2024 14:50:22 +0300")
[-- Attachment #1: Type: text/plain, Size: 2374 bytes --]
Evgeny Pisemsky <mail@pisemsky.site> writes:
> From d9bee5c8be44029dccb08c50337c4141e3769884 Mon Sep 17 00:00:00 2001
> Message-ID: <d9bee5c8be44029dccb08c50337c4141e3769884.1726832854.git.mail@pisemsky.site>
> From: Evgeny Pisemsky <mail@pisemsky.site>
> Date: Fri, 20 Sep 2024 14:41:51 +0300
> Subject: [PATCH] gnu: screentest: Update to 3.0.
>
> * gnu/packages/hardware.scm (screentest): Update to 3.0.
>
adjust to:
* 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.
and can see etc/committer.scm
> Change-Id: I16fab59d7a25ac009094869ce1c174016ff06601
> ---
> gnu/packages/hardware.scm | 20 +++++++-------------
> 1 file changed, 7 insertions(+), 13 deletions(-)
>
> diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
> index d8530f8705..2922b14a42 100644
> --- a/gnu/packages/hardware.scm
> +++ b/gnu/packages/hardware.scm
> @@ -1366,7 +1366,7 @@ (define-public usbguard
> (define-public screentest
> (package
> (name "screentest")
> - (version "2.1")
> + (version "3.0")
> (source
> (origin
> (method git-fetch)
> @@ -1375,19 +1375,13 @@ (define-public screentest
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0gv3xj9sbk1wsyijfw9xjnvy8pg7j4arjnma2r2kfi18qy32wd30"))))
> - (build-system gnu-build-system)
> - (inputs
> - (list glib gtk+-2))
> - (native-inputs
> - (list autoconf
> - intltool
> - libtool
> - `(,glib "bin")
> - automake
> - pkg-config))
> + (base32 "00422jbl8l10iw82m9m8sikaa9fwlnj7mgzvmnnazyq383aa1dkm"))))
> + (build-system meson-build-system)
> + (inputs (list glib gtk+))
> + (native-inputs (list gettext-minimal pkg-config))
> (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
> of your CRT/LCD monitor.")
> (home-page "https://github.com/TobiX/screentest")
>
> base-commit: 99261e8b53d3769fe273f1750f04095e9eb25cb7
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
prev parent reply other threads:[~2024-09-29 16:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 11:50 [bug#73379] [PATCH] gnu: screentest: Update to 3.0 Evgeny Pisemsky
2024-09-29 16:41 ` Z572 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v7ye76ql.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=73379-done@debbugs.gnu.org \
--cc=mail@pisemsky.site \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.