First complete

This commit is contained in:
moparisthebest
2016-11-05 02:18:08 -04:00
parent 0887a41178
commit fd2414b131
82 changed files with 1689 additions and 6 deletions

24
src/ttf-oxygen/.SRCINFO Normal file
View File

@@ -0,0 +1,24 @@
pkgbase = ttf-oxygen
pkgdesc = A desktop/gui font family for integrated use with the KDE desktop
pkgver = 5.4.3
pkgrel = 2
epoch = 1
url = https://projects.kde.org/projects/kde/workspace/oxygen-fonts
install = ttf-oxygen.install
arch = i686
arch = x86_64
license = custom:OFL
license = GPL
license = custom:GPL+FE
makedepends = extra-cmake-modules
makedepends = fontforge
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
provides = ttf-font
options = !emptydirs
source = http://download.kde.org/stable/plasma/5.4.3/oxygen-fonts-5.4.3.tar.xz
md5sums = 8d8ab61a65642a18a40de9f3945ce584
pkgname = ttf-oxygen

View File

@@ -0,0 +1,15 @@
post_install() {
echo -n "Updating font cache... "
fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done."
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}