2009-11-27 16:39:55 +01:00
|
|
|
#
|
|
|
|
# spec file for package peksystray (Version 0.4.0)
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
BuildRequires: xorg-x11-devel
|
|
|
|
|
|
|
|
Name: peksystray
|
|
|
|
Url: http://peksystray.sourceforge.net/
|
|
|
|
Summary: PekSysTray is a system tray "notification area" dockapp
|
|
|
|
Version: 0.4.0
|
|
|
|
Release: 1
|
2011-12-06 18:36:58 +01:00
|
|
|
License: GPL-2.0
|
2009-11-27 16:39:55 +01:00
|
|
|
Group: System/GUI/Other
|
|
|
|
Source: http://sourceforge.net/projects/peksystray/files/peksystray/peksystray-%version.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Patch0: peksystray-0.4.0-xcheck.diff
|
|
|
|
|
|
|
|
%description
|
|
|
|
PekSysTray is a system tray "notification area" dockapp similar to the GNOME
|
|
|
|
notification area applet. But it's designed for any window manager supporting
|
|
|
|
docking. It created blocks that contains the icons, when a block is full (no
|
|
|
|
more space for other icons) a new block is created.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -f -i
|
|
|
|
%configure
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR="%{buildroot}" install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
|
|
|
%{_bindir}/peksystray
|
|
|
|
|
|
|
|
%changelog
|