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

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 17:15:45
  Author: andyrtr
Revision: 286608

archrelease: copy trunk to extra-any

Added:
  xextproto/repos/extra-any/PKGBUILD
(from rev 286607, xextproto/trunk/PKGBUILD)
Deleted:
  xextproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-15 17:15:35 UTC (rev 286607)
+++ PKGBUILD2017-01-15 17:15:45 UTC (rev 286608)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xextproto
-pkgver=7.3.0
-pkgrel=1
-pkgdesc="X11 various extension wire protocol"
-arch=('any')
-license=('custom')
-makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
-url="http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xextproto/repos/extra-any/PKGBUILD (from rev 286607, 
xextproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-15 17:15:45 UTC (rev 286608)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xextproto
+pkgver=7.3.0
+pkgrel=1
+pkgdesc="X11 various extension wire protocol"
+arch=('any')
+license=('custom')
+makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
+url="https://xorg.freedesktop.org/;
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2012-03-23 Thread andyrtr
Date: Friday, March 23, 2012 @ 13:24:05
  Author: andyrtr
Revision: 154144

archrelease: copy trunk to extra-any

Added:
  xextproto/repos/extra-any/PKGBUILD
(from rev 154143, xextproto/trunk/PKGBUILD)
Deleted:
  xextproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-23 17:23:43 UTC (rev 154143)
+++ PKGBUILD2012-03-23 17:24:05 UTC (rev 154144)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xextproto
-pkgver=7.2.0
-pkgrel=2
-pkgdesc=X11 various extension wire protocol
-arch=('any')
-license=('custom')
-makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
-url=http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a117fb9d7fdebee7af3f9e79efe9812e39e650a5')
-
-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: xextproto/repos/extra-any/PKGBUILD (from rev 154143, 
xextproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-23 17:24:05 UTC (rev 154144)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xextproto
+pkgver=7.2.1
+pkgrel=1
+pkgdesc=X11 various extension wire protocol
+arch=('any')
+license=('custom')
+makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f969e02009adf2d51fd1ba4583a859984728a461')
+
+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
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:16:32
  Author: allan
Revision: 151194

archrelease: copy trunk to extra-any

Added:
  xextproto/repos/extra-any/PKGBUILD
(from rev 151193, xextproto/trunk/PKGBUILD)
Deleted:
  xextproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:15:48 UTC (rev 151193)
+++ PKGBUILD2012-02-25 07:16:32 UTC (rev 151194)
@@ -1,22 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xextproto
-pkgver=7.2.0
-pkgrel=1
-pkgdesc=X11 various extension wire protocol
-arch=('any')
-license=('custom')
-makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
-url=http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a117fb9d7fdebee7af3f9e79efe9812e39e650a5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${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: xextproto/repos/extra-any/PKGBUILD (from rev 151193, 
xextproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:16:32 UTC (rev 151194)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xextproto
+pkgver=7.2.0
+pkgrel=2
+pkgdesc=X11 various extension wire protocol
+arch=('any')
+license=('custom')
+makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a117fb9d7fdebee7af3f9e79efe9812e39e650a5')
+
+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
+}