Merge pull request #176 from ayhanyalcinsoy/master
oxygen:new package for kde plasma
This commit is contained in:
@@ -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():
|
||||
kde5.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
@@ -0,0 +1,64 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>oxygen</Name>
|
||||
<Homepage>https://projects.kde.org/projects/kde/workspace/oxygen</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL</License>
|
||||
<Summary>KDE Oxygen style</Summary>
|
||||
<Description>KDE Oxygen style</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>frameworkintegration-devel</Dependency>kdoctools
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>libxcb-devel
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kdecorations-devel</Dependency>
|
||||
<Dependency>plasma-workspace-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="86cd76b3eafaf3fd5664f2dadac43b76a54c6e29" type="tarxz">http://download.kde.org/stable/plasma/5.3.2/oxygen-5.3.2.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>oxygen</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdecorations</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>frameworkintegration</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/plasma</Path>
|
||||
<Path fileType="data">/usr/share/kstyle</Path>
|
||||
<Path fileType="data">/usr/share/kservices5</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-29</Date>
|
||||
<Version>5.3.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user