aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
Commit message (Collapse)AuthorAge
* Some quick cleanup in the LSession.cpp file and update the port filesKen Moore2015-06-26
|
* Improve the x11/lumima port to pull from GitHub releases nowKris Moore2015-04-28
|
* Re-enable lumina-fileinfo within the general lumina build procedure and ↵Ken Moore2015-04-22
| | | | update the port files as necessary
* Fix location of ogg / vorbis gstreamer pluginsKris Moore2015-03-30
|
* Oops, fix a leftover forward-slash in the MakefileKen Moore2015-03-28
|
* Add thumbnail support for image files in the desktopview plugin.Ken Moore2015-03-27
| | | | Also update the port makefile for FreeBSD so that has the proper gstreamer plugins installed for audio support.
* Update the Lumina port makefile for FreeBSD to add a multimedia option ↵Ken Moore2015-02-12
| | | | (enabled by default) which installes the gstreamer backend for Qt to play multimedia files.
* Tag version 0.8.1 of Lumina.Ken Moore2015-01-21
| | | | Changes include: a new distribution customization methodology, new desktop/panel plugins, new slideshow options in lumina-fm, and a number of stability/bug fixes.
* Cleanup the lumina port files so that portlint is happyKris Moore2015-01-05
|
* Quick fix for the FreeBSD port makefile: corelib -> core for Qt5Ken Moore2014-12-29
|
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
| | | | It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
* Tag Lumina version 0.7.2:Ken Moore2014-11-19
| | | | | | | | | | | | | | | | | Changes: Streamlined startup process and utilities Enable login/logout chimes New Desktop Plugins: - Note Pad: Take text notes on your desktop - Desktop View: Auto-generate icons for everything in the ~/Desktop folder New Utility: - lumina-search: Quickly search for applications/files/directories New Color Schemes: - Lumina-[Green, Gold, Purple, Red, Glass] now available out of box (default: Glass) New Backend system for registering default applications: - Uses mime-types instead of extensions now - All lumina utilities have been updated to work with the new system - WARNING: Previously registered defaults might not be transfered to the new system, so you may need to reset your default web browser/email client through lumina-config.
* Tag Lumina version 0.7.1:Ken Moore2014-10-29
| | | | This version mainly contains bugfixes and stability fixes from 0.7.0. The only new features are the "window list" menu plugin, and the option to have panels auto-hide.
* Add a couple missing dependencies to the FreeBSD port for Lumina:Ken Moore2014-10-21
| | | | | 1) x11/xorg (for some reason it is not making sure this is also installed) 2) graphics/qt4-imageformats (via the USE_QT4 line, required for jpeg support)
* Finish up the rest of the new Lumina Theme engine and the utilities for ↵Ken Moore2014-10-14
| | | | editing those themes in lumina-config. Also tag Lumina version 0.7.0 with this change.
* Remove the "ONLY_FOR_ARCHS=" line in the makefile for Lumina: there is ↵Ken Moore2014-09-30
| | | | nothing specific to 64-bit systems (probably just a relic from using the PC-BSD ports as the template).
* Tag Lumina version 0.6.3Ken Moore2014-09-22
| | | | This version is mainly a bunch of bugfixes from 0.6.2, but also included backend streamlining, porting to other OS's, and a slightly updated userbutton.
* Add libjpeg dependency to Lumina port (since the default wallpapers are jpg ↵Ken Moore2014-09-22
| | | | files)
* Remove USE_CDRTOOLSKris Moore2014-09-04
|
* Remove restriction to FreeBSD 10.0 and laterKris Moore2014-09-04
|
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15