[arch-commits] Commit in xdm-archlinux/trunk (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 29 14:18:11 UTC 2018


    Date: Monday, October 29, 2018 @ 14:18:11
  Author: spupykin
Revision: 399428

upgpkg: xdm-archlinux 0.7-1

Modified:
  xdm-archlinux/trunk/PKGBUILD
  xdm-archlinux/trunk/Xresources
  xdm-archlinux/trunk/buttons
  xdm-archlinux/trunk/xdm-archlinux.install

-----------------------+
 PKGBUILD              |   10 +++++-----
 Xresources            |    8 ++++----
 buttons               |    6 +++---
 xdm-archlinux.install |    2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 13:58:08 UTC (rev 399427)
+++ PKGBUILD	2018-10-29 14:18:11 UTC (rev 399428)
@@ -3,7 +3,7 @@
 # Contributor: whompus
 
 pkgname=xdm-archlinux
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="An XDM setup that looks better than the defaults"
 arch=(any)
@@ -10,8 +10,8 @@
 license=('GPL')
 url="http://xorg.freedesktop.org"
 depends=('xorg-xdm' 'bash'
-	 'xorg-xmessage' 'xorg-xclock' 'xorg-xsetroot' 'xorg-xwininfo' 'xorg-xkill')
-optdepends=('systemd-sysvcompat: if you use systemd')
+	 'xorg-xmessage' 'xorg-xclock' 'xorg-xsetroot' 'xorg-xwininfo' 'xorg-xkill'
+	 'ttf-bitstream-vera' 'terminus-font')
 backup=(etc/X11/xdm/archlinux/Xsetup
 	etc/X11/xdm/archlinux/Xresources)
 install=xdm-archlinux.install
@@ -25,8 +25,8 @@
 sha256sums=('c79853a4fb674c505b8d542b19320eb6fcb0ec9e836b6fd986ba70691c93e370'
             '12720450ec5430e8c8875f75b8045b88cc8155e03fc97841c28eca5d278e102d'
             '7f9d62c29425f03f098d42b68d6d8bbd2335be6235a83f6142cfa4e9f8a4727a'
-            '642193b0f91265f726a6b1ce9cd8a0271f0d6df8544402c5ae709e7a89bbc980'
-            '09a51309824380e5c61ef06c3c5a4e9d76185ddd10a9668838141af1a8a0c084'
+            'a94c88acd9d277da093e910d6aebf6eccbf2aae4248fd9170fb1c4239fb87cf7'
+            '9edbf630b1748d188544117938f604de08173ea865d7e485de8ac99ec9d38ac0'
             '625087946ff746d87fde41da490dbd28bdc9c23c6ff25a915d2ea4b5ef08ebfd'
             'eb79a6bcb03c3909afea88ac63aba0464e6f07ae32ca29130b016dc0207f5a6a')
 

Modified: Xresources
===================================================================
--- Xresources	2018-10-29 13:58:08 UTC (rev 399427)
+++ Xresources	2018-10-29 14:18:11 UTC (rev 399428)
@@ -8,10 +8,10 @@
 xlogin*namePrompt:Username:\040
 xlogin*passwdPrompt:Password:\040
 xlogin*fail:incorrect
-xlogin*greetFace:Comic\040Sans\040MS-36
-xlogin*promptFace:Terminus-24:style=Bold
-xlogin*face:Terminus-20
-xlogin*failFace:Terminus-24:style=Bold
+xlogin*greetFace:Bitstream\040Vera\040Sans\040Mono-36:style=Bold
+xlogin*promptFace:xos4\040Terminus-24:style=Bold
+xlogin*face:xos4\040Terminus-20
+xlogin*failFace:xos4\040Terminus-24:style=Bold
 xlogin*shdColor:#223377
 xlogin*hiColor:#223377
 xlogin*inpColor: #223377

Modified: buttons
===================================================================
--- buttons	2018-10-29 13:58:08 UTC (rev 399427)
+++ buttons	2018-10-29 14:18:11 UTC (rev 399428)
@@ -4,12 +4,12 @@
 
 case "$?" in
 	101)
-		/sbin/reboot
+		/usr/bin/systemctl reboot
 		;;
 	102)
-		/sbin/halt
+		/usr/bin/systemctl halt
 		;;
 	103)
-		/sbin/poweroff
+		/usr/bin/systemctl poweroff
 		;;
 esac

Modified: xdm-archlinux.install
===================================================================
--- xdm-archlinux.install	2018-10-29 13:58:08 UTC (rev 399427)
+++ xdm-archlinux.install	2018-10-29 14:18:11 UTC (rev 399428)
@@ -1,6 +1,6 @@
 post_install() {
   cat << EOF
-  If you want an xconsole on the login screen, or don't want the clock or the
+  If you want an xconsole on the login screen, or don't want the clock or
   halt and reboot buttons, edit /etc/X11/xdm/archlinux/Xsetup
 EOF
 }



More information about the arch-commits mailing list