Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d18f73720956221da482b13b01663b6991e6bf30)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d18f73720956221da482b13b01663b6991e6bf30)
  • Date: Sat, 3 Jul 2021 15:49:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

xorg-util/zarfy/BUILD | 2 ++
xorg-util/zarfy/DEPENDS | 1 +
xorg-util/zarfy/HISTORY | 4 ++++
3 files changed, 7 insertions(+)

New commits:
commit d18f73720956221da482b13b01663b6991e6bf30
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

zarfy: Build fixes

diff --git a/xorg-util/zarfy/BUILD b/xorg-util/zarfy/BUILD
new file mode 100755
index 0000000..003018d
--- /dev/null
+++ b/xorg-util/zarfy/BUILD
@@ -0,0 +1,2 @@
+CFLAGS+=' -fcommon' &&
+default_build
diff --git a/xorg-util/zarfy/DEPENDS b/xorg-util/zarfy/DEPENDS
index bc1e725..c94d922 100755
--- a/xorg-util/zarfy/DEPENDS
+++ b/xorg-util/zarfy/DEPENDS
@@ -2,4 +2,5 @@ depends libx11 &&
depends libxrandr &&
depends gtk+2 &&
depends gdk-pixbuf2 &&
+depends gdk-pixbuf-xlib &&
depends libglade2
diff --git a/xorg-util/zarfy/HISTORY b/xorg-util/zarfy/HISTORY
index 92e6597..09b0953 100644
--- a/xorg-util/zarfy/HISTORY
+++ b/xorg-util/zarfy/HISTORY
@@ -1,3 +1,7 @@
+2021-07-03 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: Fixed build with GCC 10+
+ * DEPENDS: Added missing dependency on gdk-pixbuf-xlib
+
2014-08-21 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d18f73720956221da482b13b01663b6991e6bf30), Ismael Luceno, 07/03/2021

Archive powered by MHonArc 2.6.24.

Top of Page