Renamed release_notes to tde_release_notes.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/130/head
Michele Calgaro 4 years ago
parent 98addc546e
commit ca57a59e95
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -218,6 +218,7 @@ check_type_size( "long long" LONG_LONG )
##### tdebase directories ####################### ##### tdebase directories #######################
add_subdirectory( tdmlib ) add_subdirectory( tdmlib )
add_subdirectory( kcontrol )
tde_conditional_add_subdirectory( BUILD_TDEINIT tdeinit ) tde_conditional_add_subdirectory( BUILD_TDEINIT tdeinit )
tde_conditional_add_subdirectory( BUILD_L10N l10n ) tde_conditional_add_subdirectory( BUILD_L10N l10n )
@ -226,7 +227,6 @@ tde_conditional_add_subdirectory( BUILD_APPLNK applnk )
tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_DOC doc )
tde_conditional_add_subdirectory( BUILD_LIBKONQ libkonq ) tde_conditional_add_subdirectory( BUILD_LIBKONQ libkonq )
tde_conditional_add_subdirectory( BUILD_KCMINIT kcminit ) tde_conditional_add_subdirectory( BUILD_KCMINIT kcminit )
add_subdirectory( kcontrol )
tde_conditional_add_subdirectory( BUILD_TWIN twin ) tde_conditional_add_subdirectory( BUILD_TWIN twin )
tde_conditional_add_subdirectory( BUILD_KATE kate ) tde_conditional_add_subdirectory( BUILD_KATE kate )
tde_conditional_add_subdirectory( BUILD_KONQUEROR konqueror ) tde_conditional_add_subdirectory( BUILD_KONQUEROR konqueror )
@ -271,8 +271,8 @@ tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration )
##### install starttde & related stuff ########## ##### install starttde & related stuff ##########
if( BUILD_STARTTDE ) if( BUILD_STARTTDE )
install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} ) install( PROGRAMS starttde migratekde3 r14-xdg-update tde_release_notes
install( PROGRAMS migratekde3 r14-xdg-update release_notes DESTINATION ${BIN_INSTALL_DIR} ) DESTINATION ${BIN_INSTALL_DIR} )
endif() endif()

@ -9,7 +9,7 @@ COMPILE_AFTER_kcontrol = tdm kdesktop
AUTOMAKE_OPTIONS = foreign 1.6.1 AUTOMAKE_OPTIONS = foreign 1.6.1
bin_SCRIPTS = starttde trinity migratekde3 r14-xdg-update release_notes bin_SCRIPTS = starttde migratekde3 r14-xdg-update tde_release_notes
EXTRA_DIST = admin bsd-port debian tdebase.spec.in README.pam kde.pamd tdescreensaver.pamd mkpamserv EXTRA_DIST = admin bsd-port debian tdebase.spec.in README.pam kde.pamd tdescreensaver.pamd mkpamserv

@ -8,4 +8,4 @@
tde_create_handbook( DESTINATION khelpcenter/releasenotes ) tde_create_handbook( DESTINATION khelpcenter/releasenotes )
install( FILES release_notes.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) install( FILES tde_release_notes.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} )

@ -1,6 +1,6 @@
KDE_LANG = en KDE_LANG = en
KDE_DOCS = khelpcenter/releasenotes KDE_DOCS = khelpcenter/releasenotes
autostart_DATA = release_notes.desktop autostart_DATA = tde_release_notes.desktop
autostartdir = $(datadir)/autostart autostartdir = $(datadir)/autostart

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Name=release_notes Name=tde_release_notes
Exec=release_notes Exec=tde_release_notes
Type=Application Type=Application
X-TDE-autostart-phase=2 X-TDE-autostart-phase=2
X-TDE-StartupNotify=false X-TDE-StartupNotify=false

@ -8,7 +8,7 @@
# When the release version increments, this script will detect the # When the release version increments, this script will detect the
# difference through tde-config and a respective key in kdeglobals. # difference through tde-config and a respective key in kdeglobals.
# This script then will open the release notes for that next release. # This script then will open the release notes for that next release.
# The only file to update is: tdebase/doc/releasenotes/release_notes.docbook. # The only file to update is: tdebase/doc/releasenotes/index.docbook.
# As this script is run as a global TDE autostart app, all # As this script is run as a global TDE autostart app, all
# environment variables should already be set. # environment variables should already be set.
Loading…
Cancel
Save