Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#!/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
|
||||
|
||||
# if pisi can't find source directory, see /var/pisi/kfoldersync/work/ and:
|
||||
# WorkDir="kfoldersync-"+ get.srcVERSION() +"/sub_project_dir/"
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
# Take a look at the source folder for these file as documentation.
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
|
||||
# If there is no install rule for a runnable binary, you can
|
||||
# install it to binary directory.
|
||||
# pisitools.dobin("kfoldersync")
|
||||
|
||||
# You can use these as variables, they will replace GUI values before build.
|
||||
# Package Name : kfoldersync
|
||||
# Version : 3.0.0
|
||||
# Summary : Folder synchronization and backup tool for KDE
|
||||
|
||||
# For more information, you can look at the Actions API
|
||||
# from the Help menu and toolbar.
|
||||
@@ -0,0 +1,58 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kfoldersync</Name>
|
||||
<Homepage>http://ur1.ca/hq3ve</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>system</PartOf>
|
||||
<Summary>Folder synchronization and backup tool for KDE</Summary>
|
||||
<Description>Smart folder comparison, It depends only on KDE Frameworks.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="tarxz" sha1sum="ea8b6f718e0ba56ae7b0e0e64a6069cc25a3ffad">http://kde-apps.org/CONTENT/content/files/164092-kfoldersync-3.0.0_rc1.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>kfoldersync</Name>
|
||||
<Summary>Folder synchronization and backup tool for KDE</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-05</Date>
|
||||
<Version>3.0.0</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-21</Date>
|
||||
<Date>2015-11-06</Date>
|
||||
<Version>0.8.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Vedat Demir</Name>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
|
||||
<Patches>
|
||||
|
||||
Reference in New Issue
Block a user