data: sort patterns into subdirectories so they get tagged automatically
This does not mean that our patterns are all of a sudden "proper" now, but the categories (except "Legacy") hopefully make sense for new high quality patterns that will be added, and it's better than having them all untagged.
This commit is contained in:
2
data/patterns/Paper/.gitignore
vendored
Normal file
2
data/patterns/Paper/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/Makefile.in
|
||||
/Makefile
|
||||
9
data/patterns/Paper/Makefile.am
Normal file
9
data/patterns/Paper/Makefile.am
Normal file
@ -0,0 +1,9 @@
|
||||
## Makefile.am for gimp/data/patterns/Paper
|
||||
|
||||
patternpaperdatadir = $(gimpdatadir)/patterns/Paper
|
||||
|
||||
patternpaperdata_DATA = \
|
||||
crinklepaper.pat \
|
||||
paper.pat
|
||||
|
||||
EXTRA_DIST = $(patternpaperdata_DATA)
|
||||
BIN
data/patterns/Paper/crinklepaper.pat
Normal file
BIN
data/patterns/Paper/crinklepaper.pat
Normal file
Binary file not shown.
BIN
data/patterns/Paper/paper.pat
Normal file
BIN
data/patterns/Paper/paper.pat
Normal file
Binary file not shown.
Reference in New Issue
Block a user