[arch-commits] Commit in xorg-fonts-encodings/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Fri Feb 24 12:41:44 UTC 2012


    Date: Friday, February 24, 2012 @ 07:41:43
  Author: allan
Revision: 150985

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-encodings/repos/extra-any/PKGBUILD
    (from rev 150984, xorg-fonts-encodings/trunk/PKGBUILD)
Deleted:
  xorg-fonts-encodings/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 12:41:00 UTC (rev 150984)
+++ PKGBUILD	2012-02-24 12:41:43 UTC (rev 150985)
@@ -1,24 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-fonts-encodings
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="X.org font encoding files"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-makedepends=('xorg-mkfontscale' 'xorg-util-macros' 'xorg-font-util')
-groups=('xorg-fonts' 'xorg')
-source=(${url}/releases/individual/font/encodings-${pkgver}.tar.bz2)
-sha1sums=('24ace2470403f85a0d393769204029bd8247992a')
-
-build() {
-  cd "${srcdir}/encodings-${pkgver}"
-  autoreconf
-  ./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: xorg-fonts-encodings/repos/extra-any/PKGBUILD (from rev 150984, xorg-fonts-encodings/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-24 12:41:43 UTC (rev 150985)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-fonts-encodings
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="X.org font encoding files"
+arch=(any)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+makedepends=('xorg-mkfontscale' 'xorg-util-macros' 'xorg-font-util')
+groups=('xorg-fonts' 'xorg')
+source=(${url}/releases/individual/font/encodings-${pkgver}.tar.bz2)
+sha1sums=('24ace2470403f85a0d393769204029bd8247992a')
+
+build() {
+  cd "${srcdir}/encodings-${pkgver}"
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/encodings-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}




More information about the arch-commits mailing list