[arch-commits] Commit in budgie-desktop/trunk (PKGBUILD budgie-desktop-vala0.50.patch)
Antonio Rojas
arojas at archlinux.org
Sun Jan 10 11:44:15 UTC 2021
Date: Sunday, January 10, 2021 @ 11:44:15
Author: arojas
Revision: 817030
Update to 10.5.2
Modified:
budgie-desktop/trunk/PKGBUILD
Deleted:
budgie-desktop/trunk/budgie-desktop-vala0.50.patch
-------------------------------+
PKGBUILD | 17 ++++++-----------
budgie-desktop-vala0.50.patch | 12 ------------
2 files changed, 6 insertions(+), 23 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-10 11:35:45 UTC (rev 817029)
+++ PKGBUILD 2021-01-10 11:44:15 UTC (rev 817030)
@@ -1,28 +1,26 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=budgie-desktop
-pkgver=10.5.1+12+g10b814fa
-pkgrel=2
+pkgver=10.5.2
+pkgrel=1
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')
+depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter6' 'graphene')
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
+_commit=f0e0f9f1d05c6ce30181d3ff1dca92e864222746
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")
+ "desktop-override.patch")
validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty (Solus Project Founder)
sha256sums=('SKIP'
'SKIP'
- 'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2'
- 'cf46448744b861702159e120263f6acd7f23f8b391108211f82b29fdefd4de71')
+ 'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2')
pkgver() {
cd $pkgname
@@ -32,9 +30,6 @@
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
Deleted: budgie-desktop-vala0.50.patch
===================================================================
--- budgie-desktop-vala0.50.patch 2021-01-10 11:35:45 UTC (rev 817029)
+++ budgie-desktop-vala0.50.patch 2021-01-10 11:44:15 UTC (rev 817030)
@@ -1,12 +0,0 @@
-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