[arch-commits] Commit in font-misc-ethiopic/repos/extra-any (4 files)

Allan McRae allan at archlinux.org
Tue Sep 13 06:03:44 UTC 2011


    Date: Tuesday, September 13, 2011 @ 02:03:43
  Author: allan
Revision: 137962

archrelease: copy trunk to extra-any

Added:
  font-misc-ethiopic/repos/extra-any/PKGBUILD
    (from rev 137961, font-misc-ethiopic/trunk/PKGBUILD)
  font-misc-ethiopic/repos/extra-any/xfonts.install
    (from rev 137961, font-misc-ethiopic/trunk/xfonts.install)
Deleted:
  font-misc-ethiopic/repos/extra-any/PKGBUILD
  font-misc-ethiopic/repos/extra-any/xfonts.install

----------------+
 PKGBUILD       |   62 +++++++++++++++++++++++++++----------------------------
 xfonts.install |   30 +++++++++++++-------------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-13 06:03:09 UTC (rev 137961)
+++ PKGBUILD	2011-09-13 06:03:43 UTC (rev 137962)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=font-misc-ethiopic
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="X.org Misc Ethiopic fonts"
-arch=('any')
-url="http://xorg.freedesktop.org/"
-license=('MIT')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install=xfonts.install
-source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4c88c79b8e5d47af90b21e948d42755f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-      --with-ttf-fontdir=/usr/share/fonts/TTF \
-      --with-otf-fontdir=/usr/share/fonts/OTF
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/fonts"/*/fonts.*
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: font-misc-ethiopic/repos/extra-any/PKGBUILD (from rev 137961, font-misc-ethiopic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-13 06:03:43 UTC (rev 137962)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=font-misc-ethiopic
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="X.org Misc Ethiopic fonts"
+arch=('any')
+url="http://xorg.freedesktop.org/"
+license=('MIT')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+install=xfonts.install
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4c88c79b8e5d47af90b21e948d42755f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+      --with-ttf-fontdir=/usr/share/fonts/TTF \
+      --with-otf-fontdir=/usr/share/fonts/OTF
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/fonts"/*/fonts.*
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: xfonts.install
===================================================================
--- xfonts.install	2011-09-13 06:03:09 UTC (rev 137961)
+++ xfonts.install	2011-09-13 06:03:43 UTC (rev 137962)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f -s > /dev/null
-  mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF
-  mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: font-misc-ethiopic/repos/extra-any/xfonts.install (from rev 137961, font-misc-ethiopic/trunk/xfonts.install)
===================================================================
--- xfonts.install	                        (rev 0)
+++ xfonts.install	2011-09-13 06:03:43 UTC (rev 137962)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f -s > /dev/null
+  mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF
+  mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list