]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blobdiff - xfce4-notes-plugin.spec
- x32 rebuild
[packages/xfce4-notes-plugin.git] / xfce4-notes-plugin.spec
index 50985d59038ccb55f22ea13dc0e02d0fdda1f36d..87420538fa8b0f8833f333b90b98afd657d69783 100644 (file)
@@ -1,23 +1,29 @@
 Summary:       Notes plugin for the Xfce panel
 Summary(pl.UTF-8):     Notatki dla panelu Xfce
 Name:          xfce4-notes-plugin
-Version:       1.4.1
-Release:       1
+Version:       1.7.7
+Release:       4
 License:       GPL
 Group:         X11/Applications
-Source0:       http://goodies.xfce.org/releases/xfce4-notes-plugin/%{name}-%{version}.tar.bz2
-# Source0-md5: 6f20d84bf3aadd6c974f226c04f33050
+Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/%{name}-%{version}.tar.bz2
+# Source0-md5: 42b924b23f2fec6a1099e9b7a87db4a3
+Patch0:                %{name}-ui.patch
 URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
-BuildRequires: autoconf
+BuildRequires: Thunar-devel >= 1.2.0
+BuildRequires: autoconf >= 2.63
 BuildRequires: automake
+BuildRequires: intltool
 BuildRequires: libtool
+BuildRequires: libunique-devel
+BuildRequires: libxfce4ui-devel
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: xfce4-dev-tools >= 4.4.0
-BuildRequires: xfce4-panel-devel >= 4.4.0
-Requires(post,postun): gtk+2
-Requires(post,postun): hicolor-icon-theme
-Requires:      xfce4-panel >= 4.4.0
+BuildRequires: rpmbuild(macros) >= 1.601
+BuildRequires: xfce4-dev-tools >= 4.8.0
+BuildRequires: xfce4-panel-devel >= 4.8.0
+BuildRequires: xfconf-devel >= 4.8.0
+Requires:      gtk-update-icon-cache
+Requires:      hicolor-icon-theme
+Requires:      xfce4-panel >= 4.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,14 +36,17 @@ notatek na pulpicie.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --disable-static
 
 %{__make}
@@ -48,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
+
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+
 %find_lang %{name}
 
 %clean
@@ -61,8 +74,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README
+%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
+%attr(755,root,root) %{_bindir}/xfce4-notes
 %attr(755,root,root) %{_bindir}/xfce4-popup-notes
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-notes-plugin
-%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
+%attr(755,root,root) %{_bindir}/xfce4-notes-settings
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/libnotes.so*
+%{_datadir}/xfce4-notes-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin-47.desktop
 %{_iconsdir}/hicolor/*/apps/*.*
+%{_desktopdir}/xfce4-notes.desktop
This page took 0.034517 seconds and 4 git commands to generate.