Skip to content

Commit

Permalink
kde/base: Adding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Aug 16, 2013
1 parent 7aaae6f commit adce2f2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/dolphin-plugins/BUILD
@@ -0,0 +1,5 @@

source /etc/profile.d/qt4.rc &&
source /etc/profile.d/kde4.rc &&

default_cmake_build
1 change: 1 addition & 0 deletions base/dolphin-plugins/CONFIGURE
@@ -0,0 +1 @@
mquery USE_DOCS "Build documentation?" n "-DBUILD_doc=ON" "-DBUILD_doc=OFF"
6 changes: 6 additions & 0 deletions base/dolphin-plugins/DEPENDS
@@ -0,0 +1,6 @@
depends kde-baseapps

optional_depends "git" "-DBUILD_git=ON" "-DBUILD_git=OFF" "Build the git plugin"
optional_depends "bzr" "-DBUILD_bazaar=ON" "-DBUILD_bazaar=OFF" "Build the bzr plugin"
optional_depends "subversion" "-DBUILD_svn=ON" "-DBUILD_svn=OFF" "Build the subversion plugin"
optional_depends "mercurial" "-DBUILD_hg=ON" "-DBUILD_hg=OFF" "Build the mecurial plugin"
14 changes: 14 additions & 0 deletions base/dolphin-plugins/DETAILS
@@ -0,0 +1,14 @@
MODULE=dolphin-plugins
VERSION=4.11.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$KDE_URL/stable/$VERSION/src
SOURCE_VFY=sha1:e58a4908dfcfcab93dc39dfe465df074153df81d
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
WEB_SITE=http://dolphin.kde.org/
ENTERED=20130814
UPDATED=20130814
SHORT="high-level file management functions"

cat << EOF
Provides high-level file management functions.
EOF

0 comments on commit adce2f2

Please sign in to comment.