summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2023-05-31 07:17:23 +0200
committeraksr2023-05-31 07:17:23 +0200
commit558ae1ae407dbaa7adb83ce0e74e69e43c96f463 (patch)
tree0a5e49927b8e0531a9d08b0dfb6d2f85ee12736e
parent248c3c1b83c440b21ca678a8b38beb0dd086b88e (diff)
downloadaur-chess-merida.tar.gz
...
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD34
-rw-r--r--merid_tt.zipbin0 -> 27687 bytes
-rw-r--r--merida.install18
4 files changed, 18 insertions, 47 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8caa4f80d3a2..f665a5eff827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,13 @@
pkgbase = chess-merida
pkgdesc = A truetype chess font for diagrams and figurine notation
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.enpassant.dk/chess/fonteng.htm
- install = merida.install
arch = any
license = custom
- makedepends = unzip
- depends = fontconfig
- depends = xorg-font-utils
- source = http://www.enpassant.dk/chess/downl/merid_tt.zip
- source = merida.install
+ source = https://www.enpassant.dk/chess/downl/merid_tt.zip
md5sums = fdd8933e38932cf91d971c0667f1d0b5
- md5sums = 5ae0a6e3a2b9dd955467c59f8276e5c6
+ sha1sums = d8ce5ffb045a7eeab4544b5dc0d7c709aa62593d
+ sha256sums = ad2f619551660ebb65b0d1e4c7a487db108ac72235bbd53f47a402d2144587e7
pkgname = chess-merida
-
diff --git a/PKGBUILD b/PKGBUILD
index a42f2ccac3a1..06fd0912ac01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,19 @@
-# Maintainer: Auguste Pop <auguste [at] gmail [dot] com>
-
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+# Maintainer: aksr <aksr at t-com dot me>
pkgname=chess-merida
pkgver=1.1
-pkgrel=1
-pkgdesc="A truetype chess font for diagrams and figurine notation"
-arch=('any')
-url="http://www.enpassant.dk/chess/fonteng.htm"
+pkgrel=2
+pkgdesc='A truetype chess font for diagrams and figurine notation'
+arch=(any)
+url='http://www.enpassant.dk/chess/fonteng.htm'
license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
-makedepends=('unzip')
-install=merida.install
-source=("http://www.enpassant.dk/chess/downl/merid_tt.zip"
- 'merida.install')
-md5sums=('fdd8933e38932cf91d971c0667f1d0b5'
- '5ae0a6e3a2b9dd955467c59f8276e5c6')
+source=('https://www.enpassant.dk/chess/downl/merid_tt.zip')
+md5sums=('fdd8933e38932cf91d971c0667f1d0b5')
+sha1sums=('d8ce5ffb045a7eeab4544b5dc0d7c709aa62593d')
+sha256sums=('ad2f619551660ebb65b0d1e4c7a487db108ac72235bbd53f47a402d2144587e7')
-package()
-{
- cd $srcdir
- install -m 644 -D MERIFONT.TTF \
- $pkgdir/usr/share/fonts/TTF/ChessMerida.ttf
- install -m 644 -D README_D.TXT \
- $pkgdir/usr/share/licenses/$pkgname/README
+package() {
+ cd $srcdir
+ install -m644 -D MERIFONT.TTF $pkgdir/usr/share/fonts/TTF/ChessMerida.ttf
+ install -m644 -D README_D.TXT $pkgdir/usr/share/licenses/$pkgname/README
}
diff --git a/merid_tt.zip b/merid_tt.zip
new file mode 100644
index 000000000000..676fdd88919f
--- /dev/null
+++ b/merid_tt.zip
Binary files differ
diff --git a/merida.install b/merida.install
deleted file mode 100644
index f29c33551317..000000000000
--- a/merida.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install()
-{
- echo -n "Updating font cache... "
- fc-cache -f >/dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade()
-{
- post_install $1
-}
-
-post_remove()
-{
- post_install $1
-}