Merge pull request #1871 from ayhanyalcinsoy/master
kaptan: fixed config5 folder
This commit is contained in:
@@ -11,31 +11,6 @@ import glob
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
#projectDir = "/usr/lib/kaptan/"
|
||||
|
||||
#def install():
|
||||
#for file in glob.glob1(".", "*"):
|
||||
#shelltools.chmod(file, 0755)
|
||||
|
||||
#for file in glob.glob1("languages", "*"):
|
||||
#shelltools.chmod("languages/"+file, 0755)
|
||||
|
||||
#for file in glob.glob1("kaptan", "*"):
|
||||
#shelltools.chmod("kaptan/"+file, 0755)
|
||||
|
||||
#for file in glob.glob1("data", "*"):
|
||||
#shelltools.chmod("data/"+file, 0755)
|
||||
|
||||
#for file in glob.glob1("data/images", "*"):
|
||||
#shelltools.chmod("data/images/"+file, 0755)
|
||||
|
||||
#pisitools.insinto("/usr/share/pixmaps/", "data/images/kaptan-icon.png", "kaptan.png")
|
||||
#pisitools.insinto(projectDir, "data/")
|
||||
#pisitools.insinto(projectDir, "languages/")
|
||||
#pisitools.insinto(projectDir, "kaptan/")
|
||||
#pisitools.insinto(projectDir, "kaptan.py", "kaptan5.py")
|
||||
#pisitools.insinto(projectDir, "rc_kaptan.py")
|
||||
#pisitools.insinto("/usr/bin/", "script/kaptan")
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Kaptan, Pisi Linux workspace configuration wizard</Summary>
|
||||
<Description>Kaptan lets you configure your workspace on first login.</Description>
|
||||
<Archive sha1sum="5a348ad071c111ccd9a09c2ad32af423fff37c76" type="targz">https://github.com/PisiLinuxNew/kaptan/archive/kaptan-beta-2.tar.gz</Archive>
|
||||
<Archive sha1sum="924eda1e9aade102ed93c78d19ba362191b12bc1" type="targz">https://github.com/PisiLinuxNew/kaptan/archive/5.0-beta3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-qt5-devel</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-05-29</Date>
|
||||
<Version>5.1.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-17</Date>
|
||||
<Version>5.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user