[arch-commits] Commit in libfs/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 10:29:27 UTC 2012


    Date: Sunday, February 26, 2012 @ 05:29:26
  Author: pierre
Revision: 151406

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libfs/repos/extra-i686/PKGBUILD
    (from rev 151405, libfs/trunk/PKGBUILD)
  libfs/repos/extra-x86_64/PKGBUILD
    (from rev 151405, libfs/trunk/PKGBUILD)
Deleted:
  libfs/repos/extra-i686/PKGBUILD
  libfs/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   52 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   52 +++++++++++++++++++++++++-----------------------
 2 files changed, 56 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-26 10:28:57 UTC (rev 151405)
+++ extra-i686/PKGBUILD	2012-02-26 10:29:26 UTC (rev 151406)
@@ -1,24 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libfs
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="X11 Font Services Library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('glibc' 'xproto' 'fontsproto')
-makedepends=('xorg-util-macros' 'xtrans')
-options=(!libtool)
-source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
-sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
-
-build() {
-  cd "${srcdir}/libFS-${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: libfs/repos/extra-i686/PKGBUILD (from rev 151405, libfs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-26 10:29:26 UTC (rev 151406)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libfs
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="X11 Font Services Library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('glibc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=("${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2")
+sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
+
+build() {
+  cd "${srcdir}/libFS-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/libFS-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-26 10:28:57 UTC (rev 151405)
+++ extra-x86_64/PKGBUILD	2012-02-26 10:29:26 UTC (rev 151406)
@@ -1,24 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libfs
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="X11 Font Services Library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('glibc' 'xproto' 'fontsproto')
-makedepends=('xorg-util-macros' 'xtrans')
-options=(!libtool)
-source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
-sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
-
-build() {
-  cd "${srcdir}/libFS-${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: libfs/repos/extra-x86_64/PKGBUILD (from rev 151405, libfs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-26 10:29:26 UTC (rev 151406)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libfs
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="X11 Font Services Library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+depends=('glibc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=("${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2")
+sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
+
+build() {
+  cd "${srcdir}/libFS-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/libFS-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list