Merge pull request #142 from groni/master

yakuake build without kdelibs
This commit is contained in:
Ertuğrul Erata
2015-07-25 15:06:02 +03:00
3 changed files with 100 additions and 0 deletions
@@ -0,0 +1,19 @@
#!/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 kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "KDE4FAQ", "NEWS", "README", "COPYING.DOC")
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>yakuake</Name>
<Homepage>http://extragear.kde.org/apps/yakuake</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>yakuake</Icon>
<IsA>app:gui</IsA>
<Summary>Very powerful Quake style Konsole for KDE4</Summary>
<Description>The name comes from Yet Another Kuake (thus YaKuake). Its behaviour is similar to the console of the Quake game.</Description>
<Archive sha1sum="b0537ab7bdd6adb3e89a8a127448dfd9d77c1f3f" type="targz">http://download1491.mediafire.com/lme96vhv3ppg/397z19wl2vjuirb/yakuake.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>python3</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>yakuake</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kparts</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kservice</Dependency>
<Dependency>knewstuff</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kglobalaccel</Dependency>
<Dependency>knotifyconfig</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/kde4/apps/yakuake/yakuake.notifyrc">yakuake.notifyrc</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2015-07-25</Date>
<Version>2.9.9</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>yakuake</Name>
<Summary xml:lang="tr">KDE4 için Quake tarzı oldukça güçlü bir Konsole</Summary>
<Description xml:lang="tr">İsmi Bir Başka Kuake (Yet Another Kuake - YaKuake) sözcüklerinden gelmektedir. Quake oyunundaki konsola benzer.</Description>
</Source>
</PISI>