Date: Sunday, January 24, 2016 @ 15:46:10
  Author: lfleischer
Revision: 158744

archrelease: copy trunk to community-any

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

------------------+
 PKGBUILD         |   42 +++++++++++++++++++++---------------------
 ttf-hack.install |   32 ++++++++++++++++----------------
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2016-01-24 14:45:59 UTC (rev 158743)
+++ PKGBUILD    2016-01-24 14:46:10 UTC (rev 158744)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Markus Tacker <[email protected]>
-# Contributor: Peter Hoeg <[email protected]>
-
-_pkgver_major=2
-_pkgver_minor=018
-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')
-install=$pkgname.install
-source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip";)
-sha256sums=('7dbafae9b1f6c5b0763b227e51c5485cc4ef6d9b0fec4914622ddb9fe235334c')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
-}

Copied: ttf-hack/repos/community-any/PKGBUILD (from rev 158743, 
ttf-hack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-01-24 14:46:10 UTC (rev 158744)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Markus Tacker <[email protected]>
+# Contributor: Peter Hoeg <[email protected]>
+
+_pkgver_major=2
+_pkgver_minor=019
+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=('64e6faed79190636a169b7c389feb5ee5be48230512fe6e374a58d5ffca1193a')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}

Deleted: ttf-hack.install
===================================================================
--- ttf-hack.install    2016-01-24 14:45:59 UTC (rev 158743)
+++ ttf-hack.install    2016-01-24 14:46:10 UTC (rev 158744)
@@ -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
-}
-

Copied: ttf-hack/repos/community-any/ttf-hack.install (from rev 158743, 
ttf-hack/trunk/ttf-hack.install)
===================================================================
--- ttf-hack.install                            (rev 0)
+++ ttf-hack.install    2016-01-24 14:46:10 UTC (rev 158744)
@@ -0,0 +1,16 @@
+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
+}
+

Reply via email to