core updated.
This commit is contained in:
@@ -8,19 +8,22 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-nls")
|
||||
autotools.configure("--enable-nls \
|
||||
--prefix=/usr \
|
||||
--datadir=/usr/share/kbd \
|
||||
--mandir=/usr/share/man")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make("KEYCODES_PROGS=yes RESIZECONS_PROGS=yes")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=%s" % get.installDIR())
|
||||
|
||||
for exe in ("loadkeys", "setfont", "unicode_start", "unicode_stop"):
|
||||
pisitools.domove("/usr/bin/%s" % exe, "/bin")
|
||||
pisitools.dosym("/bin/%s" % exe, "/usr/bin/%s" % exe)
|
||||
|
||||
pisitools.remove("/usr/share/keymaps/i386/qwerty/trf.map.gz")
|
||||
pisitools.remove("/usr/share/kbd/keymaps/i386/qwerty/trf.map.gz")
|
||||
|
||||
pisitools.dohtml("doc/*")
|
||||
pisitools.dohtml("docs/doc/*.html")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old 2013-05-08 14:58:03.393349828 +0200
|
||||
+++ kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map 2013-05-08 14:58:20.206415053 +0200
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
keymaps 0-2,4,5,6,8-10,12,14
|
||||
include "linux-with-alt-and-altgr"
|
||||
-include "euro"
|
||||
+include "euro.map"
|
||||
strings as usual
|
||||
|
||||
keycode 1 = Escape
|
||||
@@ -0,0 +1,9 @@
|
||||
--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 15:00:25.917752313 +0200
|
||||
+++ kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 15:00:54.943957367 +0200
|
||||
@@ -2,5 +2,5 @@
|
||||
# [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
|
||||
# on the positions where many keyboards have E and C.
|
||||
# To get it displayed, use a latin0 (i.e., latin9) font.]
|
||||
-altgr keycode 18 = currency
|
||||
+altgr keycode 18 = euro
|
||||
altgr keycode 46 = cent
|
||||
+27
-29
@@ -12,36 +12,26 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Keyboard and console utilities</Summary>
|
||||
<Description>The kbd package contains keytable files and keyboard utilities compatible with kernel version 1.1.54 and later.</Description>
|
||||
<Archive sha1sum="f5e29dcf55e1fb37864fb1a125e90b357e438fba" type="targz">ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-1.15.5.tar.gz</Archive>
|
||||
<Archive sha1sum="17625849ecf4dedf755aefa06d78406b92c31743" type="tarbz2" target="kbd-1.15.5">http://source.pisilinux.org/1.0/kbd-latarcyrheb-16-fixed.tar.bz2</Archive>
|
||||
<Archive sha1sum="a5f6d9dff7a8a484cd5014ec7ffdf1eaed27084a" type="tarbz2" target="kbd-1.15.5">http://source.pisilinux.org/1.0/kbd-latsun-fonts.tar.bz2</Archive>
|
||||
<Archive sha1sum="d52f95fdc761cead041d23992f8802be5ac4bc12" type="tarbz2" target="kbd-1.15.5">http://source.pisilinux.org/1.0/ro_maps.tar.bz2</Archive>
|
||||
<Archive sha1sum="37f21e078e1ed52f48ecb69584ec6a394d0f3146" type="tarxz">https://www.kernel.org/pub/linux/utils/kbd/kbd-2.0.2.tar.xz</Archive>
|
||||
<Archive sha1sum="17625849ecf4dedf755aefa06d78406b92c31743" type="tarbz2" target="kbd-2.0.2">http://source.pisilinux.org/1.0/kbd-latarcyrheb-16-fixed.tar.bz2</Archive>
|
||||
<Archive sha1sum="a5f6d9dff7a8a484cd5014ec7ffdf1eaed27084a" type="tarbz2" target="kbd-2.0.2">http://source.pisilinux.org/1.0/kbd-latsun-fonts.tar.bz2</Archive>
|
||||
<Archive sha1sum="d52f95fdc761cead041d23992f8802be5ac4bc12" type="tarbz2" target="kbd-2.0.2">http://source.pisilinux.org/1.0/ro_maps.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>gzip</Dependency>
|
||||
<Dependency>pam-devel</Dependency>
|
||||
<Dependency>check-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">kbd-1.15.5-loadkeys-parse.patch</Patch>
|
||||
<!-- Upstream commits -->
|
||||
<!--<Patch level="1">upstream/0001-Don-t-open-console-on-bkeymap.patch</Patch>
|
||||
<Patch level="1">upstream/0002-loadkeys-a-Switch-to-ASCII-mode.patch</Patch>
|
||||
<Patch level="1">upstream/0003-Do-not-set-prefer_unicode-for-iso-8859-1.patch</Patch>
|
||||
<Patch level="1">upstream/0004-Replace-index-and-rindex-with-strchr-and-strrchr.patch</Patch>
|
||||
<Patch level="1">upstream/0006-Fix-compose-as-usual-for-Unicode-diacritics.patch</Patch>-->
|
||||
|
||||
<!-- Mandriva patches -->
|
||||
<Patch level="1">mandriva/kbd-1.15-mandriva.patch</Patch>
|
||||
<Patch level="1">mandriva/kbd-1.15-tilde_twosuperior_french_kbd.patch</Patch>
|
||||
<Patch level="1">mandriva/kbd-1.12-data_thai.patch</Patch>
|
||||
<Patch level="1">mandriva/kbd-1.15-remove-unneeded-calls.patch</Patch>
|
||||
|
||||
<!-- Fedora patches -->
|
||||
<Patch level="1">fedora/kbd-1.15-keycodes-man.patch</Patch>
|
||||
<!--
|
||||
<Patch level="1">fedora/kbd-1.15-unicode_start.patch</Patch>
|
||||
-->
|
||||
<!--<Patch level="1">fedora/kbd-1.15-resizecon-x86_64.patch</Patch>
|
||||
<Patch level="1">fedora/kbd-1.15-defkeymap.patch</Patch>-->
|
||||
|
||||
<!-- Archlinux patches -->
|
||||
<Patch level="1">archlinux/fix-dvorak-es.patch</Patch>
|
||||
<Patch level="1">archlinux/fix-euro2.patch</Patch>
|
||||
|
||||
<!-- Pisi Linux patches -->
|
||||
<Patch level="1">pisilinux/unicode_start-default-font.patch</Patch>
|
||||
@@ -51,6 +41,7 @@
|
||||
<Patch level="1">pisilinux/currency.patch</Patch>
|
||||
<Patch level="1">pisilinux/trf-keymap-fixes.patch</Patch>
|
||||
<Patch level="1">pisilinux/trf-capslock-fix.patch</Patch>
|
||||
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -64,23 +55,30 @@
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/keymaps</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/unimaps</Path>
|
||||
<Path fileType="data">/usr/share/consolefonts</Path>
|
||||
<Path fileType="data">/usr/share/consoletrans</Path>
|
||||
<Path fileType="data">/usr/share/kbd/keymaps</Path>
|
||||
<Path fileType="localedata">/usr/share/kbd/locale</Path>
|
||||
<Path fileType="data">/usr/share/kbd/unimaps</Path>
|
||||
<Path fileType="data">/usr/share/kbd/consolefonts</Path>
|
||||
<Path fileType="data">/usr/share/kbd/consoletrans</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile permission="0644" target="/usr/share/consolefonts/lat5u-12.psf.gz">pisilinux/lat5u-12.psf.gz</AdditionalFile>
|
||||
<AdditionalFile permission="0644" target="/usr/share/consolefonts/lat5u-14.psf.gz">pisilinux/lat5u-14.psf.gz</AdditionalFile>
|
||||
<AdditionalFile permission="0644" target="/usr/share/consolefonts/lat5u-16.psf.gz">pisilinux/lat5u-16.psf.gz</AdditionalFile>
|
||||
<AdditionalFile permission="0644" target="/usr/share/kbd/consolefonts/lat5u-12.psf.gz">pisilinux/lat5u-12.psf.gz</AdditionalFile>
|
||||
<AdditionalFile permission="0644" target="/usr/share/kbd/consolefonts/lat5u-14.psf.gz">pisilinux/lat5u-14.psf.gz</AdditionalFile>
|
||||
<AdditionalFile permission="0644" target="/usr/share/kbd/consolefonts/lat5u-16.psf.gz">pisilinux/lat5u-16.psf.gz</AdditionalFile>
|
||||
|
||||
<!-- Grabbed from ftp://ftp.linux-france.org/pub/macintosh -->
|
||||
<AdditionalFile permission="0644" target="/usr/share/keymaps/mac/all/mac-fr-ext_new.map.gz">mandriva/mac-fr-ext_new.kmap.gz</AdditionalFile>
|
||||
<AdditionalFile permission="0644" target="/usr/share/kbd/keymaps/mac/all/mac-fr-ext_new.map.gz">mandriva/mac-fr-ext_new.kmap.gz</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-05-08</Date>
|
||||
<Version>2.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>1.15.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user