[calligra/calligra/2.9] krita/data/paintoppresets: Add a default tag file for presets

Boudewijn Rempt boud at valdyas.org
Fri May 1 13:49:01 UTC 2015


Git commit 2e13aa8c61c4b2dd81aa1ec3b0a2cefd29538eac by Boudewijn Rempt.
Committed on 01/05/2015 at 13:47.
Pushed by rempt into branch 'calligra/2.9'.

Add a default tag file for presets

This tagfile is installed to the data directory and can contain default
tags for our default resources. Next step: actually tag more than one
resource and more than one resource type. Who volunteers?

CCMAIL:kimageshop at kde.org
BUG:338134

M  +4    -0    krita/data/paintoppresets/CMakeLists.txt
A  +8    -0    krita/data/paintoppresets/kis_paintoppresets_tags.xml

http://commits.kde.org/calligra/2e13aa8c61c4b2dd81aa1ec3b0a2cefd29538eac

diff --git a/krita/data/paintoppresets/CMakeLists.txt b/krita/data/paintoppresets/CMakeLists.txt
index fbf75b3..4a65722 100644
--- a/krita/data/paintoppresets/CMakeLists.txt
+++ b/krita/data/paintoppresets/CMakeLists.txt
@@ -112,3 +112,7 @@ Texture_leaves_fuzzy.kpp
 ink_precision_03.kpp
 pixel1.kpp
 DESTINATION  ${DATA_INSTALL_DIR}/krita/paintoppresets)
+
+install( FILES
+    kis_paintoppresets_tags.xml
+DESTINATION  ${DATA_INSTALL_DIR}/krita/tags)
diff --git a/krita/data/paintoppresets/kis_paintoppresets_tags.xml b/krita/data/paintoppresets/kis_paintoppresets_tags.xml
new file mode 100644
index 0000000..a8e511b
--- /dev/null
+++ b/krita/data/paintoppresets/kis_paintoppresets_tags.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE tags>
+<tags>
+ <resource identifier="Eraser_hard.kpp" >
+  <tag>Erasers</tag>
+ </resource>
+</tags>
+


More information about the kimageshop mailing list