diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-31 11:32:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-31 11:32:45 +0100 |
commit | 421a17f90e084b06593d77a0354f632664c30744 (patch) | |
tree | 928bccdb91be0d064361b95f5a0595fc50fbed43 /x11-misc/compton/files | |
parent | f2f3fc0601dae0efdf582833e773ff9d87759ec9 (diff) |
lxqt-base/lxqt-meta : drop lxqt and related packages
Diffstat (limited to 'x11-misc/compton/files')
-rw-r--r-- | x11-misc/compton/files/makefile.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/compton/files/makefile.patch b/x11-misc/compton/files/makefile.patch deleted file mode 100644 index 904ec97b..00000000 --- a/x11-misc/compton/files/makefile.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -Nur a/Makefile b/Makefile ---- a/Makefile 2013-10-21 15:17:01.000000000 +0100 -+++ b/Makefile 2017-12-03 19:42:08.110646392 +0000 -@@ -6,7 +6,6 @@ - PREFIX ?= /usr - BINDIR ?= $(PREFIX)/bin - MANDIR ?= $(PREFIX)/share/man/man1 --APPDIR ?= $(PREFIX)/share/applications - - PACKAGES = x11 xcomposite xfixes xdamage xrender xext xrandr - LIBS = -lm -lrt -@@ -126,10 +125,9 @@ - docs: $(MANPAGES) $(MANPAGES_HTML) - - install: $(BINS) docs -- @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)" "$(DESTDIR)$(APPDIR)" -+ @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)" - @install -m755 $(BINS) "$(DESTDIR)$(BINDIR)"/ - @install -m644 $(MANPAGES) "$(DESTDIR)$(MANDIR)"/ -- @install -m644 compton.desktop "$(DESTDIR)$(APPDIR)"/ - ifneq "$(DOCDIR)" "" - @install -d "$(DESTDIR)$(DOCDIR)" - @install -m644 README.md compton.sample.conf "$(DESTDIR)$(DOCDIR)"/ -@@ -139,7 +137,6 @@ - uninstall: - @rm -f "$(DESTDIR)$(BINDIR)/compton" "$(DESTDIR)$(BINDIR)/compton-trans" - @rm -f $(addprefix "$(DESTDIR)$(MANDIR)"/, compton.1 compton-trans.1) -- @rm -f "$(DESTDIR)$(APPDIR)/compton.desktop" - ifneq "$(DOCDIR)" "" - @rm -f $(addprefix "$(DESTDIR)$(DOCDIR)"/, README.md compton.sample.conf cdbus-driver.sh) - endif |