Browse Source

xorg-x11-xinit 1.3.4-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10990 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
832a057ace
2 changed files with 8 additions and 4 deletions
  1. 3 0
      x/xorg-x11-xinit/Xclients
  2. 5 4
      x/xorg-x11-xinit/xorg-x11-xinit-vl.spec

+ 3 - 0
x/xorg-x11-xinit/Xclients

@@ -34,6 +34,9 @@ if [ -f $HOME/.wm_style ] ; then
 	startlxde*|lxde*|LXDE*)
 	    startWM lxde startlxde
 	    ;;
+	startmate*|mate*|MATE*)
+	    startWM Mate mate-session
+	    ;;
 	wmaker*|WindowMaker*)
 	    startWM WindowMaker RunWM --WindowMaker
 	    ;;

+ 5 - 4
x/xorg-x11-xinit/xorg-x11-xinit-vl.spec

@@ -4,7 +4,7 @@ Summary:     X.Org X11 X Window System xinit startup scripts
 Summary(ja): X.Org X11 X ウィンドウシステム xinit スタートアップスクリプト
 Name:      xorg-x11-%{pkgname}
 Version:   1.3.4
-Release:   1%{?_dist_release}
+Release:   2%{?_dist_release}
 License:   MIT/X11
 Group:     User Interface/X
 URL:       http://www.x.org
@@ -71,9 +71,6 @@ X.Org X11 X Window System の xinit スタートアップ・スクリプト
 Summary: Display manager support for ~/.xsession and ~/.Xclients
 Group: User Interface/X
 
-%description
-X.Org X11 X Window System xinit startup scripts
-
 %description session
 Allows legacy ~/.xsession and ~/.Xclients files to be used from display managers
 
@@ -149,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xsessions/xinit-compat.desktop
 
 %changelog
+* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.3.4-2
+- update Source12: [BTS:0003071]
+ - add MATE
+
 * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
 - new upstream release
 - update Patch1 (xinit-1.3.4-client-session.patch)