diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-10 15:34:53 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-10 15:34:53 +0000 |
commit | 8cea82bb12703f346c1931abe2e57dbe9ab63c91 (patch) | |
tree | 93cda96ea2f996a40b05a48d5175fc403ade86ee /kde-misc/kshutdown/files | |
parent | Bump to 1.11.10 ... might this be golden for stabilization? I guess we will (diff) | |
download | gentoo-2-8cea82bb12703f346c1931abe2e57dbe9ab63c91.tar.gz gentoo-2-8cea82bb12703f346c1931abe2e57dbe9ab63c91.tar.bz2 gentoo-2-8cea82bb12703f346c1931abe2e57dbe9ab63c91.zip |
New version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-misc/kshutdown/files')
-rw-r--r-- | kde-misc/kshutdown/files/digest-kshutdown-0.6.0 | 1 | ||||
-rw-r--r-- | kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 b/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 new file mode 100644 index 000000000000..9e7eb4b41a45 --- /dev/null +++ b/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 @@ -0,0 +1 @@ +MD5 b442fedb48486eec0770f3cc6982cf24 kshutdown-0.6.0.tar.bz2 707041 diff --git a/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch b/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch new file mode 100644 index 000000000000..f03cedc804da --- /dev/null +++ b/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch @@ -0,0 +1,11 @@ +diff -Nur kshutdown-0.6.0.orig/kshutdown/Makefile.am kshutdown-0.6.0/kshutdown/Makefile.am +--- kshutdown-0.6.0.orig/kshutdown/Makefile.am 2005-01-09 22:46:13.000000000 +0100 ++++ kshutdown-0.6.0/kshutdown/Makefile.am 2005-03-10 16:16:40.000000000 +0100 +@@ -10,6 +10,7 @@ + + install-data-local: + $(mkinstalldirs) $(kde_appsdir)/Utilities/ ++ $(mkinstalldirs) $(kde_datadir)/kconf_update/ + $(INSTALL_DATA) $(srcdir)/kshutdown.desktop $(kde_appsdir)/Utilities/kshutdown.desktop + $(INSTALL_DATA) $(srcdir)/kshutdownwizard.desktop $(kde_appsdir)/Utilities/kshutdownwizard.desktop + $(INSTALL_DATA) $(srcdir)/kshutdown.upd $(kde_datadir)/kconf_update/kshutdown.upd |