[arch-commits] Commit in budgie-desktop/repos (4 files)

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


    Date: Friday, October 2, 2020 @ 08:51:55
  Author: alucryd
Revision: 715219

archrelease: copy trunk to community-staging-x86_64

Added:
  budgie-desktop/repos/community-staging-x86_64/
  budgie-desktop/repos/community-staging-x86_64/PKGBUILD
    (from rev 715218, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-staging-x86_64/budgie-desktop-vala0.50.patch
    (from rev 715218, budgie-desktop/trunk/budgie-desktop-vala0.50.patch)
  budgie-desktop/repos/community-staging-x86_64/desktop-override.patch
    (from rev 715218, budgie-desktop/trunk/desktop-override.patch)

-------------------------------+
 PKGBUILD                      |   56 ++++++++++++++++++++++++++++++++++++++++
 budgie-desktop-vala0.50.patch |   12 ++++++++
 desktop-override.patch        |   17 ++++++++++++
 3 files changed, 85 insertions(+)

Copied: budgie-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 715218, budgie-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-02 08:51:55 UTC (rev 715219)
@@ -0,0 +1,56 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=budgie-desktop
+pkgver=10.5.1+12+g10b814fa
+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' 'mutter6')
+makedepends=('autoconf-archive' 'git' 'gobject-introspection' 'intltool' 'meson' 'sassc' 'vala')
+optdepends=('gnome-backgrounds: Default background'
+            'gnome-control-center: System settings'
+            'gnome-screensaver: Lock screen'
+            'network-manager-applet: Network management')
+_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"
+        "budgie-desktop-vala0.50.patch")
+validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty (Solus Project Founder)
+sha256sums=('SKIP'
+            'SKIP'
+            'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2'
+            'cf46448744b861702159e120263f6acd7f23f8b391108211f82b29fdefd4de71')
+
+pkgver() {
+	cd $pkgname
+	git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+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
+
+	# Don't use systemd session management, it's not supported by Budgie
+	sed -i 's/exec gnome-session/exec gnome-session --builtin/' src/session/budgie-desktop.in
+
+	git submodule init
+	git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+	git submodule update
+}
+
+build() {
+	arch-meson $pkgname build -D with-desktop-icons=none
+	ninja -C build
+}
+
+package() {
+	DESTDIR="$pkgdir" meson install -C build
+}

Copied: budgie-desktop/repos/community-staging-x86_64/budgie-desktop-vala0.50.patch (from rev 715218, budgie-desktop/trunk/budgie-desktop-vala0.50.patch)
===================================================================
--- community-staging-x86_64/budgie-desktop-vala0.50.patch	                        (rev 0)
+++ community-staging-x86_64/budgie-desktop-vala0.50.patch	2020-10-02 08:51:55 UTC (rev 715219)
@@ -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,

Copied: budgie-desktop/repos/community-staging-x86_64/desktop-override.patch (from rev 715218, budgie-desktop/trunk/desktop-override.patch)
===================================================================
--- community-staging-x86_64/desktop-override.patch	                        (rev 0)
+++ community-staging-x86_64/desktop-override.patch	2020-10-02 08:51:55 UTC (rev 715219)
@@ -0,0 +1,17 @@
+diff --git a/src/wm/20_solus-project.budgie.wm.gschema.override b/src/wm/20_solus-project.budgie.wm.gschema.override
+index f568a2c7..8b91bf65 100644
+--- a/src/wm/20_solus-project.budgie.wm.gschema.override
++++ b/src/wm/20_solus-project.budgie.wm.gschema.override
+@@ -1,7 +1,10 @@
+-[org.gnome.mutter]
++[org.gnome.mutter:Budgie]
+ edge-tiling = true
+ attach-modal-dialogs = true
+ 
+-[org.gnome.desktop.wm.preferences]
++[org.gnome.desktop.background:Budgie]
++picture-uri='file:///usr/share/backgrounds/gnome/adwaita-day.jpg'
++
++[org.gnome.desktop.wm.preferences:Budgie]
+ button-layout = 'appmenu:minimize,maximize,close'
+ 



More information about the arch-commits mailing list