[gimp-data-extras] Move brushes to folders to enable tagging
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-data-extras] Move brushes to folders to enable tagging
- Date: Sun, 10 Jun 2018 23:35:13 +0000 (UTC)
commit 9078bd5765f953ea0d00fa2f8772f8eee384292c
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Mon Jun 11 02:34:08 2018 +0300
Move brushes to folders to enable tagging
brushes/Fun/Makefile.am | 8 ++++++++
brushes/{ => Fun}/bird.gbr | Bin
brushes/{ => Fun}/gecko.gbr | Bin
brushes/{ => Fun}/guitar.gbr | Bin
brushes/{ => Geometry}/50x50cone.gbr | Bin
brushes/{ => Geometry}/50x50square.gbr | Bin
brushes/{ => Geometry}/50x50squareBlur.gbr | Bin
brushes/{ => Geometry}/50x50squareBlur2.gbr | Bin
brushes/Geometry/Makefile.am | 22 ++++++++++++++++++++++
brushes/{ => Geometry}/bigcircle.gbr | Bin
brushes/{ => Geometry}/bigcircle2.gbr | Bin
brushes/{ => Geometry}/bigcircle3.gbr | Bin
brushes/{ => Geometry}/bigcircle4.gbr | Bin
brushes/{ => Geometry}/grid.gbr | Bin
brushes/{ => Geometry}/grid2.gbr | Bin
brushes/{ => Geometry}/qbert2.gbr | Bin
brushes/{ => Geometry}/qbert3Blur.gbr | Bin
brushes/{ => Geometry}/sphere29.gbr | Bin
brushes/{ => Geometry}/sphere36.gbr | Bin
brushes/{ => Geometry}/sphere47.gbr | Bin
brushes/{ => Geometry}/sphere55.gbr | Bin
brushes/{ => Geometry}/sphere79.gbr | Bin
brushes/Splatters/Makefile.am | 17 +++++++++++++++++
brushes/{ => Splatters}/flower.gbr | Bin
brushes/{ => Splatters}/flower_large.gbr | Bin
brushes/{ => Splatters}/nova.gbr | Bin
brushes/{ => Splatters}/star1.gbr | Bin
brushes/{ => Splatters}/star2.gbr | Bin
brushes/{ => Splatters}/star3.gbr | Bin
brushes/{ => Splatters}/star4.gbr | Bin
brushes/{ => Splatters}/star5.gbr | Bin
brushes/{ => Splatters}/swirl.gbr | Bin
brushes/{ => Splatters}/swirl2.gbr | Bin
brushes/{ => Splatters}/tulip.gbr | Bin
brushes/{ => Splatters}/wave.gbr | Bin
brushes/Texture/Makefile.am | 10 ++++++++++
brushes/{ => Texture}/cloth.gbr | Bin
brushes/{ => Texture}/text1.gbr | Bin
brushes/{ => Texture}/text2.gbr | Bin
brushes/{ => Texture}/text3.gbr | Bin
brushes/{ => Texture}/text4.gbr | Bin
41 files changed, 57 insertions(+)
---
diff --git a/brushes/Fun/Makefile.am b/brushes/Fun/Makefile.am
new file mode 100644
index 0000000..8a3b344
--- /dev/null
+++ b/brushes/Fun/Makefile.am
@@ -0,0 +1,8 @@
+## Makefile.am for gimp/data/brushes/Fun
+
+brushbasicdatadir = $(gimpdatadir)/brushes/Fun
+
+brushdata_DATA = \
+ bird.gbr \
+ gecko.gbr \
+ guitar.gbr
\ No newline at end of file
diff --git a/brushes/bird.gbr b/brushes/Fun/bird.gbr
similarity index 100%
rename from brushes/bird.gbr
rename to brushes/Fun/bird.gbr
diff --git a/brushes/gecko.gbr b/brushes/Fun/gecko.gbr
similarity index 100%
rename from brushes/gecko.gbr
rename to brushes/Fun/gecko.gbr
diff --git a/brushes/guitar.gbr b/brushes/Fun/guitar.gbr
similarity index 100%
rename from brushes/guitar.gbr
rename to brushes/Fun/guitar.gbr
diff --git a/brushes/50x50cone.gbr b/brushes/Geometry/50x50cone.gbr
similarity index 100%
rename from brushes/50x50cone.gbr
rename to brushes/Geometry/50x50cone.gbr
diff --git a/brushes/50x50square.gbr b/brushes/Geometry/50x50square.gbr
similarity index 100%
rename from brushes/50x50square.gbr
rename to brushes/Geometry/50x50square.gbr
diff --git a/brushes/50x50squareBlur.gbr b/brushes/Geometry/50x50squareBlur.gbr
similarity index 100%
rename from brushes/50x50squareBlur.gbr
rename to brushes/Geometry/50x50squareBlur.gbr
diff --git a/brushes/50x50squareBlur2.gbr b/brushes/Geometry/50x50squareBlur2.gbr
similarity index 100%
rename from brushes/50x50squareBlur2.gbr
rename to brushes/Geometry/50x50squareBlur2.gbr
diff --git a/brushes/Geometry/Makefile.am b/brushes/Geometry/Makefile.am
new file mode 100644
index 0000000..f089802
--- /dev/null
+++ b/brushes/Geometry/Makefile.am
@@ -0,0 +1,22 @@
+## Makefile.am for gimp/data/brushes/Geometry
+
+brushbasicdatadir = $(gimpdatadir)/brushes/Geometry
+
+brushdata_DATA = \
+ 50x50cone.gbr \
+ 50x50square.gbr \
+ 50x50squareBlur.gbr \
+ 50x50squareBlur2.gbr \
+ bigcircle.gbr \
+ bigcircle2.gbr \
+ bigcircle3.gbr \
+ bigcircle4.gbr \
+ grid.gbr \
+ grid2.gbr \
+ qbert2.gbr \
+ qbert3Blur.gbr \
+ sphere29.gbr \
+ sphere36.gbr \
+ sphere47.gbr \
+ sphere55.gbr \
+ sphere79.gbr
diff --git a/brushes/bigcircle.gbr b/brushes/Geometry/bigcircle.gbr
similarity index 100%
rename from brushes/bigcircle.gbr
rename to brushes/Geometry/bigcircle.gbr
diff --git a/brushes/bigcircle2.gbr b/brushes/Geometry/bigcircle2.gbr
similarity index 100%
rename from brushes/bigcircle2.gbr
rename to brushes/Geometry/bigcircle2.gbr
diff --git a/brushes/bigcircle3.gbr b/brushes/Geometry/bigcircle3.gbr
similarity index 100%
rename from brushes/bigcircle3.gbr
rename to brushes/Geometry/bigcircle3.gbr
diff --git a/brushes/bigcircle4.gbr b/brushes/Geometry/bigcircle4.gbr
similarity index 100%
rename from brushes/bigcircle4.gbr
rename to brushes/Geometry/bigcircle4.gbr
diff --git a/brushes/grid.gbr b/brushes/Geometry/grid.gbr
similarity index 100%
rename from brushes/grid.gbr
rename to brushes/Geometry/grid.gbr
diff --git a/brushes/grid2.gbr b/brushes/Geometry/grid2.gbr
similarity index 100%
rename from brushes/grid2.gbr
rename to brushes/Geometry/grid2.gbr
diff --git a/brushes/qbert2.gbr b/brushes/Geometry/qbert2.gbr
similarity index 100%
rename from brushes/qbert2.gbr
rename to brushes/Geometry/qbert2.gbr
diff --git a/brushes/qbert3Blur.gbr b/brushes/Geometry/qbert3Blur.gbr
similarity index 100%
rename from brushes/qbert3Blur.gbr
rename to brushes/Geometry/qbert3Blur.gbr
diff --git a/brushes/sphere29.gbr b/brushes/Geometry/sphere29.gbr
similarity index 100%
rename from brushes/sphere29.gbr
rename to brushes/Geometry/sphere29.gbr
diff --git a/brushes/sphere36.gbr b/brushes/Geometry/sphere36.gbr
similarity index 100%
rename from brushes/sphere36.gbr
rename to brushes/Geometry/sphere36.gbr
diff --git a/brushes/sphere47.gbr b/brushes/Geometry/sphere47.gbr
similarity index 100%
rename from brushes/sphere47.gbr
rename to brushes/Geometry/sphere47.gbr
diff --git a/brushes/sphere55.gbr b/brushes/Geometry/sphere55.gbr
similarity index 100%
rename from brushes/sphere55.gbr
rename to brushes/Geometry/sphere55.gbr
diff --git a/brushes/sphere79.gbr b/brushes/Geometry/sphere79.gbr
similarity index 100%
rename from brushes/sphere79.gbr
rename to brushes/Geometry/sphere79.gbr
diff --git a/brushes/Splatters/Makefile.am b/brushes/Splatters/Makefile.am
new file mode 100644
index 0000000..1b613aa
--- /dev/null
+++ b/brushes/Splatters/Makefile.am
@@ -0,0 +1,17 @@
+## Makefile.am for gimp/data/brushes/Splatters
+
+brushbasicdatadir = $(gimpdatadir)/brushes/Splatters
+
+brushdata_DATA = \
+ flower.gbr \
+ flower_large.gbr \
+ nova.gbr \
+ star1.gbr \
+ star2.gbr \
+ star3.gbr \
+ star4.gbr \
+ star5.gbr \
+ swirl.gbr \
+ swirl2.gbr \
+ tulip.gbr \
+ wave.gbr
diff --git a/brushes/flower.gbr b/brushes/Splatters/flower.gbr
similarity index 100%
rename from brushes/flower.gbr
rename to brushes/Splatters/flower.gbr
diff --git a/brushes/flower_large.gbr b/brushes/Splatters/flower_large.gbr
similarity index 100%
rename from brushes/flower_large.gbr
rename to brushes/Splatters/flower_large.gbr
diff --git a/brushes/nova.gbr b/brushes/Splatters/nova.gbr
similarity index 100%
rename from brushes/nova.gbr
rename to brushes/Splatters/nova.gbr
diff --git a/brushes/star1.gbr b/brushes/Splatters/star1.gbr
similarity index 100%
rename from brushes/star1.gbr
rename to brushes/Splatters/star1.gbr
diff --git a/brushes/star2.gbr b/brushes/Splatters/star2.gbr
similarity index 100%
rename from brushes/star2.gbr
rename to brushes/Splatters/star2.gbr
diff --git a/brushes/star3.gbr b/brushes/Splatters/star3.gbr
similarity index 100%
rename from brushes/star3.gbr
rename to brushes/Splatters/star3.gbr
diff --git a/brushes/star4.gbr b/brushes/Splatters/star4.gbr
similarity index 100%
rename from brushes/star4.gbr
rename to brushes/Splatters/star4.gbr
diff --git a/brushes/star5.gbr b/brushes/Splatters/star5.gbr
similarity index 100%
rename from brushes/star5.gbr
rename to brushes/Splatters/star5.gbr
diff --git a/brushes/swirl.gbr b/brushes/Splatters/swirl.gbr
similarity index 100%
rename from brushes/swirl.gbr
rename to brushes/Splatters/swirl.gbr
diff --git a/brushes/swirl2.gbr b/brushes/Splatters/swirl2.gbr
similarity index 100%
rename from brushes/swirl2.gbr
rename to brushes/Splatters/swirl2.gbr
diff --git a/brushes/tulip.gbr b/brushes/Splatters/tulip.gbr
similarity index 100%
rename from brushes/tulip.gbr
rename to brushes/Splatters/tulip.gbr
diff --git a/brushes/wave.gbr b/brushes/Splatters/wave.gbr
similarity index 100%
rename from brushes/wave.gbr
rename to brushes/Splatters/wave.gbr
diff --git a/brushes/Texture/Makefile.am b/brushes/Texture/Makefile.am
new file mode 100644
index 0000000..24f6bee
--- /dev/null
+++ b/brushes/Texture/Makefile.am
@@ -0,0 +1,10 @@
+## Makefile.am for gimp/data/brushes/Texture
+
+brushbasicdatadir = $(gimpdatadir)/brushes/Texture
+
+brushdata_DATA = \
+ cloth.gbr \
+ text1.gbr \
+ text2.gbr \
+ text3.gbr \
+ text4.gbr
\ No newline at end of file
diff --git a/brushes/cloth.gbr b/brushes/Texture/cloth.gbr
similarity index 100%
rename from brushes/cloth.gbr
rename to brushes/Texture/cloth.gbr
diff --git a/brushes/text1.gbr b/brushes/Texture/text1.gbr
similarity index 100%
rename from brushes/text1.gbr
rename to brushes/Texture/text1.gbr
diff --git a/brushes/text2.gbr b/brushes/Texture/text2.gbr
similarity index 100%
rename from brushes/text2.gbr
rename to brushes/Texture/text2.gbr
diff --git a/brushes/text3.gbr b/brushes/Texture/text3.gbr
similarity index 100%
rename from brushes/text3.gbr
rename to brushes/Texture/text3.gbr
diff --git a/brushes/text4.gbr b/brushes/Texture/text4.gbr
similarity index 100%
rename from brushes/text4.gbr
rename to brushes/Texture/text4.gbr
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]