summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-03-23 11:20:07 -0400
committerKyle Keen2017-03-23 11:20:07 -0400
commitf998292587616a2f53b9ac1db811ae4d64e1e589 (patch)
tree075f4fb766f2b4878e4cee4d70121c53585553f3
parent8f5aa36be9f5728ced70ee455695b394d83396a2 (diff)
downloadaur-f998292587616a2f53b9ac1db811ae4d64e1e589.tar.gz
move to backup sources
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
-rw-r--r--lispm-font.install43
3 files changed, 10 insertions, 53 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e6e4d41f9be..8bf21b845e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Mar 23 15:20:05 UTC 2017
pkgbase = lispm-font
pkgdesc = M.I.T. "CADR LispMachine" main console font
pkgver = 0.1
pkgrel = 3
- url = http://www.eurogaran.com/downloads/lispmfont/
- install = lispm-font.install
+ url = http://web.archive.org/web/20160304051032/http://www.eurogaran.com/downloads/lispmfont/
arch = any
license = MIT
optdepends = fontconfig: For the X Windows version
optdepends = xorg-font-utils: For the X Windows version
- source = http://www.eurogaran.com/downloads/lispmfont/FixedMediumLispm-13.pcf.gz
- source = http://www.eurogaran.com/downloads/lispmfont/lispm-8x14.psf
- source = http://www.eurogaran.com/downloads/lispmfont/LICENSE
+ source = http://kmkeen.com/tmp/lispmfont/FixedMediumLispm-13.pcf.gz
+ source = http://kmkeen.com/tmp/lispmfont/lispm-8x14.psf
+ source = http://kmkeen.com/tmp/lispmfont/LICENSE
md5sums = 001d989e6e9d8fa703371a1e470d6d4f
md5sums = 0003d6abb28f2e54cde4bc34e6d563ed
md5sums = a2c819ba084de33ac2579865b367da87
diff --git a/PKGBUILD b/PKGBUILD
index 60d6dac9ba9d..58ffb8171240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ pkgname=lispm-font
pkgver=0.1
pkgrel=3
pkgdesc='M.I.T. "CADR LispMachine" main console font'
-url="http://www.eurogaran.com/downloads/lispmfont/"
+url="http://web.archive.org/web/20160304051032/http://www.eurogaran.com/downloads/lispmfont/"
arch=('any')
license=('MIT')
-install='lispm-font.install'
-source=('http://www.eurogaran.com/downloads/lispmfont/FixedMediumLispm-13.pcf.gz'
- 'http://www.eurogaran.com/downloads/lispmfont/lispm-8x14.psf'
- 'http://www.eurogaran.com/downloads/lispmfont/LICENSE')
+source=('http://kmkeen.com/tmp/lispmfont/FixedMediumLispm-13.pcf.gz'
+ 'http://kmkeen.com/tmp/lispmfont/lispm-8x14.psf'
+ 'http://kmkeen.com/tmp/lispmfont/LICENSE')
md5sums=('001d989e6e9d8fa703371a1e470d6d4f'
'0003d6abb28f2e54cde4bc34e6d563ed'
'a2c819ba084de33ac2579865b367da87')
diff --git a/lispm-font.install b/lispm-font.install
deleted file mode 100644
index 39bec4dea005..000000000000
--- a/lispm-font.install
+++ /dev/null
@@ -1,43 +0,0 @@
-# Based on terminus-font-ttf install file.
-
-post_upgrade() {
- if [ -e '/usr/bin/fc-cache' ]; then
- printf 'Updating font cache...'
-
- fc-cache -fs
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
-
- echo 'done.'
- fi
-}
-
-post_remove() {
- post_upgrade
-}
-
-post_install() {
- post_upgrade
-
- cat << EOF
-Console version
----------------
-
-Run
-
- setfont /usr/share/kbd/consolefonts/lispm-8x14.psf
-
-if you want to test the console font. To set it permanently, modify the
-CONSOLEFONT setting in /etc/rc.conf.
-
-X Windows version
------------------
-
-The X Windows version is only available in a single size. The old-school font
-string
-
- -lispm-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
-
-can be used for some applications.
-EOF
-}