SHA256
1
0
forked from pool/kbd

Accepting request 1083972 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1083972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=117
This commit is contained in:
Dominique Leuenberger 2023-06-14 14:28:53 +00:00 committed by Git OBS Bridge
commit da31f2df72
4 changed files with 20 additions and 12 deletions

BIN
kbd-2.5.1-repack.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Apr 28 08:34:54 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
- Remove additional vfonts, they are freeware, not opensource
(bsc#1210678).
- Adjust license tag, pinephone keymap is under GPL-3.0-or-later.
-------------------------------------------------------------------
Thu Apr 20 15:17:05 UTC 2023 - Franck Bui <fbui@suse.com>
- Rename 'arabic' keyboard console layout into 'ara' and drop 'korean' symlink
(bsc#1210702)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 27 19:06:36 UTC 2023 - Michal Suchanek <msuchanek@suse.com> Mon Feb 27 19:06:36 UTC 2023 - Michal Suchanek <msuchanek@suse.com>

View File

@ -28,7 +28,7 @@ Version: 2.5.1
Release: 0 Release: 0
Summary: Keyboard and Font Utilities Summary: Keyboard and Font Utilities
# git: git://git.altlinux.org/people/legion/packages/kbd.git # git: git://git.altlinux.org/people/legion/packages/kbd.git
License: GPL-2.0-or-later License: GPL-2.0-or-later AND GPL-3.0-or-later
Group: System/Console Group: System/Console
URL: http://kbd-project.org/ URL: http://kbd-project.org/
# repack_kbd.sh on https://www.kernel.org/pub/linux/utils/kbd/kbd-%%{version}.tar.xz # repack_kbd.sh on https://www.kernel.org/pub/linux/utils/kbd/kbd-%%{version}.tar.xz
@ -165,14 +165,10 @@ DOC=%{buildroot}%{_defaultdocdir}/kbd
KBD=%{kbd} KBD=%{kbd}
K=%{buildroot}$KBD K=%{buildroot}$KBD
mkdir -p $K/consolefonts mkdir -p $K/consolefonts
# First install the fonts from the vfont package # First install the fonts from the kbd_fonts directory
# (allowing kbd to overwrite some of them) # (allowing kbd to overwrite some of them)
mkdir -p $DOC/fonts mkdir -p $DOC/fonts
install -m 644 fonts/README $DOC/fonts/README.fonts install -m 644 fonts/README $DOC/fonts/README.fonts
install -m 644 fonts/vfont-4.36/README $DOC/fonts/README.vfont-4.36
install -m 644 fonts/vfont-5.10/README $DOC/fonts/README.vfont-5.10
install -m 644 fonts/vfont-5.10/SCRIPT $DOC/fonts/SCRIPT.vfont-5.10
rm -f fonts/vfont-5.10/SCRIPT fonts/*/README
install -m 644 fonts/*/* $K/consolefonts/ install -m 644 fonts/*/* $K/consolefonts/
# Now call kbd install # Now call kbd install
echo "# Now call kbd install DESTDIR=%{buildroot} DATA_DIR=%{kbd} MAN_DIR=%{_mandir}" echo "# Now call kbd install DESTDIR=%{buildroot} DATA_DIR=%{kbd} MAN_DIR=%{_mandir}"
@ -194,8 +190,7 @@ if ls $K/consolefonts/Agafari-* > /dev/null 2>&1; then
exit 1 exit 1
fi fi
ln -sf us.map.gz $K/keymaps/i386/qwerty/khmer.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/khmer.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/korean.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/ara.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/arabic.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/ir.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/ir.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/chinese.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/chinese.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/taiwanese.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/taiwanese.map.gz

BIN
kbd_fonts.tar.bz2 (Stored with Git LFS)

Binary file not shown.