Skip to Content.
Sympa Menu

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

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 (77ca83b462a72b6249ad5d72c73d22122161f585)
  • Date: Wed, 1 Mar 2017 16:39:55 +0000

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

graphics-libs/freeimage/HISTORY | 3 +++
graphics-libs/freeimage/PRE_BUILD | 2 +-
xfce/thunar/DEPENDS | 2 +-
xfce/thunar/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

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

thunar: Fix gudev dependency

commit 1bf1ee84afacb1c54435d6e6ddcabe6c999693dd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

freeimage: Replace use of dos2unix with sed expression in PRE_BUILD

diff --git a/graphics-libs/freeimage/HISTORY b/graphics-libs/freeimage/HISTORY
index c17bfae..91b651c 100644
--- a/graphics-libs/freeimage/HISTORY
+++ b/graphics-libs/freeimage/HISTORY
@@ -1,3 +1,6 @@
+2017-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Replaced use of dos2unix with sed expression
+
2017-01-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: SECURITY_PATCH++
* PRE_BUILD, Fix-CVE-2015-0852.patch, Fix-CVE-2016-5684.patch:
diff --git a/graphics-libs/freeimage/PRE_BUILD
b/graphics-libs/freeimage/PRE_BUILD
index 50bd4e0..91b9340 100755
--- a/graphics-libs/freeimage/PRE_BUILD
+++ b/graphics-libs/freeimage/PRE_BUILD
@@ -2,7 +2,7 @@ default_pre_build &&
cd "${SOURCE_DIRECTORY}/Source" &&
rm -rf LibPNG LibMNG LibOpenJPEG ZLib OpenEXR LibRawLite LibTIFF4 LibJPEG &&
cd "${SOURCE_DIRECTORY}" &&
-dos2unix Makefile.{gnu,fip,srcs} fipMakefile.srcs */*.h */*/*.cpp &&
+sed -i 's/\r$//m' Makefile.{gnu,fip,srcs} fipMakefile.srcs */*.h */*/*.cpp &&
sed -i \
-e "/LibJPEG/d" \
-e "/LibPNG/d" \
diff --git a/xfce/thunar/DEPENDS b/xfce/thunar/DEPENDS
index 2130849..ec5be67 100755
--- a/xfce/thunar/DEPENDS
+++ b/xfce/thunar/DEPENDS
@@ -19,7 +19,7 @@ else
"for D-Bus support"
fi &&

-optional_depends -sub GUDEV DEVICE-MANAGER \
+optional_depends libgudev \
"--enable-gudev" \
"--disable-gudev" \
"for volume management via GUDev" &&
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index e7520e6..ff3b5f5 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,3 +1,6 @@
+2017-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed gudev dependency
+
2015-03-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 1.6.6, UPSTREAM_HASH -> WORKS_FOR_ME
* DEPENDS: UDEV -> DEVICE-MANAGER



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (77ca83b462a72b6249ad5d72c73d22122161f585), Ismael Luceno, 03/01/2017

Archive powered by MHonArc 2.6.24.

Top of Page