summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xkde5-utils/dolphin/CONFIGURE1
-rwxr-xr-xkde5-utils/dolphin/DEPENDS23
-rw-r--r--kde5-utils/dolphin/DETAILS15
-rw-r--r--kde5-utils/dolphin/HISTORY7
5 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02d6a85b76..dc467ffc20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-07-28 Treeve Jelbert <treeve@sourcemage.org>
* kde4/ark: spell deprecated [replaced by kde5-utils/ark]
* kde5-libs/baloo-widgets5: added
+ * kde5-utils/dolphin: added
2015-07-28 Treeve Jelbert <treeve@sourcemage.org>
* kde4-multimedia/kmix: spell deprecated [replaced by kde5-mm/kmix]
diff --git a/kde5-utils/dolphin/CONFIGURE b/kde5-utils/dolphin/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-utils/dolphin/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-utils/dolphin/DEPENDS b/kde5-utils/dolphin/DEPENDS
new file mode 100755
index 0000000000..47e9c587b7
--- /dev/null
+++ b/kde5-utils/dolphin/DEPENDS
@@ -0,0 +1,23 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends kactivities5 &&
+depends kbookmarks &&
+depends kdbusaddons &&
+depends kcmutils &&
+depends kcompletion &&
+depends kconfig &&
+depends kcoreaddons &&
+depends kdoctools &&
+depends ki18n &&
+depends kiconthemes &&
+depends kinit &&
+depends kio &&
+depends knewstuff &&
+depends knotifications &&
+depends kparts &&
+depends ktexteditor &&
+depends kwindowsystem &&
+depends solid &&
+depends baloo5 &&
+depends baloo-widgets5 &&
+depends kfilemetadata5 &&
+depends phonon4qt5
diff --git a/kde5-utils/dolphin/DETAILS b/kde5-utils/dolphin/DETAILS
new file mode 100644
index 0000000000..35b7223e5b
--- /dev/null
+++ b/kde5-utils/dolphin/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=dolphin
+ VERSION=15.07.80
+ SOURCE_HASH=sha512:dbf74f70c5bf8187d1b1dc307ad4521d12e02277e06572049e0274b94b460610c89a61eb2c8d295e2e55c018451bdd8d8111d044a074a4874ffe96687baec096
+ 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//dolphin
+ ENTERED=20140629
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="Dolphin file manager"
+cat << EOF
+Dolphin file manager
+EOF
diff --git a/kde5-utils/dolphin/HISTORY b/kde5-utils/dolphin/HISTORY
new file mode 100644
index 0000000000..9eb69ecb24
--- /dev/null
+++ b/kde5-utils/dolphin/HISTORY
@@ -0,0 +1,7 @@
+2015-07-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 15.07.80
+
+2014-06-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version frameworks
+ spell created
+