This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository entice.

View the commit online.

commit 95b36f04987af94e8e25273d45099a1f1f6e3c19
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Jun 18 09:03:05 2025 +0100

    delete backup file - not meant to be in git
---
 src/bin/thumb_generator/meson.build~ | 39 ------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/src/bin/thumb_generator/meson.build~ b/src/bin/thumb_generator/meson.build~
deleted file mode 100644
index 8320a62..0000000
--- a/src/bin/thumb_generator/meson.build~
+++ /dev/null
@@ -1,39 +0,0 @@
-# SPDX-FileCopyrightText: Vincent Torri <vincent.to...@gmail.com>
-# SPDX-License-Identifier: BSD-2-Clause
-
-# entice thumb generator executable
-
-entice_thumb_generator_src = files([
-  '../entice_thumb_common.c',
-  'entice_thumb_generator.c',
-  'thumb_util_img.c',
-  'thumb_util_search.c',
-  'thumb_util_url.c',
-  'thumb_edje.c',
-  'thumb_font.c',
-  'thumb_image.c',
-  'thumb_music.c',
-  'thumb_paged.c',
-  'thumb_video.c',
-])
-
-entice_thumb_generator = executable('entice_thumb_generator',
-  entice_thumb_generator_src,
-  dependencies        : [ entice_deps ],
-  include_directories : config_dir,
-  install             : true
-)
-
-# entice thumb viewer executable
-
-entice_thumb_viewer_src = files([
-  '../entice_thumb_common.c',
-  'entice_thumb_viewer.c'
-])
-
-entice_thumb_viewer = executable('entice_thumb_viewer',
-  entice_thumb_viewer_src,
-  dependencies        : [ entice_deps ],
-  include_directories : config_dir,
-  install             : true
-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to