forked from pool/consoleet-utils
- Update to release 1.2
OBS-URL: https://build.opensuse.org/package/show/utilities/consoleet-utils?expand=0&rev=6
This commit is contained in:
parent
2dca2e4c63
commit
4092209cf9
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY3tcigAKCRD3bv5dDCI6
|
||||
jxDjAQDaHyqjc3qpymYBc2tdqsE6nH4J8tKiAWCK2oqJvOkUGwEAk2JpylZe9xf3
|
||||
NyWGnQWF8D+OD6u5RDtfVk5tbmpPYQc=
|
||||
=CjFG
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34db5f397615a88dc385b0aff8870c073ee3ced74e5633e635b1ffa6cc7fdd90
|
||||
size 104991
|
7
consoleet-utils-1.2.tar.asc
Normal file
7
consoleet-utils-1.2.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZL1KfQAKCRD3bv5dDCI6
|
||||
jwGoAP4vvIE048+ThqZCIsSIWf9KqEKDBwFbZOqgpJKZlqizcgEAmfML17cF9hr7
|
||||
xE0AN4wtLAx+vq9qM3JJ59p51TT9uQ4=
|
||||
=JhTp
|
||||
-----END PGP SIGNATURE-----
|
3
consoleet-utils-1.2.tar.zst
Normal file
3
consoleet-utils-1.2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7aef88ecc95a72e5da3b5a5499bdec51f06e758a8e96538da74d6efa177017e
|
||||
size 107573
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 23 15:48:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2
|
||||
* palcomp: support for tint via new "hsltint", "lchtint" or
|
||||
"hueset" subcommands (this allows for generating Amber/Green
|
||||
CRT looks and then some)
|
||||
* palcomp: brightness manipulatino support with "litadd",
|
||||
"litmul", "litset"
|
||||
* palcomp: auxiliary helper commands: "b0", "fg", "bg", "stat"
|
||||
* palcomp: new starting palette "win"
|
||||
- Drop libhx.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 10:51:10 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package consoleet-utils
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,26 +12,25 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: consoleet-utils
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Summary: Utilities for manipulating terminal fonts and colors
|
||||
License: GPL-3.0-or-later and MIT
|
||||
License: GPL-3.0-or-later AND MIT
|
||||
Group: Productivity/Other
|
||||
URL: https://inai.de/projects/consoleet/
|
||||
#Git-Clone: https://codeberg.org/consoleet/consoleet-utils
|
||||
Source: https://inai.de/files/consoleet/%name-%version.tar.zst
|
||||
Source2: https://inai.de/files/consoleet/%name-%version.tar.asc
|
||||
Source3: %name.keyring
|
||||
Patch1: libhx.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: zstd
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
BuildRequires: zstd
|
||||
BuildRequires: pkgconfig(libHX) >= 3.22
|
||||
Conflicts: hxtools < 20200310
|
||||
Obsoletes: vfontas < 20221121
|
||||
|
25
libhx.patch
25
libhx.patch
@ -1,25 +0,0 @@
|
||||
---
|
||||
configure.ac | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: consoleet-utils-1.1/configure.ac
|
||||
===================================================================
|
||||
--- consoleet-utils-1.1.orig/configure.ac
|
||||
+++ consoleet-utils-1.1/configure.ac
|
||||
@@ -2,7 +2,7 @@ AC_INIT([consoleet-utils], [1.1])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_PROG_INSTALL
|
||||
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-zstd])
|
||||
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
AC_PROG_CXX
|
||||
|
||||
@@ -15,6 +15,6 @@ AC_SUBST([regular_CPPFLAGS])
|
||||
AC_SUBST([regular_CFLAGS])
|
||||
AC_SUBST([regular_CXXFLAGS])
|
||||
|
||||
-PKG_CHECK_MODULES([libHX], [libHX >= 4.2])
|
||||
+PKG_CHECK_MODULES([libHX], [libHX >= 2.0])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
Loading…
Reference in New Issue
Block a user