]> git.pld-linux.org Git - packages/dragbox.git/blob - dragbox.spec
- tabs in preamble
[packages/dragbox.git] / dragbox.spec
1 Summary:        Drag and drop files mentioned in the shell
2 Summary(pl.UTF-8):      Przeciąganie i upuszczanie plików podanych z powłoki
3 Name:           dragbox
4 Version:        0.2.3
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.student.lu.se/~cif04usv/publicfiles/%{name}_%{version}.tar.gz
9 # Source0-md5:  8727bb39c011ed952874365d275ab5fe
10 URL:            http://www.student.lu.se/~cif04usv/wiki/dragbox.html
11 BuildRequires:  pkgconfig
12 BuildRequires:  python-dbus
13 BuildRequires:  python-gnome-devel
14 BuildRequires:  python-gnome-ui
15 BuildRequires:  python-gnome-vfs
16 BuildRequires:  python-pygtk-devel >= 2:2.6
17 BuildRequires:  python-pygtk-glade >= 2:2.6
18 BuildRequires:  rpm-pythonprov
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Dragbox is a tool for connecting the commandline with the desktop
23 environment. It summons a drag handle from nowhere when you are
24 managing files or information in a shell, further empowering you in
25 your workflow.
26
27 Dragbox accepts both drags and drops once started, and can be made to
28 output dragged-to items to the standard output. You can also pipe text
29 to dragbox, or a list of files using xargs.
30
31 Clicking an item copies it to the clipboard. Right-clicking opens a
32 context menu with access to the preferences dialog.
33
34 %description -l pl.UTF-8
35 Dragbox to narzędzie do łączenia linii poleceń ze środowiskiem
36 graficznym. Wywołuje znikąd uchwyt przy zarządzaniu plików lub innych
37 informacji z powłoki, wspomagając pracę.
38
39 Dragbox przyjmuje zarówno przeciągnięcia jak i upuszczenia od chwili
40 uruchomienia i może wypisać przeciągnięte elementy na standardowym
41 wyjściu. Można także przekazać do dragboksa tekst potokiem lub listę
42 plików przy użyciu xargs.
43
44 Kliknięcie na elemencie kopiuje go do schowka. Kliknięcie prawym
45 przyciskiem otwiera menu kontekstowe z dostępem do okna dialogowego
46 ustawień.
47
48 %prep
49 %setup -q
50
51 %build
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README TODO
67 %attr(755,root,root) %{_bindir}/*
68 %{_datadir}/dragbox
69 %{_mandir}/man1/dragbox.1*
70 %dir %{py_sitescriptdir}/Dragbox
71 %{py_sitescriptdir}/Dragbox/*.py[co]
This page took 0.064648 seconds and 3 git commands to generate.