budgie-desktop: remove, broken at runtime with newer mutter releases
This commit is contained in:
parent
9629961e3b
commit
7f99daeea1
3 changed files with 0 additions and 1473 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,48 +0,0 @@
|
||||||
--- subprojects/gvc/meson.build.orig 2017-08-14 22:00:04.000000000 +0000
|
|
||||||
+++ subprojects/gvc/meson.build 2017-10-10 18:10:05.177178298 +0000
|
|
||||||
@@ -15,17 +15,17 @@
|
|
||||||
]
|
|
||||||
|
|
||||||
libgvc_sources = [
|
|
||||||
- '../../src/gvc/gvc-channel-map.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-card.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-control.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-event-role.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-sink.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-sink-input.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-source.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-source-output.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-stream.c',
|
|
||||||
- '../../src/gvc/gvc-mixer-ui-device.c',
|
|
||||||
- '../../src/gvc/test-audio-device-selection.c',
|
|
||||||
+ 'gvc-channel-map.c',
|
|
||||||
+ 'gvc-mixer-card.c',
|
|
||||||
+ 'gvc-mixer-control.c',
|
|
||||||
+ 'gvc-mixer-event-role.c',
|
|
||||||
+ 'gvc-mixer-sink.c',
|
|
||||||
+ 'gvc-mixer-sink-input.c',
|
|
||||||
+ 'gvc-mixer-source.c',
|
|
||||||
+ 'gvc-mixer-source-output.c',
|
|
||||||
+ 'gvc-mixer-stream.c',
|
|
||||||
+ 'gvc-mixer-ui-device.c',
|
|
||||||
+ 'test-audio-device-selection.c',
|
|
||||||
]
|
|
||||||
|
|
||||||
libgvc = static_library(
|
|
||||||
@@ -34,8 +34,7 @@
|
|
||||||
dependencies: libgvc_deps,
|
|
||||||
include_directories: [
|
|
||||||
include_directories('.'),
|
|
||||||
include_directories(join_paths('..', '..')),
|
|
||||||
- include_directories(join_paths('..', '..', 'src', 'gvc')),
|
|
||||||
],
|
|
||||||
c_args: [
|
|
||||||
'-DG_LOG_DOMAIN="Gvc"',
|
|
||||||
@@ -50,7 +49,6 @@
|
|
||||||
link_with: libgvc,
|
|
||||||
include_directories: [
|
|
||||||
include_directories('.'),
|
|
||||||
include_directories(join_paths('..', '..')),
|
|
||||||
- include_directories(join_paths('..', '..', 'src', 'gvc')),
|
|
||||||
],
|
|
||||||
)
|
|
|
@ -1,33 +0,0 @@
|
||||||
# Template file for 'budgie-desktop'
|
|
||||||
pkgname=budgie-desktop
|
|
||||||
version=10.4
|
|
||||||
revision=5
|
|
||||||
configure_args="-Dwith-gtk-doc=false -Dwith-bluetooth=false"
|
|
||||||
hostmakedepends="meson gtk-doc pkg-config intltool libtool gobject-introspection sassc"
|
|
||||||
makedepends="libglib-devel gtk+3-devel libpeas-devel pulseaudio-devel gnome-desktop-devel
|
|
||||||
mutter-devel gnome-menus-devel libwnck-devel libupower-glib3 vala
|
|
||||||
libuuid-devel polkit-devel gettext-devel ibus-devel accountsservice-devel
|
|
||||||
upower-devel gnome-bluetooth-devel"
|
|
||||||
depends="gnome-session gnome-settings-daemon"
|
|
||||||
build_style=meson
|
|
||||||
# Needs gobject-introspection and libgirepository-devel, vala, gjs ...
|
|
||||||
nocross=yes
|
|
||||||
short_desc="Budgie desktop"
|
|
||||||
maintainer="Frankie Wilde <train_me_well@abv.bg>"
|
|
||||||
license="GPL-2, LGPL-2.1"
|
|
||||||
homepage="https://github.com/budgie-desktop/budgie-desktop"
|
|
||||||
distfiles="https://github.com/budgie-desktop/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
|
||||||
checksum=17da8efe56a73426117f89eed8f2a1236c592042acb8d3fec063b24ebe124245
|
|
||||||
broken="depends on old mutter version"
|
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
# subprojects with overlapping source trees no longer allowed
|
|
||||||
mv src/gvc/* subprojects/gvc
|
|
||||||
}
|
|
||||||
|
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/gnome-bluetooth -DWITH_BLUETOOTH"
|
|
||||||
LDFLAGS="-lgnome-bluetooth"
|
|
||||||
pre_configure() {
|
|
||||||
sed '/gnome-bluetooth-1.0/d' -i \
|
|
||||||
src/applets/status/meson.build
|
|
||||||
}
|
|
Loading…
Reference in a new issue