]> git.pld-linux.org Git - packages/basket.git/blob - basket.spec
- updated to 0.5.0
[packages/basket.git] / basket.spec
1 Summary:        A container for various types of data
2 Summary(pl):    Pojemnik na ró¿ne rodzaje danych
3 Name:           basket
4 Version:        0.5.0
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 # from  http://basket.kde.org/downloads/?file=%{name}-%{version}.tar.gz
9 Source0:        http://team.pld-linux.org/~djurban/%{name}-%{version}.tar.gz
10 # Source0-md5:  1495261da3dbfc243a8340cd9c5723c2
11 URL:            http://basket.kde.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  kdelibs-devel >= 9:3.2.0
15 BuildRequires:  rpmbuild(macros) >= 1.129
16 BuildRequires:  sed >= 4.0
17 BuildRequires:  unsermake >= 040805
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This application provide as many baskets (drawers) as you wish, and
22 you can drag and drop various objects (text, URLs, images, sounds...)
23 into its. Objects can be edited, copied, dragged... So, you can
24 arrange them as you want! This application can be used to quickly
25 drop web objects (link, text, images...) or notes (texts or images
26 and, later, sound), as well as free your clutered desktop (if any).
27
28 %description -l pl
29 Ta aplikacja udostêpnia dowoln± liczbê koszyków (szuflad) i pozwala
30 przeci±gaæ i upuszczaæ na nie ró¿ne obiekty (tekst, URL-e, obrazki,
31 d¼wiêki...). Obiekty mog± byæ modyfikowane, kopiowane, przeci±gane...
32 Mo¿na je uk³adaæ jak tylko chcemy. Ta aplikacja mo¿e byæ u¿ywana do
33 szybkiego upuszczania obiektów WWW (odno¶ników, tekstu, obrazków...)
34 lub notatek (tekstów albo obrazków, pó¼niej d¼wiêków), a tak¿e
35 uwalniania pulpitu ze ¶mieci.
36
37 %prep
38 %setup -q -n %{name}-%{version}
39 %{__sed} -i -e 's,\$(TOPSUBDIRS),doc po src,'  Makefile.am
40
41 %build
42 cp -f /usr/share/automake/config.sub admin
43 export UNSERMAKE=/usr/share/unsermake/unsermake
44 %{__make} -f admin/Makefile.common cvs
45
46 %configure \
47 %if "%{_lib}" == "lib64"
48         --enable-libsuffix=64 \
49 %endif
50         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
51         --with-qt-libraries=%{_libdir}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_desktopdir}
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         kde_htmldir=%{_kdedocdir} \
60         kde_libs_htmldir=%{_kdedocdir}
61
62 install -d $RPM_BUILD_ROOT%{_desktopdir}
63 mv $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities/basket.desktop,%{_desktopdir}}
64 echo "Categories=Qt;KDE;Utility;" >> $RPM_BUILD_ROOT%{_desktopdir}/basket.desktop
65
66 %find_lang basket --with-kde
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files -f basket.lang
72 %defattr(644,root,root,755)
73 %attr(755,root,root) %{_bindir}/*
74 %{_desktopdir}/*.desktop
75 %{_datadir}/apps/basket
76 %{_iconsdir}/crystalsvg/*x*/*/*.png
77 %{_iconsdir}/crystalsvg/scalable/apps/*.svg
This page took 0.034812 seconds and 3 git commands to generate.