[arch-commits] Commit in libxkbcommon/repos (4 files)

Jan Steffens heftig at archlinux.org
Sat Nov 12 18:30:54 UTC 2016


    Date: Saturday, November 12, 2016 @ 18:30:53
  Author: heftig
Revision: 280611

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxkbcommon/repos/extra-i686/PKGBUILD
    (from rev 280610, libxkbcommon/trunk/PKGBUILD)
  libxkbcommon/repos/extra-x86_64/PKGBUILD
    (from rev 280610, libxkbcommon/trunk/PKGBUILD)
Deleted:
  libxkbcommon/repos/extra-i686/PKGBUILD
  libxkbcommon/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  126 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   54 --------------------
 extra-x86_64/PKGBUILD |   54 --------------------
 3 files changed, 126 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-12 18:30:06 UTC (rev 280610)
+++ extra-i686/PKGBUILD	2016-11-12 18:30:53 UTC (rev 280611)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Mladen Pejakovic <pejakm at gmail.com>
-
-pkgbase=libxkbcommon
-pkgname=(libxkbcommon libxkbcommon-x11)
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Keyboard handling library using XKB data"
-arch=(i686 x86_64)
-url="http://xkbcommon.org/"
-license=(custom)
-depends=(xkeyboard-config glibc)
-checkdepends=(xorg-server-xvfb libgl)
-makedepends=(libxcb doxygen xorg-util-macros)
-source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz")
-md5sums=('67a8f322b5fa32352272e811bb90dd73')
-
-prepare() {
-  mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  xvfb-run -a make -k check
-}
-
-package_libxkbcommon() {
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/libxkbcommon/LICENSE"
-
-### Split libxkbcommon-x11
-
-  mv "$pkgdir"/usr/lib/*x11* "$srcdir/x11/usr/lib"
-  mv "$pkgdir"/usr/lib/pkgconfig/*x11* "$srcdir/x11/usr/lib/pkgconfig"
-  mv "$pkgdir"/usr/include/xkbcommon/*x11* "$srcdir/x11/usr/include/xkbcommon"
-}
-
-package_libxkbcommon-x11() {
-  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
-  depends=(libxkbcommon libxcb)
-
-  mv x11/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/LICENSE "$pkgdir/usr/share/licenses/libxkbcommon-x11/LICENSE"
-}

Copied: libxkbcommon/repos/extra-i686/PKGBUILD (from rev 280610, libxkbcommon/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-12 18:30:53 UTC (rev 280611)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Mladen Pejakovic <pejakm at gmail.com>
+
+pkgbase=libxkbcommon
+pkgname=(libxkbcommon libxkbcommon-x11)
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Keymap handling library for toolkits and window systems"
+arch=(i686 x86_64)
+url="https://xkbcommon.org/"
+license=(custom)
+depends=(xkeyboard-config glibc)
+checkdepends=(xorg-server-xvfb libgl)
+makedepends=(libxcb doxygen xorg-util-macros autoconf-archive git graphviz
+             wayland wayland-protocols)
+_commit=d596f6e3ff2d1fde0491907fa9354e5cdf154ed1  # tags/xkbcommon-0.7.0^0
+source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^xkbcommon-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgbase
+  xvfb-run -a make -k check
+}
+
+package_libxkbcommon() {
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/libxkbcommon/LICENSE"
+
+### Split libxkbcommon-x11
+
+  mv "$pkgdir"/usr/lib/*x11* "$srcdir/x11/usr/lib"
+  mv "$pkgdir"/usr/lib/pkgconfig/*x11* "$srcdir/x11/usr/lib/pkgconfig"
+  mv "$pkgdir"/usr/include/xkbcommon/*x11* "$srcdir/x11/usr/include/xkbcommon"
+}
+
+package_libxkbcommon-x11() {
+  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
+  depends=(libxkbcommon libxcb)
+
+  mv x11/* "$pkgdir"
+
+  install -Dm644 $pkgbase/LICENSE "$pkgdir/usr/share/licenses/libxkbcommon-x11/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-12 18:30:06 UTC (rev 280610)
+++ extra-x86_64/PKGBUILD	2016-11-12 18:30:53 UTC (rev 280611)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Mladen Pejakovic <pejakm at gmail.com>
-
-pkgbase=libxkbcommon
-pkgname=(libxkbcommon libxkbcommon-x11)
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Keyboard handling library using XKB data"
-arch=(i686 x86_64)
-url="http://xkbcommon.org/"
-license=(custom)
-depends=(xkeyboard-config glibc)
-checkdepends=(xorg-server-xvfb libgl)
-makedepends=(libxcb doxygen xorg-util-macros)
-source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz")
-md5sums=('67a8f322b5fa32352272e811bb90dd73')
-
-prepare() {
-  mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  xvfb-run -a make -k check
-}
-
-package_libxkbcommon() {
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/libxkbcommon/LICENSE"
-
-### Split libxkbcommon-x11
-
-  mv "$pkgdir"/usr/lib/*x11* "$srcdir/x11/usr/lib"
-  mv "$pkgdir"/usr/lib/pkgconfig/*x11* "$srcdir/x11/usr/lib/pkgconfig"
-  mv "$pkgdir"/usr/include/xkbcommon/*x11* "$srcdir/x11/usr/include/xkbcommon"
-}
-
-package_libxkbcommon-x11() {
-  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
-  depends=(libxkbcommon libxcb)
-
-  mv x11/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/LICENSE "$pkgdir/usr/share/licenses/libxkbcommon-x11/LICENSE"
-}

Copied: libxkbcommon/repos/extra-x86_64/PKGBUILD (from rev 280610, libxkbcommon/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-12 18:30:53 UTC (rev 280611)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Mladen Pejakovic <pejakm at gmail.com>
+
+pkgbase=libxkbcommon
+pkgname=(libxkbcommon libxkbcommon-x11)
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Keymap handling library for toolkits and window systems"
+arch=(i686 x86_64)
+url="https://xkbcommon.org/"
+license=(custom)
+depends=(xkeyboard-config glibc)
+checkdepends=(xorg-server-xvfb libgl)
+makedepends=(libxcb doxygen xorg-util-macros autoconf-archive git graphviz
+             wayland wayland-protocols)
+_commit=d596f6e3ff2d1fde0491907fa9354e5cdf154ed1  # tags/xkbcommon-0.7.0^0
+source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^xkbcommon-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgbase
+  xvfb-run -a make -k check
+}
+
+package_libxkbcommon() {
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/libxkbcommon/LICENSE"
+
+### Split libxkbcommon-x11
+
+  mv "$pkgdir"/usr/lib/*x11* "$srcdir/x11/usr/lib"
+  mv "$pkgdir"/usr/lib/pkgconfig/*x11* "$srcdir/x11/usr/lib/pkgconfig"
+  mv "$pkgdir"/usr/include/xkbcommon/*x11* "$srcdir/x11/usr/include/xkbcommon"
+}
+
+package_libxkbcommon-x11() {
+  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
+  depends=(libxkbcommon libxcb)
+
+  mv x11/* "$pkgdir"
+
+  install -Dm644 $pkgbase/LICENSE "$pkgdir/usr/share/licenses/libxkbcommon-x11/LICENSE"
+}



More information about the arch-commits mailing list