This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 6d48ccc0c86b339f3aac218d6e34fe5761b36956
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Jan 18 13:52:35 2025 +0000
pants - add lederhosen
---
src/modules/pants/pants-db/030-lederhosen-on.png | Bin 0 -> 54293 bytes
src/modules/pants/pants-db/030-lederhosen-on.png.txt | 2 ++
src/modules/pants/pants-db/031-lederhosen-off.png | Bin 0 -> 73807 bytes
src/modules/pants/pants-db/031-lederhosen-off.png.txt | 2 ++
src/modules/pants/pants-db/meson.build | 14 ++++++++------
5 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/modules/pants/pants-db/030-lederhosen-on.png b/src/modules/pants/pants-db/030-lederhosen-on.png
new file mode 100644
index 000000000..93f01b7fa
Binary files /dev/null and b/src/modules/pants/pants-db/030-lederhosen-on.png differ
diff --git a/src/modules/pants/pants-db/030-lederhosen-on.png.txt b/src/modules/pants/pants-db/030-lederhosen-on.png.txt
new file mode 100644
index 000000000..eec0f1b74
--- /dev/null
+++ b/src/modules/pants/pants-db/030-lederhosen-on.png.txt
@@ -0,0 +1,2 @@
+Lederhosen On
+ON
diff --git a/src/modules/pants/pants-db/031-lederhosen-off.png b/src/modules/pants/pants-db/031-lederhosen-off.png
new file mode 100644
index 000000000..5691aeb61
Binary files /dev/null and b/src/modules/pants/pants-db/031-lederhosen-off.png differ
diff --git a/src/modules/pants/pants-db/031-lederhosen-off.png.txt b/src/modules/pants/pants-db/031-lederhosen-off.png.txt
new file mode 100644
index 000000000..e98d81c6c
--- /dev/null
+++ b/src/modules/pants/pants-db/031-lederhosen-off.png.txt
@@ -0,0 +1,2 @@
+Lederhosen Off
+OFF
diff --git a/src/modules/pants/pants-db/meson.build b/src/modules/pants/pants-db/meson.build
index d5935c717..5cb88573f 100644
--- a/src/modules/pants/pants-db/meson.build
+++ b/src/modules/pants/pants-db/meson.build
@@ -1,9 +1,11 @@
install_data([
- '000-pants-on.png.txt', '000-pants-on.png',
- '001-pants-off.png.txt', '001-pants-off.png',
- '010-skirt-on.png.txt', '010-skirt-on.png',
- '011-skirt-off.png.txt', '011-skirt-off.png',
- '020-kilt-on.png.txt', '020-kilt-on.png',
- '021-kilt-off.png.txt', '021-kilt-off.png',
+ '000-pants-on.png.txt', '000-pants-on.png',
+ '001-pants-off.png.txt', '001-pants-off.png',
+ '010-skirt-on.png.txt', '010-skirt-on.png',
+ '011-skirt-off.png.txt', '011-skirt-off.png',
+ '020-kilt-on.png.txt', '020-kilt-on.png',
+ '021-kilt-off.png.txt', '021-kilt-off.png',
+ '030-lederhosen-on.png.txt', '030-lederhosen-on.png',
+ '031-lederhosen-off.png.txt', '031-lederhosen-off.png',
],
install_dir: join_paths(_dir + '/pants-db'))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.