Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Remove libdri2-git
Date: Wed, 05 Aug 2020 00:17:04 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24058@inbox.vuxu.org> (raw)

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

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

https://github.com/ericonr/void-packages libdri2
https://github.com/void-linux/void-packages/pull/24058

Remove libdri2-git
Not sure how to test DRI2, but `xorg-server` itself seems to include all it needs for DRI2.

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

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

From 9a6bcd891275b22f371961f2d90a04fddbc5b95e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 4 Aug 2020 19:14:39 -0300
Subject: [PATCH 1/2] xorg-server: remove libdri2 from makedeps.

Obsolete.
---
 srcpkgs/xorg-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xorg-server/template b/srcpkgs/xorg-server/template
index 83f5b1b1496..b1b0dafb4d8 100644
--- a/srcpkgs/xorg-server/template
+++ b/srcpkgs/xorg-server/template
@@ -1,7 +1,7 @@
 # Template file for 'xorg-server'
 pkgname=xorg-server
 version=1.20.8
-revision=4
+revision=5
 build_style=meson
 configure_args="-Dipv6=true -Dxorg=true -Dxnest=true -Dxephyr=true
  -Dxvfb=true -Dhal=false -Dudev=true -Dxkb_dir=/usr/share/X11/xkb
@@ -13,7 +13,7 @@ configure_args="-Dipv6=true -Dxorg=true -Dxnest=true -Dxephyr=true
 hostmakedepends="pkg-config wayland-devel xkbcomp flex gzip"
 makedepends="MesaLib-devel libXaw-devel libXfont-devel libXfont2-devel
  libXrender-devel libXres-devel libXtst-devel libXv-devel libXxf86dga-devel
- libdmx-devel libdri2-devel-git libepoxy-devel libressl-devel libxkbfile-devel
+ libdmx-devel libepoxy-devel libressl-devel libxkbfile-devel
  libxkbui-devel pixman-devel wayland-devel wayland-protocols
  xcb-util-image-devel xcb-util-keysyms-devel xcb-util-renderutil-devel
  xcb-util-wm-devel xkbcomp nettle-devel $(vopt_if elogind 'dbus-devel')"

From 29e50cfe12224d1fe9e733d4f7d84338afb58898 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 4 Aug 2020 19:15:02 -0300
Subject: [PATCH 2/2] libdri2-git: remove package.

Obsolete.
---
 srcpkgs/libdri2-devel-git    |  1 -
 srcpkgs/libdri2-git/template | 36 ------------------------------------
 2 files changed, 37 deletions(-)
 delete mode 120000 srcpkgs/libdri2-devel-git
 delete mode 100644 srcpkgs/libdri2-git/template

diff --git a/srcpkgs/libdri2-devel-git b/srcpkgs/libdri2-devel-git
deleted file mode 120000
index c9920e403ec..00000000000
--- a/srcpkgs/libdri2-devel-git
+++ /dev/null
@@ -1 +0,0 @@
-libdri2-git
\ No newline at end of file
diff --git a/srcpkgs/libdri2-git/template b/srcpkgs/libdri2-git/template
deleted file mode 100644
index 15299d525dc..00000000000
--- a/srcpkgs/libdri2-git/template
+++ /dev/null
@@ -1,36 +0,0 @@
-# Template file for 'libdri2-git'
-pkgname=libdri2-git
-version=20140317
-revision=2
-build_style=gnu-configure
-configure_args="--enable-malloc0returnsnull"
-hostmakedepends="automake libtool pkg-config xorg-util-macros git"
-makedepends="xorgproto libXfixes-devel libXext-devel libdrm-devel"
-short_desc="Library for the DRI2 extension to the X Window System"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/robclark/libdri2"
-
-provides="libdri2-1.0_1"
-replaces="libdri2>=0"
-
-do_fetch() {
-	git clone git://github.com/robclark/libdri2 ${pkgname}-${version}
-}
-
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
-
-libdri2-devel-git_package() {
-	short_desc+=" - development files"
-	depends="libX11-devel libXext-devel ${sourcepkg}>=${version}_${revision}"
-	provides="libdri2-devel-1.0_1"
-	replaces="libdri2-devel>=0"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}

             reply	other threads:[~2020-08-04 22:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04 22:17 ericonr [this message]
2020-08-05  1:16 ` [PR PATCH] [Updated] " ericonr
2020-08-05  1:37 ` [PR PATCH] [Updated] Clean up libdri2-git ericonr
2020-08-05  2:59 ` ericonr
2020-08-05  3:20 ` ericonr
2020-08-07  2:45 ` ericonr
2020-08-31 16:56 ` ericonr
2020-09-20 15:22 ` ericonr
2020-09-24  4:39 ` ericonr
2020-09-24  4:58 ` ericonr
2020-09-27 16:47 ` [PR PATCH] [Merged]: " ericonr

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24058@inbox.vuxu.org \
    --to=ericonr@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).