]> git.pld-linux.org Git - packages/xfce4-timer-plugin.git/commitdiff
- up to 1.7.0 auto/th/xfce4-timer-plugin-1.7.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Aug 2019 19:37:50 +0000 (21:37 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Aug 2019 19:37:50 +0000 (21:37 +0200)
format-security.patch [deleted file]
xfce4-timer-plugin.spec

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index d77ddce..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- xfce4-timer-plugin-1.6.0/src/xfcetimer.c~  2014-06-05 00:31:03.000000000 +0200
-+++ xfce4-timer-plugin-1.6.0/src/xfcetimer.c   2014-08-16 10:03:31.376720901 +0200
-@@ -190,7 +190,7 @@
-     dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
-                                     GTK_MESSAGE_WARNING,
--                                    GTK_BUTTONS_NONE, dialog_message);
-+                                    GTK_BUTTONS_NONE, "%s", dialog_message);
-                            
-     gtk_window_set_title ((GtkWindow *) dialog, dialog_title);                                    
-  
index 49eb603618637dcfe604af35d02bfddfe740bad2..b87d76004ef0bbb7a93d74d67e41799dcfd833de 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Xfce panel timer plugin
 Summary(pl.UTF-8):     Wtyczka panelu Xfce odliczająca czas
 Name:          xfce4-timer-plugin
-Version:       1.6.0
-Release:       3
+Version:       1.7.0
+Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.6/%{name}-%{version}.tar.bz2
-# Source0-md5: 3be2a4ccfb2af20441b1d25c2cea5f28
-Patch0:                format-security.patch
+Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/%{name}-%{version}.tar.bz2
+# Source0-md5: 32e6a14e80bf9a93db2f2b3bfd7de920
 URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -15,9 +14,9 @@ BuildRequires:        intltool
 BuildRequires: libtool
 BuildRequires: libxfce4ui-devel
 BuildRequires: pkgconfig
-BuildRequires: xfce4-dev-tools >= 4.4.0
-BuildRequires: xfce4-panel-devel >= 4.4.0
-Requires:      xfce4-panel >= 4.4.0
+BuildRequires: xfce4-dev-tools >= 4.14.0
+BuildRequires: xfce4-panel-devel >= 4.14.0
+Requires:      xfce4-panel >= 4.14.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,10 +29,8 @@ zdarzeniu, bądź po upływie określonego odcinka czasu.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -49,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
 
 %find_lang %{name}
 
@@ -65,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
-%{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
-%{_iconsdir}/hicolor/*x*/apps/xfce4-timer.png
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libxfcetimer.so
+%{_iconsdir}/hicolor/*x*/apps/xfce4-timer-plugin.png
+%{_iconsdir}/hicolor/scalable/apps/xfce4-timer-plugin.svg
+%{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop
This page took 0.093523 seconds and 4 git commands to generate.