libkcddb:düzenlendi

This commit is contained in:
alihanozturk
2016-10-09 21:28:24 +03:00
parent cdc7a39026
commit a0b7a65865
4 changed files with 93 additions and 2 deletions
@@ -0,0 +1,22 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
NoStrip=["/usr/share"]
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING*", "TODO")
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libkcddb</Name>
<Homepage>https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>MKDE library for CDDB (Compact Disc Database)</Summary>
<Description>KDE library for CDDB (Compact Disc Database).</Description>
<Archive sha1sum="b67d09859657ec89362937348e0c384715e3796c" type="tarxz">http://download.kde.org/stable/applications/16.08.1/src/libkcddb-16.08.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>musicbrainz5-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kcodecs-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libkcddb</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>musicbrainz5</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-10-09</Date>
<Version>16.08.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürkr</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libkcddb</Name>
<Summary xml:lang="tr">CDDB için KDE kitaplığı (Compact Disc Database)</Summary>
<Description xml:lang="tr">CDDB için KDE kitaplığı (Compact Disc Database).</Description>
</Source>
</PISI>
+2 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>MKDE library for CDDB (Compact Disc Database)</Summary>
<Description>KDE library for CDDB (Compact Disc Database).</Description>
<Archive sha1sum="a00615c89baeb89c09abee064d14dddfe5b4734e" type="tarxz">http://anduin.linuxfromscratch.org/BLFS/libkcddb/libkcddb-2016-09-11.tar.xz</Archive>
<Archive sha1sum="b67d09859657ec89362937348e0c384715e3796c" type="tarxz">http://download.kde.org/stable/applications/16.08.1/src/libkcddb-16.08.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>musicbrainz5-devel</Dependency>
@@ -52,7 +52,7 @@
<History>
<Update release="1">
<Date>2016-10-09</Date>
<Version>20160911</Version>
<Version>16.08.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürkr</Name>
<Email>alihan@pisilinux.org</Email>