@ -1,3 +1,3 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
SUBDIRS = preview kfile-plugins
|
||||
SUBDIRS = preview tdefile-plugins
|
||||
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for po file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = -I$(srcdir)/../../common/ $(all_includes)
|
||||
|
||||
# these are the headers for the project
|
||||
noinst_HEADERS = kfile_po.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_po.la
|
||||
|
||||
kfile_po_la_SOURCES = kfile_po.cpp
|
||||
kfile_po_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_po_la_LIBADD = ../../common/libkbabelcommon.la $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_po.cpp -o $(podir)/kfile_po.pot
|
||||
|
||||
services_DATA = kfile_po.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for po file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = -I$(srcdir)/../../common/ $(all_includes)
|
||||
|
||||
# these are the headers for the project
|
||||
noinst_HEADERS = tdefile_po.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_po.la
|
||||
|
||||
tdefile_po_la_SOURCES = tdefile_po.cpp
|
||||
tdefile_po_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_po_la_LIBADD = ../../common/libkbabelcommon.la $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_po.cpp -o $(podir)/tdefile_po.pot
|
||||
|
||||
services_DATA = tdefile_po.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for c++ file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_cpp.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_cpp.la
|
||||
|
||||
kfile_cpp_la_SOURCES = kfile_cpp.cpp
|
||||
kfile_cpp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_cpp_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_cpp.pot
|
||||
|
||||
services_DATA = kfile_cpp.desktop kfile_h.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for diff file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_diff.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_diff.la
|
||||
|
||||
kfile_diff_la_SOURCES = kfile_diff.cpp
|
||||
kfile_diff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_diff_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp *.h -o $(podir)/kfile_diff.pot
|
||||
|
||||
services_DATA = kfile_diff.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for text file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = kfile_ts.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_ts.la
|
||||
|
||||
kfile_ts_la_SOURCES = kfile_ts.cpp
|
||||
kfile_ts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_ts_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_ts.pot
|
||||
|
||||
services_DATA = kfile_ts.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,7 +1,7 @@
|
||||
#compdef kcmshell=kcmshell appletproxy=appletproxy
|
||||
#compdef tdecmshell=tdecmshell appletproxy=appletproxy
|
||||
|
||||
local i resource tmp dir flags
|
||||
if [ "$service" = "kcmshell" ]; then
|
||||
if [ "$service" = "tdecmshell" ]; then
|
||||
resource="apps";
|
||||
dir="/Settings";
|
||||
flags=":t:r";
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for c++ file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_cpp.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_cpp.la
|
||||
|
||||
tdefile_cpp_la_SOURCES = tdefile_cpp.cpp
|
||||
tdefile_cpp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_cpp_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_cpp.pot
|
||||
|
||||
services_DATA = tdefile_cpp.desktop tdefile_h.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for diff file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_diff.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_diff.la
|
||||
|
||||
tdefile_diff_la_SOURCES = tdefile_diff.cpp
|
||||
tdefile_diff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_diff_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp *.h -o $(podir)/tdefile_diff.pot
|
||||
|
||||
services_DATA = tdefile_diff.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for text file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = tdefile_ts.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_ts.la
|
||||
|
||||
tdefile_ts_la_SOURCES = tdefile_ts.cpp
|
||||
tdefile_ts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_ts_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_ts.pot
|
||||
|
||||
services_DATA = tdefile_ts.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,4 +1,4 @@
|
||||
if include_kioslave_svn
|
||||
if include_tdeioslave_svn
|
||||
SVN_SUBDIR = svn
|
||||
endif
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 858 B |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 926 B |
Before Width: | Height: | Size: 752 B After Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 924 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |