Merge pull request #1504 from alihanozturk/master

breeze-grub and breeze plymouth:first release
This commit is contained in:
yusuf
2016-04-01 13:16:19 +03:00
6 changed files with 115 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
def install():
pisitools.insinto("/boot/grub2/themes/breeze", "breeze/*")
pisitools.dodoc("COPYING")
+37
View File
@@ -0,0 +1,37 @@
<PISI>
<Source>
<Name>breeze-grub</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:console</IsA>
<Summary>Breeze theme for GRUB.</Summary>
<Description>Breeze theme for GRUB.</Description>
<Archive sha1sum="60939f56ae764ce29186f2c2a4b100f99c3bbebf" type="tarxz">http://download.kde.org/stable/plasma/5.6.1/breeze-grub-5.6.1.tar.xz</Archive>
</Source>
<Package>
<Name>breeze-grub</Name>
<Summary>Breeze theme for GRUB.</Summary>
<RuntimeDependencies>
<Dependency>grub2</Dependency>
<Dependency>noto-fonts</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-01</Date>
<Version>5.6.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
pisitools.dosed("breeze/breeze.script", "kde.logo.png", "pisi.logo.png")
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING", "README")
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,46 @@
<PISI>
<Source>
<Name>breeze-plymouth</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:console</IsA>
<Summary>Breeze theme for Plymouth.</Summary>
<Description>Breeze theme for Plymouth.</Description>
<Archive type="tarxz" sha1sum="9313fd217ce8902cf4aba1d971a185c0875b90ec">http://download.kde.org/stable/plasma/5.6.1/breeze-plymouth-5.6.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plymouth-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>breeze-plymouth</Name>
<Summary>Breeze theme for Plymouth.</Summary>
<RuntimeDependencies>
<Dependency>plymouth</Dependency>
<Dependency>noto-fonts</Dependency>
<Dependency>plymouth-core-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/plymouth/themes/breeze/images/pisi.logo.png">pisi.logo.png</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/plymouth/themes/breeze/images/16bit/pisi.logo.png">pisi.16bit.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2016-03-31</Date>
<Version>5.6.1</Version>
<Comment>First release.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>