add menuedit for kde5
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 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("COPYING")
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde5-kmenuedit</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Provides the interface and basic tools for the KDE workspace</Summary>
|
||||
<Description>Provides the interface and basic tools for the KDE workspace</Description>
|
||||
<Archive sha1sum="b2c0d69f747f355e3526d43b3ff4b4faab9a908d" type="tarxz">http://download.kde.org/stable/plasma/5.3.1/kmenuedit-5.3.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kde5-kdoctools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kde5-kmenuedit</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kde5-kconfig</Dependency>
|
||||
<Dependency>kde5-kservice</Dependency>
|
||||
<Dependency>kde5-kcompletion</Dependency>
|
||||
<Dependency>kde5-kcoreaddons</Dependency>
|
||||
<Dependency>kde5-kconfigwidgets</Dependency>
|
||||
<Dependency>kde5-kwidgetsaddons</Dependency>
|
||||
<Dependency>kde5-kdbusaddons</Dependency>
|
||||
<Dependency>kde5-kdelibs4-support</Dependency>
|
||||
<Dependency>kde5-khotkeys</Dependency>
|
||||
<Dependency>kde5-ki18n</Dependency>
|
||||
<Dependency>kde5-kiconthemes</Dependency>
|
||||
<Dependency>kde5-kio</Dependency>
|
||||
<Dependency>kde5-kxmlgui</Dependency>
|
||||
<Dependency>kde5-sonnet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>kde-workspace</Package>
|
||||
</Replaces>
|
||||
<Conflicts>
|
||||
<Package>kde-workspace</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-06-15</Date>
|
||||
<Version>5.3.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user