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

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index ed81343..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- xfce4-verve-plugin-1.0.1/panel-plugin/verve-plugin.c~      2015-01-25 12:08:09.000000000 +0100
-+++ xfce4-verve-plugin-1.0.1/panel-plugin/verve-plugin.c       2015-03-31 23:22:42.393312630 +0200
-@@ -407,7 +407,7 @@
-             gchar *msg = g_strconcat (_("Could not execute command:"), " ", command, NULL);
-             /* Display error message dialog */
--            xfce_dialog_show_error (NULL, NULL, msg);
-+            xfce_dialog_show_error (NULL, NULL, "%s", msg);
-             /* Free message */
-             g_free (msg);
index f24def3f3c930aed79e65470fb176b5d1f44157b..e3cc849323c587af0fd402fe8e3a454b63c49b57 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Verve plugin for Xfce panel
 Summary(pl.UTF-8):     Wtyczka Verve dla panelu Xfce
 Name:          xfce4-verve-plugin
-Version:       1.0.1
+Version:       2.0.0
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/%{name}-%{version}.tar.bz2
-# Source0-md5: b5dbe88b2bea2c35785961d68fe446e4
-Patch0:                format-security.patch
+Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/%{name}-%{version}.tar.bz2
+# Source0-md5: 94429b1be9d66ba9b31e4aafb726a8c7
 URL:           http://goodies.xfce.org/projects/panel-plugins/verve-plugin
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -18,9 +17,9 @@ BuildRequires:        libtool
 BuildRequires: libxfce4ui-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
-BuildRequires: xfce4-dev-tools >= 4.12.0
-BuildRequires: xfce4-panel-devel >= 4.12.0
-Requires:      xfce4-panel >= 4.12.0
+BuildRequires: xfce4-dev-tools >= 4.14.0
+BuildRequires: xfce4-panel-devel >= 4.14.0
+Requires:      xfce4-panel >= 4.14.0
 Obsoletes:     xfce4-minicmd-plugin
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,7 +43,6 @@ Obsługuje kilka przyjemnych elementów, takich jak:
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -73,6 +71,5 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README THANKS
-%attr(755,root,root) %{_bindir}/verve-focus
 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libverve.so
 %{_datadir}/xfce4/panel/plugins/xfce4-verve-plugin.desktop
This page took 0.148576 seconds and 4 git commands to generate.