summaryrefslogtreecommitdiffstats
path: root/kde5-libs/libkgeomap
diff options
context:
space:
mode:
authorTreeve Jelbert2015-11-22 11:47:21 +0100
committerTreeve Jelbert2015-11-22 11:47:21 +0100
commit77367e458f910deb200cb46bf49ab1298cca8c94 (patch)
treeec46fbdf0fdd34fc2ff69d7a1a4aa933f2e39477 /kde5-libs/libkgeomap
parent730a335af75051f5b1c909da9704d840818b13bd (diff)
libkgeomap-15.11.80
Diffstat (limited to 'kde5-libs/libkgeomap')
-rwxr-xr-xkde5-libs/libkgeomap/CONFIGURE1
-rwxr-xr-xkde5-libs/libkgeomap/DEPENDS8
-rwxr-xr-xkde5-libs/libkgeomap/DETAILS15
-rw-r--r--kde5-libs/libkgeomap/HISTORY9
4 files changed, 33 insertions, 0 deletions
diff --git a/kde5-libs/libkgeomap/CONFIGURE b/kde5-libs/libkgeomap/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-libs/libkgeomap/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-libs/libkgeomap/DEPENDS b/kde5-libs/libkgeomap/DEPENDS
new file mode 100755
index 0000000000..0ae8ead822
--- /dev/null
+++ b/kde5-libs/libkgeomap/DEPENDS
@@ -0,0 +1,8 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtwebkit &&
+depends kconfig &&
+depends ki18n &&
+depends kio &&
+depends ktextwidgets &&
+depends marble &&
+optional_depends libkexiv2 '' '' 'build demos'
diff --git a/kde5-libs/libkgeomap/DETAILS b/kde5-libs/libkgeomap/DETAILS
new file mode 100755
index 0000000000..9a9ee68982
--- /dev/null
+++ b/kde5-libs/libkgeomap/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libkgeomap
+ VERSION=15.11.80
+ SOURCE_HASH=sha512:416bce7d82880535c898f5d0c7f3790958e7cced8406cee7e09c0837ff33333dc5a596f350a21df65d707f23b8176137cf0debfb34f8d9dcced2e79dbf6fa2c9
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/unstable/applications/${VERSION}/src/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://projects.kde.org/projects//libkgeomap
+ ENTERED=20110222
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="wrapper around world map components"
+cat << EOF
+Libkmap is a wrapper around world map components such as marble, openstreetmap and googlemap
+EOF
diff --git a/kde5-libs/libkgeomap/HISTORY b/kde5-libs/libkgeomap/HISTORY
new file mode 100644
index 0000000000..4f4e48e0fd
--- /dev/null
+++ b/kde5-libs/libkgeomap/HISTORY
@@ -0,0 +1,9 @@
+2015-11-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 15.11.80
+
+2011-07-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAIL: rename spell to libkgeomap
+
+2011-02-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAIL: version master(git)
+ spell created