[arch-commits] Commit in xkeyboard-config/repos/extra-any (3 files)

2020-10-08 Thread Andreas Radke via arch-commits
Date: Thursday, October 8, 2020 @ 16:19:30
  Author: andyrtr
Revision: 397576

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 397575, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD
  xkeyboard-config/repos/extra-any/fix_symbols_syntax_error.diff

---+
 PKGBUILD  |   88 ++--
 fix_symbols_syntax_error.diff |   13 -
 2 files changed, 40 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-08 16:19:25 UTC (rev 397575)
+++ PKGBUILD2020-10-08 16:19:30 UTC (rev 397576)
@@ -1,48 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.30
-pkgrel=2
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt' 'python')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-fix_symbols_syntax_error.diff)
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('2d775dcaab49d80f62b8eaadc9be406b42c9a3643d3a360f864a462c61865abce67d0a8a80772d54f8136603114c61b5168fd06771f9c132411911914abb1ea4'
-'SKIP'
-
'b8463f877f671be5ebf5b1baf1f5c287a14f57de56cc67ea71c6094b40b501c12fbbab3d6cb79926aac80546919a74d0fb77a13ea1a58791a968ee1a1bbe25f6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # FS#66898 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/212
-  patch -Np1 -i ../fix_symbols_syntax_error.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 397575, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-08 16:19:30 UTC (rev 397576)
@@ -0,0 +1,40 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.31
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt' 'python')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('f6f260253e1757640cc0591f9efb55ad5d08023a53ec2f0b468465b36bae0aae4f78dc4d6e603c95aa21c9993d9a42bd641edf2017be3183921a0b1c125f4669'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: fix_symbols_syntax_error.diff
===
--- fix_symbols_syntax_error.diff   2020-10-08 16:19:25 UTC (rev 397575)
+++ fix_symbols_syntax_error.diff   2020-10-08 16:19:30 UTC (rev 397576)
@@ -1,13 +0,0 @@
-diff --git a/symbols/in b/symbols/in
-index 
3ca78a20664d803d92e87315b6372909f31594e8..b3a5ca9ef613876b668a521a8f464596ab835d9e
 100644
 a/symbols/in
-+++ b/symbols/in
-@@ -2326,7 +2326,7 @@ xkb_symbols "marathi" {
-   key  { [ period, U0964, U0965, U093d ] };
-   key  { [ U092f, question, slash, question ] };
- };
--===
-+
- // EXTRAS:
- 
- //   Modi is an ancient Indian script that is used to write texts in 
Marathi, Hindi and Sanskrit.


[arch-commits] Commit in xkeyboard-config/repos/extra-any (3 files)

2020-06-18 Thread Andreas Radke via arch-commits
Date: Thursday, June 18, 2020 @ 08:10:55
  Author: andyrtr
Revision: 389492

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 389491, xkeyboard-config/trunk/PKGBUILD)
  xkeyboard-config/repos/extra-any/fix_symbols_syntax_error.diff
(from rev 389491, xkeyboard-config/trunk/fix_symbols_syntax_error.diff)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

---+
 PKGBUILD  |   88 +---
 fix_symbols_syntax_error.diff |   13 +
 2 files changed, 61 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 08:10:41 UTC (rev 389491)
+++ PKGBUILD2020-06-18 08:10:55 UTC (rev 389492)
@@ -1,40 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.30
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt' 'python')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('2d775dcaab49d80f62b8eaadc9be406b42c9a3643d3a360f864a462c61865abce67d0a8a80772d54f8136603114c61b5168fd06771f9c132411911914abb1ea4'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 389491, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 08:10:55 UTC (rev 389492)
@@ -0,0 +1,48 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.30
+pkgrel=2
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt' 'python')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+fix_symbols_syntax_error.diff)
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('2d775dcaab49d80f62b8eaadc9be406b42c9a3643d3a360f864a462c61865abce67d0a8a80772d54f8136603114c61b5168fd06771f9c132411911914abb1ea4'
+'SKIP'
+
'b8463f877f671be5ebf5b1baf1f5c287a14f57de56cc67ea71c6094b40b501c12fbbab3d6cb79926aac80546919a74d0fb77a13ea1a58791a968ee1a1bbe25f6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS#66898 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/212
+  patch -Np1 -i ../fix_symbols_syntax_error.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xkeyboard-config/repos/extra-any/fix_symbols_syntax_error.diff (from 
rev 389491, xkeyboard-config/trunk/fix_symbols_syntax_error.diff)
===
--- fix_symbols_syntax_error.diff   (rev 0)
+++ fix_symbols_syntax_error.diff   2020-06-18 08:10:55 UTC (rev 389492)
@@ -0,0 +1,13 @@
+diff --git a/symbols/in b/symbols/in
+index 
3ca78a20664d803d92e87315b6372909f31594e8..b3a5ca9ef613876b668a521a8f464596ab835d9e
 100644
+--- a/symbols/in
 b/symbols/in
+@@ -2326,7 +2326,7 @@ xkb_symbols "marathi" {
+   key  { [ period, U0964, U0965, U093d ] };
+   key  { [ U092f, question, slash, question ] };
+ 

[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2020-06-03 Thread Andreas Radke via arch-commits
Date: Wednesday, June 3, 2020 @ 13:29:48
  Author: andyrtr
Revision: 388161

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 388160, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 13:29:34 UTC (rev 388160)
+++ PKGBUILD2020-06-03 13:29:48 UTC (rev 388161)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.29
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt' 'python')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('202255af097f3063d76341d1b4a7672662dc645f9bcd7afa87bc966a41db4c20fc6b8f4fbe2fcaec99b6bc458eac10129141a866a165857c46282f6705b78670'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 388160, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 13:29:48 UTC (rev 388161)
@@ -0,0 +1,40 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.30
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt' 'python')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('2d775dcaab49d80f62b8eaadc9be406b42c9a3643d3a360f864a462c61865abce67d0a8a80772d54f8136603114c61b5168fd06771f9c132411911914abb1ea4'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-23 Thread Andreas Radke via arch-commits
Date: Wednesday, October 23, 2019 @ 18:10:35
  Author: andyrtr
Revision: 365403

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 365402, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 18:10:07 UTC (rev 365402)
+++ PKGBUILD2019-10-23 18:10:35 UTC (rev 365403)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.27
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('ae29177461f9d2c6ce1c56c0b8b147600e3f0ecd15e8754c9531811702d9a030a31f42679a88a9fb706bec458974c337ee2a0180f22573702caa7184eb94017e'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 365402, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-23 18:10:35 UTC (rev 365403)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.28
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('be38e61a7d3a1c03f9dc92fed5aada65fdb8b42272e874e01156a39de07f2a7c81846e9ba449aeb95661587f8d05217d549a1315ee0dd92facbb6158362e68ae'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (3 files)

2019-05-30 Thread Andreas Radke via arch-commits
Date: Friday, May 31, 2019 @ 05:37:34
  Author: andyrtr
Revision: 354551

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 354550, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD
  xkeyboard-config/repos/extra-any/pt-layout.patch

-+
 PKGBUILD|   86 --
 pt-layout.patch |   85 -
 2 files changed, 39 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 05:37:26 UTC (rev 354550)
+++ PKGBUILD2019-05-31 05:37:34 UTC (rev 354551)
@@ -1,47 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.26
-pkgrel=2
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-pt-layout.patch)
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('5c8a31f7a6ad5daed8a3fceb56230b2e2fc04a25f52a43b3b4ea81e4a6ab15c52869f749c4b747d855cd4b618c04bcbb40e85dec7eab31fbe3bd45e8c9b755ef'
-'SKIP'
-
'98c8b47e9a36ba3f130454fdd68c508f54b78eb65ddb071ca85bdcc3b324699e51155e3fc425ccae98350bb6430fea4771c0338024c1e06063a54b879bb707db')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken pt layout - FS#61634
-  patch -Np1 -i ../pt-layout.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 354550, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 05:37:34 UTC (rev 354551)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.27
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('ae29177461f9d2c6ce1c56c0b8b147600e3f0ecd15e8754c9531811702d9a030a31f42679a88a9fb706bec458974c337ee2a0180f22573702caa7184eb94017e'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: pt-layout.patch
===
--- pt-layout.patch 2019-05-31 05:37:26 UTC (rev 354550)
+++ pt-layout.patch 2019-05-31 05:37:34 UTC (rev 354551)
@@ -1,85 +0,0 @@
-From af6c0f29dbee1cc7b280eed891592797c2e31220 Mon Sep 17 00:00:00 2001
-From: Sergey Udaltsov 
-Date: Thu, 7 Feb 2019 20:40:35 +
-Subject: [PATCH] Fixed broken pt layout
-
-Backticks broke it, removed

- symbols/pt | 62 +++---
- 1 file changed, 31 insertions(+), 31 deletions(-)
-
-diff --git a/symbols/pt b/symbols/pt
-index 73a1b7b..3ec0981 100644
 a/symbols/pt
-+++ b/symbols/pt
-@@ -221,35 +221,35 @@ xkb_symbols "colemak" {
- 
- name[Group1]="Portuguese (Colemak)";
- 
--key ``  { [ q,  Q,   at,   Greek_OMEGA ] };
--key ``  { [ w,  W,  lstroke,   Lstroke ] };
--key ``  { [ f,  F,  dstroke,   ordfeminine ] };
--key ``  { [ 

[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2019-02-04 Thread Andreas Radke via arch-commits
Date: Monday, February 4, 2019 @ 19:48:57
  Author: andyrtr
Revision: 345262

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 345261, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 19:48:40 UTC (rev 345261)
+++ PKGBUILD2019-02-04 19:48:57 UTC (rev 345262)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.25
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('2d9d6bdd885edc8e03e5a2c136c3b29b4ea795122709fa210bf151c4e7416a44fa2928bb29137ee8c6691d8646c1f645748576dea3f940ce84c8d4d0f91e09eb'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 345261, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 19:48:57 UTC (rev 345262)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.26
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('5c8a31f7a6ad5daed8a3fceb56230b2e2fc04a25f52a43b3b4ea81e4a6ab15c52869f749c4b747d855cd4b618c04bcbb40e85dec7eab31fbe3bd45e8c9b755ef'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2017-06-25 Thread Andreas Radke
Date: Sunday, June 25, 2017 @ 16:24:21
  Author: andyrtr
Revision: 299226

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 299225, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   88 +
 1 file changed, 48 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-25 16:24:06 UTC (rev 299225)
+++ PKGBUILD2017-06-25 16:24:21 UTC (rev 299226)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.21
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha256sums=('30c17049fae129fc14875656da9aa3099e3031d6ce0ee1d77aae190fd9edcec5'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 299225, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-25 16:24:21 UTC (rev 299226)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.21
+pkgrel=2
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+   
fix_typo.diff::https://cgit.freedesktop.org/xkeyboard-config/patch/?id=b3fb72308942f705e3e8e17765e4097773ed5483)
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha256sums=('30c17049fae129fc14875656da9aa3099e3031d6ce0ee1d77aae190fd9edcec5'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # https://bugs.archlinux.org/task/54584
+  patch -Np1 -i ../fix_typo.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 17:06:02
  Author: andyrtr
Revision: 286598

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 286597, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-15 17:05:48 UTC (rev 286597)
+++ PKGBUILD2017-01-15 17:06:02 UTC (rev 286598)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.19
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('83dfd186b9eb9ced69e01d8d8e2f15b6a79b2e30124874ef086f2d3048f45827')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 286597, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-15 17:06:02 UTC (rev 286598)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.19
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('83dfd186b9eb9ced69e01d8d8e2f15b6a79b2e30124874ef086f2d3048f45827')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2016-09-30 Thread Laurent Carlier
Date: Friday, September 30, 2016 @ 11:29:26
  Author: lcarlier
Revision: 277466

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 277465, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-30 11:29:21 UTC (rev 277465)
+++ PKGBUILD2016-09-30 11:29:26 UTC (rev 277466)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.18
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c41d917d6c8a59feb7ccbda51c40a6ada824fdd1e9684b52dd48c9530617ddd0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 277465, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-30 11:29:26 UTC (rev 277466)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.19
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('83dfd186b9eb9ced69e01d8d8e2f15b6a79b2e30124874ef086f2d3048f45827')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:17:43
  Author: jgc
Revision: 260997

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 260996, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 07:17:38 UTC (rev 260996)
+++ PKGBUILD2016-03-06 07:17:43 UTC (rev 260997)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.17
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 260996, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 07:17:43 UTC (rev 260997)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.17
+pkgrel=2
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-27 Thread Andreas Radke
Date: Wednesday, January 27, 2016 @ 18:43:21
  Author: andyrtr
Revision: 258647

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 258646, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-27 17:43:11 UTC (rev 258646)
+++ PKGBUILD2016-01-27 17:43:21 UTC (rev 258647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.16
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1e8a1f212c96b7f71ca0b05da361cac1816d27baae1d8e03e7b53049b58d1d58')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 258646, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-27 17:43:21 UTC (rev 258647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.17
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2015-10-15 Thread Andreas Radke
Date: Thursday, October 15, 2015 @ 18:08:07
  Author: andyrtr
Revision: 249389

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 249388, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-15 16:08:01 UTC (rev 249388)
+++ PKGBUILD2015-10-15 16:08:07 UTC (rev 249389)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.15
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 249388, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-15 16:08:07 UTC (rev 249389)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.16
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1e8a1f212c96b7f71ca0b05da361cac1816d27baae1d8e03e7b53049b58d1d58')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-28 Thread Laurent Carlier
Date: Thursday, May 28, 2015 @ 10:08:49
  Author: lcarlier
Revision: 239832

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 239831, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 08:08:41 UTC (rev 239831)
+++ PKGBUILD2015-05-28 08:08:49 UTC (rev 239832)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.14
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 239831, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 08:08:49 UTC (rev 239832)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.15
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-29 Thread Laurent Carlier
Date: Thursday, January 29, 2015 @ 09:32:22
  Author: lcarlier
Revision: 230230

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 230229, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 08:32:15 UTC (rev 230229)
+++ PKGBUILD2015-01-29 08:32:22 UTC (rev 230230)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.13
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7b5be9f2b9a30102512b15308aec55f7f54289df24ac21de82ebb4bf145f9fce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 230229, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 08:32:22 UTC (rev 230230)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.14
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-02 Thread Andreas Radke
Date: Thursday, October 2, 2014 @ 15:16:26
  Author: andyrtr
Revision: 223767

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 223766, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-02 13:16:15 UTC (rev 223766)
+++ PKGBUILD2014-10-02 13:16:26 UTC (rev 223767)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.12
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('65b62b95b77b609cb6c0439e0148c48c3ab7dcb5c90eb8d34cf1cb8f360cca44')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 223766, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-02 13:16:26 UTC (rev 223767)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.13
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7b5be9f2b9a30102512b15308aec55f7f54289df24ac21de82ebb4bf145f9fce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (3 files)

2014-05-28 Thread Andreas Radke
Date: Wednesday, May 28, 2014 @ 21:24:41
  Author: andyrtr
Revision: 213730

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 213729, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD
  xkeyboard-config/repos/extra-any/revert-comma-in-keypad.patch

--+
 PKGBUILD |   85 ++---
 revert-comma-in-keypad.patch |   39 --
 2 files changed, 38 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-28 19:24:33 UTC (rev 213729)
+++ PKGBUILD2014-05-28 19:24:41 UTC (rev 213730)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.11
-pkgrel=2
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-revert-comma-in-keypad.patch)
-sha256sums=('e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76'
-'05b22863ddb1de64575b56714ebd693f2ea639b7a4ae15e25c9a1f0d14dba817')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix FS#38743 , not merged upstream
-  patch -Np1 -i../revert-comma-in-keypad.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 213729, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-28 19:24:41 UTC (rev 213730)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.12
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('65b62b95b77b609cb6c0439e0148c48c3ab7dcb5c90eb8d34cf1cb8f360cca44')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: revert-comma-in-keypad.patch
===
--- revert-comma-in-keypad.patch2014-05-28 19:24:33 UTC (rev 213729)
+++ revert-comma-in-keypad.patch2014-05-28 19:24:41 UTC (rev 213730)
@@ -1,39 +0,0 @@
-diff --git a/symbols/fr b/symbols/fr
-index 9c89db8..3898b1c 100644
 a/symbols/fr
-+++ b/symbols/fr
-@@ -36,8 +36,6 @@ xkb_symbols basic {
- key AB09{ [ colon,  slash, periodcentered,   division ] 
};
- key AB10{ [exclam,section, dead_belowdot, dead_abovedot 
] };
- 
--include kpdl(comma)
--
- include level3(ralt_switch)
- };
- 
-diff --git a/symbols/it b/symbols/it
-index 8a66a30..2673cf9 100644
 a/symbols/it
-+++ b/symbols/it
-@@ -33,8 +33,6 @@ xkb_symbols basic {
- 
- key LSGT{ [  less,greater,guillemotleft,guillemotright] 
};
- 
--include kpdl(comma)
--
- include level3(ralt_switch)
- };
- 
-diff --git a/symbols/nl b/symbols/nl
-index 1dde405..76cb018 100644
 a/symbols/nl
-+++ b/symbols/nl
-@@ -49,8 +49,6 @@ xkb_symbols basic {
- 
- key LSGT{ [bracketright, bracketleft,   bar,brokenbar ] 
};
- 
--include kpdl(comma)
--
- include level3(ralt_switch)
- };
- 



[arch-commits] Commit in xkeyboard-config/repos/extra-any (3 files)

2014-02-04 Thread Laurent Carlier
Date: Tuesday, February 4, 2014 @ 13:15:37
  Author: lcarlier
Revision: 205079

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 205078, xkeyboard-config/trunk/PKGBUILD)
  xkeyboard-config/repos/extra-any/revert-comma-in-keypad.patch
(from rev 205078, xkeyboard-config/trunk/revert-comma-in-keypad.patch)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   82 +++--
 revert-comma-in-keypad.patch |   39 +++
 2 files changed, 86 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-04 12:15:30 UTC (rev 205078)
+++ PKGBUILD2014-02-04 12:15:37 UTC (rev 205079)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.11
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 205078, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-04 12:15:37 UTC (rev 205079)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.11
+pkgrel=2
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+revert-comma-in-keypad.patch)
+sha256sums=('e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76'
+'05b22863ddb1de64575b56714ebd693f2ea639b7a4ae15e25c9a1f0d14dba817')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix FS#38743 , not merged upstream
+  patch -Np1 -i../revert-comma-in-keypad.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xkeyboard-config/repos/extra-any/revert-comma-in-keypad.patch (from rev 
205078, xkeyboard-config/trunk/revert-comma-in-keypad.patch)
===
--- revert-comma-in-keypad.patch(rev 0)
+++ revert-comma-in-keypad.patch2014-02-04 12:15:37 UTC (rev 205079)
@@ -0,0 +1,39 @@
+diff --git a/symbols/fr b/symbols/fr
+index 9c89db8..3898b1c 100644
+--- a/symbols/fr
 b/symbols/fr
+@@ -36,8 +36,6 @@ xkb_symbols basic {
+ key AB09{ [ colon,  slash, periodcentered,   division ] 
};
+ key AB10{ [exclam,section, dead_belowdot, dead_abovedot 
] };
+ 
+-include kpdl(comma)
+-
+ include level3(ralt_switch)
+ };
+ 
+diff --git a/symbols/it b/symbols/it
+index 8a66a30..2673cf9 100644
+--- a/symbols/it
 b/symbols/it
+@@ -33,8 +33,6 @@ xkb_symbols basic {
+ 
+ key LSGT{ [  less,greater,guillemotleft,guillemotright] 
};
+ 
+-include kpdl(comma)
+-
+ include level3(ralt_switch)
+ };
+ 
+diff --git a/symbols/nl b/symbols/nl
+index 1dde405..76cb018 100644
+--- a/symbols/nl
 b/symbols/nl
+@@ -49,8 +49,6 @@ xkb_symbols basic {
+ 
+ key LSGT{ [bracketright, bracketleft,   bar,brokenbar ] 
};
+ 
+-include kpdl(comma)
+-
+ include level3(ralt_switch)
+ };
+ 



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2014-01-30 Thread Laurent Carlier
Date: Thursday, January 30, 2014 @ 09:10:20
  Author: lcarlier
Revision: 204879

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 204878, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-30 08:10:12 UTC (rev 204878)
+++ PKGBUILD2014-01-30 08:10:20 UTC (rev 204879)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.10.1
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 204878, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-30 08:10:20 UTC (rev 204879)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.11
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2013-06-16 Thread Laurent Carlier
Date: Monday, June 17, 2013 @ 00:22:21
  Author: lcarlier
Revision: 188605

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 188604, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-16 22:22:11 UTC (rev 188604)
+++ PKGBUILD2013-06-16 22:22:21 UTC (rev 188605)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.9
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 188604, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-16 22:22:21 UTC (rev 188605)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.9
+pkgrel=2
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-29 Thread Andreas Radke
Date: Wednesday, May 29, 2013 @ 17:15:50
  Author: andyrtr
Revision: 186574

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 186573, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-29 15:15:38 UTC (rev 186573)
+++ PKGBUILD2013-05-29 15:15:50 UTC (rev 186574)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.8
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4e1cf5468d488aaf320ddfd439e03cbda0b213550fd734026d23138e4b2078ae')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 186573, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-29 15:15:50 UTC (rev 186574)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.9
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2013-01-30 Thread Andreas Radke
Date: Wednesday, January 30, 2013 @ 21:33:38
  Author: andyrtr
Revision: 176354

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 176353, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-30 20:33:15 UTC (rev 176353)
+++ PKGBUILD2013-01-30 20:33:38 UTC (rev 176354)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.7
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e43478a12fb0fe6757a7bad3a04fd3747ec53e53d5af22a9d9829dfb9aac8321')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 176353, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-30 20:33:38 UTC (rev 176354)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.8
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('4e1cf5468d488aaf320ddfd439e03cbda0b213550fd734026d23138e4b2078ae')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-26 Thread andyrtr
Date: Wednesday, September 26, 2012 @ 10:52:42
  Author: andyrtr
Revision: 167156

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 167155, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-26 14:52:16 UTC (rev 167155)
+++ PKGBUILD2012-09-26 14:52:42 UTC (rev 167156)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.6
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('22a1594116bf0ee3165f48487bdca4e5f25b2a1436e35e188b3ee38c543dabda')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 167155, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-26 14:52:42 UTC (rev 167156)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.7
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e43478a12fb0fe6757a7bad3a04fd3747ec53e53d5af22a9d9829dfb9aac8321')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2012-05-30 Thread andyrtr
Date: Wednesday, May 30, 2012 @ 15:44:57
  Author: andyrtr
Revision: 160209

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 160208, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-30 19:44:27 UTC (rev 160208)
+++ PKGBUILD2012-05-30 19:44:57 UTC (rev 160209)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('eb80e8dc38c389728bfca1f041af7658e7dd67faca8c763de02d5014ffd2cc92')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 160208, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-30 19:44:57 UTC (rev 160209)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.6
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('22a1594116bf0ee3165f48487bdca4e5f25b2a1436e35e188b3ee38c543dabda')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:14:40
  Author: andyrtr
Revision: 148561

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 148560, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 17:14:18 UTC (rev 148560)
+++ PKGBUILD2012-02-03 17:14:40 UTC (rev 148561)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.5
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0f50579d34e56d817a1bf7ff26582984dd7262209e9e74862237cfae5a7a2961')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 148560, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 17:14:40 UTC (rev 148561)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('eb80e8dc38c389728bfca1f041af7658e7dd67faca8c763de02d5014ffd2cc92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xkeyboard-config/repos/extra-any (3 files)

2012-01-20 Thread andyrtr
Date: Friday, January 20, 2012 @ 13:44:12
  Author: andyrtr
Revision: 147012

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 147011, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD
  xkeyboard-config/repos/extra-any/git-fixes.patch

-+
 PKGBUILD|   77 -
 git-fixes.patch | 2386 --
 2 files changed, 35 insertions(+), 2428 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 147011:147012 to see the changes.


[arch-commits] Commit in xkeyboard-config/repos (extra-any testing-any)

2011-04-11 Thread andyrtr
Date: Monday, April 11, 2011 @ 12:33:00
  Author: andyrtr
Revision: 119452

db-move: moved xkeyboard-config from [testing] to [extra] (any)

Added:
  xkeyboard-config/repos/extra-any/
Deleted:
  xkeyboard-config/repos/testing-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2011-04-11 Thread andyrtr
Date: Monday, April 11, 2011 @ 12:32:59
  Author: andyrtr
Revision: 119451

db-move: xkeyboard-config removed by andyrtr for move to [extra] (any)

Deleted:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:35:29
  Author: jgc
Revision: 113639

archrelease: remove extra-any

Deleted:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2011-03-10 Thread Jan de Groot
Date: Thursday, March 10, 2011 @ 05:35:41
  Author: jgc
Revision: 113640

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2010-10-12 Thread Jan de Groot
Date: Tuesday, October 12, 2010 @ 10:48:09
  Author: jgc
Revision: 94926

archrelease: remove extra-any

Deleted:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2010-10-12 Thread Jan de Groot
Date: Tuesday, October 12, 2010 @ 10:48:15
  Author: jgc
Revision: 94927

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any)

2010-09-29 Thread Jan de Groot
Date: Wednesday, September 29, 2010 @ 03:52:12
  Author: jgc
Revision: 92137

db-move: xkeyboard-config removed by jgc for move to [extra] (any)

Deleted:
  xkeyboard-config/repos/extra-any/



[arch-commits] Commit in xkeyboard-config/repos (extra-any testing-any)

2010-09-29 Thread Jan de Groot
Date: Wednesday, September 29, 2010 @ 03:52:12
  Author: jgc
Revision: 92138

db-move: moved xkeyboard-config from [testing] to [extra] (any)

Added:
  xkeyboard-config/repos/extra-any/
Deleted:
  xkeyboard-config/repos/testing-any/