source: projects/specs/trunk/s/stalonestray/stalonestray-vl.spec @ 10134

Revision 10134, 1.9 KB checked in by ara_t, 8 years ago (diff)

X Window System向けのスタンドアロンのシステムトレイ

Line 
1%define pkg_name    stalonetray
2%define pkg_version 0.8.3
3%define pkg_release 2%{?_dist_release}
4
5Summary:     a stand-alone freedesktop.org and KDE system tray
6Summary(ja): X Window System向けのスタンドアロンのシステムトレイ
7Name:        %{pkg_name}
8Version:     %{pkg_version}
9Release:     %{pkg_release}
10
11License: GPL2
12Group:   User Interface/Desktops
13URL:     http://stalonetray.sourceforge.net/
14Source:  %{pkg_name}-%{pkg_version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: xorg-x11-devel
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: ara_t
22
23
24%description
25Stalonetray is a stand-alone freedesktop.org and KDE system tray
26 (notification area) for X Window System/X11 (e.g. X.Org or XFree86).
27It has full XEMBED support and minimal dependencies: an X11 lib only.
28Stalonetray works with virtually any EWMH-compliant window manager.
29
30Window managers that are reported to work well with stalonetray:
31- FVWM
32- OpenBox
33- Enlightenment
34- ion3
35- Compiz
36- Xmonad
37
38%description -l ja
39StalonetrayはX Window System向けのスタンドアロンの
40freedesktop.orgとKDEのシステムトレイです。
41XEMBEDをフルにサポートし、依存パッケージは必要最小限でであり、
42EWMHに対応していればどのウィンドウマネージャでも使えます。
43
44Stalonetrayが動作すると報告されているウィンドウマネージャは
45FVWM, Openbox, Enlightenment, Ion3, Compiz, Xmonad, awesomeです。
46
47
48%prep
49%{__rm} -rf ${RPM_BUILD_ROOT}
50%setup -q
51
52%build
53%{configure}
54%{__make} %{?_smp_mflags}
55
56%install
57%{make_install}
58
59%clean
60%{__rm} -rf ${RPM_BUILD_ROOT}
61
62
63%files
64%defattr(-, root, root)
65%doc AUTHORS COPYING NEWS README TODO
66%{_bindir}/
67%{_mandir}/
68
69
70%changelog
71* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.8.3-2
72- correct SPEC file
73
74* Sat Mar 05 2016 Toshiaki Ara <ara_t@384.jp> 0.8.3-1
75- new package
76
Note: See TracBrowser for help on using the repository browser.