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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jan 22 17:59:30 UTC 2017


    Date: Sunday, January 22, 2017 @ 17:59:29
  Author: jlichtblau
Revision: 208423

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   49 ++++++++++++++++++++++++-------------------------
 profont.install |   15 ---------------
 2 files changed, 24 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-22 17:59:18 UTC (rev 208422)
+++ PKGBUILD	2017-01-22 17:59:29 UTC (rev 208423)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: profont/repos/community-any/PKGBUILD (from rev 208422, profont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-22 17:59:29 UTC (rev 208423)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Olivier Duclos <oliwer at free.fr>
+
+pkgname=profont
+pkgver=1
+pkgrel=5
+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')
+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	2017-01-22 17:59:18 UTC (rev 208422)
+++ profont.install	2017-01-22 17:59:29 UTC (rev 208423)
@@ -1,15 +0,0 @@
-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