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