Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krita
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tusooa Zhu
Krita
Commits
53f9db83
Commit
53f9db83
authored
Nov 26, 2014
by
Dan Leinir Turthra Jensen
🌈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gemini: Change the Git plugin into a feature, so we can track it better
parent
b883668c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
CalligraProducts.cmake
CalligraProducts.cmake
+2
-0
No files found.
CMakeLists.txt
View file @
53f9db83
...
...
@@ -925,7 +925,7 @@ calligra_drop_product_on_bad_condition( APP_BRAINDUMP
NOT_WIN
"unmaintained on Windows"
)
calligra_drop_product_on_bad_condition
(
APP_GEMINI
calligra_drop_product_on_bad_condition
(
PLUGIN_CALLIGRAGEMINI_GIT
LIBGIT2_FOUND
"libgit2 devel not found"
LIBQGIT2_FOUND
"libqgit2 devel not found"
)
...
...
CalligraProducts.cmake
View file @
53f9db83
...
...
@@ -136,6 +136,7 @@ calligra_define_product(PLUGIN_VIDEOSHAPE "Plugin for handling videos in Calligr
calligra_define_product
(
PLUGIN_VECTORSHAPE
"Vectorgraphic shape plugin"
REQUIRES LIB_CALLIGRA LIB_KOVECTORIMAGE
)
calligra_define_product
(
PLUGIN_REPORTING
"Renderer plugins for libkoreport"
REQUIRES LIB_KOREPORT LIB_KDCHART
)
calligra_define_product
(
PLUGIN_SEMANTICITEMS
"Semantic items plugins"
REQUIRES FEATURE_RDF LIB_CALLIGRA
)
calligra_define_product
(
PLUGIN_CALLIGRAGEMINI_GIT
"Git support plugin for Calligra Gemini"
)
# staging plugins
calligra_define_product
(
PLUGIN_GOOGLEDOCS
"Plugin for integration with Google Docs"
STAGING REQUIRES LIB_CALLIGRA
)
...
...
@@ -560,6 +561,7 @@ calligra_define_productset(GEMINI "Calligra for 2:1 devices"
PLUGIN_FORMULASHAPE
PLUGIN_VIDEOSHAPE
PLUGIN_VECTORSHAPE
PLUGIN_CALLIGRAGEMINI_GIT
# filters
FILTERS_WORDS
FILTERS_STAGE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment