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

Группа :: Графические оболочки/Прочее
Пакет: matchbox-panel-manager

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

BuildRequires: desktop-file-utils
Summary: Manager for the Matchbox Desktop panel
Name: matchbox-panel-manager
Version: 0.1
Release: alt1_10
Url: http://matchbox-project.org
License: GPLv2+
Group: Graphical desktop/Other
Source0: http://matchbox-project.org/sources/%version/%{name}-%{version}.tar.bz2
Patch0: matchbox-panel-manager-0.1-linking.patch
Patch1: matchbox-panel-manager-0.1-automake-1.13.patch
BuildRequires: libmatchbox-devel
BuildRequires: libgtk+2-devel
Requires: matchbox-panel
Source44: import.info

%description
A GTK2 based manager for the Matchbox Dektop panel

%prep
%setup -q
#%%apply_patches
%patch0 -p1
%patch1 -p1

#fix desktop file

sed -i -e 's,\(Icon=.*\)\.png,\1,g' mb-panel-manager.desktop

%build
autoreconf -vfi
%configure
%make

%install
%makeinstall_std

desktop-file-install \
--vendor="" \
--set-key="StartupNotify" \
--set-value="true" \
--remove-key="SingleInstance" \
--remove-category="MB" \
--remove-category="SystemSettings" \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/*.desktop


%files
%doc README
%_bindir/%name
%_datadir/applications/*
%_datadir/pixmaps/*


%changelog

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

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