Add missing DESTDIR
This commit is contained in:
parent
3b05dab81d
commit
54e2254419
17
x11/kde/base/patches/patch-kconsole-other-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kconsole-other-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- konsole/other/Makefile.in.orig Thu Apr 6 19:33:43 2000
|
||||
+++ konsole/other/Makefile.in Thu Apr 6 19:36:29 2000
|
||||
@@ -321,10 +321,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/konsole-mini.xpm $(kde_minidir)/konsole.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-konsole.xpm $(kde_icondir)/large/konsole.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/konsole-mini.xpm $(DESTDIR)$(kde_minidir)/konsole.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-konsole.xpm $(DESTDIR)$(kde_icondir)/large/konsole.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_icondir)/large/konsole.xpm
|
17
x11/kde/base/patches/patch-kcontrol-bell-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kcontrol-bell-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kcontrol/bell/Makefile.in.orig Thu Apr 6 18:32:47 2000
|
||||
+++ kcontrol/bell/Makefile.in Thu Apr 6 18:32:59 2000
|
||||
@@ -440,10 +440,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-bell.xpm $(kde_minidir)/bell.xpm
|
||||
- $(mkinstalldirs) $(kde_minidir)/../large/
|
||||
- $(INSTALL_DATA) $(srcdir)/large-bell.xpm $(kde_minidir)/../large/bell.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-bell.xpm $(DESTDIR)$(kde_minidir)/bell.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)/../large/
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-bell.xpm $(DESTDIR)$(kde_minidir)/../large/bell.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/bell.xpm
|
15
x11/kde/base/patches/patch-kcontrol-input-Makefile_in
Normal file
15
x11/kde/base/patches/patch-kcontrol-input-Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
--- kcontrol/input/Makefile.in.orig Thu Apr 6 18:35:51 2000
|
||||
+++ kcontrol/input/Makefile.in Thu Apr 6 18:36:09 2000
|
||||
@@ -522,9 +522,9 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-mouse.xpm $(kde_minidir)/mouse.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-keyboard.xpm $(kde_minidir)/keyboard.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-mouse.xpm $(DESTDIR)$(kde_minidir)/mouse.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-keyboard.xpm $(DESTDIR)$(kde_minidir)/keyboard.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/mouse.xpm
|
11
x11/kde/base/patches/patch-kcontrol-ipics-Makefile_in
Normal file
11
x11/kde/base/patches/patch-kcontrol-ipics-Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
--- kcontrol/info/pics/Makefile.in.orig Thu Apr 6 18:38:47 2000
|
||||
+++ kcontrol/info/pics/Makefile.in Thu Apr 6 18:39:04 2000
|
||||
@@ -305,7 +305,7 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
@list='$(mini_ICONS)'; for p in $$list; do \
|
||||
file2=`echo $$p | sed -e "s#mini-##"`; \
|
||||
echo "$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(kde_minidir)/$$file2"; \
|
17
x11/kde/base/patches/patch-kcontrol-kcontrol-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kcontrol-kcontrol-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kcontrol/kcontrol/Makefile.in.orig Thu Apr 6 18:44:31 2000
|
||||
+++ kcontrol/kcontrol/Makefile.in Thu Apr 6 18:44:43 2000
|
||||
@@ -503,10 +503,10 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate -ki18n -x $(includedir)/kde.pot $(kcontrol_SOURCES) && mv messages.po ../../po/kcontrol.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(mkinstalldirs) $(kde_icondir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kcontrol.xpm $(kde_minidir)/kcontrol.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kcontrol.xpm $(kde_icondir)/large/kcontrol.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kcontrol.xpm $(DESTDIR)$(kde_minidir)/kcontrol.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kcontrol.xpm $(DESTDIR)$(kde_icondir)/large/kcontrol.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_icondir)/large/kcontrol.xpm
|
13
x11/kde/base/patches/patch-kcontrol-kpanel-Makefile_in
Normal file
13
x11/kde/base/patches/patch-kcontrol-kpanel-Makefile_in
Normal file
@ -0,0 +1,13 @@
|
||||
--- kcontrol/kpanel/Makefile.in.orig Thu Apr 6 18:48:16 2000
|
||||
+++ kcontrol/kpanel/Makefile.in Thu Apr 6 18:48:24 2000
|
||||
@@ -443,8 +443,8 @@ messages:
|
||||
$(XGETTEXT) -C -ki18n -x $(includedir)/kde.pot $(kcmkpanel_SOURCES) && mv messages.po ../../po/kcmkpanel.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kcmkpanel.xpm $(kde_minidir)/kcmkpanel.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kcmkpanel.xpm $(DESTDIR)$(kde_minidir)/kcmkpanel.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/kcmkpanel.xpm
|
21
x11/kde/base/patches/patch-kcontrol-locale-Makefile_in
Normal file
21
x11/kde/base/patches/patch-kcontrol-locale-Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
--- kcontrol/locale/Makefile.in.orig Thu Apr 6 18:51:26 2000
|
||||
+++ kcontrol/locale/Makefile.in Thu Apr 6 18:51:40 2000
|
||||
@@ -518,12 +518,12 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_confdir)
|
||||
- $(INSTALL_DATA) $(srcdir)/kcmlocale.kdelnk $(kde_confdir)/kcmlocalerc
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-locale.xpm $(kde_minidir)/locale.xpm
|
||||
- $(mkinstalldirs) $(kde_minidir)/../large/
|
||||
- $(INSTALL_DATA) $(srcdir)/large-locale.xpm $(kde_minidir)/../large/locale.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_confdir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/kcmlocale.kdelnk $(DESTDIR)$(kde_confdir)/kcmlocalerc
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-locale.xpm $(DESTDIR)$(kde_minidir)/locale.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)/../large/
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-locale.xpm $(DESTDIR)$(kde_minidir)/../large/locale.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_confdir)/kcmlocalerc
|
13
x11/kde/base/patches/patch-kcontrol-samba-Makefile_in
Normal file
13
x11/kde/base/patches/patch-kcontrol-samba-Makefile_in
Normal file
@ -0,0 +1,13 @@
|
||||
--- kcontrol/samba/Makefile.in.orig Thu Apr 6 18:29:03 2000
|
||||
+++ kcontrol/samba/Makefile.in Thu Apr 6 18:29:31 2000
|
||||
@@ -440,8 +440,8 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-smbstatus.xpm $(kde_minidir)/smbstatus.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-smbstatus.xpm $(DESTDIR)$(kde_minidir)/smbstatus.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/smbstatus.xpm
|
13
x11/kde/base/patches/patch-kcontrol-sample-Makefile_in
Normal file
13
x11/kde/base/patches/patch-kcontrol-sample-Makefile_in
Normal file
@ -0,0 +1,13 @@
|
||||
--- kcontrol/sample/Makefile.in.orig Thu Apr 6 19:01:12 2000
|
||||
+++ kcontrol/sample/Makefile.in Thu Apr 6 19:02:06 2000
|
||||
@@ -394,8 +394,8 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-sample.xpm $(kde_minidir)/sample.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-sample.xpm $(DESTDIR)$(kde_minidir)/sample.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/sample.xpm
|
17
x11/kde/base/patches/patch-kcontrol-syssound-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kcontrol-syssound-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kcontrol/syssound/Makefile.in.orig Thu Apr 6 18:55:27 2000
|
||||
+++ kcontrol/syssound/Makefile.in Thu Apr 6 18:57:12 2000
|
||||
@@ -534,10 +534,10 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate -ki18n -x $(includedir)/kde.pot $(kcmsyssound_SOURCES) && mv messages.po ../../po/kcmsyssound.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kcmsyssound.xpm $(kde_minidir)/kcmsyssound.xpm
|
||||
- $(mkinstalldirs) $(kde_minidir)/../large/
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kcmsyssound.xpm $(kde_minidir)/../large/kcmsyssound.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kcmsyssound.xpm $(DESTDIR)$(kde_minidir)/kcmsyssound.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)/../large/
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kcmsyssound.xpm $(DESTDIR)$(kde_minidir)/../large/kcmsyssound.xpm
|
||||
|
||||
# remove ALL you have installed in install-data-local or install-exec-local
|
||||
uninstall-local:
|
37
x11/kde/base/patches/patch-kcontrol-themes-Makefile_in
Normal file
37
x11/kde/base/patches/patch-kcontrol-themes-Makefile_in
Normal file
@ -0,0 +1,37 @@
|
||||
--- kcontrol/themes/Makefile.in.orig Thu Apr 6 19:14:04 2000
|
||||
+++ kcontrol/themes/Makefile.in Thu Apr 6 19:14:29 2000
|
||||
@@ -524,12 +524,12 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local: install-themes
|
||||
- $(mkinstalldirs) $(APPSDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/kthememgr.kdelnk $(APPSDIR)
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kthememgr.xpm $(kde_minidir)/kthememgr.xpm
|
||||
- $(mkinstalldirs) $(kde_datadir)/kthememgr
|
||||
- $(INSTALL_DATA) $(srcdir)/theme.mappings $(kde_datadir)/kthememgr
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(APPSDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/kthememgr.kdelnk $(DESTDIR)$(APPSDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kthememgr.xpm $(DESTDIR)$(kde_minidir)/kthememgr.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kthememgr
|
||||
+ $(INSTALL_DATA) $(srcdir)/theme.mappings $(DESTDIR)$(kde_datadir)/kthememgr
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(APPSDIR)/kthememgr.kdelnk
|
||||
@@ -538,12 +538,12 @@ uninstall-local:
|
||||
rm -f $(THEMESDIR)/Template.themerc
|
||||
|
||||
install-themes:
|
||||
- $(mkinstalldirs) $(THEMESDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/Themes/Template.themerc $(THEMESDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(THEMESDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/Themes/Template.themerc $(DESTDIR)$(THEMESDIR)
|
||||
cd $(srcdir)/Themes; \
|
||||
for f in *; do \
|
||||
if [ -d $$f -a $$f != "CVS" ]; then \
|
||||
- $(TAR) --exclude CVS -c -f - $$f | gzip -c > $(THEMESDIR)/$$f.tar.gz; \
|
||||
+ $(TAR) --exclude CVS -c -f - $$f | gzip -c > $(DESTDIR)$(THEMESDIR)/$$f.tar.gz; \
|
||||
fi; \
|
||||
done
|
||||
|
17
x11/kde/base/patches/patch-kdehelp-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kdehelp-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kdehelp/Makefile.in.orig Thu Apr 6 04:11:26 2000
|
||||
+++ kdehelp/Makefile.in Thu Apr 6 04:11:52 2000
|
||||
@@ -525,10 +525,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kdehelp.xpm $(kde_minidir)/kdehelp.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kdehelp.xpm $(kde_icondir)/large/kdehelp.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kdehelp.xpm $(DESTDIR)$(kde_minidir)/kdehelp.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kdehelp.xpm $(DESTDIR)$(kde_icondir)/large/kdehelp.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_icondir)/large/kdehelp.xpm
|
21
x11/kde/base/patches/patch-kfind-Makefile_in
Normal file
21
x11/kde/base/patches/patch-kfind-Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
--- kfind/Makefile.in.orig Thu Apr 6 22:56:24 2000
|
||||
+++ kfind/Makefile.in Thu Apr 6 22:56:39 2000
|
||||
@@ -504,12 +504,12 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(ICONSDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/kfind.xpm $(ICONSDIR)
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kfind.xpm $(kde_minidir)/kfind.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kfind.xpm $(kde_icondir)/large/kfind.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(ICONSDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/kfind.xpm $(DESTDIR)$(ICONSDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kfind.xpm $(DESTDIR)$(kde_minidir)/kfind.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kfind.xpm $(DESTDIR)$(kde_icondir)/large/kfind.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(ICONSDIR)/$(TARGET).xpm
|
19
x11/kde/base/patches/patch-kfm-Makefile_in
Normal file
19
x11/kde/base/patches/patch-kfm-Makefile_in
Normal file
@ -0,0 +1,19 @@
|
||||
--- kfm/Makefile.in.orig Thu Apr 6 04:08:25 2000
|
||||
+++ kfm/Makefile.in Thu Apr 6 04:09:45 2000
|
||||
@@ -583,11 +583,11 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(CONFIGDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/config/kfmrc $(CONFIGDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/config/desktop $(CONFIGDIR)
|
||||
- $(mkinstalldirs) $(MIMELNKDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/magic $(MIMELNKDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(CONFIGDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/config/kfmrc $(DESTDIR)$(CONFIGDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/config/desktop $(DESTDIR)$(CONFIGDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(MIMELNKDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/magic $(DESTDIR)$(MIMELNKDIR)
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(CONFIGDIR)/kfmrc
|
21
x11/kde/base/patches/patch-kfontmanager-Makefile_in
Normal file
21
x11/kde/base/patches/patch-kfontmanager-Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
--- kfontmanager/Makefile.in.orig Thu Apr 6 22:53:53 2000
|
||||
+++ kfontmanager/Makefile.in Thu Apr 6 22:54:19 2000
|
||||
@@ -420,12 +420,12 @@ maintainer-clean-generic clean mostlycle
|
||||
####### Meta objects
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_icondir)
|
||||
- $(INSTALL_DATA) $(srcdir)/kfontmanager.xpm $(kde_icondir)/kfontmanager.xpm
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kfontmanager.xpm $(kde_minidir)/kfontmanager.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kfontmanager.xpm $(kde_icondir)/large/kfontmanager.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/kfontmanager.xpm $(DESTDIR)$(kde_icondir)/kfontmanager.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kfontmanager.xpm $(DESTDIR)$(kde_minidir)/kfontmanager.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kfontmanager.xpm $(DESTDIR)$(kde_icondir)/large/kfontmanager.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_icondir/large/kfontmanager.xpm
|
17
x11/kde/base/patches/patch-kikbd-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kikbd-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kikbd/Makefile.in.orig Thu Apr 6 19:19:05 2000
|
||||
+++ kikbd/Makefile.in Thu Apr 6 19:19:25 2000
|
||||
@@ -634,10 +634,10 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate -ki18n -x $(includedir)/kde.pot $(kikbd_SOURCES) $(kcmikbd_SOURCES) && mv messages.po ../po/kikbd.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kikbd.xpm $(kde_minidir)/kikbd.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kikbd.xpm $(kde_icondir)/large/kikbd.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kikbd.xpm $(DESTDIR)$(kde_minidir)/kikbd.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kikbd.xpm $(DESTDIR)$(kde_icondir)/large/kikbd.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_icondir)/large/kikbd.xpm
|
17
x11/kde/base/patches/patch-kmenuedit-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kmenuedit-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kmenuedit/Makefile.in.orig Thu Apr 6 18:18:22 2000
|
||||
+++ kmenuedit/Makefile.in Thu Apr 6 18:18:40 2000
|
||||
@@ -528,10 +528,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kmenuedit.xpm $(kde_minidir)/kmenuedit.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kmenuedit.xpm $(kde_icondir)/large/kmenuedit.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kmenuedit.xpm $(DESTDIR)$(kde_minidir)/kmenuedit.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kmenuedit.xpm $(DESTDIR)$(kde_icondir)/large/kmenuedit.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_icondir)/large/kmenueedit.xpm
|
13
x11/kde/base/patches/patch-kpanel-Makefile_in
Normal file
13
x11/kde/base/patches/patch-kpanel-Makefile_in
Normal file
@ -0,0 +1,13 @@
|
||||
--- kpanel/Makefile.in.orig Thu Apr 6 18:06:13 2000
|
||||
+++ kpanel/Makefile.in Thu Apr 6 18:06:27 2000
|
||||
@@ -525,8 +525,8 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate -ki18n -x $(includedir)/kde.pot $(kpanel_SOURCES) && mv messages.po ../po/kpanel.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(defaultdir)
|
||||
- $(INSTALL_DATA) $(srcdir)/personal.kdelnk $(defaultdir)/personal_directory
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(defaultdir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/personal.kdelnk $(DESTDIR)$(defaultdir)/personal_directory
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(defaultdir)/personal_directory
|
25
x11/kde/base/patches/patch-kpanerl-pics-Makefile_in
Normal file
25
x11/kde/base/patches/patch-kpanerl-pics-Makefile_in
Normal file
@ -0,0 +1,25 @@
|
||||
--- kpanel/pics/Makefile.in.orig Thu Apr 6 17:55:54 2000
|
||||
+++ kpanel/pics/Makefile.in Thu Apr 6 17:56:34 2000
|
||||
@@ -428,14 +428,14 @@ clean-generic maintainer-clean-generic c
|
||||
maintainer-clean
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-default.xpm $(kde_minidir)
|
||||
- $(mkinstalldirs) $(datadir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-go.xpm $(datadir)/large/go.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kdisknav.xpm $(datadir)/large/kdisknav.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kfm_home.xpm $(datadir)/large/kfm_home.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-window_list.xpm $(datadir)/large/window_list.xpm
|
||||
- $(INSTALL_DATA) $(srcdir)/large-pers_applnk.xpm $(datadir)/large/pers_applnk.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-default.xpm $(DESTDIR)$(kde_minidir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-go.xpm $(DESTDIR)$(datadir)/large/go.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kdisknav.xpm $(DESTDIR)$(datadir)/large/kdisknav.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kfm_home.xpm $(DESTDIR)$(datadir)/large/kfm_home.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-window_list.xpm $(DESTDIR)$(datadir)/large/window_list.xpm
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-pers_applnk.xpm $(DESTDIR)$(datadir)/large/pers_applnk.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(datadir)/large/go.xpm
|
17
x11/kde/base/patches/patch-kpic-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kpic-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kcontrol/kdm/pics/Makefile.in.orig Thu Apr 6 18:41:44 2000
|
||||
+++ kcontrol/kdm/pics/Makefile.in Thu Apr 6 18:42:02 2000
|
||||
@@ -321,10 +321,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kdmconfig.xpm $(kde_minidir)/kdmconfig.xpm
|
||||
- $(mkinstalldirs) $(kde_minidir)/../large/
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kdmconfig.xpm $(kde_minidir)/../large/kdmconfig.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kdmconfig.xpm $(DESTDIR)$(kde_minidir)/kdmconfig.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)/../large/
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kdmconfig.xpm $(DESTDIR)$(kde_minidir)/../large/kdmconfig.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/kdmconfig.xpm
|
17
x11/kde/base/patches/patch-kscreensave-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kscreensave-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kscreensaver/Makefile.in.orig Thu Apr 6 18:08:36 2000
|
||||
+++ kscreensaver/Makefile.in Thu Apr 6 18:09:01 2000
|
||||
@@ -821,10 +821,10 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate -ki18n -x $(includedir)/kde.pot *.cpp *.h && mv messages.po ../po/klock.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kscreensaver.xpm $(kde_minidir)/kscreensaver.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kscreensaver.xpm $(kde_icondir)/large/kscreensaver.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kscreensaver.xpm $(DESTDIR)$(kde_minidir)/kscreensaver.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kscreensaver.xpm $(DESTDIR)$(kde_icondir)/large/kscreensaver.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/kscreensaver.xpm
|
17
x11/kde/base/patches/patch-kvt-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kvt-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kvt/Makefile.in.orig Thu Apr 6 17:49:03 2000
|
||||
+++ kvt/Makefile.in Thu Apr 6 17:49:22 2000
|
||||
@@ -448,10 +448,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kvt.xpm $(kde_minidir)/kvt.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kvt.xpm $(kde_icondir)/large/kvt.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kvt.xpm $(DESTDIR)$(kde_minidir)/kvt.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kvt.xpm $(DESTDIR)$(kde_icondir)/large/kvt.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/kvt.xpm
|
17
x11/kde/base/patches/patch-kwm-Makefile_in
Normal file
17
x11/kde/base/patches/patch-kwm-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kwm/Makefile.in.orig Thu Apr 6 17:51:23 2000
|
||||
+++ kwm/Makefile.in Thu Apr 6 17:51:43 2000
|
||||
@@ -531,10 +531,10 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate -ki18n -x $(includedir)/kde.pot $(kwm_SOURCES) && mv messages.po ../po/kwm.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kwm.xpm $(kde_minidir)/kwm.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kwm.xpm $(kde_icondir)/large/kwm.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kwm.xpm $(DESTDIR)$(kde_minidir)/kwm.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kwm.xpm $(DESTDIR)$(kde_icondir)/large/kwm.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_icondir)/large/kwm.xpm
|
11
x11/kde/base/patches/patch-po-br
Normal file
11
x11/kde/base/patches/patch-po-br
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/br/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/br/Makefile.in Thu Apr 6 23:05:04 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-ca
Normal file
11
x11/kde/base/patches/patch-po-ca
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ca/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/ca/Makefile.in Thu Apr 6 23:05:10 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-cs
Normal file
11
x11/kde/base/patches/patch-po-cs
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/cs/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/cs/Makefile.in Thu Apr 6 23:05:15 2000
|
||||
@@ -305,7 +305,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-da
Normal file
11
x11/kde/base/patches/patch-po-da
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/da/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/da/Makefile.in Thu Apr 6 23:05:21 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-de
Normal file
11
x11/kde/base/patches/patch-po-de
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/de/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/de/Makefile.in Thu Apr 6 23:05:25 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-el
Normal file
11
x11/kde/base/patches/patch-po-el
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/el/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/el/Makefile.in Thu Apr 6 23:05:30 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-en_UK
Normal file
11
x11/kde/base/patches/patch-po-en_UK
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/en_UK/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/en_UK/Makefile.in Thu Apr 6 23:05:35 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-eo
Normal file
11
x11/kde/base/patches/patch-po-eo
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/eo/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/eo/Makefile.in Thu Apr 6 23:05:39 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-es
Normal file
11
x11/kde/base/patches/patch-po-es
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/es/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/es/Makefile.in Thu Apr 6 23:05:43 2000
|
||||
@@ -305,7 +305,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-et
Normal file
11
x11/kde/base/patches/patch-po-et
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/et/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/et/Makefile.in Thu Apr 6 23:05:47 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-fi
Normal file
11
x11/kde/base/patches/patch-po-fi
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/fi/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/fi/Makefile.in Thu Apr 6 23:05:52 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-fr
Normal file
11
x11/kde/base/patches/patch-po-fr
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/fr/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/fr/Makefile.in Thu Apr 6 23:05:56 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-he
Normal file
11
x11/kde/base/patches/patch-po-he
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/he/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/he/Makefile.in Thu Apr 6 23:06:00 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-hr
Normal file
11
x11/kde/base/patches/patch-po-hr
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/hr/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/hr/Makefile.in Thu Apr 6 23:06:04 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-hs
Normal file
11
x11/kde/base/patches/patch-po-hs
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/hs/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/hs/Makefile.in Thu Apr 6 23:06:08 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-hu
Normal file
11
x11/kde/base/patches/patch-po-hu
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/hu/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/hu/Makefile.in Thu Apr 6 23:06:13 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-is
Normal file
11
x11/kde/base/patches/patch-po-is
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/is/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/is/Makefile.in Thu Apr 6 23:06:18 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-it
Normal file
11
x11/kde/base/patches/patch-po-it
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/it/Makefile.in.orig Thu Apr 6 23:04:00 2000
|
||||
+++ po/it/Makefile.in Thu Apr 6 23:06:22 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-ja
Normal file
11
x11/kde/base/patches/patch-po-ja
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ja/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/ja/Makefile.in Thu Apr 6 23:06:25 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-ko
Normal file
11
x11/kde/base/patches/patch-po-ko
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ko/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/ko/Makefile.in Thu Apr 6 23:06:29 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-mk
Normal file
11
x11/kde/base/patches/patch-po-mk
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/mk/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/mk/Makefile.in Thu Apr 6 23:06:33 2000
|
||||
@@ -305,7 +305,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-nl
Normal file
11
x11/kde/base/patches/patch-po-nl
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/nl/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/nl/Makefile.in Thu Apr 6 23:06:37 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-no
Normal file
11
x11/kde/base/patches/patch-po-no
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/no/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/no/Makefile.in Thu Apr 6 23:06:40 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-pl
Normal file
11
x11/kde/base/patches/patch-po-pl
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/pl/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/pl/Makefile.in Thu Apr 6 23:06:43 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-pt
Normal file
11
x11/kde/base/patches/patch-po-pt
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/pt/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/pt/Makefile.in Thu Apr 6 23:06:47 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-pt_BR
Normal file
11
x11/kde/base/patches/patch-po-pt_BR
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/pt_BR/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/pt_BR/Makefile.in Thu Apr 6 23:06:52 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-ro
Normal file
11
x11/kde/base/patches/patch-po-ro
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ro/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/ro/Makefile.in Thu Apr 6 23:06:57 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-ru
Normal file
11
x11/kde/base/patches/patch-po-ru
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ru/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/ru/Makefile.in Thu Apr 6 23:07:01 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-sk
Normal file
11
x11/kde/base/patches/patch-po-sk
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/sk/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/sk/Makefile.in Thu Apr 6 23:07:07 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-sl
Normal file
11
x11/kde/base/patches/patch-po-sl
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/sl/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/sl/Makefile.in Thu Apr 6 23:07:10 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-sv
Normal file
11
x11/kde/base/patches/patch-po-sv
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/sv/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/sv/Makefile.in Thu Apr 6 23:07:14 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-tr
Normal file
11
x11/kde/base/patches/patch-po-tr
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/tr/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/tr/Makefile.in Thu Apr 6 23:07:18 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-zh_CN.GB2312
Normal file
11
x11/kde/base/patches/patch-po-zh_CN.GB2312
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/zh_CN.GB2312/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/zh_CN.GB2312/Makefile.in Thu Apr 6 23:07:22 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/base/patches/patch-po-zh_TW.Big5
Normal file
11
x11/kde/base/patches/patch-po-zh_TW.Big5
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/zh_TW.Big5/Makefile.in.orig Thu Apr 6 23:04:01 2000
|
||||
+++ po/zh_TW.Big5/Makefile.in Thu Apr 6 23:07:26 2000
|
||||
@@ -306,7 +306,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
18
x11/kde/base/patches/patch-sample_kde...-Makefile_in
Normal file
18
x11/kde/base/patches/patch-sample_kde...-Makefile_in
Normal file
@ -0,0 +1,18 @@
|
||||
--- kpanel/sample_kdelnk_files/Makefile.in.orig Thu Apr 6 17:59:58 2000
|
||||
+++ kpanel/sample_kdelnk_files/Makefile.in Thu Apr 6 18:03:44 2000
|
||||
@@ -300,12 +300,12 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kdisknavdir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kdisknavdir)
|
||||
@for dir in /cdrom /mnt/cdrom /CDROM /CD-ROM ; do \
|
||||
if test -d $$dir ; then \
|
||||
echo $(INSTALL_DATA) $(srcdir)/CD-ROM.kdelnk $(kdisknavdir) ;\
|
||||
- $(INSTALL_DATA) $(srcdir)/CD-ROM.kdelnk $(kdisknavdir) ; \
|
||||
- echo "URL=$$dir" >> $(kdisknavdir)/CD-ROM.kdelnk ; \
|
||||
+ $(INSTALL_DATA) $(srcdir)/CD-ROM.kdelnk $(DESTDIR)$(kdisknavdir) ; \
|
||||
+ echo "URL=$$dir" >> $(DESTDIR)$(kdisknavdir)/CD-ROM.kdelnk ; \
|
||||
break; \
|
||||
fi ; \
|
||||
done
|
Loading…
Reference in New Issue
Block a user