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

Gaetan Bisson bisson at archlinux.org
Sun Feb 5 16:09:19 UTC 2012


    Date: Sunday, February 5, 2012 @ 11:09:19
  Author: bisson
Revision: 149065

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

Added:
  xorg-setxkbmap/repos/extra-i686/PKGBUILD
    (from rev 149064, xorg-setxkbmap/trunk/PKGBUILD)
  xorg-setxkbmap/repos/extra-x86_64/PKGBUILD
    (from rev 149064, xorg-setxkbmap/trunk/PKGBUILD)
Deleted:
  xorg-setxkbmap/repos/extra-i686/PKGBUILD
  xorg-setxkbmap/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   53 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   53 ++++++++++++++++++++++++++----------------------
 2 files changed, 58 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 16:08:46 UTC (rev 149064)
+++ extra-i686/PKGBUILD	2012-02-05 16:09:19 UTC (rev 149065)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-setxkbmap
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Set the keyboard using the X Keyboard Extension"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
-sha1sums=('860785e16313d30792fe62604f65d84281812322')
-
-build() {
-  cd "${srcdir}/setxkbmap-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-setxkbmap/repos/extra-i686/PKGBUILD (from rev 149064, xorg-setxkbmap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 16:09:19 UTC (rev 149065)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xorg-setxkbmap
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Set the keyboard using the X Keyboard Extension'
+url='http://xorg.freedesktop.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2")
+sha1sums=('860785e16313d30792fe62604f65d84281812322')
+
+groups=('xorg-apps' 'xorg')
+
+build() {
+	cd "${srcdir}/setxkbmap-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/setxkbmap-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 16:08:46 UTC (rev 149064)
+++ extra-x86_64/PKGBUILD	2012-02-05 16:09:19 UTC (rev 149065)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-setxkbmap
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Set the keyboard using the X Keyboard Extension"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
-sha1sums=('860785e16313d30792fe62604f65d84281812322')
-
-build() {
-  cd "${srcdir}/setxkbmap-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-setxkbmap/repos/extra-x86_64/PKGBUILD (from rev 149064, xorg-setxkbmap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 16:09:19 UTC (rev 149065)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xorg-setxkbmap
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Set the keyboard using the X Keyboard Extension'
+url='http://xorg.freedesktop.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2")
+sha1sums=('860785e16313d30792fe62604f65d84281812322')
+
+groups=('xorg-apps' 'xorg')
+
+build() {
+	cd "${srcdir}/setxkbmap-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/setxkbmap-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}




More information about the arch-commits mailing list