Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (527278eba0a710c12586cac0b39be27efa7dbb7e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (527278eba0a710c12586cac0b39be27efa7dbb7e)
  • Date: Wed, 14 Feb 2024 20:13:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/libglvnd/HISTORY | 3 +++
graphics-libs/libglvnd/INSTALL | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 527278eba0a710c12586cac0b39be27efa7dbb7e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/libglvnd: added INSTALL for symlinking: gl.pc -> opengl.pc

diff --git a/graphics-libs/libglvnd/HISTORY b/graphics-libs/libglvnd/HISTORY
index 36307f8..4d7e59c 100644
--- a/graphics-libs/libglvnd/HISTORY
+++ b/graphics-libs/libglvnd/HISTORY
@@ -1,3 +1,6 @@
+2024-02-14 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: added to create symlink gl.pc -> opengl.pc
+
2023-09-13 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 1.7.0, added Watch line

diff --git a/graphics-libs/libglvnd/INSTALL b/graphics-libs/libglvnd/INSTALL
new file mode 100755
index 0000000..b1a02ad
--- /dev/null
+++ b/graphics-libs/libglvnd/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+
+ln -sf "opengl.pc" "${INSTALL_ROOT}/usr/lib/pkgconfig/gl.pc"


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (527278eba0a710c12586cac0b39be27efa7dbb7e), Pavel Vinogradov, 02/14/2024

Archive powered by MHonArc 2.6.24.

Top of Page