File: remove-data-dir.patch

package info (click to toggle)
imlib2 1.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,744 kB
  • sloc: ansic: 36,078; asm: 20,004; sh: 4,465; makefile: 858
file content (35 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: Markus Koschany <apo@debian.org>
Date: Fri, 30 Dec 2022 13:40:51 +0100
Subject: remove data dir

Do not install files into the data directory

Forwarded: not-needed
---
 Makefile.am  | 2 +-
 configure.ac | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src data
+SUBDIRS = src
 if BUILD_DOC
 SUBDIRS += doc
 endif
--- a/configure.ac
+++ b/configure.ac
@@ -291,9 +291,6 @@ src/modules/Makefile
 src/modules/filters/Makefile
 src/modules/loaders/Makefile
 test/Makefile
-data/Makefile
-data/fonts/Makefile
-data/images/Makefile
 doc/Makefile
 doc/Doxyfile
 doc/imlib2_intro.dox