diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-15 15:15:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-15 15:43:52 +0900 |
commit | 4dea53575161d1bdffa20ef5d08c5490fc06a16a (patch) | |
tree | cb1734b38ce73a1637fa69dd77e5920e3a7b13aa | |
parent | 118357ea6c4165e170a6674d28f547768c6435cf (diff) | |
download | tde-packaging-4dea53575161d1bdffa20ef5d08c5490fc06a16a.tar.gz tde-packaging-4dea53575161d1bdffa20ef5d08c5490fc06a16a.zip |
tdebase: adjusted to release_notes -> tde_release_notes change.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2845ffb54e2539981a2295ff8cb7b7e288ca6062)
-rw-r--r-- | debian/_base/tdebase/debian/tdebase-trinity-bin.install | 2 | ||||
-rw-r--r-- | openbsd/14.0.0/tdebase/pkg/PLIST | 4 | ||||
-rw-r--r-- | redhat/main/tdebase/tdebase.spec | 4 | ||||
-rw-r--r-- | ubuntu/_base/tdebase/debian/tdebase-trinity-bin.install | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/debian/_base/tdebase/debian/tdebase-trinity-bin.install b/debian/_base/tdebase/debian/tdebase-trinity-bin.install index 7a27b210a..b2d2c1021 100644 --- a/debian/_base/tdebase/debian/tdebase-trinity-bin.install +++ b/debian/_base/tdebase/debian/tdebase-trinity-bin.install @@ -1,5 +1,6 @@ debian/tmp/opt/trinity/bin/migratekde3 debian/tmp/opt/trinity/bin/r14-xdg-update +debian/tmp/opt/trinity/bin/tde_release_notes debian/tmp/opt/trinity/bin/krootbacking debian/tmp/opt/trinity/bin/tdeinit_phase1 debian/tmp/opt/trinity/bin/tdeinit_displayconfig @@ -73,6 +74,7 @@ debian/tmp/opt/trinity/share/apps/kdcop/kdcopui.rc debian/tmp/opt/trinity/share/apps/khotkeys/trinity2b1.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/konqueror_gestures_trinity21.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/printscreen.khotkeys +debian/tmp/opt/trinity/share/autostart/tde_release_notes.desktop debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/common debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/index.cache.bz2 debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/index.docbook diff --git a/openbsd/14.0.0/tdebase/pkg/PLIST b/openbsd/14.0.0/tdebase/pkg/PLIST index 5179dd5a4..d8be2f35d 100644 --- a/openbsd/14.0.0/tdebase/pkg/PLIST +++ b/openbsd/14.0.0/tdebase/pkg/PLIST @@ -74,7 +74,7 @@ bin/migratekde3 @bin bin/nspluginscan @bin bin/nspluginviewer bin/r14-xdg-update -bin/release_notes +bin/tde_release_notes bin/starttde @bin bin/tdedebugdialog bin/tdeeject @@ -1956,7 +1956,7 @@ share/autostart/klipper.desktop share/autostart/konqy_preload.desktop share/autostart/ktip.desktop share/autostart/panel.desktop -share/autostart/release_notes.desktop +share/autostart/tde_release_notes.desktop share/autostart/tderandrtray-autostart.desktop share/cmake/ share/cmake/kate.cmake diff --git a/redhat/main/tdebase/tdebase.spec b/redhat/main/tdebase/tdebase.spec index 7bf154950..416c7f3a4 100644 --- a/redhat/main/tdebase/tdebase.spec +++ b/redhat/main/tdebase/tdebase.spec @@ -837,8 +837,8 @@ web browser, X terminal emulator, and many other programs and components. %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING-DOCS README README.pam -%{tde_bindir}/release_notes -%{tde_datadir}/autostart/release_notes.desktop +%{tde_bindir}/tde_release_notes +%{tde_datadir}/autostart/tde_release_notes.desktop %{tde_tdeappdir}/tdehtml_userinterface.desktop ########## diff --git a/ubuntu/_base/tdebase/debian/tdebase-trinity-bin.install b/ubuntu/_base/tdebase/debian/tdebase-trinity-bin.install index 7a27b210a..b2d2c1021 100644 --- a/ubuntu/_base/tdebase/debian/tdebase-trinity-bin.install +++ b/ubuntu/_base/tdebase/debian/tdebase-trinity-bin.install @@ -1,5 +1,6 @@ debian/tmp/opt/trinity/bin/migratekde3 debian/tmp/opt/trinity/bin/r14-xdg-update +debian/tmp/opt/trinity/bin/tde_release_notes debian/tmp/opt/trinity/bin/krootbacking debian/tmp/opt/trinity/bin/tdeinit_phase1 debian/tmp/opt/trinity/bin/tdeinit_displayconfig @@ -73,6 +74,7 @@ debian/tmp/opt/trinity/share/apps/kdcop/kdcopui.rc debian/tmp/opt/trinity/share/apps/khotkeys/trinity2b1.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/konqueror_gestures_trinity21.khotkeys debian/tmp/opt/trinity/share/apps/khotkeys/printscreen.khotkeys +debian/tmp/opt/trinity/share/autostart/tde_release_notes.desktop debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/common debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/index.cache.bz2 debian/tmp/opt/trinity/share/doc/tde/HTML/en/kdcop/index.docbook |