Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] budgie-desktop-view: update to 1.2.1.
Date: Wed, 29 Mar 2023 23:04:57 +0200	[thread overview]
Message-ID: <20230329210457.iSPztW2q4ctJNMYuhH20p-OG8GODTdJbgad-_sLGFic@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41946@inbox.vuxu.org>

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

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

https://github.com/BlindRepublic/void-packages budgie-desktop-view-1.2.1
https://github.com/void-linux/void-packages/pull/41946

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

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

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



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-budgie-desktop-view-1.2.1-41946.patch --]
[-- Type: text/x-diff, Size: 2103 bytes --]

From 360533040efb30c1421e65b22da7ed756a44f879 Mon Sep 17 00:00:00 2001
From: TrueTechie <TrueTechie@mailo.com>
Date: Sun, 29 Jan 2023 14:19:21 -0500
Subject: [PATCH] budgie-desktop-view: update to 1.2.1.

---
 .../patches/no-require-git.patch                  | 15 +++++++++++++++
 srcpkgs/budgie-desktop-view/template              |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/budgie-desktop-view/patches/no-require-git.patch

diff --git a/srcpkgs/budgie-desktop-view/patches/no-require-git.patch b/srcpkgs/budgie-desktop-view/patches/no-require-git.patch
new file mode 100644
index 000000000000..1d95048366ba
--- /dev/null
+++ b/srcpkgs/budgie-desktop-view/patches/no-require-git.patch
@@ -0,0 +1,15 @@
+check: true causes run_command (which will error with chroot-git) to fail
+
+reverts part of be1a8e62cfe70af0b0dd97a08271d177d0c2b1d3
+
+--- a/meson.build
++++ b/meson.build
+@@ -43,7 +43,7 @@
+ package_version = meson.project_version()
+ 
+ if git.found()
+-	git_version = run_command('git', ['rev-parse', 'HEAD'], check: true)
++	git_version = run_command('git', ['rev-parse', 'HEAD'])
+ 	if git_version.returncode() == 0
+ 		package_version += ' (git-'+git_version.stdout().strip()+')'
+ 	endif
diff --git a/srcpkgs/budgie-desktop-view/template b/srcpkgs/budgie-desktop-view/template
index 57ec2a5790ad..723bd69f5f1e 100644
--- a/srcpkgs/budgie-desktop-view/template
+++ b/srcpkgs/budgie-desktop-view/template
@@ -1,6 +1,6 @@
 # Template file for 'budgie-desktop-view'
 pkgname=budgie-desktop-view
-version=1.2
+version=1.2.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config intltool vala glib-devel"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/BuddiesOfBudgie/budgie-desktop-view"
 distfiles="https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/download/v${version}/budgie-desktop-view-v${version}.tar.xz"
-checksum=8399fae4326e5a21dda889bd89cb16ed8201f2854dc5cbc12394b90420d4cf2e
+checksum=045d5ed7586fc26bbee82df31369b5ddbe30b5f0d7f11486210f3e14ccbfd536

  parent reply	other threads:[~2023-03-29 21:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 19:57 [PR PATCH] " TrueTechie
2023-02-09  0:27 ` [PR PATCH] [Updated] " TrueTechie
2023-02-11  0:00 ` TrueTechie
2023-02-17 21:39 ` BlindRepublic
2023-03-13 15:16 ` BlindRepublic
2023-03-13 15:30 ` BlindRepublic
2023-03-13 15:43 ` BlindRepublic
2023-03-13 15:47 ` BlindRepublic
2023-03-29 20:53 ` classabbyamp
2023-03-29 21:04 ` classabbyamp [this message]
2023-03-29 21:09 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230329210457.iSPztW2q4ctJNMYuhH20p-OG8GODTdJbgad-_sLGFic@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).