add new packages ktageditor and rkrename

This commit is contained in:
groni
2017-01-22 16:16:59 +01:00
parent 5e7699d713
commit 852f53be9a
8 changed files with 113122 additions and 112863 deletions
+34
View File
@@ -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 qt5
#from pisi.actionsapi import pisitools
# if pisi can't find source directory, see /var/pisi/rkrenamer/work/ and:
# WorkDir="rkrenamer-"+ get.srcVERSION() +"/sub_project_dir/"
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
# Take a look at the source folder for these file as documentation.
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README")
# If there is no install rule for a runnable binary, you can
# install it to binary directory.
# pisitools.dobin("rkrenamer")
# You can use these as variables, they will replace GUI values before build.
# Package Name : rkrenamer
# Version : 0.4.0
# Summary : KTag Editor is an Audio tag editor developed in Qt5 framework.
# For more information, you can look at the Actions API
# from the Help menu and toolbar.
+40
View File
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rkrenamer</Name>
<Homepage>https://sourceforge.net/projects/ktageditor/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<Summary>KTag Editor is an Audio tag editor developed in Qt5 framework.</Summary>
<Description>RKrenamer is application for renaming a large number of files. You can rename a large number of files with one click. Insert text in file name, replace, delete or even change the case of name, or serialize the files in folder.</Description>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<Archive type="zip" sha1sum="7af88cdc9d1f017531e90f8a3f677f6238ac0176">https://sourceforge.net/projects/rkrenamer/files/Source/0.4.0/rkrenamer.zip/download</Archive>
</Source>
<Package>
<Name>rkrenamer</Name>
<Summary>Application for renaming large number of files</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-21</Date>
<Version>0.4.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>