diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-25 21:12:52 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-25 22:49:04 +0200 |
commit | d0a83428b44f95fa15612abd69109cc35db67cfa (patch) | |
tree | e75265a6cbba99bc281b3979b6c6dac8448054db /x11-wm/lumina | |
parent | profiles: mask app-accessibility/espeak for removal (diff) | |
download | gentoo-d0a83428b44f95fa15612abd69109cc35db67cfa.tar.gz gentoo-d0a83428b44f95fa15612abd69109cc35db67cfa.tar.bz2 gentoo-d0a83428b44f95fa15612abd69109cc35db67cfa.zip |
x11-wm/lumina: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32037
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-wm/lumina')
-rw-r--r-- | x11-wm/lumina/files/1.6.1-chmod.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/lumina/files/1.6.1-chmod.patch b/x11-wm/lumina/files/1.6.1-chmod.patch deleted file mode 100644 index ca6460eb2dda..000000000000 --- a/x11-wm/lumina/files/1.6.1-chmod.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -r -U3 lumina-1.6.1.orig/src-qt5/core/lumina-checkpass/lumina-checkpass.pro lumina-1.6.1/src-qt5/core/lumina-checkpass/lumina-checkpass.pro ---- lumina-1.6.1.orig/src-qt5/core/lumina-checkpass/lumina-checkpass.pro 2021-10-03 02:05:49.000000000 +0700 -+++ lumina-1.6.1/src-qt5/core/lumina-checkpass/lumina-checkpass.pro 2021-12-05 12:55:00.656682056 +0700 -@@ -12,7 +12,7 @@ - - SOURCES += main.c - --perms.path = $$DESTDIR$${PREFIX}/sbin --perms.extra = "chmod 4555 $$DESTDIR$${PREFIX}/sbin/lumina-checkpass" -+#perms.path = $$DESTDIR$${PREFIX}/sbin -+#perms.extra = "chmod 4555 $$DESTDIR$${PREFIX}/sbin/lumina-checkpass" - - INSTALLS += target perms |