summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-08-16 22:55:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-08-16 22:56:02 +0900
commit567f9d0f1f23bb06d2dc46bc2b53b5e4b3160288 (patch)
tree5448cc73c4a4c894457c0b721a63261234b5de42
parent6f1eb51e6f32c3cefe18ada8cad2f2212839266f (diff)
downloadtdmtheme-567f9d0f1f23bb06d2dc46bc2b53b5e4b3160288.tar.gz
tdmtheme-567f9d0f1f23bb06d2dc46bc2b53b5e4b3160288.zip
Removed admin submodule and autotools files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--.gitmodules3
-rw-r--r--Makefile.am22
-rw-r--r--Makefile.cvs10
m---------admin0
-rw-r--r--configure.files2
-rw-r--r--configure.in.in6
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--po/Makefile.am1
-rw-r--r--src/Makefile.am16
-rw-r--r--stamp-h.in0
11 files changed, 0 insertions, 68 deletions
diff --git a/.gitmodules b/.gitmodules
index 4fce771..5b98c56 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "admin"]
- path = admin
- url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin
[submodule "cmake"]
path = cmake
url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 8a2284f..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-SUBDIRS = $(TOPSUBDIRS)
-
-$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
-
-$(top_srcdir)/subdirs:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
-
-$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
- @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-package-messages:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-EXTRA_DIST = admin COPYING configure.in.in
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
diff --git a/Makefile.cvs b/Makefile.cvs
deleted file mode 100644
index 4c0afd1..0000000
--- a/Makefile.cvs
+++ /dev/null
@@ -1,10 +0,0 @@
-all:
- @echo "This Makefile is only for the CVS repository"
- @echo "This will be deleted before making the distribution"
- @echo ""
- $(MAKE) -f admin/Makefile.common cvs
-
-dist:
- $(MAKE) -f admin/Makefile.common dist
-
-.SILENT:
diff --git a/admin b/admin
deleted file mode 160000
-Subproject 68f23556e638353e46b444d3a4863a64936bd36
diff --git a/configure.files b/configure.files
deleted file mode 100644
index 030bce8..0000000
--- a/configure.files
+++ /dev/null
@@ -1,2 +0,0 @@
-./admin/configure.in.min
-configure.in.in
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 97b0cdf..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#MIN_CONFIG(3.0.0)
-KDE_ENABLE_HIDDEN_VISIBILITY
-
-AM_INIT_AUTOMAKE(tdmtheme, 0.1)
-AC_C_BIGENDIAN
-AC_CHECK_KDEMAXPATHLEN
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index a8dd1c1..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-# the SUBDIRS is filled automatically by am_edit. If files are
-# in this directory they are installed into the english dir
-
-KDE_LANG = en
-KDE_DOCS = tdmtheme
-SUBDIRS = $(AUTODIRS)
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index b52b075..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdmtheme
-KDE_LANG = en
diff --git a/po/Makefile.am b/po/Makefile.am
deleted file mode 100644
index 0fa209c..0000000
--- a/po/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-POFILES = AUTO
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 2426f9f..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = kcm_tdmtheme.la
-
-kcm_tdmtheme_la_SOURCES = tdmtheme.cpp
-kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE)
-kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
-
-
-xdg_apps_DATA = tdmtheme.desktop
-
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kcmtdmtheme.pot
diff --git a/stamp-h.in b/stamp-h.in
deleted file mode 100644
index e69de29..0000000
--- a/stamp-h.in
+++ /dev/null