aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
Commit message (Collapse)AuthorAge
* Change references to PC-BSD to TrueOSq5sys2016-06-23
|
* Massive refactor of Fedora/CentOS RPM specNeal Gompa (ニール・ゴンパ)2015-12-23
| | | | | | | | | | | | | | | | | The RPM spec for Fedora/CentOS has been massively refactored. Within the limits of supporting both Fedora and CentOS 7, the structure has been redone so that 32-bit and 64-bit builds can be done from the same spec, and that it complies with Fedora's guidelines on how a package should be structured. The package is also now at parity with the ports and the Debian packaging in terms of building and installing Lumina Desktop. The version number has been bumped to 0.8.8 to reflect that it will be part of the next release. The DEPENDENCIES file has also been adjusted to reflect reality.
* Fixed minor typo in DEPENDENCIES file. Also updated RPM .spec files.Jesse Smith2015-11-06
|
* Updated Linux dependenciesJesse Smith2015-10-28
|
* Update the dependencies/project to include the Qt5-Concurrent build module ↵Ken Moore2015-09-09
| | | | (needed for the recent change to lumina-fileinfo)
* Do a review of all Lumina dependencies and update the list as appropriate:Ken Moore2015-08-05
| | | | NOTE: Non-FreeBSD porters please check/update the DEPENDENCIES file and add additional information in the new format for the file (makes it much easier to read/update)
* Merge branch 'master' of https://github.com/pcbsd/luminaJesse Smith2015-07-18
|\
| * Update DEPENDENCIESvovd2015-07-17
| |
| * Moved window manager specific dependencies into their own fileJesse Smith2015-07-10
| | | | | | | | in the lumina-wm-INCOMPLETE directory.
* | Updated dependency and build instructors for Fedora.Jesse Smith2015-07-18
|/ | | | | | Fedora (and CentOS and RHEL) use different package names, library prefixes and program names. Updated the DEPENDENCIES and README files to include the information needed to build and run Lumina on Fedora/RHEL/CentOS.
* Updated DEPENDECIES file and proposed fix for compiling theJesse Smith2015-07-09
| | | | window manager with GCC 4.
* Updated Linux dependency listJesse Smith2015-05-28
| | | | | Updated Linux package dependencies for Debian/Ubuntu systems now that Lumina uses Qt5.
* Make sure disabled numlock stays off. Updated Linux shutdown command.Jesse Smith2015-05-22
| | | | | | | | | This patch primarily fixes two minor issues. 1. When number lock is disabled in the session settings, it should now turn off when Lumina starts. 2. In the Linux portion of libLumina, the shutdown command has been updated. 3. A minor typo was fixed in the dependency list.
* Updated DEPENDNECIES file.Jesse Smith2015-05-11
| | | | | | Updated the DEPENDNECIES file to include the libxcb-image0-dev package, which is required on Debian/Ubuntu systems for building Lumina.
* 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).
* Updated Debian rules/package files to reflect updated Lumina binaries.Jesse Smith2014-09-24
| | | | | Removed Debian patches that could no longer be applied cleanly. Added initial external device support to Linux in libLumina.
* The following features have been added to the Linux port:Jesse Smith2014-09-07
| | | | | | | | | | Added battery level detection and AC/battery detection. Added detached audio mixer. Confirmed screen brightness adjustment works. Also cleaned up DEPENDENIES file, separating FreeBSD and Linux requirements. Both sections of the file now include full package/port names of dependencies on both operating systems to make it easy to get all build requirements, runtime requirements and optional components.
* Added audio volume control to Linux. Added initial code for changing screen ↵Jesse Smith2014-09-06
| | | | brightness on Linux and updated dependnecy list. Added template file for future operating system support.
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15