summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-07-28 11:43:27 +0200
committerTreeve Jelbert2015-07-28 11:43:27 +0200
commit532f050cd04a2a676849c7a75c1f1f9df72fd80a (patch)
tree6080d305710ef4034dd7e530dbfd0acc1907e7e6
parent7cea2d98d28071f6eb2c4f16255de8cd5393bbcf (diff)
ark: => 15.07.80
-rwxr-xr-xkde5-utils/ark/CONFIGURE1
-rwxr-xr-xkde5-utils/ark/DEPENDS17
-rw-r--r--kde5-utils/ark/DETAILS15
-rw-r--r--kde5-utils/ark/HISTORY12
4 files changed, 45 insertions, 0 deletions
diff --git a/kde5-utils/ark/CONFIGURE b/kde5-utils/ark/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-utils/ark/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-utils/ark/DEPENDS b/kde5-utils/ark/DEPENDS
new file mode 100755
index 0000000000..95f97b909c
--- /dev/null
+++ b/kde5-utils/ark/DEPENDS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/KDE5_DEPENDS
+depends karchive &&
+depends kdbusaddons
+depends kconfig &&
+depends kdoctools &&
+depends khtml &&
+depends ki18n &&
+depends kiconthemes &&
+depends kio &&
+depends kpty &&
+depends kservice &&
+depends kwidgetsaddons &&
+depends libarchive &&
+optional_depends bzip2 '' '' 'BZ2 support' &&
+optional_depends xz-utils '' '' 'LZMA support' &&
+optional_depends zlib '' '' 'GZ support'
+#optional_depends qjson5 '' '' 'support serial JSON - build unit tests'
diff --git a/kde5-utils/ark/DETAILS b/kde5-utils/ark/DETAILS
new file mode 100644
index 0000000000..37650f8fb6
--- /dev/null
+++ b/kde5-utils/ark/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ark
+ VERSION=15.07.80
+ SOURCE_HASH=sha512:c448d35141db917d4b640c51c35419aaa2801235b79b08437f87b3d0752b6201a01d9a4191f5bfccc98081290a25eb3bb7a51a860ef2511d3ccc18bacc3d9e02
+ 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//ark
+ ENTERED=20110821
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="archive utility for KDE"
+cat << EOF
+archive utility for KDE
+EOF
diff --git a/kde5-utils/ark/HISTORY b/kde5-utils/ark/HISTORY
new file mode 100644
index 0000000000..fbb5a0a5e7
--- /dev/null
+++ b/kde5-utils/ark/HISTORY
@@ -0,0 +1,12 @@
+2015-07-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 15.07.80
+
+2014-08-27 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS, DEPENDS: adapt to qt5/kf5
+
+2012-03-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: add qjson
+
+2011-09-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version master
+ spell created, part of previous kdeutils spell