budgie-desktop: rebuild with mutter-3.28

This commit is contained in:
Enno Boland 2018-03-20 08:56:03 +01:00
parent 1e76ab6bfc
commit 053afa7765
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 1401 additions and 4 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
# Template file for 'budgie-desktop'
pkgname=budgie-desktop
version=10.4
revision=4
configure_args="-Dwith-gtk-doc=false"
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
@ -18,10 +18,15 @@ 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
# https://github.com/budgie-desktop/budgie-desktop/pull/1341
broken="requires libmutter-1, mutter-devel provides libmutter-2"
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
}