summaryrefslogtreecommitdiffstats
path: root/kiosktool
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-16 11:17:45 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-16 11:20:30 +0200
commit68a5173782a8d3d05dbbc20e2209c82927ff5035 (patch)
treea0bcf22fbb168b31c1f8847f275866580eb895c6 /kiosktool
parent5f336c12806b01b2492d928bd60ac5ad148db1e2 (diff)
downloadkiosktool-68a5173782a8d3d05dbbc20e2209c82927ff5035.tar.gz
kiosktool-68a5173782a8d3d05dbbc20e2209c82927ff5035.zip
Drop automake build support.
Add basic cmake build instructions in an INSTALL file. Complete the description in README. Deleted file: VERSION Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kiosktool')
-rw-r--r--kiosktool/Makefile.am62
-rw-r--r--kiosktool/configure.in.in2
-rw-r--r--kiosktool/kcms/Makefile.am6
-rw-r--r--kiosktool/kcms/autostart/Makefile.am17
4 files changed, 0 insertions, 87 deletions
diff --git a/kiosktool/Makefile.am b/kiosktool/Makefile.am
deleted file mode 100644
index 3efdd8e..0000000
--- a/kiosktool/Makefile.am
+++ /dev/null
@@ -1,62 +0,0 @@
-## Makefile.am for kiosktool
-
-# this has all of the subdirectories that make will recurse into. if
-# there are none, comment this out
-SUBDIRS = . kcms
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-bin_PROGRAMS = kiosktool kiosktool-tdedirs
-
-# set the include path for X, qt and KDE
-INCLUDES = $(all_includes)
-
-# the library search path.
-kiosktool_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-# the libraries to link against.
-kiosktool_LDADD = $(LIB_TDEFILE) -ltdeprint
-
-# which sources should be compiled for kiosktool
-kiosktool_SOURCES = main.cpp kioskgui.cpp kioskdata.cpp kioskrun.cpp \
- mainview.ui profileSelectionPage_ui.ui \
- profilePropsPage.cpp profilePropsPage_ui.ui \
- pageWidget.cpp component.cpp \
- desktopComponent.cpp menueditComponent.cpp screensaverComponent.cpp \
- panelComponent.cpp filetypeeditComponent.cpp \
- componentSelectionPage.cpp componentSelectionPage_ui.ui \
- componentPage.cpp componentPage_ui.ui \
- userManagement.cpp userManagement_ui.ui userManagementGroup_ui.ui \
- userManagementUser_ui.ui \
- kioskConfigDialog.cpp kioskConfigDialog_ui.ui \
- kiosksync.cpp
-
-# the library search path.
-kiosktool_tdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-# the libraries to link against.
-kiosktool_tdedirs_LDADD = $(LIB_TDECORE)
-
-# which sources should be compiled for kiosktool
-kiosktool_tdedirs_SOURCES = kiosktool-tdedirs.cpp
-
-# these are the headers for your project
-noinst_HEADERS = kioskgui.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-messages: rc.cpp
- ./extractxml kiosk_data.xml > kiosk_data.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kiosktool.pot
- rm kiosk_data.cpp
-
-KDE_ICON = kiosktool
-
-xdg_apps_DATA = kiosktool.desktop
-
-# this is where the XML-GUI resource file goes
-rcdir = $(kde_datadir)/kiosktool
-rc_DATA = kiosktoolui.rc kiosk_data.xml caption.png background.png logo.png \
- caption-da.png caption-empty.png caption-et.png caption-pt.png caption-pt_BR.png \
- caption-sv.png
diff --git a/kiosktool/configure.in.in b/kiosktool/configure.in.in
deleted file mode 100644
index 84cf170..0000000
--- a/kiosktool/configure.in.in
+++ /dev/null
@@ -1,2 +0,0 @@
-AC_CHECK_SETENV
-AC_CHECK_UNSETENV
diff --git a/kiosktool/kcms/Makefile.am b/kiosktool/kcms/Makefile.am
deleted file mode 100644
index 335ab60..0000000
--- a/kiosktool/kcms/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-## Makefile.am for kiosktool's additional KCMs
-
-# this has all of the subdirectories that make will recurse into. if
-# there are none, comment this out
-#SUBDIRS = autostart
-
diff --git a/kiosktool/kcms/autostart/Makefile.am b/kiosktool/kcms/autostart/Makefile.am
deleted file mode 100644
index e79d9fc..0000000
--- a/kiosktool/kcms/autostart/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-kde_module_LTLIBRARIES = kcm_autostart.la
-
-kcm_autostart_la_SOURCES = kcmautostart.cpp
-
-kcm_autostart_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_autostart_la_LIBADD = $(LIB_TDEIO)
-
-INCLUDES= $(all_includes)
-
-kcm_autostart_la_METASOURCES = AUTO
-
-KDE_ICON = autostart
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kcmautostart.pot
-
-xdg_apps_DATA = kcmautostart.desktop