Browse Source

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

	* mousepad, parole, xarchiver, xfburn, xfce4-screenshooter,
	  xfce4-taskmanager: updated
	* orage, thunar-*-plugin, xfce4-dict, xfce4-mixer,
	  xfce4-notifyd, xfce4-terminal: rebuilt
	* ristretto: NEW
	* xfce4-appfinder: enabled gtk3
	


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

+ 21 - 15
m/mousepad/mousepad-vl.spec

@@ -1,21 +1,20 @@
 Name: 		mousepad
 Summary: 	A simple text editor for Xfce desltop environment
 Summary(ja): 	Xfce デスクトップ環境向けのシンプルなテキストエディタ
-Version: 	0.3.0
+Version: 	0.4.0
 Release: 	1%{?_dist_release}
 
 License:        GPLv2
 Group: 		Applications/Editors
 
-Source0: 	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
-Patch0:         00_resensitize-find-button.patch
-Patch1:         01_fix-first-replace.patch
+Source0: 	http://archive.xfce.org/src/apps/%{name}/0.4/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires: 	dbus-glib-devel >= 0.34
-BuildRequires: 	glib2-devel >= 2.12.0
-BuildRequires: 	gtk2-devel >= 2.18.0
-BuildRequires: 	gtksourceview2-devel 
+BuildRequires: 	glib2-devel >= 2.30.0
+BuildRequires:  gsettings-desktop-schemas-devel
+BuildRequires: 	gtk3-devel
+BuildRequires: 	gtksourceview3-devel 
 BuildRequires:  libxfce4ui-devel >= 4.6.0
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
@@ -27,11 +26,9 @@ or an editor with a huge bunch of plugins.
 
 %prep
 %setup -q
-#patch0 -p1
-#patch1 -p1
 
 %build
-%configure --enable-silent-rules
+%configure --enable-silent-rules --enable-gtk3
 make %{?_smp_mflags}
 
 %install
@@ -45,20 +42,29 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/applications/*.cache
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/usr/bin/update-desktop-database -q %{_datadir}/applications
-
 %postun
-/usr/bin/update-desktop-database -q %{_datadir}/applications
+if [ $1 -eq 0 ] ; then
+    update-desktop-database -q %{_datadir}/applications &> /dev/null ||:
+    glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+fi
+
+%posttrans
+update-desktop-database -q %{_datadir}/applications &> /dev/null ||:
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/mousepad
 %{_datadir}/applications/*.desktop
-#{_datadir}/pixmaps/*.png
+%{_datadir}/glib-2.0/schemas/*.xml
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.4.0-1
+- new upstream release
+- changed BR: gtk3-devel instead of gtk2-devel
+- changed BR: gtksourceview3-devel instead of gtksourceview2-devel
+
 * Sat Sep 13 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.0-1
 - updated to 0.3.0
 - dropped patch0 and patch1

+ 8 - 7
o/orage/orage-vl.spec

@@ -2,7 +2,7 @@ Name: 		orage
 Summary: 	Time-managing application for Xfce desktop environment
 Summary(ja): 	Xfce デスクトップ環境向け時間管理アプリケーション
 Version: 	4.10.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		Applications/Accessories
 License:	GPLv2
@@ -15,16 +15,15 @@ BuildRequires:	dbus-glib-devel >= 0.34
 BuildRequires:	gettext
 BuildRequires:	gtk2-devel >= 2.10.0
 BuildRequires:	intltool >= 0.31
-#BuildRequires:	libical-devel >= 0.43
+BuildRequires:	libical-devel
 BuildRequires:	libnotify-devel >= 0.3.2
 BuildRequires:	pkgconfig
 BuildRequires:	popt-devel
 BuildRequires:	xfce4-panel-devel >= 4.8.0
+Obsoletes:      xfcalendar
 
-Obsoletes: xfcalendar
-
-Vendor: Project Vine
-Distribution: Vine Linux
+Vendor:         Project Vine
+Distribution:   Vine Linux
 
 %description
 Time-managing application for Xfce desktop environment.
@@ -66,7 +65,6 @@ fi
 %{_bindir}/orage
 %{_bindir}/tz_convert
 %{_bindir}/globaltime
-#{_libdir}/xfce4/
 %{_libexecdir}/xfce4/
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/*
@@ -76,6 +74,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-2
+- rebuilt with libxfce4util 4.12.1 and libical 1.0.1
+
 * Sat Sep  6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-1
 - updated to 4.10.0
 - added Japanese summary

+ 36 - 32
p/parole/parole-vl.spec

@@ -4,7 +4,7 @@
 %define PAROLE_BIN %{_libexecdir}/%{name}
 
 Name:           parole
-Version:        0.5.4
+Version:        0.8.0
 Release:        1%{?_dist_release}
 Summary:        Media player for the Xfce desktop
 Summary(ja):    Xfce デスクトップのメディアプレーヤー
@@ -12,35 +12,37 @@ Summary(ja):    Xfce デスクトップのメディアプレーヤー
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/parole
-Source0:        http://archive.xfce.org/src/apps/parole/0.3/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/apps/parole/0.8/%{name}-%{version}.tar.bz2
 Source10:       parole.sh
-#Patch1:		parole-0.2.0.6-dsofix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-
+BuildRequires:  clutter-devel >= 1.16.4
+BuildRequires:  clutter-gtk-devel >= 1.4.4
+BuildRequires:  dbus-devel >= 0.60
+BuildRequires:  dbus-glib-devel >= 0.70
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
-BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel >= 2.20.0
 BuildRequires:  glib2-devel >= 2.32.0
-BuildRequires:  gstreamer-devel
-BuildRequires:  gstreamer-plugins-base-devel >= 0.10.24
-BuildRequires:  dbus-devel >= 0.60
-BuildRequires:  dbus-glib-devel >= 0.70
+BuildRequires:  gstreamer1-devel
+BuildRequires:  gstreamer1-plugins-base-devel
+BuildRequires:  gtk3-devel >= 3.2.0
+BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libnotify-devel >= 0.4.1
-BuildRequires:  libxfcegui4-devel >= 4.8.0
-BuildRequires:  libxfce4util-devel >= 4.8.0
-BuildRequires:  libxfce4ui-devel >= 4.8.0
-BuildRequires:  xfce4-dev-tools
+BuildRequires:  libxfce4ui-devel >= 4.11.0
+BuildRequires:  libxfce4util-devel >= 4.10.0
 BuildRequires:  taglib-devel >= 1.4
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  xfconf-devel >= 4.10.0
 
 #%if %{with mozilla}
 #BuildRequires:  xulrunner-devel
 #%endif
-Requires:       gstreamer-plugins-good
+Requires:       gstreamer1-plugins-good
+# required by SOURCE10
+Requires:       synaptic zenity
 
-Obsoletes: %{name}-mozplugin
+Obsoletes:      %{name}-mozplugin
 
 %description
 Parole is a modern simple media player based on the GStreamer framework and 
@@ -72,7 +74,6 @@ Summary:        Development files for %{name}
 Summary(ja):    %{name} の開発ファイル
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       gtk-doc
 
 %description    devel
 The %{name}-devel package contains header files for developing plugins for 
@@ -87,8 +88,8 @@ The %{name}-devel package contains header files for developing plugins for
 #%patch1 -p1
 
 %build
-./autogen.sh
-%configure --disable-static --enable-gtk-doc
+#/autogen.sh
+%configure --disable-static --enable-gtk-doc --enable-clutter
 make %{?_smp_mflags} V=1
 
 
@@ -98,18 +99,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 ## wrapper install
-%__mkdir_p $RPM_BUILD_ROOT%{_libexecdir}
-%__mv $RPM_BUILD_ROOT%{_bindir}/%{name} $RPM_BUILD_ROOT%{PAROLE_BIN}
-%{__install} -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/%{name}
+mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
+mv $RPM_BUILD_ROOT%{_bindir}/%{name} $RPM_BUILD_ROOT%{PAROLE_BIN}
+install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 
 %find_lang %{name}
 
-desktop-file-install                                    \
-  --delete-original                                     \
-  --dir=%{buildroot}%{_datadir}/applications            \
-  %{buildroot}/%{_datadir}/applications/%{name}.desktop
-
+desktop-file-install   \
+    --delete-original  \
+    --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
+    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -119,7 +119,6 @@ rm -rf $RPM_BUILD_ROOT
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 update-mime-database %{_datadir}/mime &> /dev/null || :
 
-
 %postun
 if [ $1 -eq 0 ] ; then
   touch --no-create %{_datadir}/icons/hicolor &>/dev/null
@@ -127,7 +126,6 @@ if [ $1 -eq 0 ] ; then
 fi
 update-mime-database %{_datadir}/mime &> /dev/null || :
 
-
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -137,20 +135,26 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc AUTHORS COPYING README TODO THANKS
 %{PAROLE_BIN}
 %{_bindir}/%{name}
-%dir %{_libdir}/%{name}-0/
+%dir %{_libdir}/%{name}-0
 %{_libdir}/%{name}-0/*.so
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*
-%{_datadir}/%{name}/
+%{_datadir}/%{name}
 
 
 %files devel
 %defattr(-,root,root,-)
 %doc %{_datadir}/gtk-doc/html/Parole-Plugins/
-%{_includedir}/%{name}/
+%{_includedir}/%{name}
 
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.0-1
+- new upstream release
+- updated to SOURCE10
+- built with libxfce4util 4.12.1 and gstreamer1-plugins
+
 * Sat Jul 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
 - new upstream release
 

+ 257 - 0
r/ristretto/ristretto-vl.spec

@@ -0,0 +1,257 @@
+# Review at https://bugzilla.redhat.com/show_bug.cgi?id=351531
+
+%global majorversion 0.8
+%global xfceversion 4.12.0
+
+Name:           ristretto
+Version:        0.8.0
+Release:        1%{?_dist_release}
+Summary:        Image-viewer for the Xfce desktop environment
+Summary(ja):    Xfce デスクトップ環境向けの画像ビューア
+Summary(de):    Bildbetrachter für die Xfce Desktop-Umgebung
+
+Group:          Application/Graphics
+License:        GPLv2+
+URL:            http://goodies.xfce.org/projects/applications/ristretto/
+Source0:        http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  dbus-glib-devel >= 0.34
+BuildRequires:  gtk2-devel >= 2.20.0
+BuildRequires:  libexo-devel >= 0.4.0
+BuildRequires:  libexif-devel >= 0.6.0
+BuildRequires:  libxfce4ui-devel >= %{xfceversion}
+BuildRequires:  xfconf-devel >= %{xfceversion}
+BuildRequires:  desktop-file-utils, gettext, intltool
+Requires:       tumbler
+
+%description
+Ristretto is a fast and lightweight image-viewer for the Xfce desktop 
+environment.
+
+%description -l de
+Ristretto ist ein schneller und leichtgewichtiger Bildbetrachter für die Xfce
+Desktop-Umgebung.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+%find_lang %{name}
+desktop-file-install \
+        --dir %{buildroot}%{_datadir}/applications \
+        --add-mime-type=image/x-bmp \
+        --add-mime-type=image/x-png \
+        --add-mime-type=image/x-pcx \
+        --add-mime-type=image/x-tga \
+        --add-mime-type=image/xpm \
+        --delete-original \
+        %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+%clean
+rm -rf %{buildroot}
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+update-desktop-database &> /dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+update-desktop-database &> /dev/null || :
+
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog README
+%{_bindir}/%{name}
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/applications/*%{name}.desktop
+%{_datadir}/icons/hicolor/*/*/*
+
+
+%changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.0-1
+- Initial build for Vine Linux
+
+* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.3-7
+- Rebuilt for Fedora 23 Change
+  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
+
+* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed May 01 2013 Jon Ciesla <limburgher@gmail.com> - 0.6.3-3
+- Drop desktop vendor tag.
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Tue Jan 01 2013 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.3-1
+- Update to 0.6.3 (#891037)
+
+* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sun Apr 29 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0
+- Update to 0.6.0
+
+* Fri Apr 27 2012 Kevin Fenzi <kevin@scrye.com> - 0.3.7-1
+- Update to 0.3.7
+
+* Wed Apr 04 2012 Kevin Fenzi <kevin@scrye.com> - 0.3.6-2
+- Rebuild for Xfce 4.10
+
+* Tue Apr 03 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-1
+- Update to 0.3.6
+- Add VCS key
+
+* Sat Mar 03 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-1
+- Update to 0.3.5
+
+* Sat Jan 28 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.4-1
+- Update to 0.3.4
+
+* Sat Jan 14 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
+- Update to 0.3.2
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Nov 08 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-2
+- Require tumbler for thumbnail generation
+
+* Sun Nov 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0
+
+* Sun Nov 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3 (fixes #750657)
+
+* Sat Oct 29 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
+* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
+- Rebuilt for glibc bug#747377
+
+* Sun Oct 23 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.1-1
+- Update to 0.2.1
+
+* Tue Oct 18 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
+* Sun Oct 09 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+- Drop DSO patch, fixed upstream
+
+* Thu Oct 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-1
+- Update to 0.1.0
+
+* Wed Aug 16 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.93-2
+- Fix two major memory leaks (bugzilla.xfce.org #7882)
+
+* Thu Mar 03 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.93-1
+- Update to 0.0.93 (fixes #542141 and #679808)
+- No longer require xfce4-doc
+- Run update-desktop-database in %%post and %%postun
+
+* Wed Feb 09 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.91-2
+- BR xfconf-devel to fix build after Xfce 4.8 update
+
+* Tue Jul 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.91-1
+- Update to 0.0.91 (Development release for next major version)
+- Require xfce4-doc for directory ownership of the nex docs
+
+* Wed Feb 17 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.22-3
+- Add patch to fix DSO linking (#565114)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri May 15 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.22-1
+- Update to 0.0.22
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.21-1
+- Update to 0.0.21
+- Remove marshaller fix, included upstream now
+
+* Tue Jul 01 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.20-2
+- Add patch to fix x86_64 bit bug caused by a wrong marshaller (#351531)
+
+* Sat May 24 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.20-1
+- Update to 0.0.20
+
+* Sat May 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.19-1
+- Update to 0.0.19
+
+* Sat Apr 05 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.18-1
+- Update to 0.0.18
+
+* Wed Feb 17 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.17-1
+- Update to 0.0.17
+
+* Wed Jan 30 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.16-1
+- Update to 0.0.16
+
+* Mon Dec 03 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.15-1
+- Update to 0.0.15
+
+* Mon Dec 03 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.14-1
+- Update to 0.0.14
+
+* Mon Nov 26 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.13-1
+- Update to 0.0.13
+
+* Wed Nov 21 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.12-2
+- Try manual_adjustments.patch
+
+* Tue Nov 20 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.12-1
+- Update to 0.0.12
+
+* Wed Nov 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.11-1
+- Update to 0.0.11
+- BuildRequire dbus-glib-devel
+
+* Sat Nov 03 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.10-1
+- Update to 0.0.10
+- Add more mimetypes: tiff, x-bmp, x-png, x-pcx, x-tga and xpm
+- Correct build requirements
+
+* Fri Oct 19 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.9-1
+- Update to 0.0.9
+
+* Sun Oct 14 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.8-1
+- Update to 0.0.8
+
+* Sun Sep 30 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.7-1
+- Update to 0.0.7
+
+* Sun Sep 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.4-1
+- Update to 0.0.4
+
+* Wed Sep 05 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-1
+- Initial RPM package

+ 6 - 2
t/thunar-archive-plugin/thunar-archive-plugin-vl.spec

@@ -1,7 +1,8 @@
 Name: 		thunar-archive-plugin
 Summary:        Adds archive operations to the Thunar file context menus
+Summary(ja):    Thunar のコンテキストメニューにアーカイブ操作を追加するプラグイン
 Version:        0.3.1
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -10,7 +11,6 @@ URL: 		http://goodies.xfce.org/projects/thunar-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/thunar-plugins/%{name}/0.3/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  Thunar-devel >= 0.4.0
 BuildRequires:  libexo-devel >= 0.5.0
 BuildRequires:  libxfce4util-devel >= 4.6.0
@@ -67,6 +67,10 @@ fi
 
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
+- rebuilt with libxfce4util 4.12.1
+- added Japanese summary
+
 * Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-1
 - updated to 0.3.1
 

+ 7 - 3
t/thunar-media-tags-plugin/thunar-media-tags-plugin-vl.spec

@@ -1,7 +1,8 @@
 Name: 		thunar-media-tags-plugin
-Summary:        Adds ID3/OGG tag support to the Thunar bulk rename dialog
 Version:        0.2.1
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
+Summary:        Adds ID3/OGG tag support to the Thunar bulk rename dialog
+Summary(ja):    Thunar のバルクリネームで ID3/Ogg タグのサポートを追加するプラグイン
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -10,7 +11,6 @@ URL: 		http://goodies.xfce.org/projects/thunar-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/thunar-plugins/%{name}/0.2/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  Thunar-devel >= 1.0.1
 BuildRequires:  gtk2-devel >= 2.12.0
 BuildRequires:  libexo-devel >= 0.5.0
@@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-2
+- rebuilt with libxfce4util 4.12.1
+- added Japanese summary
+
 * Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-1
 - updated to 0.2.1
 

+ 7 - 3
t/thunar-vcs-plugin/thunar-vcs-plugin-vl.spec

@@ -1,7 +1,8 @@
 Name: 		thunar-vcs-plugin
-Summary:        Version Contol System plugin for Thunar
 Version:        0.1.4
-Release: 	2%{?_dist_release}
+Release: 	3%{?_dist_release}
+Summary:        Version Contol System plugin for Thunar
+Summary(ja):    Thunar 用のバージョン管理システムプラグイン
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -10,7 +11,6 @@ URL: 		http://goodies.xfce.org/projects/thunar-plugins/%{name}
 Source0: 	http://archive.xfce.org/src/thunar-plugins/%{name}/0.1/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-
 BuildRequires:  Thunar-devel >= 0.4.0
 BuildRequires:  libexo-devel >= 0.5.0
 BuildRequires:  libxfce4util-devel >= 4.8.0
@@ -71,6 +71,10 @@ fi
 
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.4-3
+- rebuilt with libxfce4util 4.12.1
+- added Japanese summary
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-2
 - rebuild with VineSeed environment
 

+ 27 - 17
x/xarchiver/xarchiver-vl.spec

@@ -1,12 +1,12 @@
 Name:           xarchiver
-Version:        0.5.2
-Release:        6%{?_dist_release}
+Version:        0.5.4
+Release:        1%{?_dist_release}
 Summary:        Archive manager for Xfce
-Summary(ja):    Xfce のアーカイブマネージャ
+Summary(ja):    Xfce のアーカイブマネージャ
 
 Group:          Applications/Archiving
 License:        GPLv2+
-URL:            http://xarchiver.xfce.org/
+URL:            http://xarchiver.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/xarchiver/xarchiver-%{version}.tar.bz2
 
 Patch0:         xarchiver-0.5.2-no-donators-menu.patch
@@ -34,11 +34,17 @@ Patch6:         xarchiver-0.5.2-drag-n-drop_escaped_path.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  gtk2-devel, libxml2-devel, gettext, desktop-file-utils
-BuildRequires:  glib2-devel >= 2.10.0 intltool >= 0.31 libtool
-#BuildRequires:  xfce4-dev-tools >= 4.3.90.2
-Requires:       binutils, bzip2, cpio, gzip, xdg-utils, tar, unzip, zip
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  glib2-devel >= 2.10.0
+BuildRequires:  gtk2-devel >= 2.10
+BuildRequires:  intltool >= 0.31
+BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+Requires:       unarj, binutils, bzip2, cpio, gzip, xdg-utils, tar, unzip, zip
 
+# is it useful?
+Requires:       thunar-archive-plugin
 
 %description
 Xarchiver is a lightweight GTK2 only frontend for manipulating 7z, bzip2, 
@@ -51,19 +57,18 @@ archives in the 7z, rar, and zip formats are supported.
 %setup -q
 # fix spurious executable permissions of some debug files
 chmod -x src/mime.*
-%patch0 -p2 -b .no-donators-menu
-%patch1 -p1 -b .default-archive-format
-%patch2 -p1 -b .add_xz_support
-%patch3 -p1 -b .rpm2cpio
-%patch4 -p1 -b .segfault-open-with
-%patch5 -p1 -b .fix_7z_support
-%patch6 -p1 -b .drag-n-drop_escaped
+#patch0 -p2 -b .no-donators-menu
+#patch1 -p1 -b .default-archive-format
+#patch2 -p1 -b .add_xz_support
+#patch3 -p1 -b .rpm2cpio
+#patch4 -p1 -b .segfault-open-with
+#patch5 -p1 -b .fix_7z_support
+#patch6 -p1 -b .drag-n-drop_escaped
 
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -91,7 +96,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/%{name}/{AUTHORS,COPYING,ChangeLog,NEWS,README,TODO
 %post
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 update-desktop-database &> /dev/null || :
 
@@ -123,6 +128,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.5.4-1
+- updated to 0.5.4
+- dropt patches
+- added R: thunar-archive-plugin
+
 * Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-6
 - added patch6 from Fedora development
 

+ 21 - 18
x/xfburn/xfburn-vl.spec

@@ -1,31 +1,29 @@
 Name:           xfburn
+Version:        0.5.2
+Release:        1%{?_dist_release}
 Summary:        An easy to use CD/DVD burning program
 Summary(ja):    簡単に使える CD/DVD 焼き込みプログラム
-Version:        0.4.3
-Release:        1%{?_dist_release}
 
 License:        GPLv2+
 Group:          Applications/Multimedia
 URL:            http://goodies.xfce.org/projects/applications/%{name}
 
-Source0:        http://archive.xfce.org/src/apps/%{name}/0.4/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
 Source1:	xfburn-autogen.sh
 Source2:	xfburn-icons.tar.xz
 
-Patch0:		xfburn-0.4.3-git20120604.patch
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-
+BuildRequires:	dbus-glib-devel >= 0.34
 BuildRequires:	desktop-file-utils
-BuildRequires:	libburn-devel >= 0.4.2
-BuildRequires:	libisofs-devel >= 0.6.2
-BuildRequires:	libxfcegui4-devel >= 4.4.0
+BuildRequires:  eudev-libgudev1-devel
+BuildRequires:	gstreamer-plugins-base-devel
 BuildRequires:	gtk2-devel >= 2.10.0
+BuildRequires:	libburn-devel >= 0.4.2
 BuildRequires:	libexo-devel >= 0.3.4
-BuildRequires:	thunar-vfs-devel >= 0.3.0
-BuildRequires:	dbus-glib-devel >= 0.34
-BuildRequires:	gstreamer-plugins-base-devel
-BuildRequires:	xfce4-dev-tools
+BuildRequires:	libisofs-devel >= 0.6.2
+BuildRequires:	libxfce4ui-devel >= 4.8.0
+#BuildRequires:	thunar-vfs-devel >= 0.3.0
+#BuildRequires:	xfce4-dev-tools
 
 Requires(post,postun):	desktop-file-utils
 
@@ -43,13 +41,12 @@ A plugin for the Xfce panel is also available.
 
 %prep
 %setup -q
-%patch0 -p1 -b .git
 
 %build
-cp %{SOURCE1} autogen.sh
-tar xJf %{SOURCE2}
-mv configure.in configure.in.in
-NOCONFIGURE=1 ./autogen.sh
+#cp %{SOURCE1} autogen.sh
+#tar xJf %{SOURCE2}
+#mv configure.in configure.in.in
+#NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -90,6 +87,12 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_mandir}/man1/xfburn.1.gz
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.2-1
+- updated to 0.5.2
+- dropt Patch0
+- added BR: udev-libgudev1-devel
+- added BR: libxfce4ui-devel instead of libxfcegui4-devel
+
 * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
 - initial build for Vine Linux
 

+ 7 - 3
x/xfce4-appfinder/xfce4-appfinder-vl.spec

@@ -2,7 +2,7 @@ Summary: 	Appfinder for the Xfce Desktop Environment
 Summary(ja): 	Xfce デスクトップ環境用のアプリケーションファインダー
 Name: 		xfce4-appfinder
 Version: 	4.12.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -13,7 +13,7 @@ Source0: 	http://archive.xfce.org/src/xfce/%{name}/4.12/%{name}-%{version}.tar.b
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  garcon-devel >= 0.3.0
 BuildRequires:  glib2-devel >= 2.30.0
-BuildRequires:  gtk2-devel >= 2.24.0
+BuildRequires:  gtk3-devel >= 3.2.0
 BuildRequires: 	libxfce4ui-devel >= 4.10.0
 BuildRequires: 	libxfce4util-devel >= 4.10.0
 BuildRequires: 	xfconf-devel >= 4.10.0
@@ -29,7 +29,7 @@ xfce-appfinder shows system wide installed applications
 %setup -q
 
 %build
-%configure --enable-silent-rules
+%configure --enable-silent-rules --enable-gtk3
 make %{?_smp_mflags}
 
 %install
@@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.12.0-2
+- enabled gtk3 support
+- changed BR: gtk3-devel instead gtk2-devel
+
 * Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.12.0-1
 - new upstream release
 - removed BR: dbus-glib-devel

+ 4 - 1
x/xfce4-dict/xfce4-dict-vl.spec

@@ -2,7 +2,7 @@ Name:           xfce4-dict
 Summary:        Dictionary services for Xfce
 Summary(ja):    Xfce の辞書サービス
 Version:        0.7.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 License:        GPLv2+
 Group:          Applications/Accessories
@@ -83,6 +83,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_mandir}/man1/xfce4-dict.1.gz
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.0-3
+- rebuilt with libxfce4util 4.12.1
+
 * Thu Feb  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.0-2
 - fixed %%post script
 - moved to Applications/Accessories Group

+ 4 - 1
x/xfce4-mixer/xfce4-mixer-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-mixer
 Summary: 	Volume control application for the Xfce desktop environment
 Summary(ja): 	Xfce デスクトップ環境向けボリューム調整アプリケーション
 Version: 	4.10.0
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sat Sep  6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-1
 - updated to 4.10.0
 - added BR unique-devel

+ 5 - 3
x/xfce4-notifyd/xfce4-notifyd-vl.spec

@@ -1,8 +1,8 @@
 Name:           xfce4-notifyd
 Summary:        Notification daemon for Xfce
-Summary(ja):    Xfce 用通知デーモン
+Summary(ja):    Xfce 用通知デーモン
 Version:        0.2.4
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 License:        GPLv2+
 Group:          User Interface/Desktops
@@ -11,7 +11,6 @@ URL:            http://goodies.xfce.org/projects/applications/%{name}
 Source0:        http://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
-
 BuildRequires: desktop-file-utils
 BuildRequires: dbus-devel >= 1.0.0
 BuildRequires: dbus-glib-devel >= 0.72
@@ -91,6 +90,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_mandir}/man1/xfce4-notifyd-config.1.gz
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.4-2
+- rebuilt with libxfce4util 4.12.1
+
 * Sat Sep 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.4-1
 - updated to 0.2.4
 

+ 10 - 5
x/xfce4-screenshooter/xfce4-screenshooter-vl.spec

@@ -1,8 +1,8 @@
 Name:           xfce4-screenshooter
 Summary:        Screen capture tool for Xfce
 Summary(ja):    Xfce のスクリーンキャプチャツール
-Version:        1.8.1
-Release:        2%{?_dist_release}
+Version:        1.8.2
+Release:        1%{?_dist_release}
 
 License:        GPLv2+
 Group:          User Interface/Desktops
@@ -19,6 +19,7 @@ BuildRequires: xfce4-panel-devel >= 4.4.0
 BuildRequires: gtk2-devel >= 2.16.0
 BuildRequires: libsoup-devel >= 2.26.0
 BuildRequires: libexo-devel >= 0.5.0
+BuildRequires: libxml2-devel >= 2.4.0
 BuildRequires: libXext-devel >= 1.0.0
 BuildRequires: libXfixes-devel >= 4.0.0
 BuildRequires: libSM-devel
@@ -54,7 +55,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 desktop-file-install \
 	--add-category="X-XFCE" \
 	--delete-original \
-	--dir=%{buildroot}%{_datadir}/applications \
+	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-screenshooter.desktop
 
 %find_lang %{name}
@@ -81,14 +82,18 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %doc AUTHORS ChangeLog NEWS TODO COPYING
 %{_bindir}/xfce4-screenshooter
 %{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.so*
+%{_datadir}/appdata/xfce4-screenshooter.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*
-%{_datadir}/xfce4/doc/ast
 %{_datadir}/xfce4/panel/plugins/screenshooter.desktop
-%{_docdir}/%{name}
 %{_mandir}/man1/xfce4-screenshooter.1.gz
 
 %changelog
+* Sat Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.8.2-1
+- new upstream release
+- built with libxfce4util 4.12.1
+- added BR: libxml2-devel
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.8.1-2
 - rebuild with VineSeed environment
 

+ 23 - 10
x/xfce4-taskmanager/xfce4-taskmanager-vl.spec

@@ -1,22 +1,24 @@
 Name:           xfce4-taskmanager
+Version:        1.1.0
+Release:        1%{?_dist_release}
 Summary:        Task Manager for Xfce
 Summary(ja):    Xfce タスクマネージャー
-Version:        1.0.1
-Release:        1%{?_dist_release}
 
 License:        GPLv2+
 Group:          User Interface/Desktops
 URL:            http://goodies.xfce.org/projects/applications/xfce4-taskmanager
 
-Source0:        http://archive.xfce.org/src/apps/%{name}/1.0/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/apps/%{name}/1.1/%{name}-%{version}.tar.bz2
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
-
-BuildRequires: desktop-file-utils
-BuildRequires: gtk2-devel >= 2.12.0
 BuildRequires: cairo-devel >= 1.5.0
-BuildRequires: libwnck-devel >= 2.0
+BuildRequires: desktop-file-utils
+BuildRequires: gtk2-devel >= 2.14.0
+BuildRequires: gtk3-devel >= 3.2.0
+BuildRequires: libwnck3-devel >= 3.2.0
 
+Requires:      xfce4-appfinder
+Requires:      xfce4-terminal
 Requires(post,postun):	desktop-file-utils
 
 Vendor:		Project Vine
@@ -35,7 +37,13 @@ Xfce デスクトップ環境向けのタスクマネージャーです.
 %setup -q
 
 %build
-%configure --enable-silent-rules --disable-static --disable-gksu
+%configure \
+    --enable-silent-rules \
+    --disable-static \
+    --enable-gtk3 \
+    --enable-wnck3 \
+    --disable-gksu 
+    
 make %{?_smp_mflags}
 
 
@@ -46,8 +54,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 desktop-file-install \
 	--add-category="X-XFCE" \
 	--delete-original \
-	--dir=%{buildroot}%{_datadir}/applications \
-        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-taskmanager.desktop
+	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
+        $RPM_BUILD_ROOT%{_datadir}/applications/xfce4-taskmanager.desktop
 
 %find_lang %{name}
 
@@ -69,6 +77,11 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_datadir}/applications/xfce4-taskmanager.desktop
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.0-1
+- updated to 1.1.0
+- built with gtk3 and libwnck3
+- added R: xfce4-appfinder and xfce4-terminal
+
 * Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-1
 - updated to 1.0.1
 

+ 5 - 2
x/xfce4-terminal/xfce4-terminal-vl.spec

@@ -1,8 +1,8 @@
 Summary: modern terminal emulator for Xfce
-Summary(ja): Xfce用のターミナルエミュレータ
+Summary(ja): Xfce 用のターミナルエミュレータ
 Name: xfce4-terminal
 Version: 0.6.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: User Interface/Desktops
 License: GPL
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/man1/xfce4-terminal.1*
 
 %changelog
+* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.3-2
+- rebuilt with libxfce4util 4.12.1
+
 * Fri Aug 29 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.3-1
 - new upstream release
 - changed package name