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

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 17:07:19 UTC 2017


    Date: Sunday, January 15, 2017 @ 17:07:18
  Author: andyrtr
Revision: 286602

archrelease: copy trunk to extra-any

Added:
  xf86vidmodeproto/repos/extra-any/PKGBUILD
    (from rev 286601, xf86vidmodeproto/trunk/PKGBUILD)
Deleted:
  xf86vidmodeproto/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 17:07:07 UTC (rev 286601)
+++ PKGBUILD	2017-01-15 17:07:18 UTC (rev 286602)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xf86vidmodeproto
-pkgver=2.3.1
-pkgrel=3
-pkgdesc="X11 Video Mode 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)
-sha1sums=('11d54c3210887631ea71e8f8030a77692e964fc4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xf86vidmodeproto/repos/extra-any/PKGBUILD (from rev 286601, xf86vidmodeproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 17:07:18 UTC (rev 286602)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86vidmodeproto
+pkgver=2.3.1
+pkgrel=3
+pkgdesc="X11 Video Mode extension wire protocol"
+arch=('any')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('11d54c3210887631ea71e8f8030a77692e964fc4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list