pavucontrol-qt
This commit is contained in:
@@ -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")
|
||||
+21
@@ -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
|
||||
@@ -0,0 +1,53 @@
|
||||
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pavucontrol-qt</Name>
|
||||
<Homepage>http://www.lxde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Icon>lxqt</Icon>
|
||||
<Summary>Qt port of volume control pavucontrol.</Summary>
|
||||
<Description>Qt port of volume control pavucontrol</Description>
|
||||
<Archive sha1sum="d7e2061f2d7be8b619db45b643d2ed2b8cb3131c" type="tarxz">https://github.com/lxde/pavucontrol-qt/releases/download/0.3.0/pavucontrol-qt-0.3.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency versionFrom="0.12.0">liblxqt-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>libqtxdg-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>xdg-user-dirs</Dependency>
|
||||
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pavucontrol-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="localdata">/usr/share/lxqt/translations</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-04-23</Date>
|
||||
<Version>0.3.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lxqt-about</Name>
|
||||
<Summary xml:lang="tr">LXQt hakkında bilgi.</Summary>
|
||||
<Description xml:lang="tr">LXDE-Qt hakkında bilgi içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user