Merge pull request #3261 from groni/master
kfoldersync change actions.py
This commit is contained in:
@@ -6,8 +6,7 @@
|
|||||||
from pisi.actionsapi import kde5
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
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():
|
def setup():
|
||||||
kde5.configure()
|
kde5.configure()
|
||||||
@@ -18,17 +17,7 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
kde5.install()
|
kde5.install()
|
||||||
|
|
||||||
# Take a look at the source folder for these file as documentation.
|
|
||||||
pisitools.dodoc("COPYING.txt", "README.md")
|
|
||||||
|
|
||||||
# If there is no install rule for a runnable binary, you can
|
pisitools.dodoc("COPYING.GPL3", "README.md")
|
||||||
# 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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user