[arch-commits] Commit in xf86miscproto/repos/community-any (MKPKG PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 16:56:47 UTC 2016


    Date: Wednesday, November 2, 2016 @ 16:56:46
  Author: alucryd
Revision: 194531

archrelease: copy trunk to community-any

Added:
  xf86miscproto/repos/community-any/PKGBUILD
    (from rev 194530, xf86miscproto/trunk/PKGBUILD)
Deleted:
  xf86miscproto/repos/community-any/MKPKG
  xf86miscproto/repos/community-any/PKGBUILD

----------+
 MKPKG    |    4 ---
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 31 insertions(+), 36 deletions(-)

Deleted: MKPKG
===================================================================
--- MKPKG	2016-11-02 16:56:37 UTC (rev 194530)
+++ MKPKG	2016-11-02 16:56:46 UTC (rev 194531)
@@ -1,4 +0,0 @@
-arch=('any')
-pkgname=('xf86miscproto')
-
-# vim: ts=2 sw=2 et:

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 16:56:37 UTC (rev 194530)
+++ PKGBUILD	2016-11-02 16:56:46 UTC (rev 194531)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-
-pkgname=xf86miscproto
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='X11 Misc extension wire protocol'
-arch=('any')
-url='http://xorg.freedesktop.org/'
-license=('custom')
-makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('45b8ec6a4a8ca21066dce117e09dcc88539862e616e60fb391de05b36f63b095')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: xf86miscproto/repos/community-any/PKGBUILD (from rev 194530, xf86miscproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-02 16:56:46 UTC (rev 194531)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=xf86miscproto
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='X11 Misc extension wire protocol'
+arch=('any')
+url='https://xorg.freedesktop.org/'
+license=('custom')
+makedepends=('xorg-util-macros')
+source=("https://xorg.freedesktop.org/releases/individual/proto/xf86miscproto-${pkgver}.tar.bz2")
+sha256sums=('45b8ec6a4a8ca21066dce117e09dcc88539862e616e60fb391de05b36f63b095')
+
+build() {
+  cd xf86miscproto-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd xf86miscproto-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/xf86miscproto/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list