From 7a672e8fa74536abf55521a09cebb217e15e7476 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 9 Oct 2016 21:07:57 +0300 Subject: [PATCH] libkcddb:Add repo --- desktop/kde/multimedia/libkcddb/actions.py | 22 +++++++ desktop/kde/multimedia/libkcddb/pspec.xml | 61 +++++++++++++++++++ .../kde/multimedia/libkcddb/translations.xml | 8 +++ 3 files changed, 91 insertions(+) create mode 100644 desktop/kde/multimedia/libkcddb/actions.py create mode 100644 desktop/kde/multimedia/libkcddb/pspec.xml create mode 100644 desktop/kde/multimedia/libkcddb/translations.xml diff --git a/desktop/kde/multimedia/libkcddb/actions.py b/desktop/kde/multimedia/libkcddb/actions.py new file mode 100644 index 0000000000..572d84e519 --- /dev/null +++ b/desktop/kde/multimedia/libkcddb/actions.py @@ -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") diff --git a/desktop/kde/multimedia/libkcddb/pspec.xml b/desktop/kde/multimedia/libkcddb/pspec.xml new file mode 100644 index 0000000000..88bc609001 --- /dev/null +++ b/desktop/kde/multimedia/libkcddb/pspec.xml @@ -0,0 +1,61 @@ + + + + + libkcddb + https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + MKDE library for CDDB (Compact Disc Database) + KDE library for CDDB (Compact Disc Database). + http://anduin.linuxfromscratch.org/BLFS/libkcddb/libkcddb-2016-09-11.tar.xz + + extra-cmake-modules + musicbrainz5-devel + kdoctools-devel + kconfig-devel + kcodecs-devel + ki18n-devel + kio-devel + kwidgetsaddons-devel + + + + + libkcddb + + kio + ki18n + libgcc + kcodecs + kconfig + qt5-base + kcoreaddons + musicbrainz5 + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/kservices5 + /usr/share/config.kcfg + /usr/lib + /usr/share/doc + /usr/include + + + + + + 2016-10-09 + 20160911 + First release + Alihan Öztürkr + alihan@pisilinux.org + + + diff --git a/desktop/kde/multimedia/libkcddb/translations.xml b/desktop/kde/multimedia/libkcddb/translations.xml new file mode 100644 index 0000000000..45655de325 --- /dev/null +++ b/desktop/kde/multimedia/libkcddb/translations.xml @@ -0,0 +1,8 @@ + + + + libkcddb + CDDB için KDE kitaplığı (Compact Disc Database) + CDDB için KDE kitaplığı (Compact Disc Database). + +