From 87bb5730075f7098b0c9446c91e6f60f2b319582 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 Apr 2018 01:23:39 +0300 Subject: [PATCH] pavucontrol-qt --- desktop/lxqt/pavucontrol-qt/actions.py | 25 +++++++++ .../pavucontrol-qt/files/lxqt-about.desktop | 21 ++++++++ desktop/lxqt/pavucontrol-qt/pspec.xml | 53 +++++++++++++++++++ desktop/lxqt/pavucontrol-qt/translations.xml | 7 +++ 4 files changed, 106 insertions(+) create mode 100644 desktop/lxqt/pavucontrol-qt/actions.py create mode 100755 desktop/lxqt/pavucontrol-qt/files/lxqt-about.desktop create mode 100644 desktop/lxqt/pavucontrol-qt/pspec.xml create mode 100644 desktop/lxqt/pavucontrol-qt/translations.xml diff --git a/desktop/lxqt/pavucontrol-qt/actions.py b/desktop/lxqt/pavucontrol-qt/actions.py new file mode 100644 index 0000000000..dd0493713d --- /dev/null +++ b/desktop/lxqt/pavucontrol-qt/actions.py @@ -0,0 +1,25 @@ +#!/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 cmaketools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DPULL_TRANSLATIONS=no", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("AUTHORS") diff --git a/desktop/lxqt/pavucontrol-qt/files/lxqt-about.desktop b/desktop/lxqt/pavucontrol-qt/files/lxqt-about.desktop new file mode 100755 index 0000000000..f10cb36401 --- /dev/null +++ b/desktop/lxqt/pavucontrol-qt/files/lxqt-about.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Type=Application +Name=About LXQt +Name[tr]=LXQt Hakında +GenericName=About LXQt +Comment=Learn more about LXQt +Comment[tr]=LXQt hakkında daha fazlasını öğren +Exec=lxqt-about +Icon=help-about +Categories=Help;LXQt +OnlyShowIn=LXQt;LXDE; + +GenericName[fr]=À propos de LXQt +Name[fr]=À propos de LXQt +GenericName[ja]=LXQtについて +Name[ja]=LXQtについて +GenericName[ru]=Узнать больше о LXQt +Name[ru]=О LXQt +Name[pt]=Sobre o LxQt +GenericName[pt]=Sobre o LxQt +Comment[pt]=Saber mais sobre o LxQt diff --git a/desktop/lxqt/pavucontrol-qt/pspec.xml b/desktop/lxqt/pavucontrol-qt/pspec.xml new file mode 100644 index 0000000000..e71a389f3f --- /dev/null +++ b/desktop/lxqt/pavucontrol-qt/pspec.xml @@ -0,0 +1,53 @@ + + + + pavucontrol-qt + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + lxqt + Qt port of volume control pavucontrol. + Qt port of volume control pavucontrol + https://github.com/lxde/pavucontrol-qt/releases/download/0.3.0/pavucontrol-qt-0.3.0.tar.xz + + cmake + kwindowsystem-devel + libgcc + liblxqt-devel + qt5-linguist + libqtxdg-devel + pulseaudio-libs-devel + glib2-devel + xdg-user-dirs + lxqt-build-tools + + + + pavucontrol-qt + + glib2 + libgcc + qt5-base + pulseaudio-libs + + + /usr/bin + /usr/share/applications + /usr/share/lxqt/translations + /usr/share/doc + + + + + 2018-04-23 + 0.3.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/pavucontrol-qt/translations.xml b/desktop/lxqt/pavucontrol-qt/translations.xml new file mode 100644 index 0000000000..eb57a2cb9d --- /dev/null +++ b/desktop/lxqt/pavucontrol-qt/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-about + LXQt hakkında bilgi. + LXDE-Qt hakkında bilgi içerir. + +