source: projects/specs/trunk/l/lxappearance/lxappearance-vl.spec @ 521

Revision 521, 3.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           lxappearance
2Version:        0.4.0
3Release:        1%{?_dist_release}
4Summary:        Feature-rich GTK+ theme switcher for LXDE
5Summary(ja):    LXDE の機能豊かな GTK+ テーマスイッチャ
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  gtk2-devel > 2.6, gettext, desktop-file-utils
17
18%description
19LXAppearance is a new GTK+ theme switcher developed for LXDE, the Lightweight
20X11 Desktop Environment. It is able to change GTK+ themes, icon themes, and
21fonts used by applications. All changes done by the users can be seen
22immediately in the preview area. After clicking the "Apply" button, the
23settings will be written to gtkrc, and all running programs will be asked to
24reload their themes.
25
26%description -l ja
27LXAppearance は LXDE -the Lightweight X11 Desktop Environment- のために開発された
28新しい GTK+ テーマスイッチャです。GTK テーマ・アイコンテーマ・フォントを
29アプリケーションによって変えることができます。
30ユーザーにより行われたすべての変更はプレビューエリアで迅速に見ることができます。
31"適用"ボタンを押した後、設定は gtkrc に書き込まれ、すべての起動中のプログラムが
32それらのテーマを再読み込みするようます。
33
34%prep
35%setup -q
36
37sed -i 's|X-LXDE-Settings;Gtk;|X-Settings;|g' \
38       %{name}.desktop
39
40%build
41%configure
42make %{?_smp_mflags}
43
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=$RPM_BUILD_ROOT
48
49desktop-file-install --vendor="vine" \
50  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
51  --delete-original \
52  --add-category X-System \
53  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
54
55%find_lang %{name}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%files -f %{name}.lang
62%defattr(-,root,root,-)
63%doc AUTHORS COPYING
64%{_bindir}/%{name}
65%dir %{_datadir}/%{name}
66%attr(755,root,root) %{_datadir}/%{name}/install-icon-theme.sh
67%{_datadir}/applications/*.desktop
68%{_datadir}/%{name}/demo.ui
69%{_datadir}/%{name}/%{name}.ui
70%{_mandir}/man1/%{name}*.1*
71
72
73%changelog
74* Wed Jan 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
75- new upstream release
76
77* Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
78- new upstream release
79- fixed desktop file for build
80
81* Mon Jul 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1vl5
82- new upstream release
83- dropt Source1 and Patch0
84
85* Wed Apr  1 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-3
86- enable ja.po
87  - drop lxappearance-LINGUAS (Source2)
88  - add enable lang ja patch (Patch0)
89  - run autogen.sh
90
91* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-2
92- replace ja.po: from upstream repository
93- update %%files section: drop unnecessary extension in mandir
94- add Vendor and Distribution tags for Vine Linux
95
96* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1vl5
97- initial build for VineSeed (import Fedora package)
98
99* Sun Apr 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
100- Update to 0.2
101- Remove install-patch, applied upstream
102
103* Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
104- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.