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

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 1 15:54:18 UTC 2014


    Date: Tuesday, July 1, 2014 @ 17:54:18
  Author: fyan
Revision: 216101

archrelease: copy trunk to extra-any

Added:
  fixesproto/repos/extra-any/PKGBUILD
    (from rev 216100, fixesproto/trunk/PKGBUILD)
Deleted:
  fixesproto/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 15:53:36 UTC (rev 216100)
+++ PKGBUILD	2014-07-01 15:54:18 UTC (rev 216101)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=fixesproto
-pkgver=5.0
-pkgrel=2
-pkgdesc="X11 Fixes extension wire protocol"
-arch=('any')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('xproto' 'xextproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ab605af5da8c98c0c2f8b2c578fed7c864ee996a')
-
-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: fixesproto/repos/extra-any/PKGBUILD (from rev 216100, fixesproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 15:54:18 UTC (rev 216101)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=fixesproto
+pkgver=5.0
+pkgrel=3
+pkgdesc="X11 Fixes extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('xproto' 'xextproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ab605af5da8c98c0c2f8b2c578fed7c864ee996a')
+
+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