First complete
This commit is contained in:
24
src/ttf-oxygen/.SRCINFO
Normal file
24
src/ttf-oxygen/.SRCINFO
Normal 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
|
||||
|
15
src/ttf-oxygen/ttf-oxygen.install
Normal file
15
src/ttf-oxygen/ttf-oxygen.install
Normal 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
|
||||
}
|
Reference in New Issue
Block a user