Browse Source

0.2.9 に更新

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2280 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 13 years ago
parent
commit
85a92b7662
1 changed files with 22 additions and 4 deletions
  1. 22 4
      w/windowapplets/windowapplets-vl.spec

+ 22 - 4
w/windowapplets/windowapplets-vl.spec

@@ -1,20 +1,26 @@
 %define	domain_name	windowutils
 
+%define build_vine5 0
+%if "%{?_dist_release}" == "vl5"
+%define build_vine5 1
+%endif
+
 Summary:	Gnome panel applet for maximized window title lbar
 Summary(ja): 	最大化したウィンドウのタイトルバー用 GNOME パネルアプレット
 Name:		windowapplets
-Version:	0.2.7
-Release: 	2%{?_dist_release}
+Version:	0.2.9
+Release: 	1%{?_dist_release}
 Source0:	103732-gnome-window-applets-%{version}.tar.gz
 Source1:	windowapplets-0.2.5-ja.po
-Patch0:		windowapplets-metacity-notitlebar.patch
+Patch0:		windowapplets-0.2.9-metacity-notitlebar.patch
 Patch1:		windowapplets-0.2.5-locale-dir-fix.patch
 Patch2:		windowapplets-0.2.7-exclude-decorate.patch
+Patch3:		windowapplets-0.2.9-gtk216.patch
 License:	GPLv3
 Group:		User Interface/Desktops
 URL:		http://gnome-look.org/content/show.php?content=103732
 
-BuildRequires:	libwnck-devel gnome-panel gnome-applets
+BuildRequires:	libwnck-devel gnome-panel-devel gnome-applets
 BuildRequires:	GConf2-devel libbonoboui-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -39,6 +45,10 @@ This package contains these applets:
 %patch1 -p1 -b .locale-fix
 %patch2 -p1 -b .exclude-decorate
 
+%if %{build_vine5}
+%patch3 -p1 -b .gtk216
+%endif
+
 %build
 %configure --disable-schemas-install
 %{__make} %{?_smp_mflags}
@@ -98,6 +108,14 @@ fi
 
 
 %changelog
+* Sat Dec 04 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.2.9-1
+- new upstream release
+- update Patch0
+  - fit to updated source code
+  - check current window manager and switch logic to hide title bar
+    on maximized window (use this hack except compiz)
+-  add Patch3: make compilable < gtk+-2.18
+
 * Sun Jul 25 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.2.7-2
 - add Patch2 to exclude specific apps for window decoration
   (but now support guake only)