Browse Source

2014-09-15 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* gtk-xfcc-engine, mousepad, thunar-archive-plugin
	  thunar-media-tags-plugin, xfce4-dict, xfce4-notifyd
	  xfce4-taskmanager: update
	  


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

+ 8 - 5
g/gtk-xfce-engine/gtk-xfce-engine-vl.spec

@@ -2,21 +2,21 @@
 
 Name: 		gtk-xfce-engine
 Summary: 	Port of xfce engine to GTK+-2.0 and GTK+-3.0
-Version: 	3.0.0
-Release: 	2%{?_dist_release}
+Version: 	3.0.1
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv3
 URL: 		http://www.xfce.org/
 
-Source0:	http://www.xfce.org/archive/xfce-4.4.1/src/%{name}-%{version}.tar.bz2
+Source0:	http://archive.xfce.org/src/xfce/%{name}/%{name}-%{version}.tar.bz2
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-BuildRequires: 	glib2-devel >= 2.18.0
+BuildRequires: 	glib2-devel >= 2.24.0
 BuildRequires: 	gtk2-devel >= 2.20.0
 BuildRequires: 	gtk3-devel >= 3.2.0
 BuildRequires:  pkgconfig
-Requires:	glib2 >= 2.18.0
+Requires:	glib2 >= 2.24.0
 Requires:	gtk2 >= 2.20.0
 Requires:	gtk3 >= 3.2.0
 
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Sep 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.0.1-1
+- new upstream release
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-2
 - rebuild with VineSeed environment
 

+ 26 - 18
m/mousepad/mousepad-vl.spec

@@ -1,38 +1,42 @@
-Summary: 	A simple text editor for XFce
-Summary(ja): 	XFce 向けのシンプルなテキストエディタ
 Name: 		mousepad
-Version: 	0.2.16
-Release: 	4%{?_dist_release}
+Summary: 	A simple text editor for Xfce desltop environment
+Summary(ja): 	Xfce デスクトップ環境向けのシンプルなテキストエディタ
+Version: 	0.3.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
 
-License: GPL
-Group: 		Applications/Editors
-
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-BuildRequires: 	gtk2-devel >= 2.6.0
-BuildRequires:  libxfcegui4-devel >= 4.6.0
+BuildRequires: 	dbus-glib-devel >= 0.34
+BuildRequires: 	glib2-devel >= 2.12.0
+BuildRequires: 	gtk2-devel >= 2.18.0
+BuildRequires: 	gtksourceview2-devel 
+BuildRequires:  libxfce4ui-devel >= 4.6.0
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
 %description
-Mousepad is a text editor for XFce based on Leafpad. The initial reason for
-Mousepad was to provide printing support, which would have been difficult
-for Leafpad for various reasons.
+Mousepad aims to be an easy-to-use and fast editor. Our target is an
+editor for quickly editing text files, not a development environment
+or an editor with a huge bunch of plugins.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#patch0 -p1
+#patch1 -p1
 
 %build
-%configure
-make
+%configure --enable-silent-rules
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/*.cache
 
@@ -52,9 +56,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/mousepad
 %{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/*.png
+#{_datadir}/pixmaps/*.png
 
 %changelog
+* Sat Sep 13 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.0-1
+- updated to 0.3.0
+- dropped patch0 and patch1
+
 * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.16-4
 - rebuild with Xfce-4.10.0
 

+ 7 - 4
t/thunar-archive-plugin/thunar-archive-plugin-vl.spec

@@ -1,7 +1,7 @@
 Name: 		thunar-archive-plugin
 Summary:        Adds archive operations to the Thunar file context menus
-Version:        0.3.0
-Release: 	2%{?_dist_release}
+Version:        0.3.1
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -13,11 +13,11 @@ BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  Thunar-devel >= 0.4.0
 BuildRequires:  libexo-devel >= 0.5.0
-BuildRequires:  libxfce4util-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.6.0
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, inagaki
 
 
 %description
@@ -67,6 +67,9 @@ fi
 
 
 %changelog
+* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-1
+- updated to 0.3.1
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-2
 - rebuild with VineSeed environment
 

+ 9 - 6
t/thunar-media-tags-plugin/thunar-media-tags-plugin-vl.spec

@@ -1,7 +1,7 @@
 Name: 		thunar-media-tags-plugin
 Summary:        Adds ID3/OGG tag support to the Thunar bulk rename dialog
-Version:        0.2.0
-Release: 	2%{?_dist_release}
+Version:        0.2.1
+Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -11,14 +11,14 @@ Source0: 	http://archive.xfce.org/src/thunar-plugins/%{name}/0.2/%{name}-%{versi
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  Thunar-devel >= 0.4.0
-BuildRequires:  libexo-devel >= 0.3.1.3
-BuildRequires:  thunar-vfs-devel >= 0.4.0
+BuildRequires:  Thunar-devel >= 1.0.1
+BuildRequires:  gtk2-devel >= 2.12.0
+BuildRequires:  libexo-devel >= 0.5.0
 BuildRequires:  taglib-devel >= 1.4
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, inagaki
 
 
 %description
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-1
+- updated to 0.2.1
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
 - rebuild with VineSeed environment
 

+ 12 - 9
x/xfce4-dict/xfce4-dict-vl.spec

@@ -1,8 +1,8 @@
 Name:           xfce4-dict
 Summary:        Dictionary services for Xfce
 Summary(ja):    Xfce の辞書サービス
-Version:        0.6.0
-Release:        2%{?_dist_release}
+Version:        0.7.0
+Release:        1%{?_dist_release}
 
 License:        GPLv2+
 Group:          User Interface/Desktops
@@ -28,7 +28,7 @@ Requires(post,postun):	desktop-file-utils
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, inagaki
 
 
 %description
@@ -42,12 +42,12 @@ program like aspell, ispell or enchant.
 
 %prep
 %setup -q
-%patch0 -p1 -b .git
-%patch1 -p1 -b .ui
+#patch0 -p1 -b .git
+#patch1 -p1 -b .ui
 
 %build
-cp %{SOURCE1} autogen.sh
-NOCONFIGURE=1 ./autogen.sh
+#cp %{SOURCE1} autogen.sh
+#NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -64,7 +64,7 @@ desktop-file-install \
 	--dir=%{buildroot}%{_datadir}/applications \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-dict.desktop
 
-%find_lang %{name}-plugin
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +84,7 @@ fi
 update-desktop-database %{_datadir}/applications &> /dev/null || :
 
 
-%files -f %{name}-plugin.lang
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog NEWS COPYING
 %{_bindir}/xfce4-dict
@@ -95,6 +95,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_mandir}/man1/xfce4-dict.1.gz
 
 %changelog
+* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.0-1
+- updated to 0.7.0
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.0-2
 - rebuild with VineSeed environment
 

+ 14 - 9
x/xfce4-notifyd/xfce4-notifyd-vl.spec

@@ -1,8 +1,8 @@
 Name:           xfce4-notifyd
 Summary:        Notification daemon for Xfce
-Summary(ja):    Xfce 用 notification daemon
-Version:        0.2.2
-Release:        2%{?_dist_release}
+Summary(ja):    Xfce 用通知デーモン
+Version:        0.2.4
+Release:        1%{?_dist_release}
 
 License:        GPLv2+
 Group:          User Interface/Desktops
@@ -13,18 +13,20 @@ Source0:        http://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: desktop-file-utils
+BuildRequires: dbus-devel >= 1.0.0
+BuildRequires: dbus-glib-devel >= 0.72
+BuildRequires: gtk2-devel >= 2.14.0
+BuildRequires: libnotify-devel >= 0.7.0
 BuildRequires: libxfce4util-devel >= 4.4.0
 BuildRequires: libxfce4ui-devel >= 4.7.0
 BuildRequires: xfconf-devel >= 0.1
-BuildRequires: gtk2-devel >= 2.14.0
-BuildRequires: dbus-glib-devel >= 0.72
-BuildRequires: libnotify-devel >= 0.4.4
 
-Requires(post,postun):	desktop-file-utils
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, inagaki
 
 
 %description
@@ -40,7 +42,7 @@ interface.
 %setup -q
 
 %build
-%configure --disable-static
+%configure --enable-silent-rules --disable-static
 make %{?_smp_mflags}
 
 
@@ -89,6 +91,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_mandir}/man1/xfce4-notifyd-config.1.gz
 
 %changelog
+* Sat Sep 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.4-1
+- updated to 0.2.4
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-2
 - rebuild with VineSeed environment
 

+ 15 - 9
x/xfce4-taskmanager/xfce4-taskmanager-vl.spec

@@ -1,8 +1,8 @@
 Name:           xfce4-taskmanager
 Summary:        Task Manager for Xfce
-Summary(ja):    Xfce タスクマネージャー
-Version:        1.0.0
-Release:        2%{?_dist_release}
+Summary(ja):    Xfce タスクマネージャー
+Version:        1.0.1
+Release:        1%{?_dist_release}
 
 License:        GPLv2+
 Group:          User Interface/Desktops
@@ -14,25 +14,28 @@ BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: desktop-file-utils
 BuildRequires: gtk2-devel >= 2.12.0
-BuildRequires: cairo-devel >= 1.5
+BuildRequires: cairo-devel >= 1.5.0
 BuildRequires: libwnck-devel >= 2.0
 
 Requires(post,postun):	desktop-file-utils
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, inagaki
 
 
 %description
 Task Manager for Xfce.
 
+%description -l ja
+Xfce デスクトップ環境向けのタスクマネージャーです.
+
 
 %prep
 %setup -q
 
 %build
-%configure --disable-static
+%configure --enable-silent-rules --disable-static --disable-gksu
 make %{?_smp_mflags}
 
 
@@ -61,14 +64,17 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog NEWS TODO COPYING
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/xfce4-taskmanager
 %{_datadir}/applications/xfce4-taskmanager.desktop
 
 %changelog
-* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.9-2
+* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-1
+- updated to 1.0.1
+
+* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-2
 - rebuild with VineSeed environment
 
-* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.9-1
+* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-1
 - initial build for Vine Linux