Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] adriconf: update to 2.4
@ 2020-11-29 23:55 ndowens
  2020-12-05 23:29 ` ericonr
  2020-12-05 23:29 ` [PR PATCH] [Closed]: " ericonr
  0 siblings, 2 replies; 4+ messages in thread
From: ndowens @ 2020-11-29 23:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages adriconf
https://github.com/void-linux/void-packages/pull/26814

adriconf: update to 2.4


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

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

From 5c8c162bb9d660fd1dcb06d934057e5a779fb574 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 29 Nov 2020 17:55:56 -0600
Subject: [PATCH] adriconf: update to 2.4

---
 srcpkgs/adriconf/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/adriconf/template b/srcpkgs/adriconf/template
index 85363015d8c..4c5b104f82c 100644
--- a/srcpkgs/adriconf/template
+++ b/srcpkgs/adriconf/template
@@ -1,14 +1,16 @@
 # Template file for 'adriconf'
 pkgname=adriconf
-version=1.6.1
+version=2.4
 revision=1
+wrksrc="$pkgname-v$version"
 build_style=cmake
 configure_args="-DENABLE_UNIT_TESTS=false"
 hostmakedepends="pkg-config glib-devel gettext"
-makedepends="MesaLib-devel gtkmm-devel boost-devel libxml++3.0-devel pciutils-devel gtest-devel"
+makedepends="MesaLib-devel gtkmm-devel boost-devel libxml++3.0-devel
+ pciutils-devel gtest-devel"
 short_desc="Advanced DRI Configurator"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/jlHertel/adriconf"
-distfiles="https://github.com/jlHertel/adriconf/archive/v${version}.tar.gz"
-checksum=ccc539a3c680c275f224b2265044ff6030464110d08340cf44801a74d9f5f776
+homepage="https://gitlab.freedesktop.org/mesa/adriconf"
+distfiles="https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v${version}/adriconf-v${version}.tar.gz"
+checksum=f5c35d2e4eb177ace18d413bc58fd1fb7e7a5e35a2256b2982b33f67ad998ce0

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

* Re: adriconf: update to 2.4
  2020-11-29 23:55 [PR PATCH] adriconf: update to 2.4 ndowens
@ 2020-12-05 23:29 ` ericonr
  2020-12-05 23:29 ` [PR PATCH] [Closed]: " ericonr
  1 sibling, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-05 23:29 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26814#issuecomment-739430281

Comment:
I missed this one, sorry!

Merged in 5950b8e4f3254f5c79f39ceb583e8bfc8c06121f

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

* Re: [PR PATCH] [Closed]: adriconf: update to 2.4
  2020-11-29 23:55 [PR PATCH] adriconf: update to 2.4 ndowens
  2020-12-05 23:29 ` ericonr
@ 2020-12-05 23:29 ` ericonr
  1 sibling, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-05 23:29 UTC (permalink / raw)
  To: ml

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

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

adriconf: update to 2.4
https://github.com/void-linux/void-packages/pull/26814

Description:
Source and homepage changed due to project moving

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

* [PR PATCH] adriconf: update to 2.4.
@ 2020-12-05 22:23 travankor
  0 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2020-12-05 22:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages adriconf
https://github.com/void-linux/void-packages/pull/26973

adriconf: update to 2.4.
None

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

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

From e925f22afeb1695370d49fbdb9df5d24cde2641f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 5 Dec 2020 15:23:10 -0700
Subject: [PATCH] adriconf: update to 2.4.

---
 srcpkgs/adriconf/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/adriconf/template b/srcpkgs/adriconf/template
index 85363015d8c..3c2824f5485 100644
--- a/srcpkgs/adriconf/template
+++ b/srcpkgs/adriconf/template
@@ -1,7 +1,8 @@
 # Template file for 'adriconf'
 pkgname=adriconf
-version=1.6.1
+version=2.4
 revision=1
+wrksrc="${pkgname}-v${version}"
 build_style=cmake
 configure_args="-DENABLE_UNIT_TESTS=false"
 hostmakedepends="pkg-config glib-devel gettext"
@@ -9,6 +10,6 @@ makedepends="MesaLib-devel gtkmm-devel boost-devel libxml++3.0-devel pciutils-de
 short_desc="Advanced DRI Configurator"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/jlHertel/adriconf"
-distfiles="https://github.com/jlHertel/adriconf/archive/v${version}.tar.gz"
-checksum=ccc539a3c680c275f224b2265044ff6030464110d08340cf44801a74d9f5f776
+homepage="https://gitlab.freedesktop.org/mesa/adriconf/"
+distfiles="https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v${version}/adriconf-v${version}.tar.gz"
+checksum=f5c35d2e4eb177ace18d413bc58fd1fb7e7a5e35a2256b2982b33f67ad998ce0

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

end of thread, other threads:[~2020-12-05 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-29 23:55 [PR PATCH] adriconf: update to 2.4 ndowens
2020-12-05 23:29 ` ericonr
2020-12-05 23:29 ` [PR PATCH] [Closed]: " ericonr
2020-12-05 22:23 [PR PATCH] " travankor

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