mirror of
https://abf.rosa.ru/djam/plasma-desktoptheme-rosa.git
synced 2025-02-24 10:32:50 +00:00
41 lines
1,013 B
RPMSpec
41 lines
1,013 B
RPMSpec
Summary: Plasma Desktop theme from ROSA
|
|
Name: plasma-desktoptheme-rosa
|
|
Version: 1.2.5
|
|
Release: 6
|
|
License: GPLv2+
|
|
Group: Graphical desktop/KDE
|
|
Url: http://rosalinux.com
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
BuildRequires: kde4-macros
|
|
Requires: kdebase4-workspace
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Original theme for the Plasma Desktop from ROSA.
|
|
This theme is used by default in ROSA Desktop since 2011.
|
|
|
|
%files
|
|
%{_kde_appsdir}/desktoptheme/ROSA
|
|
|
|
# Removing KDE Cache. This is not very good idea to use 'rm',
|
|
# I know, but it seems we have no more accurate methods for this.
|
|
# Why also %postun script? Because it will work for update
|
|
# and uninstall operations.
|
|
|
|
%post
|
|
rm -rf /var/tmp/kdecache-*/plasma_theme_ROSA.kcache
|
|
|
|
%postun
|
|
rm -rf /var/tmp/kdecache-*/plasma_theme_ROSA.kcache
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
%prep
|
|
%setup -qn ROSA
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_kde_appsdir}/desktoptheme/ROSA
|
|
cp -r * %{buildroot}%{_kde_appsdir}/desktoptheme/ROSA/
|
|
|