]> git.pld-linux.org Git - packages/avant-window-navigator.git/blob - avant-window-navigator.spec
- current snap
[packages/avant-window-navigator.git] / avant-window-navigator.spec
1 #
2 # TODO: Complete buildrequires
3 #
4 Summary:        Fully customisable dock-like window navigator for GNOME
5 Summary(pl.UTF-8):      W pełni konfigurowalny dokowy nawigator okien dla GNOME
6 Name:           avant-window-navigator
7 %define snap 25.20070525
8 Version:        0.1.1
9 Release:        1.%{snap}
10 License:        GPL
11 Group:          X11/Applications
12 #Source0:       http://avant-window-navigator.googlecode.com/files/%{name}-%{version}-2.tar.gz
13 Source0:        %{name}-%{version}.tar.gz
14 # Source0-md5:  75cc6b67d0d6fdb46cdbdba02182c3de
15 URL:            http://code.google.com/p/avant-window-navigator/
16 BuildRequires:  GConf2-devel >= 2.14.0
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gettext-devel
20 BuildRequires:  gnome-common >= 2.12.0
21 BuildRequires:  gnome-doc-utils >= 0.7.1
22 BuildRequires:  gtk+2-devel >= 2:2.10.0
23 BuildRequires:  intltool >= 0.35
24 BuildRequires:  libglade2-devel >= 1:2.6.0
25 BuildRequires:  libtool
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.197
28 Requires(post,postun):  gtk+2 >= 2:2.10.0
29 Requires(post,preun):   GConf2 >= 2.14.0
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Avant Window Navigator (Awn) is a dock-like bar which sits at the
34 bottom of the screen (in all its composited-goodness) tracking open
35 windows.
36
37 %description -l pl.UTF-8
38 Avant Window Navigator (Awn) to pasek podobny do doku umiejscowiony na
39 dole ekranu śledzący otwarte okna.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__intltoolize}
46 %{__libtoolize}
47 %{__aclocal}
48 %{__autoconf}
49 %{__autoheader}
50 %{__automake}
51 %configure \
52         --disable-schemas-install
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
61
62 mv $RPM_BUILD_ROOT%{_datadir}/locale/de{_DE,}
63 mv $RPM_BUILD_ROOT%{_datadir}/locale/el{_GR,}
64 mv $RPM_BUILD_ROOT%{_datadir}/locale/fr{_FR,}
65 mv $RPM_BUILD_ROOT%{_datadir}/locale/it{_IT,}
66
67 %find_lang %{name} --with-gnome --all-name
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 %scrollkeeper_update_post
74 #%gconf_schema_install %{name}.schemas
75 gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
76
77 %preun
78 #%gconf_schema_uninstall %{name}.schemas
79
80 %postun
81 %scrollkeeper_update_postun
82 gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
83
84 %files -f %{name}.lang
85 %defattr(644,root,root,755)
86 %doc AUTHORS ChangeLog NEWS README
87 #%{_sysconfdir}/gconf/schemas/avant-window-navigator.schemas
88 %attr(755,root,root) %{_bindir}/avant-launchers
89 %attr(755,root,root) %{_bindir}/avant-preferences
90 %attr(755,root,root) %{_bindir}/avant-window-navigator
91 %{_desktopdir}/avant-preferences.desktop
92 %{_desktopdir}/avant-window-navigator.desktop
93 %dir %{_datadir}/avant-window-navigator
94 %dir %{_datadir}/avant-window-navigator/active
95 %{_datadir}/avant-window-navigator/active/*.png
96 %{_datadir}/avant-window-navigator/*.png
97 %{_datadir}/avant-window-navigator/*.svg
98 %{_datadir}/avant-window-navigator/*.glade
This page took 0.080458 seconds and 3 git commands to generate.