summaryrefslogtreecommitdiff
path: root/media-sound
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-09-24 20:17:59 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-09-24 20:17:59 +0100
commitd1910e62e3e6594d8611c88f53b83c0df6ecb0b7 (patch)
tree516c5a5c399e63d8efa626511e8f9aa7c9a35a41 /media-sound
parent4ca52a6b5fc398c2dbd7ebc82006b4f8cab5c934 (diff)
port pavucontrol-qt to Kogaion
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pavucontrol-qt/files/xdg-user-dirs-cmake-fix.patch11
-rw-r--r--media-sound/pavucontrol-qt/pavucontrol-qt-0.1.0.ebuild32
2 files changed, 43 insertions, 0 deletions
diff --git a/media-sound/pavucontrol-qt/files/xdg-user-dirs-cmake-fix.patch b/media-sound/pavucontrol-qt/files/xdg-user-dirs-cmake-fix.patch
new file mode 100644
index 00000000..5c554846
--- /dev/null
+++ b/media-sound/pavucontrol-qt/files/xdg-user-dirs-cmake-fix.patch
@@ -0,0 +1,11 @@
+diff -Nur a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2016-09-24 20:03:23.878743418 +0100
++++ b/CMakeLists.txt 2016-09-24 20:03:37.416310552 +0100
+@@ -16,7 +16,6 @@
+ find_package(Qt5LinguistTools REQUIRED QUIET)
+
+ find_package(lxqt REQUIRED QUIET)
+-find_package(XdgUserDirs REQUIRED QUIET)
+
+ include(LXQtCompilerSettings NO_POLICY_SCOPE)
+ include(LXQtTranslate)
diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-0.1.0.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-0.1.0.ebuild
new file mode 100644
index 00000000..33407933
--- /dev/null
+++ b/media-sound/pavucontrol-qt/pavucontrol-qt-0.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils git-2 cmake-utils
+
+DESCRIPTION="Qt port of pavucontrol"
+HOMEPAGE="http://lxqt.org"
+EGIT_REPO_URI="https://github.com/lxde/pavucontrol-qt.git"
+EGIT_BRANCH="master"
+EGIT_COMMIT="4ce124ce49071a97f9185a6e619608e8481a337a"
+
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtdbus:5
+ dev-qt/linguist-tools:5
+ dev-libs/glib
+ lxqt-base/liblxqt
+ media-sound/pulseaudio"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch ${FILESDIR}/xdg-user-dirs-cmake-fix.patch
+ cmake-utils_src_prepare
+}