[arch-commits] Commit in lightdm/trunk (PKGBUILD Xsession)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 28 07:29:59 UTC 2015
Date: Tuesday, April 28, 2015 @ 09:29:59
Author: alucryd
Revision: 132367
FS#44746: lightdm 1:1.14.0-2
Modified:
lightdm/trunk/PKGBUILD
lightdm/trunk/Xsession
----------+
PKGBUILD | 4 ++--
Xsession | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-28 07:19:17 UTC (rev 132366)
+++ PKGBUILD 2015-04-28 07:29:59 UTC (rev 132367)
@@ -5,7 +5,7 @@
pkgbase=lightdm
pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
pkgver=1.14.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='A lightweight display manager'
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
'ed3dca57ef19d32499b72668bc78eaff0d9e772718b76f3816c5ee5f816b1891'
- '4d5674906742200b3c171f978457e943560f2c10a2b9156fcd44da3796d185a2')
+ 'cd7a789116087e4a92a6df8ec03b3f7df3955e2bca1db60df0cfd4a42258e831')
prepare() {
cd lightdm-${pkgver}
Modified: Xsession
===================================================================
--- Xsession 2015-04-28 07:19:17 UTC (rev 132366)
+++ Xsession 2015-04-28 07:29:59 UTC (rev 132367)
@@ -16,7 +16,7 @@
for file in "/etc/X11/Xresources" "$HOME/.Xresources"; do
if [ -f "$file" ]; then
echo "Loading resource: $file"
- xrdb -nocpp -merge "$file"
+ xrdb -merge "$file"
fi
done
More information about the arch-commits
mailing list