summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-03-15 16:04:21 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-03-16 12:34:55 +0900
commit8abac42d8092801f3f19e957d5577ed1910086be (patch)
tree63a0c2400608da181171ff0d504c50970982dce9 /src
parent049b177da195f76a7fc3d351c8d6cd2d1060ebd9 (diff)
downloadmplayerthumbs-8abac42d8092801f3f19e957d5577ed1910086be.tar.gz
mplayerthumbs-8abac42d8092801f3f19e957d5577ed1910086be.zip
Drop automake build support.
Delete empty file TODO. Add basic cmake build instructions. Rewrite of the README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit f6ab2e36b3600d63a29216332e073922c27878cd)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am22
-rw-r--r--src/mplayerthumbsconfig/Makefile.am11
2 files changed, 0 insertions, 33 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 4ad6dea..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-SUBDIRS = . mplayerthumbsconfig
-
-kde_module_LTLIBRARIES = videopreview.la
-
-videopreview_la_SOURCES = videopreview.cpp mplayerthumbs.kcfgc
-videopreview_la_LDFLAGS = -avoid-version -module $(all_libraries) $(TDE_PLUGIN) $(LIB_QT)
-
-protocoldir = $(kde_servicesdir)
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/videopreview.pot
-protocol_DATA = videopreview.desktop
-videopreview_la_LIBADD = $(LIB_TDECORE) -ltdefx $(LIB_QT)
-
-videothumbnail_DATA = sprocket-small.png sprocket-medium.png sprocket-large.png
-videothumbnaildir = $(kde_datadir)/videopreview
-kde_kcfg_DATA = mplayerthumbs.kcfg
-
diff --git a/src/mplayerthumbsconfig/Makefile.am b/src/mplayerthumbsconfig/Makefile.am
deleted file mode 100644
index 1cc43f7..0000000
--- a/src/mplayerthumbsconfig/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-INCLUDES = -I$(top_builddir)/src $(all_includes)
-METASOURCES = AUTO
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/videopreview.pot
-bin_PROGRAMS = mplayerthumbsconfig
-mplayerthumbsconfig_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-mplayerthumbsconfig_SOURCES = main.cpp mplayerthumbscfg.cpp
-noinst_HEADERS = mplayerthumbscfg.h
-mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)