opps
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -12,7 +12,11 @@
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Oxygen font family</Summary>
|
||||
<Description>Oxygen font family is a desktop / GUI font family for integrated use with KDE.</Description>
|
||||
<Archive sha1sum="8369caceb8758e1d46b4760628fb48efb83ba093" type="tarxz">http://source.pisilinux.org/1.0/oxygen-fonts-0.4.tar.xz</Archive>
|
||||
<Archive sha1sum="6336d12705332d95d70fa03e710dc0a87e5be69a" type="tarxz">http://download.kde.org/stable/plasma/5.4.0/oxygen-fonts-5.4.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<!--Dependency>fontforge</Dependency-1-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -27,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-08-27</Date>
|
||||
<Version>5.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-03-02</Date>
|
||||
<Version>0.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user