aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>2015-12-23 21:35:40 -0600
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>2015-12-23 22:05:13 -0600
commit83f2e323c0f90081c3242d4d52c8159355478dcb (patch)
treea390936600f55b65cccfeb959bfdcf7f93186602 /DEPENDENCIES
parentFix up the loading of theme colors on first-run. Also find/fix a typo in the ... (diff)
downloadlumina-83f2e323c0f90081c3242d4d52c8159355478dcb.tar.gz
lumina-83f2e323c0f90081c3242d4d52c8159355478dcb.tar.bz2
lumina-83f2e323c0f90081c3242d4d52c8159355478dcb.zip
Massive refactor of Fedora/CentOS RPM spec
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.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES13
1 files changed, 4 insertions, 9 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index df6a5267..1a4dd5ec 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -94,8 +94,6 @@ Optional Tools
fluxbox
kde-style-oxygen
xscreensaver
-
- Optional packages
xbacklight (required for changing screen brightness)
alsa-utils (required for adjusting audio volume)
acpi (required for monitoring battery life)
@@ -110,12 +108,12 @@ Optional Tools
gcc
gcc-c++
- qt-devel
qt5-qttools-devel
- qt-config
qt5-qttools
- qt5-qtbase-gui
+ qt5-linguist
+ qt5-qtbase-devel
qt5-qtmultimedia-devel
+ qt5-qtdeclarative-devel
qt5-qtsvg-devel
qt5-qtx11extras-devel
xcb-util-image
@@ -123,12 +121,9 @@ Optional Tools
xcb-util-wm-devel
libxcb-devel
xcb-util-devel
- phonon-devel
- phonon-qt5-devel
libXcomposite-devel
libXdamage-devel
libXrender-devel
- qt5-qtdeclarative-devel
fluxbox
qt5-style-oxygen
plasma-oxygen
@@ -139,4 +134,4 @@ Optional Tools
numlockx
pavucontrol
xterm
- sysstat
+ sysstat \ No newline at end of file
bgstack15