[arch-commits] Commit in budgie-desktop/trunk (PKGBUILD budgie-desktop-vala0.50.patch)

Maxime Gauduin alucryd at archlinux.org
Fri Oct 2 08:51:50 UTC 2020


    Date: Friday, October 2, 2020 @ 08:51:49
  Author: alucryd
Revision: 715218

gnome 3.38: budgie-desktop 10.5.1+12+g10b814fa-2

Added:
  budgie-desktop/trunk/budgie-desktop-vala0.50.patch
Modified:
  budgie-desktop/trunk/PKGBUILD

-------------------------------+
 PKGBUILD                      |   13 +++++++++----
 budgie-desktop-vala0.50.patch |   12 ++++++++++++
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 08:51:48 UTC (rev 715217)
+++ PKGBUILD	2020-10-02 08:51:49 UTC (rev 715218)
@@ -2,12 +2,12 @@
 
 pkgname=budgie-desktop
 pkgver=10.5.1+12+g10b814fa
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern desktop environment from the Solus Project"
 arch=('x86_64')
 url="https://github.com/solus-project/budgie-desktop"
 license=('GPL' 'LGPL')
-depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter')
+depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter6')
 makedepends=('autoconf-archive' 'git' 'gobject-introspection' 'intltool' 'meson' 'sassc' 'vala')
 optdepends=('gnome-backgrounds: Default background'
             'gnome-control-center: System settings'
@@ -16,11 +16,13 @@
 _commit=10b814fa62bf774ca48e182548d3c6687a852314  # master
 source=("git+https://github.com/budgie-desktop/budgie-desktop.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
-        "desktop-override.patch")
+        "desktop-override.patch"
+        "budgie-desktop-vala0.50.patch")
 validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty (Solus Project Founder)
 sha256sums=('SKIP'
             'SKIP'
-            'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2')
+            'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2'
+            'cf46448744b861702159e120263f6acd7f23f8b391108211f82b29fdefd4de71')
 
 pkgver() {
 	cd $pkgname
@@ -30,6 +32,9 @@
 prepare() {
 	cd $pkgname
 
+	# Fix build with vala 0.50
+	patch -Np1 -i ../budgie-desktop-vala0.50.patch
+
 	# Override settings only for Budgie
 	patch -Np1 -i ../desktop-override.patch
 

Added: budgie-desktop-vala0.50.patch
===================================================================
--- budgie-desktop-vala0.50.patch	                        (rev 0)
+++ budgie-desktop-vala0.50.patch	2020-10-02 08:51:49 UTC (rev 715218)
@@ -0,0 +1,12 @@
+diff -rupN budgie-desktop.orig/src/appsys/AppSystem.vala budgie-desktop/src/appsys/AppSystem.vala
+--- budgie-desktop.orig/src/appsys/AppSystem.vala	2020-10-02 10:47:24.788073026 +0200
++++ budgie-desktop/src/appsys/AppSystem.vala	2020-10-02 10:47:57.721833710 +0200
+@@ -70,7 +70,7 @@ public class AppSystem : GLib.Object
+     }
+ 
+     private void signal_received(GLib.DBusConnection connection,
+-                                 string sender,
++                                 string? sender,
+                                  string object_path,
+                                  string interface_name,
+                                  string signal_name,



More information about the arch-commits mailing list