libkcddb
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>MKDE library for CDDB (Compact Disc Database)</Summary>
|
||||
<PartOf>desktop.kde.multimedia</PartOf>
|
||||
<Summary>KDE 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>
|
||||
@@ -56,6 +57,6 @@
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürkr</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,22 +0,0 @@
|
||||
#!/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")
|
||||
@@ -1,61 +0,0 @@
|
||||
<?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>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user