Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
689ed54082 | ||
|
|
55d4517557 | ||
|
|
7087f5fb0a | ||
|
|
ee0760182e | ||
|
|
d73a3de0ae | ||
|
|
53ab4baad9 | ||
|
|
a0558ef5a7 | ||
|
|
9bc0366e5c | ||
|
|
1e7fd0a79e | ||
|
|
07a21e3f99 | ||
| 1689515b25 | |||
|
|
a5b9d5479f | ||
|
|
2c71336906 | ||
|
|
4faf833f74 | ||
|
|
692da6735f | ||
|
|
010545c102 | ||
|
|
2a5158f357 | ||
|
|
4bd5dd6012 | ||
|
|
3b73440948 | ||
|
|
ee12b2c894 | ||
| 6a33c89eee | |||
|
|
68d47305b7 | ||
|
|
283438963e | ||
|
|
5ef4ee421f | ||
|
|
5e5e198de9 | ||
|
|
2e77e93b4c | ||
|
|
0ce706feab |
4 changed files with 1 additions and 60 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wmsystemtray-1.2.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
425b3cc8fc717a997a67706b8013ad21 wmsystemtray-1.2.tar.gz
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
Name: wmsystemtray
|
||||
Version: 1.2
|
||||
Release: 3%{?dist}
|
||||
Summary: System tray (freedesktop.org systray protocol) as a Window Maker dock app
|
||||
Summary(de): Benachrichtigungsfeld (freedesktop.org-Protokoll) als Windowmaker-Dockapp
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPLv2+
|
||||
URL: https://sourceforge.net/projects/wmsystemtray/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
Requires: xorg-x11-fonts-misc
|
||||
|
||||
|
||||
%description
|
||||
wmsystemtray is a system tray using the freedesktop.org system tray protocol
|
||||
designed as a Window Maker dock app. It has the ability to display more than
|
||||
one dock window to make room for more tray icons, and the ability to scroll
|
||||
through the icons if more are present than will fit.
|
||||
|
||||
%description -l de
|
||||
wmsystemtray ist ein Benachrichtigungsfeld nach dem entsprechenden Protokoll von
|
||||
freedesktop.org, welches als Windowmaker-Dockapp konzipiert ist. Es können
|
||||
mehrere andockbare Fenster genutzt werden, um mehr Symbole anzuzeigen, oder die
|
||||
Ansicht ist rollbar, falls mehr Symbole vorhanden sind als hineinpassen.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%doc ChangeLog
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Sun Nov 20 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.2-2
|
||||
- Added font requirement.
|
||||
- Removed obsolete parts (clean section, defattr, install, buildroot definition)
|
||||
- Added German summary and description
|
||||
|
||||
* Fri Apr 29 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.2-1
|
||||
- initial version
|
||||
Loading…
Add table
Add a link
Reference in a new issue