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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 3 09:58:15 UTC 2015


    Date: Saturday, January 3, 2015 @ 10:58:15
  Author: jlichtblau
Revision: 125205

archrelease: copy trunk to community-any

Added:
  profont/repos/community-any/PKGBUILD
    (from rev 125204, profont/trunk/PKGBUILD)
  profont/repos/community-any/profont.install
    (from rev 125204, profont/trunk/profont.install)
Deleted:
  profont/repos/community-any/PKGBUILD
  profont/repos/community-any/profont.install

-----------------+
 PKGBUILD        |   51 +++++++++++++++++++++++++--------------------------
 profont.install |   30 +++++++++++++++---------------
 2 files changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 09:58:07 UTC (rev 125204)
+++ PKGBUILD	2015-01-03 09:58:15 UTC (rev 125205)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Olivier Duclos <oliwer at free.fr>
-
-pkgname=profont
-pkgver=1
-pkgrel=3
-pkgdesc='A small bitmap font which is absolutely great for programming.'
-arch=('any')
-url='http://tobiasjung.name/profont/'
-license=('MIT')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install=${pkgname}.install
-source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
-md5sums=('2bf2826f0430c9c917021f3104cec9f4')
-
-package() {
-  cd "${srcdir}"/${pkgname}-x11
-
-  install -d "${pkgdir}"/usr/share/fonts/misc
-  install -m664 *.pcf "${pkgdir}"/usr/share/fonts/misc/
-  
-  install -D LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: profont/repos/community-any/PKGBUILD (from rev 125204, profont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-03 09:58:15 UTC (rev 125205)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemdory at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Olivier Duclos <oliwer at free.fr>
+
+pkgname=profont
+pkgver=1
+pkgrel=4
+pkgdesc='A small bitmap font which is absolutely great for programming'
+arch=('any')
+url='http://tobiasjung.name/profont/'
+license=('MIT')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+install=$pkgname.install
+source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
+sha256sums=('99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7')
+
+package() {
+  cd "${srcdir}"/${pkgname}-x11
+
+  install -d "${pkgdir}"/usr/share/fonts/misc
+  install -m664 *.pcf "${pkgdir}"/usr/share/fonts/misc/
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: profont.install
===================================================================
--- profont.install	2015-01-03 09:58:07 UTC (rev 125204)
+++ profont.install	2015-01-03 09:58:15 UTC (rev 125205)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
-  mkfontscale /usr/share/fonts/misc
-  mkfontdir /usr/share/fonts/misc
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: profont/repos/community-any/profont.install (from rev 125204, profont/trunk/profont.install)
===================================================================
--- profont.install	                        (rev 0)
+++ profont.install	2015-01-03 09:58:15 UTC (rev 125205)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/misc
+  mkfontdir /usr/share/fonts/misc
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list