summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2017-01-08 16:09:39 +0100
committerJuraj Fiala2017-01-08 16:09:39 +0100
commit9944168a4b01074ff6becc7aa1364951cf4798c3 (patch)
treeae5e7451e5f8c8d138708a006a42f86a5240743b
downloadaur-9944168a4b01074ff6becc7aa1364951cf4798c3.tar.gz
Initial commit.
-rw-r--r--.SRCINFO19
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD19
3 files changed, 42 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..12c9b4b4dd31
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Sun Jan 8 15:09:39 UTC 2017
+pkgbase = fonts-meta-base
+ pkgdesc = Base font collection meta package, ported from Infinality.
+ pkgver = 1
+ pkgrel = 1
+ url = http://bohoomil.com/doc/05-fonts/
+ arch = any
+ license = GPL
+ depends = ttf-dejavu
+ depends = ttf-courier-prime
+ depends = ttf-liberation
+ depends = noto-fonts
+ depends = ttf-symbola
+ provides = ibfonts-meta-base
+ conflicts = ibfonts-meta-base
+
+pkgname = fonts-meta-base
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..282113d3ea8f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Juraj Fiala <doctorjellyface at riseup dot net>
+
+pkgname=fonts-meta-base
+pkgver=1
+pkgrel=1
+pkgdesc='Base font collection meta package, ported from Infinality.'
+arch=('any')
+url='http://bohoomil.com/doc/05-fonts/'
+license=('GPL')
+depends=(
+ 'ttf-dejavu'
+ 'ttf-courier-prime'
+# 'ttf-heuristica' # Not available in repos/AUR
+ 'ttf-liberation'
+ 'noto-fonts'
+ 'ttf-symbola'
+)
+provides=('ibfonts-meta-base')
+conflicts=('ibfonts-meta-base')