source: projects/specs/trunk/x/xfburn/xfburn-vl.spec @ 9400

Revision 9400, 2.8 KB checked in by inagaki, 9 years ago (diff)

2015-03-01 Ryoichi INAGAKI <ryo1@…>

  • mousepad, parole, xarchiver, xfburn, xfce4-screenshooter, xfce4-taskmanager: updated
  • orage, thunar-*-plugin, xfce4-dict, xfce4-mixer, xfce4-notifyd, xfce4-terminal: rebuilt
  • ristretto: NEW
  • xfce4-appfinder: enabled gtk3


Line 
1Name:           xfburn
2Version:        0.5.2
3Release:        1%{?_dist_release}
4Summary:        An easy to use CD/DVD burning program
5Summary(ja):    簡単に使える CD/DVD 焼き込みプログラム
6
7License:        GPLv2+
8Group:          Applications/Multimedia
9URL:            http://goodies.xfce.org/projects/applications/%{name}
10
11Source0:        http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
12Source1:        xfburn-autogen.sh
13Source2:        xfburn-icons.tar.xz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  dbus-glib-devel >= 0.34
17BuildRequires:  desktop-file-utils
18BuildRequires:  eudev-libgudev1-devel
19BuildRequires:  gstreamer-plugins-base-devel
20BuildRequires:  gtk2-devel >= 2.10.0
21BuildRequires:  libburn-devel >= 0.4.2
22BuildRequires:  libexo-devel >= 0.3.4
23BuildRequires:  libisofs-devel >= 0.6.2
24BuildRequires:  libxfce4ui-devel >= 4.8.0
25#BuildRequires: thunar-vfs-devel >= 0.3.0
26#BuildRequires: xfce4-dev-tools
27
28Requires(post,postun):  desktop-file-utils
29
30Vendor:         Project Vine
31Distribution:   Vine Linux
32Packager:       Takemikaduchi
33
34
35%description
36This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, open it using another application, or host it on ZimageZ, a free online image hosting service.
37
38A plugin for the Xfce panel is also available.
39
40
41
42%prep
43%setup -q
44
45%build
46#cp %{SOURCE1} autogen.sh
47#tar xJf %{SOURCE2}
48#mv configure.in configure.in.in
49#NOCONFIGURE=1 ./autogen.sh
50%configure --disable-static
51make %{?_smp_mflags}
52
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57
58find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
59
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65
66%post
67touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
68gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
69update-desktop-database %{_datadir}/applications &> /dev/null || :
70
71%postun
72if [ $1 -eq 0 ]; then
73    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
74    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
75fi
76update-desktop-database %{_datadir}/applications &> /dev/null || :
77
78
79%files -f %{name}.lang
80%defattr(-,root,root,-)
81%doc AUTHORS ChangeLog NEWS TODO COPYING
82%{_bindir}/%{name}
83%{_datadir}/Thunar/sendto/thunar-sendto-xfburn.desktop
84%{_datadir}/applications/%{name}.desktop
85%{_datadir}/icons/hicolor/*/*/*
86%{_datadir}/%{name}
87%{_mandir}/man1/xfburn.1.gz
88
89%changelog
90* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.2-1
91- updated to 0.5.2
92- dropt Patch0
93- added BR: udev-libgudev1-devel
94- added BR: libxfce4ui-devel instead of libxfcegui4-devel
95
96* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
97- initial build for Vine Linux
98
Note: See TracBrowser for help on using the repository browser.