Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37847362
en ru br
Репозитории ALT

Группа :: Графические оболочки/KDE
Пакет: kde-icon-theme-slick

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define theme slick

Name: kde-icon-theme-%theme
Version: 1.5
Release: alt1

Summary: A set of Icons for KDE
License: GPL
Group: Graphical desktop/KDE
URL: http://kde-look.org/usermanager/search.php?username=Amibug
#Url: http://www.digital-confusion.net/

BuildArch: noarch

Provides: kde-icon-theme
Provides: icons-%theme = %version-%release
Obsoletes: icons-%theme
Conflicts: kdelibs <= 3.1.0-alt8

#Source: %theme-%version-kde.tar.bz2

Source: Slick-KDE-%{version}.tar.bz2
Source1: OOo_Slick.tar.bz2

%description
An icon theme is a set of icons that share a common look and feel. The
user can then select the icon theme that they want to use, and all apps
use icons from the theme. The initial user of icon themes is the icon
field of the desktop file specification, but in the future it can have
other uses (such as mimetype icons).

%install
mkdir -p %buildroot/%_iconsdir
pushd %buildroot/%_iconsdir/
   tar -jxf %SOURCE0
   pushd slick
tar -jxf %SOURCE1
find -type f -exec chmod a-x {} \;
#
subst "s/Inherits=.*/Inherits=hicolor,default.kde,Gnome/" index.theme
#
find ./ -type l -exec rm -f {} \;
#
find ./ -type f -name go.png| \
while read n
do
       n=`dirname $n`
       ln -s go.png $n/kmenu.png ||:
done
#
   popd
popd

%files
%doc %_iconsdir/%theme/readme.txt
#
%dir %_iconsdir/%theme
%_iconsdir/%theme/index.*
%_iconsdir/%theme/??x??

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin