Browse Source

2015-03-03 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* Xfce panel plugins: rebuilt with libxfce4util 4.12.1
	       	     	      added whiskermenu-plugin
			      


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9407 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
a43a57de17

+ 4 - 1
x/xfce4-battery-plugin/xfce4-battery-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: xfce4-battery-plugin
 Summary: Battery monitor for the Xfce panel
 Summary(ja): Xfce パネル用 バッテリー監視プラグイン
 Version: 1.0.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: User Interface/Desktops
 License: GPLv2+ and LGPLv2+
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/battery.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-1
 - new upstream release
 

+ 14 - 11
x/xfce4-clipman-plugin/xfce4-clipman-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-clipman-plugin
 Summary:        Clipboard manager plugin for the Xfce panel
 Summary(ja):    Xfce パネル用クリップボード管理プラグイン
 Version:        1.2.6
-Release: 	2%{?_dist_release}
+Release: 	3%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -26,8 +26,8 @@ BuildRequires:  xorg-x11-proto-devel >= 7.0.0
 BuildRequires:  gettext, intltool, desktop-file-utils
 Requires:       xfce4-panel >= 4.4.0
 
-Vendor: Project Vine
-Distribution: Vine Linux
+Vendor:         Project Vine
+Distribution:   Vine Linux
 
 %description
 xfce4-clipman is a clipboard history plugin for the Xfce4 panel.
@@ -51,16 +51,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 %find_lang %{name}
 
 desktop-file-install                                      \
-  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-  --add-category=X-Xfce                                   \
-  --delete-original                                       \
-  ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-clipman.desktop
+    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+    --add-category=X-Xfce                                   \
+    --delete-original                                       \
+    ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-clipman.desktop
 
 desktop-file-install                                      \
-  --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart     \
-  --add-category=X-Xfce                                   \
-  --delete-original                                       \
-  ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
+    --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart     \
+    --add-category=X-Xfce                                   \
+    --delete-original                                       \
+    ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -94,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #{_docdir}/%{name}/html
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.6-3
+- rebuilt with libxfce4util 4.12.1
+
 * Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.6-2
 - added BR: libX11-devel
 

+ 11 - 7
x/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-vl.spec

@@ -1,21 +1,21 @@
 Name: 		xfce4-cpufreq-plugin
 Summary:        CPU monitor plugin for the Xfce panel
 Summary(ja):    Xfce パネル用 CPU モニタプラグイン
-Version:        1.1.0
+Version:        1.1.1
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
 URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 
-Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
+Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.1/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-BuildRequires: glib2-devel >= 2.24.0
-BuildRequires: gtk2-devel >= 2.20.0
-BuildRequires: libxfce4ui-devel >= 4.9.0
-BuildRequires: libxfce4util-devel >= 4.9.0
-BuildRequires: xfce4-panel-devel >= 4.9.0
+BuildRequires:  glib2-devel >= 2.24.0
+BuildRequires:  gtk2-devel >= 2.20.0
+BuildRequires:  libxfce4ui-devel >= 4.9.0
+BuildRequires:  libxfce4util-devel >= 4.9.0
+BuildRequires:  xfce4-panel-devel >= 4.9.0
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -67,6 +67,10 @@ fi
 %{_datadir}/xfce4/panel/plugins/cpufreq.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.1-1
+- new upstream release
+- built with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.0-1
 - new upstream release
 

+ 4 - 1
x/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-cpugraph-plugin
 Summary:        CPU Graph plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 CPU グラフプラグイン
 Version:        1.0.5
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -67,6 +67,9 @@ fi
 %{_datadir}/xfce4/panel/plugins/cpugraph.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-1
 - new upstream release
 

+ 5 - 2
x/xfce4-datetime-plugin/xfce4-datetime-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-datetime-plugin
 Summary:        Date and Time plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 日付プラグイン
 Version:        0.6.2
-Release: 	2%{?_dist_release}
+Release: 	3%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -17,7 +17,7 @@ BuildRequires:  intltool
 BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
-Requires:  xfce4-panel >= 4.8.0
+Requires:       xfce4-panel >= 4.8.0
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/datetime.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-2
 - modified libdatetime.so permission
 

+ 4 - 1
x/xfce4-diskperf-plugin/xfce4-diskperf-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-diskperf-plugin
 Summary:        Disk performance plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 ディスクパフォーマンス表示プラグイン
 Version:        2.5.4
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	BSD
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/diskperf.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.4-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.4-1
 - new upstream release
 

+ 4 - 1
x/xfce4-embed-plugin/xfce4-embed-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-embed-plugin
 Summary:        Embed plugin for the Xfce panel
 Summary(ja):    Xfce パネル用 Window 埋め込みプラグイン
 Version:        1.4.1
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/embed.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.1-2
+- rebuilt with libxfce4util 4.12.1
+
 * Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.1-1
 - updated to 1.4.1
 

+ 7 - 3
x/xfce4-eyes-plugin/xfce4-eyes-plugin-vl.spec

@@ -1,7 +1,7 @@
 Name: 		xfce4-eyes-plugin
 Summary:        Eye plugin for the Xfce4 panel
-Summary(ja):    Xfce パネル用 目表示プラグイン
-Version:        4.4.2
+Summary(ja):    Xfce パネル用 目表示プラグイン
+Version:        4.4.3
 Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
@@ -14,7 +14,7 @@ BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  glib2-devel >= 2.20.0
 BuildRequires:  gtk2-devel >= 2.14.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
-BuildRequires:  libxfce4util-devel >= 4.8.9
+BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
 
 Vendor:		Project Vine
@@ -66,6 +66,10 @@ fi
 %{_datadir}/xfce4/panel/plugins/eyes.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.4.3-1
+- new upstream release
+- built with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.4.2-1
 - new upstream release
 

+ 4 - 2
x/xfce4-genmon-plugin/xfce4-genmon-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-genmon-plugin
 Summary:        Generic monitor plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 汎用モニタプラグイン
 Version:        3.4.0
-Release: 	2%{?_dist_release}
+Release: 	3%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,7 +11,6 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/3.4/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
@@ -55,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/genmon.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.4.0-3
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-2
 - rebuild with VineSeed environment
 

+ 4 - 1
x/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-mailwatch-plugin
 Summary:        A multi-protocol, multi-mailbox mail watcher for the Xfce panel
 Summary(ja):    Xfce パネル用メールボックス監視プラグイン
 Version:        1.2.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/xfce4/panel/plugins/mailwatch.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.0-2
+- rebuilt with libxfce4util 4.12.1
+
 * Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.0-1
 - initial build for Vine Linux
 

+ 4 - 1
x/xfce4-mount-plugin/xfce4-mount-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-mount-plugin
 Summary:        Mount/unmount plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 マウント/アンマウントプラグイン
 Version:        0.6.7
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -65,6 +65,9 @@ fi
 %{_datadir}/xfce4/panel/plugins/%{name}.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.7-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.7-1
 - new upstream release
 

+ 4 - 1
x/xfce4-notes-plugin/xfce4-notes-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-notes-plugin
 Summary:        Memo plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 メモプラグイン
 Version:        1.7.7
-Release: 	2%{?_dist_release}
+Release: 	3%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -79,6 +79,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_datadir}/%{name}
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.7-3
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.7-2
 - rebuild with VineSeed environment
 

+ 6 - 3
x/xfce4-places-plugin/xfce4-places-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-places-plugin
 Summary:        GNOME's Places menu plugin for the Xfce panel
 Summary(ja):    Xfce パネル用 GNOME Places メニュープラグイン
 Version:        1.6.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -31,10 +31,10 @@ Packager:	inagaki
 
 
 %description
-This plugin is a menu with quick access to folders, documents, and removable media. The places plugin brings much of the functionality of GNOME's Places menu to Xfce.
+This plugin brings much of the functionality of GNOME's Places menu to Xfce.
 
 %description -l ja
-このプラグインはフォルダ、ドキュメント、リムーバブルメディアへ迅速にアクセスするためのメニューを提供します. GNOME の Places メニュー機能の多くを Xfce に追加します.
+このプラグインは GNOME の Places メニューの多くの機能を Xfce に追加します.
 
 %prep
 %setup -q
@@ -64,5 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/places.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-2
+- rebuilt with libxfce4util 4.12.1
+
 * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
 - initial build for Vine Linux

+ 4 - 1
x/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-vl.spec

@@ -4,7 +4,7 @@ Name:           xfce4-quicklauncher-plugin
 Summary:        Quicklauncher plugin for the Xfce panel
 Summary(ja):    Xfce パネル用クイックランチャープラグイン
 Version:        1.9.4
-Release:        12%{?_dist_release}
+Release:        13%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        GPLv2+
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.9.4-13
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.4-12
 - rebuild with VineSeed environment
 

+ 5 - 3
x/xfce4-systemload-plugin/xfce4-systemload-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: xfce4-systemload-plugin
 Summary: System Load plugin for Xfce
 Summary(ja): Xfce パネル用 システム負荷監視プラグイン
 Version: 1.1.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: BSD
 Group: User Interface/Desktops
@@ -16,8 +16,7 @@ BuildRequires: libxfce4util-devel >= 4.3.99.1
 BuildRequires: libxfce4ui-devel >= 4.7.0
 BuildRequires: xfce4-panel-devel >= 4.3.99.1
 BuildRequires: upower-devel >= 0.9.0
-
-Requires: xfce4-panel >= 4.3.99.1
+Requires:      xfce4-panel >= 4.3.99.1
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -58,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/systemload.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.2-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.2-1
 - new upstream release
 - built with upower 0.99.1

+ 4 - 2
x/xfce4-time-out-plugin/xfce4-time-out-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-time-out-plugin
 Summary:        Time-out plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 タイムアウトプラグイン
 Version:        1.0.1
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,7 +11,6 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  libxfce4util-devel >= 4.8.0
 BuildRequires:  xfce4-panel-devel >= 4.8.0
@@ -71,6 +70,9 @@ fi
 %{_datadir}/xfce4/panel/plugins/%{name}.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.1-4
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.1-3
 - modified libtime-out.so permission
 

+ 4 - 1
x/xfce4-timer-plugin/xfce4-timer-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-timer-plugin
 Summary:        Timer plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 タイマープラグイン
 Version:        1.6.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -68,6 +68,9 @@ fi
 %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-2
+- rebuilt with libxfce4util 4.12.1
+
 * Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
 - updated to 1.6.0
 

+ 15 - 9
x/xfce4-verve-plugin/xfce4-verve-plugin-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfce4-verve-plugin
 Summary:        Command line plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 CPU コマンドラインプラグイン
-Version:        1.0.0
-Release: 	3%{?_dist_release}
+Version:        1.0.1
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,13 +11,13 @@ URL: 		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
-BuildRequires:  libxfce4util-devel >= 4.4.0
-BuildRequires:  libxfcegui4-devel >= 4.4.0
-BuildRequires:  xfce4-panel-devel >= 4.4.0
+BuildRequires:  dbus-glib-devel >= 0.60
+BuildRequires:  glib2-devel >= 2.6.4
+BuildRequires:  libxfce4ui-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.8.0
+BuildRequires:  xfce4-panel-devel >= 4.8.0
 BuildRequires:  libexo-devel >= 0.5.0
 BuildRequires:  pcre-devel >= 5.0
-BuildRequires:  dbus-glib-devel >= 0.60
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -49,6 +49,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 %find_lang %{name}
 
+chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libverve.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,10 +59,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/verve-focus
-%{_libexecdir}/xfce4/panel-plugins/%{name}
-%{_datadir}/xfce4/panel-plugins/%{name}.desktop
+%{_libdir}/xfce4/panel/plugins/libverve.so
+%{_datadir}/xfce4/panel/plugins/%{name}.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.1-1
+- updated to 1.0.1
+- changed BR: libxfce4ui-devel instead of libxfcegui4-devel
+- built with libxfce4util 4.12.1
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
 - rebuild with VineSeed environment
 

+ 4 - 1
x/xfce4-wavelan-plugin/xfce4-wavelan-plugin-vl.spec

@@ -4,7 +4,7 @@ Name:           xfce4-wavelan-plugin
 Summary:        WaveLAN plugin for the Xfce panel
 Summary(ja):    Xfce パネル用 無線 LAN プラグイン
 Version:        0.5.11
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        BSD
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel/plugins/wavelan.desktop
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.11-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.11-1
 - new upstream release
 

+ 7 - 4
x/xfce4-weather-plugin/xfce4-weather-plugin-vl.spec

@@ -1,7 +1,7 @@
 Name:		xfce4-weather-plugin
 Summary:	Weather plugin for the Xfce panel
 Summary(ja):	Xfce パネル用 天気情報プラグイン
-Version:	0.8.4
+Version:	0.8.5
 Release:	1%{?_dist_release}
 
 Group:		User Interface/Desktops
@@ -14,13 +14,12 @@ BuildRequires:	gettext
 BuildRequires:	glib2-devel >= 2.20.0
 BuildRequires:	gtk2-devel >= 2.14.0
 BuildRequires:  intltool
-BuildRequires:	libsoup-devel >= 2.26.0
+BuildRequires:	libsoup-devel >= 2.32.0
 BuildRequires:  libxfce4ui-devel >= 4.7.0
 BuildRequires:  libxfce4util-devel >= 4.7.0
 BuildRequires:  libxml2-devel >= 2.4.0
 BuildRequires:	upower-devel >= 0.9.0
 BuildRequires:	xfce4-panel-devel >= 4.7.0
-
 Requires:	xfce4-panel >= 4.7.0
 
 Vendor: Project Vine
@@ -35,7 +34,7 @@ weather condition, using weather data provided by xoap.weather.com.
 %setup -q
 
 %build
-%configure --enable-silent-rules --disable-static
+%configure --enable-silent-rules --disable-static --enable-upower
 make %{?_smp_mflags}
 
 
@@ -75,6 +74,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.5-1
+- updated to 0.8.5
+- built with libxfce4util 4.12.1
+
 * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.4-1
 - new upstream release
 

+ 101 - 0
x/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-vl.spec

@@ -0,0 +1,101 @@
+Name:		xfce4-whiskermenu-plugin		
+Version:	1.5.0
+Release:	3%{?_dist_release}
+Summary:	An alternate application launcher for Xfce
+
+Group:		User Interface/Desktops
+License:	GPLv2+
+URL:		http://gottcode.org/xfce4-whiskermenu-plugin/
+Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/1.5/%{name}-%{version}-src.tar.bz2
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:	cmake
+BuildRequires:	exo-devel
+BuildRequires:	garcon-devel
+BuildRequires:	xfce4-panel-devel
+BuildRequires:	libxfce4ui-devel
+BuildRequires:	libxfce4util-devel
+BuildRequires:	gettext
+Requires:	xfce4-panel
+Requires:	hicolor-icon-theme
+	
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+%description
+Alternate application launcher for Xfce. When you open it you are shown 
+a list of applications you have marked as favorites. You can browse through
+all of your installed applications by clicking on the category buttons on the
+side. Top level categories make browsing fast, and simple to switch between. 
+Additionally, Whisker Menu keeps a list of the last ten applications 
+that you’ve launched from it
+
+%prep
+%setup -q
+
+%build
+%cmake
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+%find_lang %{name}
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files -f %{name}.lang
+%doc README NEWS COPYING
+%{_bindir}/xfce4-popup-whiskermenu
+%{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
+# Type=X-XFCE-PanelPlugin is a valid extension of freedesktop.org specs, but 
+# desktop-file-utils refuse to install or verify these files
+%{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
+%{_datadir}/icons/hicolor/*/apps/xfce4-whiskermenu.*g
+%{_mandir}/man1/xfce4-popup-whiskermenu.1*
+
+%changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.0-3
+- Initial build for Vine Linux
+
+* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.5.0-2
+- Rebuild for Xfce 4.12
+
+* Sun Feb 22 2015 Filipe Rosset <rosset.filipe@gmail.com> - 1.5.0-1
+- Rebuilt for new upstream release 1.5.0, fixes rhbz #1194183
+
+* Sun Dec 28 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.4.2-1
+- Updated to the 1.4.2 version
+
+* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jul 19 2014 Filipe Rosset <rosset.filipe@gmail.com> - 1.4.0-1
+- Rebuilt for new upstream release 1.4.0
+
+* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Wed Mar 19 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.3.2-1
+- Bumped to new upstream release 1.3.2
+
+* Wed Jan 15 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.3.1-1
+- Bumped to new upstream release 1.3.1
+
+* Thu Dec 5 2013 Eduardo Echeverria <echevemaster@gmail.com> - 1.2.2-1
+- Bumped to new upstream release 1.2.2
+
+* Fri Sep 13 2013 Eduardo Echeverria <echevemaster@gmail.com> - 1.1.1-1
+- Initial Packaging
+

+ 5 - 1
x/xfce4-xkb-plugin/xfce4-xkb-plugin-vl.spec

@@ -1,7 +1,7 @@
 Name:		xfce4-xkb-plugin
 Summary:	XKB layout switcher for the Xfce panel
 Summary(ja):	Xfce パネル用 XKB レイアウト変更器
-Version:	0.7.0
+Version:	0.7.1
 Release:	1%{?_dist_release}
 
 Group:		User Interface/Desktops
@@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/xkb/flags/*.svg
 
 %changelog
+* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.1-1
+- updated to 0.7.1
+- built with libxfce4util 4.12.1
+
 * Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.0-1
 - updated to 0.7.0
 - updated URL