]> git.pld-linux.org Git - packages/xfce4-screenshooter.git/blame - xfce4-screenshooter.spec
- up to 1.9.10
[packages/xfce4-screenshooter.git] / xfce4-screenshooter.spec
CommitLineData
ac501c6a
JR
1Summary: Screenshooter application and plugin for Xfce panel
2Summary(pl.UTF-8): Aplikacja screenshooter i wtyczka dla panelu Xfce
3Name: xfce4-screenshooter
aa8b2a8e 4Version: 1.9.10
f1ed0995 5Release: 1
ac501c6a
JR
6License: GPL
7Group: X11/Applications
e5382408 8Source0: http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/%{name}-%{version}.tar.bz2
aa8b2a8e 9# Source0-md5: 2affc4a5356b2bc238a3e51dd710ae2c
087677d1 10Patch0: desktop-name.patch
ac501c6a 11URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin
06200f40
JR
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake
087677d1 14BuildRequires: exo-devel
bd8caba4 15BuildRequires: gettext-tools
c9de6d01 16BuildRequires: intltool
17BuildRequires: libsoup-devel >= 2.26.0
06200f40 18BuildRequires: libtool
ac501c6a 19BuildRequires: pkgconfig
e5382408
JR
20BuildRequires: xfce4-dev-tools >= 4.14.0
21BuildRequires: xfce4-panel-devel >= 4.14.0
4d368ace 22Requires: xfce4-dirs >= 4.6
ac501c6a
JR
23Obsoletes: xfce4-screenshooter-plugin
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This application allows you to capture the entire screen, the active
c9de6d01 28window or a selected region. You can set the delay that elapses before
29the screenshot is taken and the action that will be done with the
30screenshot: save it to a PNG file, copy it to the clipboard, open it
31using another application, or host it on ZimageZ, a free online image
32hosting service.
ac501c6a
JR
33
34A plugin for the Xfce panel is also available.
35
36%description -l pl.UTF-8
c9de6d01 37Ta aplikacja umożliwia zrobienie zrzutu ekranu, aktywnego okna albo
38zaznaczonego obszaru. Można ustawić opóźnienie przed zrobieniem zrzutu
39ekranu i akcję, która zostanie wykonana po: zapisać do pliku PNG,
40przenieść do schowka, otworzyć przy pomocy innego programu lub
ac501c6a
JR
41umieścić na ZimageZ, darmowym serwisie hostowania obrazów.
42
43Dostępna jest też wtyczka dla panelu Xfce.
44
45%prep
46%setup -q
06200f40 47%patch0 -p1
ac501c6a
JR
48
49%build
06200f40
JR
50%{__libtoolize}
51%{__aclocal}
52%{__autoconf}
53%{__autoheader}
54%{__automake}
55
ac501c6a
JR
56%configure \
57 --disable-static
58
59%{__make}
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
f27ddb3e
JR
67%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
68
502503f9 69%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{fa_IR,hye,ie,ur_PK}
73fe9c85
JR
70# unify
71%{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy}
aff477fb 72
ac501c6a
JR
73%find_lang %{name}
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78%files -f %{name}.lang
79%defattr(644,root,root,755)
5ec5c773 80%doc AUTHORS
ac501c6a 81%attr(755,root,root) %{_bindir}/xfce4-screenshooter
ac501c6a 82%{_desktopdir}/xfce4-screenshooter.desktop
975b5953
JR
83%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.so*
84%{_datadir}/xfce4/panel/plugins/screenshooter.desktop
5ec5c773 85%{_iconsdir}/hicolor/*/apps/org.xfce.screenshooter.*
7bb8cfea 86%{_datadir}/metainfo/xfce4-screenshooter.appdata.xml
c9de6d01 87%{_mandir}/man1/xfce4-screenshooter.1*
This page took 0.200101 seconds and 4 git commands to generate.