]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/commitdiff
- updated to 1.6.4 auto/th/xfce4-notes-plugin-1_6_4-1 auto/ti/xfce4-notes-plugin-1_6_4-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 1 Mar 2009 16:59:42 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete -locale-names.patch

Changed files:
    xfce4-notes-plugin.spec -> 1.14

xfce4-notes-plugin.spec

index cf1167051d3432ccb8c17db98ff13d9cdd83bb86..be23a2471a7d775c82060f72bf9ff30a6b4991c5 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Notes plugin for the Xfce panel
 Summary(pl.UTF-8):     Notatki dla panelu Xfce
 Name:          xfce4-notes-plugin
-Version:       1.6.0
+Version:       1.6.4
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://goodies.xfce.org/releases/xfce4-notes-plugin/%{name}-%{version}.tar.bz2
-# Source0-md5: 979e3bce856ab217e7cfad14bd50cc26
-Patch0:                %{name}-locale-names.patch
+# Source0-md5: 88132a8224880f01f02450020c73f9c3
 URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
+BuildRequires: Thunar-devel >= 0.8.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: intltool
@@ -16,6 +16,7 @@ BuildRequires:        pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: xfce4-dev-tools >= 4.4.0
 BuildRequires: xfce4-panel-devel >= 4.4.0
+BuildRequires: xfconf-devel >= 4.6.0
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires:      xfce4-panel >= 4.4.0
@@ -31,10 +32,6 @@ notatek na pulpicie.
 
 %prep
 %setup -q
-%patch0 -p1
-
-mv -f po/{nb_NO,nb}.po
-mv -f po/{pt_PT,pt}.po
 
 %build
 %{__intltoolize}
@@ -53,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+mv $RPM_BUILD_ROOT%{_datadir}/locale/nb{_NO,}
+mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
+
 %find_lang %{name}
 
 %clean
This page took 0.099507 seconds and 4 git commands to generate.