[arch-commits] Commit in slim/trunk (PKGBUILD slim-1.3.6-default-path.patch)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 26 08:51:21 UTC 2017


    Date: Sunday, November 26, 2017 @ 08:51:20
  Author: foutrelis
Revision: 310937

upgpkg: slim 1.3.6-7

Specify correct default_path in /etc/slim.conf.

Added:
  slim/trunk/slim-1.3.6-default-path.patch
Modified:
  slim/trunk/PKGBUILD

-------------------------------+
 PKGBUILD                      |    5 ++++-
 slim-1.3.6-default-path.patch |   11 +++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-26 08:07:51 UTC (rev 310936)
+++ PKGBUILD	2017-11-26 08:51:20 UTC (rev 310937)
@@ -7,7 +7,7 @@
 
 pkgname=slim
 pkgver=1.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Desktop-independent graphical login manager for X11"
 arch=('x86_64')
 url="http://sourceforge.net/projects/slim.berlios/"
@@ -21,6 +21,7 @@
         slim-1.3.6-fix-libslim-libraries.patch
         slim-1.3.6-add-sessiondir.patch
         slim-1.3.6-systemd-session.patch
+        slim-1.3.6-default-path.patch
         slim.pam
         slim.logrotate)
 sha256sums=('21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df'
@@ -27,6 +28,7 @@
             '3dfa697f8c058390c7e02e7aba769475057ef8ddde945dc43b8cb7f9724dbda0'
             '0dffd53a69eb9033a67fad964df6fc150ee7a483e29d8eb8b559010fbd14e5fd'
             '900b7ffe723b741c05bcc0ca857f300a2131a0029c6532eb17be935451bf2c70'
+            '1e303eda65a06edc8c2d938ab0751ae7744effae48cc185fd27d3cc5b2561522'
             'b9a77a614c451287b574c33d41e28b5b149c6d2464bdb3a5274799842bca51a4'
             '5bf44748b5003f2332d8b268060c400120b9100d033fa9d35468670d827f6def')
 
@@ -39,6 +41,7 @@
   patch -Np1 -i ../slim-1.3.6-fix-libslim-libraries.patch
   patch -Np1 -i ../slim-1.3.6-add-sessiondir.patch
   patch -Np1 -i ../slim-1.3.6-systemd-session.patch
+  patch -Np1 -i ../slim-1.3.6-default-path.patch
 }
 
 build() {

Added: slim-1.3.6-default-path.patch
===================================================================
--- slim-1.3.6-default-path.patch	                        (rev 0)
+++ slim-1.3.6-default-path.patch	2017-11-26 08:51:20 UTC (rev 310937)
@@ -0,0 +1,11 @@
+diff -uprw slim-1.3.6.orig/slim.conf slim-1.3.6/slim.conf
+--- slim-1.3.6.orig/slim.conf	2017-11-26 09:54:56.774671269 +0200
++++ slim-1.3.6/slim.conf	2017-11-26 10:10:15.520730363 +0200
+@@ -1,6 +1,6 @@
+ # Path, X server and arguments (if needed)
+ # Note: -xauth $authfile is automatically appended
+-default_path        /bin:/usr/bin:/usr/local/bin
++default_path        /usr/local/bin:/usr/local/sbin:/usr/bin
+ default_xserver     /usr/bin/X
+ #xserver_arguments   -dpi 75
+ 



More information about the arch-commits mailing list