[gimp] data: move the Pepper brush to a "Fun" category.



commit 87f9e65408ab61c1317113eab01603f654434084
Author: Jehan <jehan girinstud io>
Date:   Sun Apr 22 19:51:44 2018 +0200

    data: move the Pepper brush to a "Fun" category.
    
    This brush is not to be considered seriously and is mostly a "troll". If
    we want to keep it, let's make a proper category.

 configure.ac                            |    1 +
 data/brushes/Fun/Makefile.am            |    8 ++++++++
 data/brushes/{Legacy => Fun}/pepper.gbr |  Bin 11993 -> 11993 bytes
 data/brushes/Legacy/Makefile.am         |    1 -
 data/brushes/Makefile.am                |    1 +
 5 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 32f7bd7..16909cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2645,6 +2645,7 @@ themes/Light/Makefile
 data/Makefile
 data/brushes/Makefile
 data/brushes/Basic/Makefile
+data/brushes/Fun/Makefile
 data/brushes/gimp-obsolete-files/Makefile
 data/brushes/Media/Makefile
 data/brushes/Legacy/Makefile
diff --git a/data/brushes/Fun/Makefile.am b/data/brushes/Fun/Makefile.am
new file mode 100644
index 0000000..2d6c20f
--- /dev/null
+++ b/data/brushes/Fun/Makefile.am
@@ -0,0 +1,8 @@
+## Makefile.am for gimp/data/brushes/Fun
+
+brushfundatadir = $(gimpdatadir)/brushes/Fun
+
+brushfundata_DATA = \
+       pepper.gbr
+
+EXTRA_DIST = $(brushfundata_DATA)
diff --git a/data/brushes/Legacy/Makefile.am b/data/brushes/Legacy/Makefile.am
index 8ee1aa9..c0fdddc 100644
--- a/data/brushes/Legacy/Makefile.am
+++ b/data/brushes/Legacy/Makefile.am
@@ -5,7 +5,6 @@ brushlegacydatadir = $(gimpdatadir)/brushes/Legacy
 brushlegacydata_DATA = \
        confetti.gbr    \
        confetti.gih    \
-       pepper.gbr      \
        vine.gih
 
 EXTRA_DIST = $(brushlegacydata_DATA)
diff --git a/data/brushes/Makefile.am b/data/brushes/Makefile.am
index afa44b6..1a3f61a 100644
--- a/data/brushes/Makefile.am
+++ b/data/brushes/Makefile.am
@@ -2,6 +2,7 @@
 
 SUBDIRS = \
        Basic                   \
+       Fun                     \
        gimp-obsolete-files     \
        Media                   \
        Legacy                  \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]