[arch-commits] Commit in xorg-xkbutils/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 03:22:40 UTC 2018
Date: Thursday, May 31, 2018 @ 03:22:39
Author: felixonmars
Revision: 325375
archrelease: copy trunk to extra-x86_64
Added:
xorg-xkbutils/repos/extra-x86_64/PKGBUILD
(from rev 325374, xorg-xkbutils/trunk/PKGBUILD)
Deleted:
xorg-xkbutils/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 03:22:16 UTC (rev 325374)
+++ PKGBUILD 2018-05-31 03:22:39 UTC (rev 325375)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xkbutils
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="XKB utility demos"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxaw' 'libxt' 'libx11')
-makedepends=('xorg-util-macros' 'xproto' 'inputproto')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2)
-sha256sums=('d2a18ab90275e8bca028773c44264d2266dab70853db4321bdbc18da75148130')
-
-build() {
- cd "${srcdir}/xkbutils-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/xkbutils-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: xorg-xkbutils/repos/extra-x86_64/PKGBUILD (from rev 325374, xorg-xkbutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 03:22:39 UTC (rev 325375)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xkbutils
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="XKB utility demos"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxt' 'libx11')
+makedepends=('xorg-util-macros' 'xproto' 'inputproto')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2)
+sha512sums=('5bb6cb52ac02a4ec18332559853815585ca86e00e8c6452483af10c4db75811fe00952575dbbad5b7d03b9d6498830fb45d617b1b3c5c1cea8445f1131856a4d')
+
+build() {
+ cd "${srcdir}/xkbutils-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/xkbutils-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list