File: 0001-Disable-compton-symlinks-during-installation.patch

package info (click to toggle)
picom 8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,344 kB
  • sloc: ansic: 15,935; python: 401; sh: 246; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 813 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
From: Nikos Tsipinakis <nikos@tsipinakis.com>
Date: Sun, 31 May 2020 12:28:35 +0200
Subject: Disable compton symlinks during installation

---
 meson.build | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meson.build b/meson.build
index 619e219..08f55c2 100644
--- a/meson.build
+++ b/meson.build
@@ -70,11 +70,4 @@ subdir('src')
 subdir('man')
 
 install_data('bin/picom-trans', install_dir: get_option('bindir'))
-install_data('compton.desktop', install_dir: 'share/applications')
 install_data('picom.desktop', install_dir: 'share/applications')
-install_data('media/icons/48x48/compton.png',
-             install_dir: 'share/icons/hicolor/48x48/apps')
-install_data('media/compton.svg',
-             install_dir: 'share/icons/hicolor/scalable/apps')
-
-meson.add_install_script('meson/install.sh')