packages: xinitrc-ng/xinitrc-ng.spec, xinitrc-ng/xinitrc-ng-profile.patch (...

baggins baggins at pld-linux.org
Wed Feb 23 14:24:33 CET 2011


Author: baggins                      Date: Wed Feb 23 13:24:33 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 9
- load /etc/profile on session startup (needed for example if someone
  wants to set up environment via /etc/env.d)

---- Files affected:
packages/xinitrc-ng:
   xinitrc-ng.spec (1.24 -> 1.25) , xinitrc-ng-profile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xinitrc-ng/xinitrc-ng.spec
diff -u packages/xinitrc-ng/xinitrc-ng.spec:1.24 packages/xinitrc-ng/xinitrc-ng.spec:1.25
--- packages/xinitrc-ng/xinitrc-ng.spec:1.24	Mon Feb  1 13:13:28 2010
+++ packages/xinitrc-ng/xinitrc-ng.spec	Wed Feb 23 14:24:28 2011
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8):	Domyślne skrypty startowe X Window System
 Name:		xinitrc-ng
 Version:	0.8
-Release:	8
+Release:	9
 License:	GPL
 Group:		X11
 Source0:	ftp://ftp.pld-linux.org/software/xinitrc-ng/%{name}-%{version}.tar.bz2
 # Source0-md5:	30760456eb96b5dea9fadcb7075e90f3
+Patch0:		%{name}-profile.patch
 Requires:	/bin/sh
 Requires:	which
 Requires:	xorg-app-twm
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -55,6 +57,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2011/02/23 13:24:28  baggins
+- rel 9
+- load /etc/profile on session startup (needed for example if someone
+  wants to set up environment via /etc/env.d)
+
 Revision 1.24  2010/02/01 12:13:28  glen
 - R xmodmap; rel 8
 

================================================================
Index: packages/xinitrc-ng/xinitrc-ng-profile.patch
diff -u /dev/null packages/xinitrc-ng/xinitrc-ng-profile.patch:1.1
--- /dev/null	Wed Feb 23 14:24:34 2011
+++ packages/xinitrc-ng/xinitrc-ng-profile.patch	Wed Feb 23 14:24:28 2011
@@ -0,0 +1,11 @@
+--- xinitrc-ng-0.8/xinitdefs~	2004-05-06 02:47:06.000000000 +0200
++++ xinitrc-ng-0.8/xinitdefs	2011-02-23 14:21:48.237384554 +0100
+@@ -2,6 +2,8 @@
+ # Standard actions for any xsession
+ #
+ 
++[ -f /etc/profile ] && . /etc/profile
++[ -f $HOME/.profile ] && . $HOME/.profile
+ # Anybody use this?
+ [ -f /etc/xprofile ] && . /etc/xprofile
+ [ -f $HOME/.xprofile ] && . $HOME/.xprofile
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xinitrc-ng/xinitrc-ng.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list