[arch-commits] Commit in ttf-hack/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 13:05:48 UTC 2017


    Date: Saturday, January 14, 2017 @ 13:05:47
  Author: lfleischer
Revision: 286360

archrelease: copy trunk to extra-any

Added:
  ttf-hack/repos/extra-any/PKGBUILD
    (from rev 286359, ttf-hack/trunk/PKGBUILD)
Deleted:
  ttf-hack/repos/community-any/
  ttf-hack/repos/extra-any/PKGBUILD
  ttf-hack/repos/extra-any/ttf-hack.install

----------------------------+
 /PKGBUILD                  |   20 ++++++++++++++++++++
 extra-any/PKGBUILD         |   21 ---------------------
 extra-any/ttf-hack.install |   16 ----------------
 3 files changed, 20 insertions(+), 37 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2017-01-14 13:05:28 UTC (rev 286359)
+++ extra-any/PKGBUILD	2017-01-14 13:05:47 UTC (rev 286360)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Markus Tacker <m at cto.hiv>
-# Contributor: Peter Hoeg <peter at hoeg.com>
-
-_pkgver_major=2
-_pkgver_minor=020
-pkgname=ttf-hack
-pkgver=${_pkgver_major}.${_pkgver_minor}
-pkgrel=1
-pkgdesc='A hand groomed and optically balanced typeface based on Bitstream Vera Mono'
-arch=('any')
-license=('SIL Open Font License 1.1 and Bitstream Vera License')
-url="http://sourcefoundry.org/hack/"
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
-source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip")
-sha256sums=('048566ae79c580f725b68340d9d2a3b0fa125fb08c1d30cf0a7c327d07ab739a')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
-}

Copied: ttf-hack/repos/extra-any/PKGBUILD (from rev 286359, ttf-hack/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2017-01-14 13:05:47 UTC (rev 286360)
@@ -0,0 +1,20 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Markus Tacker <m at cto.hiv>
+# Contributor: Peter Hoeg <peter at hoeg.com>
+
+_pkgver_major=2
+_pkgver_minor=020
+pkgname=ttf-hack
+pkgver=${_pkgver_major}.${_pkgver_minor}
+pkgrel=2
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream Vera Mono.'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/"
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip")
+sha256sums=('048566ae79c580f725b68340d9d2a3b0fa125fb08c1d30cf0a7c327d07ab739a')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}

Deleted: extra-any/ttf-hack.install
===================================================================
--- extra-any/ttf-hack.install	2017-01-14 13:05:28 UTC (rev 286359)
+++ extra-any/ttf-hack.install	2017-01-14 13:05:47 UTC (rev 286360)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-



More information about the arch-commits mailing list