]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Clean up
authorLaurent Montel <montel@kde.org>
Thu, 23 Nov 2006 09:54:10 +0000 (09:54 +0000)
committerLaurent Montel <montel@kde.org>
Thu, 23 Nov 2006 09:54:10 +0000 (09:54 +0000)
Add Message.sh to generate translation

svn path=/trunk/playground/utils/dolphin/; revision=607130

src/CMakeLists.txt
src/Messages.sh [new file with mode: 0755]

index fd86a8747255f9cda5e6cbc72df1d80450076181..66acfa1e1b6682b38871e12ef143953004aa7a01 100644 (file)
@@ -69,71 +69,3 @@ install( FILES  directoryviewpropertysettings.kcfg generalsettings.kcfg                              ico
 install( FILES  dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
 
 kde4_install_icons( ${ICON_INSTALL_DIR} )
-
-
-
-#original Makefile.am contents follow:
-
-### Makefile.am for dolphin
-#
-#SUBDIRS = pics servicemenus
-#
-## this is the program that gets installed.  it's name is used for all
-## of the other Makefile.am variables
-#bin_PROGRAMS = dolphin
-#
-## set the include path for X, qt and KDE
-#INCLUDES         = $(all_includes)
-#
-## the library search path.
-#dolphin_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-#
-## the libraries to link against.
-#dolphin_LDADD   = $(LIB_KFILE) $(LIB_KDEPRINT)
-#
-## which sources should be compiled for dolphin
-#dolphin_SOURCES = main.cpp dolphin.cpp dolphinview.cpp urlnavigator.cpp directoryviewpropertysettings.kcfgc \
-#              urlnavigatorbutton.cpp viewpropertiesdialog.cpp dolphinstatusbar.cpp dolphindirlister.cpp \
-#              viewproperties.cpp dolphindetailsview.cpp dolphiniconsview.cpp dolphinsettings.cpp \
-#              bookmarkselector.cpp urlbutton.cpp itemeffectsmanager.cpp \
-#              dolphincontextmenu.cpp undomanager.cpp progressindicator.cpp \
-#              iconsviewsettingspage.cpp pixmapviewer.cpp dolphinsettingsdialog.cpp \
-#              viewsettingspage.cpp detailsviewsettingspage.cpp statusbarmessagelabel.cpp \
-#              generalsettingspage.cpp bookmarkssettingspage.cpp \
-#              editbookmarkdialog.cpp settingspagebase.cpp sidebar.cpp sidebarpage.cpp \
-#              bookmarkssidebarpage.cpp infosidebarpage.cpp statusbarspaceinfo.cpp renamedialog.cpp \
-#              filterbar.cpp protocolcombo.cpp generalsettings.kcfgc iconsmodesettings.kcfgc \
-#              detailsmodesettings.kcfgc previewsmodesettings.kcfgc sidebarsettings.kcfgc
-#
-## these are the headers for your project
-#noinst_HEADERS = dolphin.h dolphinview.h urlnavigator.h urlnavigatorbutton.h \
-#              viewpropertiesdialog.h dolphinstatusbar.h dolphindirlister.h viewproperties.h \
-#              dolphindetailsview.h dolphiniconsview.h dolphinsettings.h bookmarkselector.h \
-#              urlbutton.h itemeffectsmanager.h dolphincontextmenu.h undomanager.h \
-#              iconsviewsettingspage.h pixmapviewer.h \
-#              dolphinsettingsdialog.h detailsviewsettingspage.h viewsettingspage.h statusbarmessagelabel.h \
-#              generalsettingspage.h bookmarkssettingspage.h editbookmarkdialog.h \
-#              settingspagebase.h statusbarspaceinfo.h renamedialog.h sidebar.h sidebarsettings.h sidebarpage.h \
-#              bookmarkssidebarpage.h infosidebarpage.h protocolcombo.h
-#              infosidebarpage.h filterbar.h protocolcombo.h
-#
-## let automoc handle all of the meta source files (moc)
-#METASOURCES = AUTO
-#
-#messages: rc.cpp
-#      $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
-#      $(XGETTEXT) *.cpp -o $(podir)/dolphin.pot
-#
-## this is where the kdelnk file will go
-#kdelnkdir   = $(kde_appsdir)/System
-#xdg_apps_DATA = dolphin.desktop
-#
-## this is where the XML-GUI resource file goes
-#rcdir = $(kde_datadir)/dolphin
-#rc_DATA = dolphinui.rc
-#
-#kde_kcfg_DATA = directoryviewpropertysettings.kcfg generalsettings.kcfg \
-#                              iconsmodesettings.kcfg detailsmodesettings.kcfg previewsmodesettings.kcfg \
-#                              sidebarsettings.kcfg
-#
-#KDE_ICON = AUTO
diff --git a/src/Messages.sh b/src/Messages.sh
new file mode 100755 (executable)
index 0000000..0cf54ad
--- /dev/null
@@ -0,0 +1,4 @@
+#! /usr/bin/env bash
+$EXTRACTRC `find . -name \*.ui -o -name \*.rc` > rc.cpp
+$XGETTEXT *.cpp -o $(podir)/dolphin.pot
+