[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:10 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3d79a2e

The following commit has been merged in the master branch:
commit 3d79a2ec869cf01fe553e0e9f99a54d959d06cbf
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Oct 11 21:05:59 2016 +0000

    CMake.  Little script to regenerate CMake/Xcode files (can't trust CMake to do anything correctly without a script).
---
 contrib/cmake/macosx/generate | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/contrib/cmake/macosx/generate b/contrib/cmake/macosx/generate
new file mode 100755
index 0000000..f68b505
--- /dev/null
+++ b/contrib/cmake/macosx/generate
@@ -0,0 +1,19 @@
+#!/usr/bin/env bash
+
+##
+# regenerate Xcode environment
+##
+if [   -e src/actions.cpp -o -e ../src/actions.cpp ]; then
+	if [ ! -e build ]; then mkdir build ; cd build ; fi
+	if [   -e ../src/actions.cpp ]; then
+        cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug
+    fi
+    if [ ! -e generate ]; then
+    	ln -s ../contrib/cmake/macosx/generate generate
+    fi
+else
+	echo "*** you must be in exiv2dir or exiv2dir/build ***" >2
+fi
+
+# That's all Folks!
+##

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list