diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-12-25 00:26:12 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-12-25 00:26:12 +0000 |
commit | 598a5cd448d45ef828377619fe773c145b5e5738 (patch) | |
tree | 7a093c9a6bd9fca5c3233c0620d5f3f69821671c /x11-misc/lineakd/files | |
parent | version bump, fix installpath thanks to Vincziczki Gabor <vincziczki.gabor@ne... (diff) | |
download | gentoo-2-598a5cd448d45ef828377619fe773c145b5e5738.tar.gz gentoo-2-598a5cd448d45ef828377619fe773c145b5e5738.tar.bz2 gentoo-2-598a5cd448d45ef828377619fe773c145b5e5738.zip |
version bump
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/lineakd/files')
-rw-r--r-- | x11-misc/lineakd/files/digest-lineakd-0.8.4 | 1 | ||||
-rw-r--r-- | x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/x11-misc/lineakd/files/digest-lineakd-0.8.4 b/x11-misc/lineakd/files/digest-lineakd-0.8.4 new file mode 100644 index 000000000000..63e2a5648f28 --- /dev/null +++ b/x11-misc/lineakd/files/digest-lineakd-0.8.4 @@ -0,0 +1 @@ +MD5 8f0b4c38c3a46bfd2613e371e8fd2440 lineakd-0.8.4.tar.gz 955829 diff --git a/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch b/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch new file mode 100644 index 000000000000..d4fca67a882b --- /dev/null +++ b/x11-misc/lineakd/files/lineakd-0.8.4-mandestdir.patch @@ -0,0 +1,32 @@ +diff -ur lineakd-0.8.4.orig/utils/Makefile.am lineakd-0.8.4/utils/Makefile.am +--- lineakd-0.8.4.orig/utils/Makefile.am 2005-12-25 00:38:38.000000000 +0100 ++++ lineakd-0.8.4/utils/Makefile.am 2005-12-25 00:39:33.000000000 +0100 +@@ -52,22 +52,22 @@ + #install-data-local: send_to_keyboard.8.bz2 evtest.1.bz2 xsendkeycode.8.bz2 xsendkeys.8.bz2 + if EVTEST + install-data-local: send_to_keyboard.8.bz2 evtest.1.bz2 xsendkeycode.8.bz2 xsendkeys.8.bz2 +- $(mkinstalldirs) $(mandir)/man1/ +- $(INSTALL_DATA) $(srcdir)/evtest.1.bz2 $(mandir)/man1/evtest.1.bz2 ++ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1/ ++ $(INSTALL_DATA) $(srcdir)/evtest.1.bz2 $(DESTDIR)$(mandir)/man1/evtest.1.bz2 + else + install-data-local: send_to_keyboard.8.bz2 xsendkeycode.8.bz2 xsendkeys.8.bz2 + endif + if SEND_TO_KEYBOARD +- $(mkinstalldirs) $(mandir)/man8/ ++ $(mkinstalldirs) $(DESTDIR)$(mandir)/man8/ + chmod 755 $(DESTDIR)$(prefix)/sbin/send_to_keyboard + if test "$(HELPER_SUID)" != "no" ; then \ + chown root $(DESTDIR)$(prefix)/sbin/send_to_keyboard ; \ + chmod +s $(DESTDIR)$(prefix)/sbin/send_to_keyboard ; \ + fi +- $(INSTALL_DATA) $(srcdir)/send_to_keyboard.8.bz2 $(mandir)/man8/send_to_keyboard.8.bz2 ++ $(INSTALL_DATA) $(srcdir)/send_to_keyboard.8.bz2 $(DESTDIR)$(mandir)/man8/send_to_keyboard.8.bz2 + endif +- $(INSTALL_DATA) $(srcdir)/xsendkeycode.8.bz2 $(mandir)/man8/xsendkeycode.8.bz2 +- $(INSTALL_DATA) $(srcdir)/xsendkeys.8.bz2 $(mandir)/man8/xsendkeys.8.bz2 ++ $(INSTALL_DATA) $(srcdir)/xsendkeycode.8.bz2 $(DESTDIR)$(mandir)/man8/xsendkeycode.8.bz2 ++ $(INSTALL_DATA) $(srcdir)/xsendkeys.8.bz2 $(DESTDIR)$(mandir)/man8/xsendkeys.8.bz2 + + uninstall-local: + -rm -f $(mandir)/man8/send_to_keyboard.8.bz2 |