Browse Source

add Patch

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9630 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 8 years ago
parent
commit
3d8c8236aa
1 changed files with 6 additions and 1 deletions
  1. 6 1
      g/gnome-shell/gnome-shell-vl.spec

+ 6 - 1
g/gnome-shell/gnome-shell-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 3.16.2
-%define pkg_release 2%{?_dist_release}
+%define pkg_release 3%{?_dist_release}
 
 Summary:	Window management and application launching for GNOME
 Summary(ja):	GNOME 上でウィンドウの管理及びアプリケーションの起動を行うインターフェース
@@ -12,6 +12,7 @@ Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.
 Patch101:	gnome-shell-3.14.1-vine-settings.patch
 Patch102:	gnome-shell-3.16.0-revert-loginManager.patch
 Patch103:	gnome-shell-3.16.2-disable-packagekit.patch
+Patch104:	gnome-shell-3.16.2-vine-themes.patch
 
 License:	GPLv2+
 Group:		User Interface/Desktops
@@ -95,6 +96,7 @@ This package contains documentation for %{name}.
 %patch101 -p1 -b .vine
 %patch102 -p1 -b .vine
 %patch103 -p1 -b .vine
+%patch104 -p1 -b .vine
 
 %build
 %configure \
@@ -175,6 +177,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-3
+- add Patch104 (gnome-shell-3.16.2-vine-themes.patch)
+
 * Sun May 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-2
 - add Patch103 (gnome-shell-3.16.2-disable-packagekit.patch)