Merge pull request #9427 from suvari/master
new package:cantarell-fonts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cantarell-fonts</Name>
|
||||
<Homepage>http://www.gnome.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>GNOME Cantarell fonts</Summary>
|
||||
<Description>GNOME Cantarell fonts - required for GNOME 3</Description>
|
||||
<License>GPLv2+</License>
|
||||
<Archive sha1sum="94c5c6616b41723bc28ca6be90f2975f8fc6a539" type="tarxz">https://download-fallback.gnome.org/sources/cantarell-fonts/0.301/cantarell-fonts-0.301.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cantarell-fonts</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/fonts</Path>
|
||||
<Path fileType="data">/usr/share/fontconfig</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/metainfo/org.gnome.cantarell.metainfo.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-05-30</Date>
|
||||
<Version>0.301</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+20203
-20151
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
2279fc237d513c5fe0c574ce2d508e13ee7b3b80
|
||||
d2bbf94fed032e9159e94aeee07ade8584151e53
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ca25eb52dbf43c095f2d3143740ff4c4e3893337
|
||||
af9c8b63f88a8c9ce686b6162cf217a66e73da77
|
||||
Reference in New Issue
Block a user