summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2017-01-08 16:58:06 +0100
committerJuraj Fiala2017-01-08 16:58:06 +0100
commitf57a40f07b5f1537fcd7ff330d55d097b69604eb (patch)
tree602b12fdc7b3b258320938c348358c4d94a817b8
downloadaur-f57a40f07b5f1537fcd7ff330d55d097b69604eb.tar.gz
Initial commit.
-rw-r--r--.SRCINFO27
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD32
3 files changed, 63 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f04c8ae6c4c9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+# Generated by mksrcinfo v8
+# Sun Jan 8 15:58:06 UTC 2017
+pkgbase = fonts-meta-extended-lt
+ pkgdesc = Extended font collection meta package, ported from Infinality (lite version).
+ pkgver = 1
+ pkgrel = 1
+ url = http://bohoomil.com/doc/05-fonts/
+ arch = any
+ license = GPL
+ depends = fonts-meta-base
+ depends = cantarell-fonts
+ depends = tex-gyre-fonts
+ depends = gsfonts
+ depends = ttf-caladea
+ depends = ttf-impallari-cantora
+ depends = ttf-carlito
+ depends = ttf-droid
+ depends = ttf-opensans
+ depends = ttf-ubuntu-font-family
+ provides = ibfonts-meta-extended-lt
+ provides = xorg-fonts-type1
+ conflicts = ibfonts-meta-extended-lt
+ conflicts = xorg-fonts-type1
+ replaces = xorg-fonts-type1
+
+pkgname = fonts-meta-extended-lt
+
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..23134e6f9471
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: Juraj Fiala <doctorjellyface at riseup dot net>
+
+pkgname=fonts-meta-extended-lt
+pkgver=1
+pkgrel=1
+pkgdesc='Extended font collection meta package, ported from Infinality (lite version).'
+arch=('any')
+url='http://bohoomil.com/doc/05-fonts/'
+license=('GPL')
+# Those commented out aren't in the repos/AUR
+depends=(
+ 'fonts-meta-base'
+ 'cantarell-fonts'
+# 'otf-oswald-ib'
+# 'otf-quintessential-ib'
+ 'tex-gyre-fonts'
+# 't1-cursor-ib'
+ 'gsfonts'
+ 'ttf-caladea'
+ 'ttf-impallari-cantora'
+ 'ttf-carlito'
+ 'ttf-droid'
+# 'ttf-gelasio-ib'
+# 'ttf-merriweather-ib'
+# 'ttf-merriweather-sans-ib'
+ 'ttf-opensans'
+# 'ttf-signika-family-ib'
+ 'ttf-ubuntu-font-family'
+)
+provides=('ibfonts-meta-extended-lt' 'xorg-fonts-type1')
+conflicts=('ibfonts-meta-extended-lt' 'xorg-fonts-type1')
+replaces=('xorg-fonts-type1')