[arch-commits] Commit in tamsyn-font/repos/community-any (4 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Sep 18 23:02:34 UTC 2013


    Date: Thursday, September 19, 2013 @ 01:02:34
  Author: svenstaro
Revision: 97416

archrelease: copy trunk to community-any

Added:
  tamsyn-font/repos/community-any/PKGBUILD
    (from rev 97415, tamsyn-font/trunk/PKGBUILD)
  tamsyn-font/repos/community-any/tamsyn-font.install
    (from rev 97415, tamsyn-font/trunk/tamsyn-font.install)
Deleted:
  tamsyn-font/repos/community-any/PKGBUILD
  tamsyn-font/repos/community-any/tamsyn-font.install

---------------------+
 PKGBUILD            |   54 +++++++++++++++++++++++++-------------------------
 tamsyn-font.install |   44 +++++++++++++++++++---------------------
 2 files changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-18 23:02:26 UTC (rev 97415)
+++ PKGBUILD	2013-09-18 23:02:34 UTC (rev 97416)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Scott Fial <scott at fial dot com>
-
-pkgname=tamsyn-font
-pkgver=1.9
-pkgrel=1
-pkgdesc="A monospaced bitmap font for the console and X11"
-arch=('any')
-url="http://www.fial.com/~scott/tamsyn-font"
-license=('custom')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
-source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('b77250bdb3a5bad08740e6fe848b0f53')
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/fonts/local"
-  install -d "$pkgdir/usr/share/kbd/consolefonts"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-
-  install -m644 *.pcf "$pkgdir/usr/share/fonts/local/"
-  install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: tamsyn-font/repos/community-any/PKGBUILD (from rev 97415, tamsyn-font/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-18 23:02:34 UTC (rev 97416)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Scott Fial <scott at fial dot com>
+
+pkgname=tamsyn-font
+pkgver=1.10
+pkgrel=1
+pkgdesc="A monospaced bitmap font for the console and X11"
+arch=('any')
+url="http://www.fial.com/~scott/tamsyn-font"
+license=('custom')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz)
+md5sums=('92afa4633a1afd8c54e426681ffd465e')
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/share/fonts/local"
+  install -d "$pkgdir/usr/share/kbd/consolefonts"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+
+  install -m644 *.pcf "$pkgdir/usr/share/fonts/local/"
+  install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: tamsyn-font.install
===================================================================
--- tamsyn-font.install	2013-09-18 23:02:26 UTC (rev 97415)
+++ tamsyn-font.install	2013-09-18 23:02:34 UTC (rev 97416)
@@ -1,23 +0,0 @@
-# arg 1: the new package version
-post_install() {
-  echo "Updating font cache... " 
-  fc-cache -fs >/dev/null 2>&1
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-  echo "Make sure that you add /usr/share/fonts/local/ to xorg.conf under the"
-  echo "\"Files\" section."
-  echo "See the README in /usr/share/doc/tamsyn-font for more info."
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1: the old package version
-post_remove() {
-  fc-cache -fs >/dev/null 2>&1
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-}

Copied: tamsyn-font/repos/community-any/tamsyn-font.install (from rev 97415, tamsyn-font/trunk/tamsyn-font.install)
===================================================================
--- tamsyn-font.install	                        (rev 0)
+++ tamsyn-font.install	2013-09-18 23:02:34 UTC (rev 97416)
@@ -0,0 +1,21 @@
+# arg 1: the new package version
+post_install() {
+  echo "Updating font cache... " 
+  fc-cache -fs >/dev/null 2>&1
+  mkfontscale /usr/share/fonts/local
+  mkfontdir /usr/share/fonts/local
+  echo "See the README in /usr/share/doc/tamsyn-font for more info."
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+  post_install $1
+}
+
+# arg 1: the old package version
+post_remove() {
+  fc-cache -fs >/dev/null 2>&1
+  mkfontscale /usr/share/fonts/local
+  mkfontdir /usr/share/fonts/local
+}




More information about the arch-commits mailing list