calamares theme add repo
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def install():
|
||||
pisitools.dodir("/usr/share/calamares/branding/pisilinux")
|
||||
pisitools.insinto("/usr/share/calamares/branding/pisilinux", "branding/pisi-kde/*")
|
||||
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>calamares-theme-pisilinux</Name>
|
||||
<Homepage>http://www.pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>PiSi Linux theme files for Calamares</Summary>
|
||||
<Description>yali-theme includes PiSi Linux theme files for Calamares(Distribution-independent installer framework).</Description>
|
||||
<Archive sha1sum="895bc1f59974dc66312dc0a0f662a323e05775e3" type="targz">https://github.com/PisiLinuxNew/calamares-pisilinux/archive/0.1a.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>calamares-theme-pisilinux</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/calamares</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-05-09</Date>
|
||||
<Version>0.1a</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>calamares-theme-pisilinux</Name>
|
||||
<Summary xml:lang="tr">Calamares sistem yükleyici için Pisi Linux tema dosyaları</Summary>
|
||||
<Description xml:lang="tr">calamares-theme Calamares (Dağıtım bağımsız sistem yükleyici) projesi için Pisi Linux tema dosyaları içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>system.installer</Name>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user