Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Rebuild packages with unsatisfiable dependencies
@ 2022-03-03 20:04 Chocimier
  2022-03-03 20:39 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2022-03-03 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org rebuild
https://github.com/void-linux/void-packages/pull/35950

Rebuild packages with unsatisfiable dependencies
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**, no hardware. Finch works.

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

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

From 814194f13c9728497fcf1603efe5a77260e59b27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 2 Mar 2022 18:03:18 +0100
Subject: [PATCH 1/4] Cendric: touch to build on aarch*

---
 srcpkgs/Cendric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Cendric/template b/srcpkgs/Cendric/template
index d119619af352..920f7ec95b59 100644
--- a/srcpkgs/Cendric/template
+++ b/srcpkgs/Cendric/template
@@ -1,4 +1,4 @@
-# Template file for 'Cendric'
+# Template file for 'Cendric'.
 pkgname=Cendric
 version=1.1.3
 revision=3

From 20b91478b11d1a9759ec2985c5abf40cbc48c2a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 3 Mar 2022 20:17:10 +0100
Subject: [PATCH 2/4] finch-devel: rebuild for split libgnt

---
 srcpkgs/pidgin/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pidgin/template b/srcpkgs/pidgin/template
index 196718504a47..7b38bc319060 100644
--- a/srcpkgs/pidgin/template
+++ b/srcpkgs/pidgin/template
@@ -1,7 +1,7 @@
 # Template file for 'pidgin'
 pkgname=pidgin
 version=2.14.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-schemas-install --disable-meanwhile
  --enable-cyrus-sasl --disable-doxygen --enable-nm --enable-vv
@@ -64,7 +64,7 @@ finch_package() {
 	}
 }
 finch-devel_package() {
-	depends="libgnt-devel>=${version} libpurple-devel>=${version}_${revision}"
+	depends="libgnt-devel libpurple-devel>=${version}_${revision}"
 	short_desc="Ncurses-based messaging client - development files"
 	pkg_install() {
 		vmove usr/include/finch

From 1412209ade9a8f8e06a893c6f111d911a055c880 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 3 Mar 2022 20:19:00 +0100
Subject: [PATCH 3/4] xf86-video-cirrus: rebuild for xserver-abi-video-25_1

---
 srcpkgs/xf86-video-cirrus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xf86-video-cirrus/template b/srcpkgs/xf86-video-cirrus/template
index e3c00a97216a..5d7fa672ea16 100644
--- a/srcpkgs/xf86-video-cirrus/template
+++ b/srcpkgs/xf86-video-cirrus/template
@@ -1,11 +1,11 @@
 # Template file for 'xf86-video-cirrus'
 pkgname=xf86-video-cirrus
 version=1.5.3
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="xorg-server-devel"
-depends="virtual?xserver-abi-video-24_1"
+depends="virtual?xserver-abi-video-25_1"
 short_desc="Xorg Cirrus Logic video driver"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 5546d9d3828bb98486bf3902ef039a82923b7b8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 3 Mar 2022 20:19:15 +0100
Subject: [PATCH 4/4] xf86-video-mach64: rebuild for xserver-abi-video-25_1

---
 srcpkgs/xf86-video-mach64/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xf86-video-mach64/template b/srcpkgs/xf86-video-mach64/template
index f2257348f214..192bd85442ea 100644
--- a/srcpkgs/xf86-video-mach64/template
+++ b/srcpkgs/xf86-video-mach64/template
@@ -1,11 +1,11 @@
 # Template file for 'xf86-video-mach64'
 pkgname=xf86-video-mach64
 version=6.9.6
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config xorg-util-macros"
 makedepends="xorgproto xorg-server-devel"
-depends="virtual?xserver-abi-video-24_1"
+depends="virtual?xserver-abi-video-25_1"
 short_desc="Xorg ATI Rage Pro video driver"
 maintainer="q66 <daniel@octaforge.org>"
 license="MIT"

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

* Re: [PR PATCH] [Merged]: Rebuild packages with unsatisfiable dependencies
  2022-03-03 20:04 [PR PATCH] Rebuild packages with unsatisfiable dependencies Chocimier
@ 2022-03-03 20:39 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2022-03-03 20:39 UTC (permalink / raw)
  To: ml

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

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

Rebuild packages with unsatisfiable dependencies
https://github.com/void-linux/void-packages/pull/35950

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

#### Testing the changes
- I tested the changes in this PR: **NO**, no hardware. Finch works.

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

end of thread, other threads:[~2022-03-03 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 20:04 [PR PATCH] Rebuild packages with unsatisfiable dependencies Chocimier
2022-03-03 20:39 ` [PR PATCH] [Merged]: " Chocimier

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).