summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-07-28 12:14:04 +0200
committerTreeve Jelbert2015-07-28 12:14:04 +0200
commit021de799647a3d266f5196c6b0a496d14f8cdfda (patch)
treef2580ede27a7d5bfb37fd619ff3d09f511b799f3
parentad5d1e977b835ccf214a9c42a503ce93aa31c005 (diff)
dolphin-plugins-15.07.80devel-kde5-new
-rw-r--r--ChangeLog1
-rwxr-xr-xkde5-utils/dolphin-plugins/CONFIGURE1
-rwxr-xr-xkde5-utils/dolphin-plugins/DEPENDS6
-rw-r--r--kde5-utils/dolphin-plugins/DETAILS15
-rw-r--r--kde5-utils/dolphin-plugins/HISTORY7
5 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc467ffc20..bc912618ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* kde4/ark: spell deprecated [replaced by kde5-utils/ark]
* kde5-libs/baloo-widgets5: added
* kde5-utils/dolphin: added
+ * kde5-utils/dolphin-plugins: 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-plugins/CONFIGURE b/kde5-utils/dolphin-plugins/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-utils/dolphin-plugins/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-utils/dolphin-plugins/DEPENDS b/kde5-utils/dolphin-plugins/DEPENDS
new file mode 100755
index 0000000000..a0b0c32583
--- /dev/null
+++ b/kde5-utils/dolphin-plugins/DEPENDS
@@ -0,0 +1,6 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends dolphin &&
+depends kdelibs4support &&
+depends ki18n &&
+depends kio &&
+depends kxmlgui
diff --git a/kde5-utils/dolphin-plugins/DETAILS b/kde5-utils/dolphin-plugins/DETAILS
new file mode 100644
index 0000000000..949ef8c0ba
--- /dev/null
+++ b/kde5-utils/dolphin-plugins/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=dolphin-plugins
+ VERSION=15.07.80
+ SOURCE_HASH=sha512:0f4dc0cf59e09f72b802047fb8ca5665674fa6f699567c547f52223d23d67761cd4c8b063827fcd5ee38d0aaca4bb0287bd6f18fe5caccc3dc4055a22e910efa
+ 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-plugins
+ ENTERED=20150228
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="VCS plugins for Dolphin file manager"
+cat << EOF
+VCS plugins forDolphin file manager
+EOF
diff --git a/kde5-utils/dolphin-plugins/HISTORY b/kde5-utils/dolphin-plugins/HISTORY
new file mode 100644
index 0000000000..ed8ca9e580
--- /dev/null
+++ b/kde5-utils/dolphin-plugins/HISTORY
@@ -0,0 +1,7 @@
+2015-07-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 15.07.80
+
+2015-02-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version frameworks
+ spell created
+