79 Commits (f5f36083468878ed251b65f8db01c2206b757dca)

Author SHA1 Message Date
Ray-V f0ae940b29 Added option to download sources pre-build
Moved content of additional files for tqt3, tdebase, into the SlackBuild
Standardized location of man pages, and gzip them
Removed unused sysconfdir and mandir references
Modified layout and content of BUILD-TDE.sh screens
Changed tde prefix for ktorrent, k3b-i18n, k3b, gwenview-i18n, gwenview, filelight, amarok, libkipi, libkexiv2, libkdcraw, to optional
Removed lib prefix to mp4v2 package
Changed tidy-html5 source from zip to tar.gz
5 years ago
Ray-V 4cec16280b Updates
Removed redundant patches - digikam, dolphin, k9copy, kaffeine, koffice, soundkonverter, tdmtheme, tdeaddons, tdebase, tdegraphics, tdenetwork, tdepim, tdeutils, inkscape
Converted to cmake - tde-style-lipstik
Added locale selection in SlackBuilds - abakus, kdbg, piklab, rosegarden, tdeio-locate
Updated locale selection in SlackBuilds - amarok, dolphin, filelight, gwenview-i18n, gtk-qt-engine, k3b-i18n, kbookreader, knetstats, krusader, libkipi
Patched tdeedu for Kig python scripting support
Patched tdegraphics for cgit build
Updated some Misc build source URLs
Added some error checking to tidy-html5 for source archive
Moved database update routine from SlackBuilds to a get-source.sh function
General SlackBuild standardisation and tidying
5 years ago
Ray-V c18d07c7f0 Updated for release 14.0.7
modified:   Apps/kbookreader/kbookreader.SlackBuild
modified:   Apps/kdbusnotification/kdbusnotification.SlackBuild
modified:   Apps/kile/kile.SlackBuild
modified:   Apps/knemo/knemo.SlackBuild
modified:   Apps/tdeamarok/tdeamarok.SlackBuild
modified:   Apps/tdektorrent/tdektorrent.SlackBuild
modified:   Apps/yakuake/yakuake.SlackBuild
modified:   BUILD-TDE.sh
modified:   Core/tdeadmin/tdeadmin.SlackBuild
new file:   Core/tdeedu/README
modified:   Core/tdeedu/tdeedu.SlackBuild
modified:   Core/tdelibs/tdelibs.SlackBuild
new file:   Core/tdemultimedia/README
modified:   Core/tdemultimedia/tdemultimedia.SlackBuild
modified:   Core/tdenetwork/tdenetwork.SlackBuild
new file:   Deps/akode/README
new file:   Deps/akode/akode.SlackBuild
modified:   Deps/avahi-tqt/avahi-tqt.SlackBuild
modified:   Deps/dbus-tqt/dbus-tqt.SlackBuild
modified:   Deps/libart-lgpl/libart-lgpl.SlackBuild
modified:   Deps/tqca-tls/tqca-tls.SlackBuild
modified:   Libs/tdelibkexiv2/tdelibkexiv2.SlackBuild
modified:   Libs/tdelibkipi/tdelibkipi.SlackBuild
modified:   README.md
modified:   get-source.sh
5 years ago
Ray-V 9780545654 Fix for issue #16
Removed R14.0.5 patches from tdebase.SlackBuild
5 years ago
Ray-V ee37f09793 Added R14.0.6 build
Removed old version builds
Updated get-source.sh for default TDE archive type tar.xz
 .. and added ARCHIVE_TYPE for misc builds which were tar.bz2
Updated xmedcon version [issue 14]
Corrected cd for koffice-i18n [issue 15]
Added cmake for libart-lgpl development version [issue 16]
5 years ago
Ray-V af39fe8b8d Added option to build pre-release snapshot
Removed libart_lgpl references
6 years ago
Ray-V 7850a4c80f Patches for glibc issues in tdebase build
tidied BUILD-TDE.sh
modified checks for tdeaddons options
modified minimal packaging in tqt3 build
6 years ago
Ray-V cef7c9b078 Added imlib for kuickshow
removed unused backgroundrc
added reference to cross compiling for RPi3 to README
6 years ago
Ray-V 25f8dd9c8e added option to build R14.0.5
option for minimal tqt3 build, for run-time support only
patch for konqueror ViewMode
patches for builds with poppler 0.64+ and 0.65+
work-around for tdenetwork build error on current
updated README
patch to enable tdecmshell to find TDE .desktop file
7 years ago
Ray-V 6e096d4059 Added option to set TDE system configuration directory
.. changes mainly in tdebase.Slackbuild and its supplementary files
7 years ago
Ray-V 48c63f38a7 Added first batch of files for a basic build using git sources
modified:   BUILD-TDE.sh
modified:   Core/tde-i18n/tde-i18n.SlackBuild
modified:   Core/tdeaddons/tdeaddons.SlackBuild
modified:   Core/tdelibs/tdelibs.SlackBuild
modified:   Core/tdeutils/tdeutils.SlackBuild
modified:   Deps/arts/arts.SlackBuild
modified:   Deps/tqt3/tqt3.SlackBuild
modified:   README
modified:   get-source.sh
new file:   README-git
tested:   tqt3
tested:   tqtinterface
tested:   arts
tested:   dbus-tqt
tested:   dbus-1-tqt
tested:   libart_lgpl
tested:   tqca-tls
tested:   avahi-tqt
tested:   tdelibs
tested:   tdebase
tested:   tde-i18n-en_GB
tested:   tde-i18n-ru
tested:   tdeaddons
tested:   tdeutils
7 years ago
Ray-V a520925753 Removed tqca-tls patch, updated tdebase.SlackBuild for /usr 7 years ago
Ray-V 72f134b350 updates
Patches for building with clang
Update cvs.sh to accept automake 1.16.x
7 years ago
Ray-V aea999128a Some Misc builds version updates
Fixed tidy-html5 localization
7 years ago
Ray-V 707ca0c046 Revised dolphin.SlackBuild for locales
Modified tqt3.SlackBuild for clang build
Added SlackBuild READMEs to BUILD-TDE.sh
7 years ago
Ray-V 7beca23e24 Added cpu optimization
Added a section to BUILD-TDE.sh for cpu optimization.

It only functions for x86 - the build for any other cpu type works as before.

I would think that most people building these packages would be doing so for their own use on the machine where the build takes place, so it makes sense to provide an option to optimize the build for that machine.

Added the cpu option to get-source.sh, tqt3.SlackBuild, and tqca-tls.SlackBuild. Moved setting ARCH from get-source.sh and koffice.SlackBuild into BUILD-TDE.sh where it's used for this new option.

Added a summary of the selected options to the final dialog screen.

Other changes to BUILD-TDE.sh are an internal clean-up, mainly making use of dialog options.
8 years ago
Thorn Inurcide a41e0d34ab Updates possibly related to undiagnosed OCD 8 years ago
Thorn Inurcide fced00ee9c Update tqt3 to supply desktop files 8 years ago
Thorn Inurcide a1fc77ad10 Add optional Avahi support 8 years ago
Ray-V 11d781840e Set up functions script
- modified get-source.sh and replaced common code in SBs with a function call
Added xmedcon to Misc build list
Added -no-exceptions option to tqt3 build
Added dbus-tqt slack-desc to dbus-tqt.SlackBuild
Added selected language support to some SlackBuilds
Moved some Misc optional packages in BUILD-TDE.sh next to the package that needs them
8 years ago
Thorn Inurcide 9f65c03c21 updates,fixes, and cleanups 8 years ago
Thorn Inurcide ad45d3dd1f update to license year 8 years ago
Thorn Inurcide 6acb1470a2 updates and addition of libcarddav 8 years ago
Thorn Inurcide 8099752e0f updates 8 years ago
Ray-V 05472b63d2 Updates - see issue #21 8 years ago
Thorn Inurcide c15f574de5 add libcaldav 9 years ago
Thorn Inurcde e3cf204444 overhail 9 years ago
Justin_U 8562df9c15 Update tqca-tls.SlackBuild 9 years ago
Justin_U 3525b1fc82 Thanks Ndolam 9 years ago
Justin_U 7c036b657f Update speex.SlackBuild 9 years ago
Justin_U 2f5cb68bc2 Delete speexdsp-fixbuilds-774c87d.patch 9 years ago
Justin_U 7096c98c5f Update speex.SlackBuild 9 years ago
Justin_U 2aa0a70322 Update speex.SlackBuild 9 years ago
Justin_U d85663f900 Update tqtinterface.SlackBuild 9 years ago
Justin_U ef1c2935c9 Update tqca-tls.SlackBuild 9 years ago
Justin_U ecc39b0c3f Update speex.SlackBuild 9 years ago
Justin_U c04357954d Update mp4v2.SlackBuild 9 years ago
Justin_U d1a3542cee Update libart_lgpl.SlackBuild 9 years ago
Justin_U 3c4d449749 Update dbus-tqt.SlackBuild 9 years ago
Justin_U 0a47a1ff4d Update dbus-1-tqt.SlackBuild 9 years ago
Justin_U 6555f27a24 Update arts.SlackBuild 9 years ago
Justin_U 5d038260df Update GraphicsMagick.SlackBuild 9 years ago
Justin_U 6d6812a497 Update tqt3.SlackBuild 9 years ago
Justin_U 1d2412e485 Update arts.SlackBuild 9 years ago
Justin_U d9b67ddf84 Update dbus-1-tqt.SlackBuild 9 years ago
Justin_U d8e9353e9c Update dbus-tqt.SlackBuild 9 years ago
Justin_U f09e9a3d56 Update libart_lgpl.SlackBuild 9 years ago
Justin_U 1895759e0e Update tqca-tls.SlackBuild 9 years ago
Justin_U 8c98798804 Update tqt3.SlackBuild 9 years ago
Justin_U 6c426fbba2 Update tqtinterface.SlackBuild 9 years ago