Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] budgie-desktop: update to 10.7.1
@ 2023-03-06 17:49 BlindRepublic
  2023-03-29 21:06 ` [PR PATCH] [Updated] " classabbyamp
  2023-03-29 21:23 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: BlindRepublic @ 2023-03-06 17:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]

There is a new pull request by BlindRepublic against master on the void-packages repository

https://github.com/BlindRepublic/void-packages budgie-10.7
https://github.com/void-linux/void-packages/pull/42621

budgie-desktop: update to 10.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Continuation of #41944

A patch file from https://github.com/void-linux/void-packages/pull/42621.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-budgie-10.7-42621.patch --]
[-- Type: text/x-diff, Size: 2284 bytes --]

From 214924a6a25733989e06ea3b6d9c5a8e2f5b18e6 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Mon, 6 Mar 2023 12:36:52 -0500
Subject: [PATCH] budgie-desktop: update to 10.7.1

---
 srcpkgs/budgie-desktop/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/budgie-desktop/template b/srcpkgs/budgie-desktop/template
index d21c3b94badc..bfde56e60dc7 100644
--- a/srcpkgs/budgie-desktop/template
+++ b/srcpkgs/budgie-desktop/template
@@ -1,16 +1,17 @@
 # Template file for 'budgie-desktop'
 pkgname=budgie-desktop
-version=10.6.4
-revision=2
+version=10.7.1
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dwith-gtk-doc=false"
-hostmakedepends="pkg-config intltool vala glib-devel gobject-introspection sassc
- budgie-screensaver"
-makedepends="alsa-lib-devel libnotify-devel accountsservice-devel libpeas-devel
- libwnck-devel mutter-devel ibus-devel gnome-desktop-devel pulseaudio-devel
- upower-devel gtk+3-devel polkit-devel gnome-bluetooth1-devel gnome-menus-devel
- gnome-settings-daemon-devel vala libuuid-devel libupower-glib3"
+hostmakedepends="pkg-config intltool vala glib-devel gobject-introspection
+ sassc budgie-screensaver"
+makedepends="alsa-lib-devel libcanberra-devel libgee-devel libnotify-devel
+ accountsservice-devel libpeas-devel libwnck-devel mutter-devel ibus-devel
+ gnome-desktop-devel pulseaudio-devel upower-devel gtk+3-devel polkit-devel
+ gnome-bluetooth1-devel gnome-menus-devel gnome-settings-daemon-devel vala
+ libupower-glib3 libuuid-devel"
 depends="gnome-session gnome-settings-daemon budgie-control-center elogind
  gnome-themes-extra budgie-screensaver budgie-desktop-view"
 short_desc="Modern desktop environment from the Solus Project"
@@ -18,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://github.com/BuddiesOfBudgie/budgie-desktop"
 distfiles="https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v${version}/budgie-desktop-v${version}.tar.xz"
-checksum=7775699ea64d7317e4004b751ccd5ab1e38df172ce17abc241b8a22bb31c1cdb
+checksum=f8b277fb674f4c9e9d1dac9e45a7f93a1364d2f25cb1b3b513ec8154cfd7d6bd
 
 budgie-desktop-devel_package() {
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] budgie-desktop: update to 10.7.1
  2023-03-06 17:49 [PR PATCH] budgie-desktop: update to 10.7.1 BlindRepublic
@ 2023-03-29 21:06 ` classabbyamp
  2023-03-29 21:23 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-29 21:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1154 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/BlindRepublic/void-packages budgie-10.7
https://github.com/void-linux/void-packages/pull/42621

budgie-desktop: update to 10.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Continuation of #41944

A patch file from https://github.com/void-linux/void-packages/pull/42621.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-budgie-10.7-42621.patch --]
[-- Type: text/x-diff, Size: 2284 bytes --]

From 4c09105fa00ed8cf8a7c34b84faff35c7b5085f9 Mon Sep 17 00:00:00 2001
From: Elliot <BlindRepublic@mailo.com>
Date: Mon, 6 Mar 2023 12:36:52 -0500
Subject: [PATCH] budgie-desktop: update to 10.7.1

---
 srcpkgs/budgie-desktop/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/budgie-desktop/template b/srcpkgs/budgie-desktop/template
index d21c3b94badc..bfde56e60dc7 100644
--- a/srcpkgs/budgie-desktop/template
+++ b/srcpkgs/budgie-desktop/template
@@ -1,16 +1,17 @@
 # Template file for 'budgie-desktop'
 pkgname=budgie-desktop
-version=10.6.4
-revision=2
+version=10.7.1
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dwith-gtk-doc=false"
-hostmakedepends="pkg-config intltool vala glib-devel gobject-introspection sassc
- budgie-screensaver"
-makedepends="alsa-lib-devel libnotify-devel accountsservice-devel libpeas-devel
- libwnck-devel mutter-devel ibus-devel gnome-desktop-devel pulseaudio-devel
- upower-devel gtk+3-devel polkit-devel gnome-bluetooth1-devel gnome-menus-devel
- gnome-settings-daemon-devel vala libuuid-devel libupower-glib3"
+hostmakedepends="pkg-config intltool vala glib-devel gobject-introspection
+ sassc budgie-screensaver"
+makedepends="alsa-lib-devel libcanberra-devel libgee-devel libnotify-devel
+ accountsservice-devel libpeas-devel libwnck-devel mutter-devel ibus-devel
+ gnome-desktop-devel pulseaudio-devel upower-devel gtk+3-devel polkit-devel
+ gnome-bluetooth1-devel gnome-menus-devel gnome-settings-daemon-devel vala
+ libupower-glib3 libuuid-devel"
 depends="gnome-session gnome-settings-daemon budgie-control-center elogind
  gnome-themes-extra budgie-screensaver budgie-desktop-view"
 short_desc="Modern desktop environment from the Solus Project"
@@ -18,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://github.com/BuddiesOfBudgie/budgie-desktop"
 distfiles="https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v${version}/budgie-desktop-v${version}.tar.xz"
-checksum=7775699ea64d7317e4004b751ccd5ab1e38df172ce17abc241b8a22bb31c1cdb
+checksum=f8b277fb674f4c9e9d1dac9e45a7f93a1364d2f25cb1b3b513ec8154cfd7d6bd
 
 budgie-desktop-devel_package() {
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: budgie-desktop: update to 10.7.1
  2023-03-06 17:49 [PR PATCH] budgie-desktop: update to 10.7.1 BlindRepublic
  2023-03-29 21:06 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-03-29 21:23 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-29 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

There's a merged pull request on the void-packages repository

budgie-desktop: update to 10.7.1
https://github.com/void-linux/void-packages/pull/42621

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Continuation of #41944

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-29 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06 17:49 [PR PATCH] budgie-desktop: update to 10.7.1 BlindRepublic
2023-03-29 21:06 ` [PR PATCH] [Updated] " classabbyamp
2023-03-29 21:23 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).