summaryrefslogtreecommitdiffstats
path: root/kde5-extra/kpmcore
diff options
context:
space:
mode:
authorTreeve Jelbert2015-11-15 10:31:51 +0100
committerTreeve Jelbert2015-11-16 09:01:02 +0100
commit572d3572791422a9716b567f25efcfbf679dea04 (patch)
tree33f66e16e7af372050d80d5f8225f17911404c3b /kde5-extra/kpmcore
parent3cc73270275400b89c5ce6b6ceff47c8856c28d7 (diff)
move purpose, kpmcore
Diffstat (limited to 'kde5-extra/kpmcore')
-rwxr-xr-xkde5-extra/kpmcore/CONFIGURE1
-rwxr-xr-xkde5-extra/kpmcore/DEPENDS10
-rwxr-xr-xkde5-extra/kpmcore/DETAILS15
-rw-r--r--kde5-extra/kpmcore/HISTORY6
4 files changed, 32 insertions, 0 deletions
diff --git a/kde5-extra/kpmcore/CONFIGURE b/kde5-extra/kpmcore/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-extra/kpmcore/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/kpmcore/DEPENDS b/kde5-extra/kpmcore/DEPENDS
new file mode 100755
index 0000000000..22aeb6eb89
--- /dev/null
+++ b/kde5-extra/kpmcore/DEPENDS
@@ -0,0 +1,10 @@
+source "$GRIMOIRE/KDE5_DEPENDS" &&
+depends ki18n &&
+depends kiconthemes &&
+depends kio &&
+depends kservice &&
+
+depends libatasmart &&
+depends parted &&
+depends pkgconfig &&
+depends util-linux
diff --git a/kde5-extra/kpmcore/DETAILS b/kde5-extra/kpmcore/DETAILS
new file mode 100755
index 0000000000..46d3d2e626
--- /dev/null
+++ b/kde5-extra/kpmcore/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kpmcore
+ VERSION=1.9.50
+ SOURCE_HASH=sha512:a28cb840fb73d3171ef56dbcfa693ee49c76bcd41d2e423f13742646a75afed0493d274eb70fd9f9c5cb6551f5144a235dcbd8de918a97aa4ffbdb3f8cac8e6e
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/unstable/$SPELL/${VERSION}/src/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://projects.kde.org/projects//kpmcore
+ LICENSE[0]=LGPL
+ ENTERED=20150611
+ KEYWORDS="kde5 disk"
+ SHORT="manage disks, partitions and file systems on your KDE Desktop"
+cat << EOF
+Easily manage disks, partitions and file systems on your KDE Desktop: Create, resize, move, copy, back
+up, restore or delete partitions.
+EOF
diff --git a/kde5-extra/kpmcore/HISTORY b/kde5-extra/kpmcore/HISTORY
new file mode 100644
index 0000000000..77f2a29db5
--- /dev/null
+++ b/kde5-extra/kpmcore/HISTORY
@@ -0,0 +1,6 @@
+2015-09-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.9.50
+
+2015-06-11 Treeve Jelbert <treeve@sourcemage.org>
+ spell created, was part of partitionmanager
+