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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Mar 23 17:17:02 UTC 2012


    Date: Friday, March 23, 2012 @ 13:17:02
  Author: andyrtr
Revision: 154134

archrelease: copy trunk to extra-any

Added:
  fontsproto/repos/extra-any/PKGBUILD
    (from rev 154133, fontsproto/trunk/PKGBUILD)
Deleted:
  fontsproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-23 17:16:40 UTC (rev 154133)
+++ PKGBUILD	2012-03-23 17:17:02 UTC (rev 154134)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=fontsproto
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="X11 font 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=('77ab428ad4ad7cf0294a72a2201d665c4edf5fb1')
-
-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: fontsproto/repos/extra-any/PKGBUILD (from rev 154133, fontsproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-03-23 17:17:02 UTC (rev 154134)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=fontsproto
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="X11 font 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=('538f0880faa6981cb1a348ced93dc715c42840f7')
+
+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