summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-06-20 11:19:02 +0200
committerJeroen Roovers <jer@gentoo.org>2019-06-20 11:19:12 +0200
commita7ea5a778e5d77c05124b3eb221e3f2b385f99c8 (patch)
treea95605f4d7a97c754a2551a2165acdcc95d030d5 /x11-misc/xlockmore/files
parentx11-misc/xlockmore: Version 5.57 (diff)
downloadgentoo-a7ea5a778e5d77c05124b3eb221e3f2b385f99c8.tar.gz
gentoo-a7ea5a778e5d77c05124b3eb221e3f2b385f99c8.tar.bz2
gentoo-a7ea5a778e5d77c05124b3eb221e3f2b385f99c8.zip
x11-misc/xlockmore: Old
Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/xlockmore/files')
-rw-r--r--x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch b/x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch
deleted file mode 100644
index 81163e69f4aa..000000000000
--- a/x11-misc/xlockmore/files/xlockmore-5.55-soundpath.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/modes/Makefile.in
-+++ b/modes/Makefile.in
-@@ -623,11 +623,11 @@
- install-sound :
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
- @NOPLAY@$(INSTALL_PROGRAM) $(ETCDIR)play.sh $(DESTDIR)$(bindir)
-- $(top_srcdir)/mkinstalldirs $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)complete.au $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)identify-please.au $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)not-programmed.au $(SOUNDPATH)
-- $(INSTALL_DATA) $(SOUNDDIR)thank-you.au $(SOUNDPATH)
-+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)complete.au $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)identify-please.au $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)not-programmed.au $(DESTDIR)$(SOUNDPATH)
-+ $(INSTALL_DATA) $(SOUNDDIR)thank-you.au $(DESTDIR)$(SOUNDPATH)
-
- uninstall : uninstall-program uninstall-man uninstall-ad uninstall-sound
-