summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-03-16 01:02:05 -0700
committerKhem Raj <raj.khem@gmail.com>2019-03-16 01:12:05 -0700
commit409fb4baaec24033126254d09e483992ed9fc36e (patch)
tree5ce58bfc8d92f2173be2c9fa96c4af6b578df55e /meta-xfce
parent6b77b1a957304717aef89a22588bd14221cc5339 (diff)
downloadmeta-openembedded-409fb4baaec24033126254d09e483992ed9fc36e.tar.gz
xfce4-mixer: Remove recipe
xfce4-mixer can be replaced with xfce4-pulseaudio-plugin Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/files/0001-Fix-build-after-update-of-xfconf.patch61
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb17
-rw-r--r--meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb1
3 files changed, 0 insertions, 79 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/files/0001-Fix-build-after-update-of-xfconf.patch b/meta-xfce/recipes-apps/xfce4-mixer/files/0001-Fix-build-after-update-of-xfconf.patch
deleted file mode 100644
index 31216c038..000000000
--- a/meta-xfce/recipes-apps/xfce4-mixer/files/0001-Fix-build-after-update-of-xfconf.patch
+++ /dev/null
@@ -1,61 +0,0 @@
1From 6ecaeced291f935a9d41e9bc33411358c95a5e91 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Mon, 22 Jan 2018 15:35:08 +0100
4Subject: [PATCH] Fix build after update of xfconf
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9xfconf stopped using dbus-glib so required flags must be included here
10
11Upstream-Status: Pending
12
13Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
14---
15 panel-plugin/Makefile.am | 2 ++
16 xfce4-mixer/Makefile.am | 2 ++
17 2 files changed, 4 insertions(+)
18
19diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
20index a494682..b094472 100644
21--- a/panel-plugin/Makefile.am
22+++ b/panel-plugin/Makefile.am
23@@ -27,6 +27,7 @@ libmixer_la_CFLAGS = \
24 $(LIBXFCE4UI_CFLAGS) \
25 $(LIBXFCE4PANEL_CFLAGS) \
26 $(XFCONF_CFLAGS) \
27+ $(DBUS_GLIB_CFLAGS) \
28 $(GST_PLUGINS_BASE_CFLAGS) \
29 $(KEYBINDER_CFLAGS)
30
31@@ -48,6 +49,7 @@ libmixer_la_LIBADD = \
32 $(LIBXFCE4UI_LIBS) \
33 $(LIBXFCE4PANEL_LIBS) \
34 $(XFCONF_LIBS) \
35+ $(DBUS_GLIB_LIBS) \
36 $(GST_PLUGINS_BASE_LIBS) \
37 -lgstaudio-0.10 \
38 -lgstinterfaces-0.10 \
39diff --git a/xfce4-mixer/Makefile.am b/xfce4-mixer/Makefile.am
40index 4af69e9..e076fc8 100644
41--- a/xfce4-mixer/Makefile.am
42+++ b/xfce4-mixer/Makefile.am
43@@ -32,6 +32,7 @@ xfce4_mixer_CFLAGS = \
44 $(UNIQUE_CFLAGS) \
45 $(LIBXFCE4UTIL_CFLAGS) \
46 $(LIBXFCE4UI_CFLAGS) \
47+ $(DBUS_GLIB_CFLAGS) \
48 $(XFCONF_CFLAGS) \
49 $(GST_PLUGINS_BASE_CFLAGS)
50
51@@ -46,6 +47,7 @@ xfce4_mixer_LDFLAGS = \
52 $(UNIQUE_LIBS) \
53 $(LIBXFCE4UTIL_LIBS) \
54 $(LIBXFCE4UI_LIBS) \
55+ $(DBUS_GLIB_LIBS) \
56 $(XFCONF_LIBS) \
57 $(GST_PLUGINS_BASE_LIBS) \
58 -lgstaudio-0.10 \
59--
602.14.3
61
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
deleted file mode 100644
index 6c057d884..000000000
--- a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SUMMARY = "A volume control application based on GStreamer"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5inherit xfce-panel-plugin
6
7DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique"
8
9SRC_URI = " \
10 http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2 \
11 file://0001-Fix-build-after-update-of-xfconf.patch \
12"
13
14SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d"
15SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2"
16
17RDEPENDS_${PN} = "gst-meta-audio"
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index 5f8c03cc5..b412c2726 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -64,7 +64,6 @@ RRECOMMENDS_${PN} = " \
64 xfce4-appfinder \ 64 xfce4-appfinder \
65 xfce4-screenshooter \ 65 xfce4-screenshooter \
66 xfce4-power-manager \ 66 xfce4-power-manager \
67 xfce4-mixer \
68 ristretto \ 67 ristretto \
69 xfce4-taskmanager \ 68 xfce4-taskmanager \
70 gigolo \ 69 gigolo \