pisilinux-splash:First release
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/env 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 autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.system("sed -i 's/com.gitlab.jurassicplayer.SnowyNightMiku/pisilinux.splash/g' metadata.json")
|
||||||
|
#autotools.configure()
|
||||||
|
|
||||||
|
#def build():
|
||||||
|
#autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pisitools.insinto("/usr/share/plasma/look-and-feel/org.kde.pisilinux.desktop", "*")
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>pisilinux-splash</Name>
|
||||||
|
<Homepage>https://github.com/sebo28/pisilinux.splash</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv3</License>
|
||||||
|
<IsA>app</IsA>
|
||||||
|
<Summary>pisilinux splash</Summary>
|
||||||
|
<Description>pisilinux splash</Description>
|
||||||
|
<Archive sha1sum="51877988db3fb89ce87828e1686ff5e807364493" type="targz">https://github.com/sebo28/pisilinux.splash/archive/v0.1.tar.gz</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>pisilinux-splash</Name>
|
||||||
|
<!--
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>Dep1</Dependency>
|
||||||
|
<Dependency>Dep2</Dependency>
|
||||||
|
<Dependency>Dep3</Dependency>
|
||||||
|
<Dependency versionFrom="">Dep4</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
-->
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="data">/usr/share/locale</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2019-10-31</Date>
|
||||||
|
<Version>0.1</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>pisilinux-splash</Name>
|
||||||
|
<Summary xml:lang="tr">pisilinux splash</Summary>
|
||||||
|
<Description xml:lang="tr">pisilinux splash</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+203109
-203004
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
c295b0d7ca3411b6be5bc08c791c5e9cc07fe563
|
0f7c7069efa56f315ab72bd4a36e65606b3770ec
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
9b86d7820a10260e2e1f2054971a48fa636c5894
|
d34c49f5a4ed0f93daf7386596747a44505e97b9
|
||||||
Reference in New Issue
Block a user