diff --git a/desktop/font/oxygen-fonts/actions.py b/desktop/font/oxygen-fonts/actions.py index 10feadff60..95fbbd1d3d 100644 --- a/desktop/font/oxygen-fonts/actions.py +++ b/desktop/font/oxygen-fonts/actions.py @@ -5,9 +5,19 @@ # See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools from pisi.actionsapi import get +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + def install(): - pisitools.insinto("/usr/share/fonts/oxygen", "*/*.ttf") + cmaketools.install() + +#def install(): +# pisitools.insinto("/usr/share/fonts/oxygen", "*/*.ttf") pisitools.dodoc("COPYING-OFL", "README") diff --git a/desktop/font/oxygen-fonts/pspec.xml b/desktop/font/oxygen-fonts/pspec.xml index cdbf391a1c..c6935414b3 100644 --- a/desktop/font/oxygen-fonts/pspec.xml +++ b/desktop/font/oxygen-fonts/pspec.xml @@ -12,7 +12,11 @@ data:font Oxygen font family Oxygen font family is a desktop / GUI font family for integrated use with KDE. - http://source.pisilinux.org/1.0/oxygen-fonts-0.4.tar.xz + http://download.kde.org/stable/plasma/5.4.0/oxygen-fonts-5.4.0.tar.xz + + cmake + + @@ -27,6 +31,13 @@ + + 2015-08-27 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2014-03-02 0.4