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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun May 25 19:56:01 UTC 2014


    Date: Sunday, May 25, 2014 @ 21:56:00
  Author: jlichtblau
Revision: 111857

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-25 19:55:50 UTC (rev 111856)
+++ PKGBUILD	2014-05-25 19:56:00 UTC (rev 111857)
@@ -1,24 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Olivier Duclos <oliwer at free.fr>
-
-pkgname=profont
-pkgver=1
-pkgrel=2
-pkgdesc='A small bitmap font which is absolutely great for programming.'
-arch=('any')
-license=('unknown')
-url='http://www.tobias-jung.de/seekingprofont/'
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install='profont.install'
-source=("http://www.tobiasjung.net/dl/${pkgname}-x11.tar.gz")
-md5sums=('c12bc7e730f186e70d61ee242d849b48')
-
-package() {
-  cd ${pkgname}-x11
-
-  gzip *
-
-  install -d ${pkgdir}/usr/share/fonts/misc
-  install -m664 * ${pkgdir}/usr/share/fonts/misc/
-}
-

Copied: profont/repos/community-any/PKGBUILD (from rev 111856, profont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-25 19:56:00 UTC (rev 111857)
@@ -0,0 +1,26 @@
+# $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
+}
+

Deleted: profont.install
===================================================================
--- profont.install	2014-05-25 19:55:50 UTC (rev 111856)
+++ profont.install	2014-05-25 19:56:00 UTC (rev 111857)
@@ -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 111856, profont/trunk/profont.install)
===================================================================
--- profont.install	                        (rev 0)
+++ profont.install	2014-05-25 19:56:00 UTC (rev 111857)
@@ -0,0 +1,15 @@
+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
+}




More information about the arch-commits mailing list