[arch-commits] Commit in tamsyn-font/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat Sep 8 23:56:56 UTC 2018
Date: Saturday, September 8, 2018 @ 23:56:55
Author: kkeen
Revision: 378838
archrelease: copy trunk to community-any
Added:
tamsyn-font/repos/community-any/PKGBUILD
(from rev 378837, tamsyn-font/trunk/PKGBUILD)
Deleted:
tamsyn-font/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-08 23:56:43 UTC (rev 378837)
+++ PKGBUILD 2018-09-08 23:56:55 UTC (rev 378838)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Scott Fial <scott at fial dot com>
-
-pkgname=tamsyn-font
-pkgver=1.11
-pkgrel=2
-pkgdesc="A monospaced bitmap font for the console and X11"
-arch=('any')
-url="http://www.fial.com/~scott/tamsyn-font"
-license=('custom')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
-
-package () {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -d "$pkgdir/usr/share/fonts/local"
- install -d "$pkgdir/usr/share/kbd/consolefonts"
- install -d "$pkgdir/usr/share/doc/$pkgname"
-
- install -m644 *.pcf "$pkgdir/usr/share/fonts/local/"
- install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: tamsyn-font/repos/community-any/PKGBUILD (from rev 378837, tamsyn-font/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-08 23:56:55 UTC (rev 378838)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Scott Fial <scott at fial dot com>
+
+pkgname=tamsyn-font
+pkgver=1.11
+pkgrel=3
+pkgdesc="A monospaced bitmap font for the console and X11"
+arch=('any')
+url="http://www.fial.com/~scott/tamsyn-font"
+license=('custom')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz")
+md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
+
+package () {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ install -d "$pkgdir/usr/share/fonts/misc"
+ install -d "$pkgdir/usr/share/kbd/consolefonts"
+ install -d "$pkgdir/usr/share/doc/$pkgname"
+
+ install -m644 *.pcf "$pkgdir/usr/share/fonts/misc/"
+ install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
+}
More information about the arch-commits
mailing list