Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6c784567ce773624708ab96e097e947ab2e02194)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6c784567ce773624708ab96e097e947ab2e02194)
  • Date: Sun, 19 May 2019 06:32:09 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/git/BUILD | 3 ---
devel/git/HISTORY | 3 +++
kde5-apps/kphotoalbum/DETAILS | 2 +-
kde5-apps/kphotoalbum/HISTORY | 4 ++++
kde5-apps/kphotoalbum/patches/exiv2.patch | 26 --------------------------
5 files changed, 8 insertions(+), 30 deletions(-)

New commits:
commit 6c784567ce773624708ab96e097e947ab2e02194
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kphotoalbum: => 5.5

commit 7e5d49fbee53b81455b45536a584a42a96432695
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

git -build does not need -lintl

diff --git a/devel/git/BUILD b/devel/git/BUILD
deleted file mode 100755
index 4e3a50d..0000000
--- a/devel/git/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-export LIBS+=" -lintl"
-export LDFLAGS+=" -lintl"
-default_build
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index b88a9b2..d87755c 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2019-05-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILDS: deleted, it adds spurious linkflags
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/

diff --git a/kde5-apps/kphotoalbum/DETAILS b/kde5-apps/kphotoalbum/DETAILS
index e1fda44..ebda3e1 100755
--- a/kde5-apps/kphotoalbum/DETAILS
+++ b/kde5-apps/kphotoalbum/DETAILS
@@ -1,5 +1,5 @@
SPELL=kphotoalbum
- VERSION=5.4
+ VERSION=5.5
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/kphotoalbum/HISTORY b/kde5-apps/kphotoalbum/HISTORY
index ace255c..c7b5c2d 100644
--- a/kde5-apps/kphotoalbum/HISTORY
+++ b/kde5-apps/kphotoalbum/HISTORY
@@ -1,3 +1,7 @@
+2019-05-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.5
+ * patches/*: deleted
+
2018-12-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.4

diff --git a/kde5-apps/kphotoalbum/patches/exiv2.patch
b/kde5-apps/kphotoalbum/patches/exiv2.patch
deleted file mode 100644
index ab40b16..0000000
--- a/kde5-apps/kphotoalbum/patches/exiv2.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/Exif/Info.cpp b/Exif/Info.cpp
-index be4c88f3..b6aba88a 100644
---- a/Exif/Info.cpp
-+++ b/Exif/Info.cpp
-@@ -28,7 +28,6 @@
- #include <QFile>
-
- #include <exiv2/image.hpp>
--#include <exiv2/exif.hpp>
-
- using namespace Exif;
-
-diff --git a/Exif/Info.h b/Exif/Info.h
-index 7e6a28c9..c0b27819 100644
---- a/Exif/Info.h
-+++ b/Exif/Info.h
-@@ -21,6 +21,7 @@
- #include <qstringlist.h>
- #include "Utilities/StringSet.h"
- #include <exiv2/exif.hpp>
-+#include <exiv2/exiv2.hpp>
- #include <exiv2/iptc.hpp>
-
- namespace DB { class FileName; }
---
-2.20.1



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6c784567ce773624708ab96e097e947ab2e02194), Treeve Jelbert, 05/19/2019

Archive powered by MHonArc 2.6.24.

Top of Page