mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-24 10:12:50 +00:00
Add user grid layout to the KDM greeter
This commit is contained in:
parent
d82a3b5a89
commit
da517a5002
2 changed files with 3 additions and 12 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,4 +1,3 @@
|
|||
sources:
|
||||
kdebase-workspace-kdm-2.7.2.tar.bz2: b5cfb60419c724831941fb724d4148987adc40ba
|
||||
kdebase-workspace-kdm-2.8.1-bp.tar.bz2: 2247d19fbb1619956aaaa563f3976c40b34590e3
|
||||
kdebase-workspace-kdm-2.9.0.tar.bz2: 2e4e5161ee80c7a4f6708b5a2029fc79c9fd2673
|
||||
kde-workspace-4.11.22.tar.xz: f08fbe309ed16c51ad31b0b260b2adeb7af1bb37
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
%bcond_without networkmanager
|
||||
%bcond_with printer_applet
|
||||
|
||||
%define kdm_version 2.7.2
|
||||
%define cert_kdm_version 2.8.1
|
||||
%define kdm_version 2.9.0
|
||||
|
||||
# Distro-specific default value should be defined in branding-configs package
|
||||
%{?build_chrome}%{?!build_chrome:%bcond_with chrome}
|
||||
|
@ -13,7 +12,7 @@
|
|||
Summary: KDE 4 application workspace components
|
||||
Name: kdebase4-workspace
|
||||
Version: 4.11.22
|
||||
Release: 19
|
||||
Release: 20
|
||||
Epoch: 2
|
||||
License: GPLv2+
|
||||
Group: Graphical desktop/KDE
|
||||
|
@ -29,8 +28,6 @@ Source1: kde.pam
|
|||
Source2: kde-np.pam
|
||||
Source4: systemsettings.desktop
|
||||
Source6: kdebase-workspace-kdm-%{kdm_version}.tar.bz2
|
||||
# Use different KDM for certified products
|
||||
Source7: kdebase-workspace-kdm-%{cert_kdm_version}-bp.tar.bz2
|
||||
Source8: kcm_drakclock.desktop
|
||||
Source10: rosa-startkde
|
||||
Source12: rosa-kdm.service
|
||||
|
@ -1625,12 +1622,7 @@ based on kdebase.
|
|||
%setup -qn kde-workspace-%{version}
|
||||
|
||||
rm -fr kdm/kfrontend libs/kdm
|
||||
# chrome is used for certified products
|
||||
%if %{with chrome}
|
||||
tar xf %{SOURCE7}
|
||||
%else
|
||||
tar xf %{SOURCE6}
|
||||
%endif
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue