summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchadept2017-01-03 12:38:44 +0100
committerArchadept2017-01-03 12:38:44 +0100
commite535cec6e9641d6a92b38323e3f7dc236f8cb97d (patch)
treec199b50c6f2a1c981c7153a5910be4f712e4fd66
downloadaur-e535cec6e9641d6a92b38323e3f7dc236f8cb97d.tar.gz
Replacement of ttf-neverwinter
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD22
-rw-r--r--otf.install22
3 files changed, 62 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b17ca538713e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue Jan 3 11:38:17 UTC 2017
+pkgbase = otf-neverwinter
+ pkgdesc = A basic decorative otf font by Neale Davidson based on the logo of the popular Neverwinter Nights computer game from Bioware (and has since become the official font!)
+ pkgver = 1
+ pkgrel = 1
+ url = http://www.pixelsagas.com/
+ install = otf.install
+ arch = any
+ license = Free
+ depends = fontconfig
+ depends = xorg-font-utils
+ conflicts = ttf-neverwinter
+ source = http://dl.dafont.com/dl/?f=neverwinter
+ md5sums = 9060c382cafd2f9ef384de9fde40b0b7
+
+pkgname = otf-neverwinter
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7540be44b0da
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Archadept
+# Revision: 2017-01-03
+
+pkgname=otf-neverwinter
+_pkgname=Neverwinter
+pkgver=1
+pkgrel=1
+pkgdesc="A basic decorative otf font by Neale Davidson based on the logo of the popular Neverwinter Nights computer game from Bioware (and has since become the official font!)"
+arch=('any')
+url="http://www.pixelsagas.com/"
+license=('Free')
+depends=('fontconfig' 'xorg-font-utils')
+conflicts=('ttf-neverwinter')
+install=otf.install
+source=("http://dl.dafont.com/dl/?f=neverwinter")
+md5sums=('9060c382cafd2f9ef384de9fde40b0b7')
+
+package() {
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/fonts/OTF/
+ install -Dm644 ${_pkgname}*.otf "$pkgdir/usr/share/fonts/OTF/"
+}
diff --git a/otf.install b/otf.install
new file mode 100644
index 000000000000..7540be44b0da
--- /dev/null
+++ b/otf.install
@@ -0,0 +1,22 @@
+# Maintainer: Archadept
+# Revision: 2017-01-03
+
+pkgname=otf-neverwinter
+_pkgname=Neverwinter
+pkgver=1
+pkgrel=1
+pkgdesc="A basic decorative otf font by Neale Davidson based on the logo of the popular Neverwinter Nights computer game from Bioware (and has since become the official font!)"
+arch=('any')
+url="http://www.pixelsagas.com/"
+license=('Free')
+depends=('fontconfig' 'xorg-font-utils')
+conflicts=('ttf-neverwinter')
+install=otf.install
+source=("http://dl.dafont.com/dl/?f=neverwinter")
+md5sums=('9060c382cafd2f9ef384de9fde40b0b7')
+
+package() {
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/fonts/OTF/
+ install -Dm644 ${_pkgname}*.otf "$pkgdir/usr/share/fonts/OTF/"
+}