Drop automake build support.

Rework the README and INSTALL files.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/3/head
Slávek Banko 2 years ago
parent 354ab9e296
commit 0046c9a508
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

3
.gitmodules vendored

@ -1,3 +0,0 @@
[submodule "admin"]
path = admin
url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin

@ -1,20 +1,16 @@
-- INSTALL -----------------------------------
Basic Installation
==================
Basic Installation (from the console):
- Step 1
$ ./configure --prefix=`tde-config --prefix`
- Step 2
$ make
- Step 3 (as root)
# make install
twin-style-crystal relies on cmake to build.
If configure fails, check that you have both
the Qt and KDE development headers installed.
Here are suggested default options:
You need at least KDE 3.2 and QT 3.3.
Debian note: You may need to append
--with-qt-includes=/usr/include/qt3
to the configure line.
----------------------------------------------
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
-DCONFIG_INSTALL_DIR="/etc/trinity" \
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"

@ -1,20 +0,0 @@
SUBDIRS = pics client
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
EXTRA_DIST = Makefile.cvs admin
AUTOMAKE_OPTIONS = foreign
$(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
dist-hook:
cd $(top_distdir) && perl admin/am_edit -padmin
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs

@ -1,7 +0,0 @@
all:
$(MAKE) -f admin/Makefile.common cvs
dist:
$(MAKE) -f admin/Makefile.common dist
.SILENT:

@ -1,22 +0,0 @@
Crystal
=======
This is the Crystal KDE Windowdecoration Theme. The theme is pretty simple and clean, but has very nice pseudo transparency within the border and the title bar. You can choose of other image effects too.
It is based on the KDE-WM "Example", which can be found here:
http://www.kde-look.org/content/show.php?content=6332
And it is modelled on the crystal fvwm2 style. Check it out:
http://www.fvwm-crystal.org/
Check out crystal at kde-look.org:
http://kde-look.org/content/show.php?content=13969
I hope, you like it.
Have Fun!
- Sascha Hlusiak

@ -0,0 +1,38 @@
TWin style Crystal - semi transparant window decoration for Trinity.
TWin style Crystal is the Crystal TDE Windowdecoration Theme. The theme is
pretty simple and clean, but has very nice pseudo transparency within the
border and the title bar. You can choose of other image effects too.
It is based on the KDE-WM "Example", which can be found here:
http://www.kde-look.org/content/show.php?content=6332
And it is modelled on the crystal fvwm2 style. Check it out:
http://www.fvwm-crystal.org/
.
Contributing
--------------
If you wish to contribute to twin-style-crystal, you might do so:
- TDE Gitea Workspace (TGW) collaboration tool.
https://mirror.git.trinitydesktop.org/gitea
- TDE Weblate Translation Workspace (TWTW) collaboration tool.
https://mirror.git.trinitydesktop.org/weblate
Translations status
---------------------
### messages
[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/twin-style-crystal/multi-auto.svg
"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal/)
### desktop files
[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/twin-style-crystal-desktop-files/multi-auto.svg
"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/)

@ -1 +0,0 @@
Subproject commit a7f75ac0ff587d5b8694a1b78557597161f8104c

@ -1,22 +0,0 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = config
KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes) -I$(kde_includes)/twin
twindir = $(kde_datadir)/twin/
twin_DATA = crystal.desktop
noinst_HEADERS = crystalclient.h crystalbutton.h imageholder.h buttonimage.h tiles.h overlays.h
kde_module_LTLIBRARIES = twin3_crystal.la
twin3_crystal_la_SOURCES = crystalclient.cpp myrootpixmap.cpp crystalbutton.cpp \
imageholder.cpp buttonimage.cpp tiles.h overlays.h
twin3_crystal_la_LIBADD = $(kde_libraries)/libtdecorations.la $(LIB_TQT) $(LIB_TDEUI)
twin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -lDCOP
twin3_crystal_la_METASOURCES = AUTO
CLEANFILES = tiles.h overlays.h
DISTCLEANFILES = $(twin3_crystal_la_METASOURCES)

@ -1,22 +0,0 @@
AUTOMAKE_OPTIONS = foreign
KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes)
noinst_HEADERS = crystalconfig.h
kde_module_LTLIBRARIES = twin_crystal_config.la
twin_crystal_config_la_SOURCES = configdialog.ui infodialog.ui crystalconfig.cpp crystalconfig.h
twin_crystal_config_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TDECORE)
twin_crystal_config_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TQT)
twin_crystal_config_la_METASOURCES = AUTO
DISTCLEANFILES = $(twin_crystal_config_la_METASOURCES)
crystalconfig.cpp: configdialog.h infodialog.h
messages:
$(XGETTEXT) *.cpp -o $(podir)/twin_crystal_config.pot
METASOURCES = AUTO

@ -1,2 +0,0 @@
./admin/configure.in.min
configure.in.in

@ -1,5 +0,0 @@
#MIN_CONFIG
KDE_ENABLE_HIDDEN_VISIBILITY
AM_INIT_AUTOMAKE(crystal, 1.0.7)

@ -1,49 +0,0 @@
AUTOMAKE_OPTIONS = foreign
INCLUDES = $(all_includes)
images = $(srcdir)/vista/*.png \
$(srcdir)/aqua/*.png \
$(srcdir)/default/*.png \
$(srcdir)/handpainted/*.png \
$(srcdir)/knifty/*.png \
$(srcdir)/svg/*.png \
$(srcdir)/kubuntu-dapper/*.png \
$(srcdir)/kubuntu-edgy/*.png \
$(srcdir)/kubuntu-feisty/*.png \
$(srcdir)/kubuntu-hardy/*.png
overlays = $(srcdir)/lighting_overlay.png \
$(srcdir)/glass_overlay.png \
$(srcdir)/steel_overlay.png
EXTRA_DIST = $(srcdir)/vista/* \
$(srcdir)/aqua/* \
$(srcdir)/default/* \
$(srcdir)/handpainted/* \
$(srcdir)/knifty/* \
$(srcdir)/svg/* \
$(srcdir)/kubuntu-dapper/* \
$(srcdir)/kubuntu-edgy/* \
$(srcdir)/kubuntu-feisty/* \
$(srcdir)/kubuntu-hardy/*
noinst_PROGRAMS = embedtool tiles.h overlays.h
nodist_DIST = tiles.h overlays.h
embedtool_SOURCES = embedtool.cpp
embedtool_LDFLAGS = $(all_libraries)
embedtool_LDADD = ${LIB_TQT}
tiles_h_SOURCES = ${images}
overlays_h_SOURCES = ${overlays}
tiles.h: embedtool ${images}
@echo Generating Button Themes...
./embedtool ${images} > tiles.h
cp tiles.h ../client/tiles.h
overlays.h: embedtool ${overlays}
@echo Generating overlays...
./embedtool ${overlays} > overlays.h
cp overlays.h ../client/overlays.h
all: tiles.h overlays.h

@ -1,2 +0,0 @@
client
pics
Loading…
Cancel
Save