[arch-commits] Commit in nodm/repos (12 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Sep 16 15:10:35 UTC 2017
Date: Saturday, September 16, 2017 @ 15:10:34
Author: svenstaro
Revision: 257884
archrelease: copy trunk to community-i686, community-x86_64
Added:
nodm/repos/community-i686/PKGBUILD
(from rev 257883, nodm/trunk/PKGBUILD)
nodm/repos/community-i686/nodm.conf
(from rev 257883, nodm/trunk/nodm.conf)
nodm/repos/community-i686/nodm.service
(from rev 257883, nodm/trunk/nodm.service)
nodm/repos/community-x86_64/PKGBUILD
(from rev 257883, nodm/trunk/PKGBUILD)
nodm/repos/community-x86_64/nodm.conf
(from rev 257883, nodm/trunk/nodm.conf)
nodm/repos/community-x86_64/nodm.service
(from rev 257883, nodm/trunk/nodm.service)
Deleted:
nodm/repos/community-i686/PKGBUILD
nodm/repos/community-i686/nodm.conf
nodm/repos/community-i686/nodm.service
nodm/repos/community-x86_64/PKGBUILD
nodm/repos/community-x86_64/nodm.conf
nodm/repos/community-x86_64/nodm.service
-------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++
/nodm.conf | 46 +++++++++++++++++++++++++++
/nodm.service | 18 ++++++++++
community-i686/PKGBUILD | 34 --------------------
community-i686/nodm.conf | 23 -------------
community-i686/nodm.service | 9 -----
community-x86_64/PKGBUILD | 34 --------------------
community-x86_64/nodm.conf | 23 -------------
community-x86_64/nodm.service | 9 -----
9 files changed, 132 insertions(+), 132 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-09-16 15:10:22 UTC (rev 257883)
+++ community-i686/PKGBUILD 2017-09-16 15:10:34 UTC (rev 257884)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Roel Gerrits <roel at roelgerrits.nl>
-pkgname=nodm
-pkgver=0.13
-pkgrel=1
-pkgdesc='X display manager for automatic logins'
-arch=('i686' 'x86_64')
-url='https://github.com/spanezz/nodm'
-license=('GPL')
-depends=('pam' 'xorg-xinit')
-makedepends=('help2man')
-backup=('etc/nodm.conf')
-source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz"
- "nodm.conf"
- "nodm.service")
-sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
- '3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
- '5fb145ce48e17c0cd905c013b23c69e6f17a9fd5cda5fbb1078354cd1b690bfd28d98ebb24bb14116d41f12b4d52ad7a867be147bfe56cc05fa6d9f99ad34517')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./autogen.sh
- ./configure --prefix=/usr/
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- install -Dm755 nodm ${pkgdir}/usr/bin/nodm
- install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf
- install -Dm644 ../nodm.service ${pkgdir}/usr/lib/systemd/system/nodm.service
-}
Copied: nodm/repos/community-i686/PKGBUILD (from rev 257883, nodm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-16 15:10:34 UTC (rev 257884)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Roel Gerrits <roel at roelgerrits.nl>
+pkgname=nodm
+pkgver=0.13
+pkgrel=2
+pkgdesc='X display manager for automatic logins'
+arch=('i686' 'x86_64')
+url='https://github.com/spanezz/nodm'
+license=('GPL')
+depends=('pam' 'xorg-xinit')
+makedepends=('help2man')
+backup=('etc/nodm.conf')
+source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz"
+ "nodm.conf"
+ "nodm.service")
+sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
+ '3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
+ '21214122072daec9c373c99d1c9c0898f58a277f90fab085b417989c62e6cf268fb52148f76ec12b9be23137af05059f37f901e3d54f49e6024a05fa75277381')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./autogen.sh
+ ./configure --prefix=/usr/
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ install -Dm755 nodm ${pkgdir}/usr/bin/nodm
+ install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf
+ install -Dm644 ../nodm.service ${pkgdir}/usr/lib/systemd/system/nodm.service
+}
Deleted: community-i686/nodm.conf
===================================================================
--- community-i686/nodm.conf 2017-09-16 15:10:22 UTC (rev 257883)
+++ community-i686/nodm.conf 2017-09-16 15:10:34 UTC (rev 257884)
@@ -1,23 +0,0 @@
-# nodm configuration file
-
-# Controls the user that is used to automatically log in
-NODM_USER='{user}'
-
-# Options to pass to the X server (for example: "vt7 -nolisten
-# tcp")
-NODM_X_OPTIONS='vt7 -nolisten tcp'
-
-# Minimum time (in seconds) that a session should last in order
-# for nodm to decide that it has not quit too soon. If an X
-# session will run for less than this time, nodm will wait an
-# increasing bit of time before restarting it.
-NODM_MIN_SESSION_TIME=60
-
-# X session command (default: /etc/X11/Xsession). It is run using
-# the shell, so it can be any shell command.
-NODM_XSESSION='/home/{user}/.xinitrc'
-
-# Timeout (in seconds) to wait for X to be ready to accept
-# connections. If X is not ready before this timeout, it is killed
-# and restarted.
-NODM_X_TIMEOUT=20
Copied: nodm/repos/community-i686/nodm.conf (from rev 257883, nodm/trunk/nodm.conf)
===================================================================
--- community-i686/nodm.conf (rev 0)
+++ community-i686/nodm.conf 2017-09-16 15:10:34 UTC (rev 257884)
@@ -0,0 +1,23 @@
+# nodm configuration file
+
+# Controls the user that is used to automatically log in
+NODM_USER='{user}'
+
+# Options to pass to the X server (for example: "vt7 -nolisten
+# tcp")
+NODM_X_OPTIONS='vt7 -nolisten tcp'
+
+# Minimum time (in seconds) that a session should last in order
+# for nodm to decide that it has not quit too soon. If an X
+# session will run for less than this time, nodm will wait an
+# increasing bit of time before restarting it.
+NODM_MIN_SESSION_TIME=60
+
+# X session command (default: /etc/X11/Xsession). It is run using
+# the shell, so it can be any shell command.
+NODM_XSESSION='/home/{user}/.xinitrc'
+
+# Timeout (in seconds) to wait for X to be ready to accept
+# connections. If X is not ready before this timeout, it is killed
+# and restarted.
+NODM_X_TIMEOUT=20
Deleted: community-i686/nodm.service
===================================================================
--- community-i686/nodm.service 2017-09-16 15:10:22 UTC (rev 257883)
+++ community-i686/nodm.service 2017-09-16 15:10:34 UTC (rev 257884)
@@ -1,9 +0,0 @@
-[Unit]
-Description=nodm display manager
-
-[Service]
-EnvironmentFile=/etc/nodm.conf
-ExecStart=/usr/bin/nodm
-
-[Install]
-WantedBy=multi-user.target
Copied: nodm/repos/community-i686/nodm.service (from rev 257883, nodm/trunk/nodm.service)
===================================================================
--- community-i686/nodm.service (rev 0)
+++ community-i686/nodm.service 2017-09-16 15:10:34 UTC (rev 257884)
@@ -0,0 +1,9 @@
+[Unit]
+Description=nodm display manager
+
+[Service]
+EnvironmentFile=/etc/nodm.conf
+ExecStart=/usr/bin/nodm
+
+[Install]
+Alias=display-manager.service
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-09-16 15:10:22 UTC (rev 257883)
+++ community-x86_64/PKGBUILD 2017-09-16 15:10:34 UTC (rev 257884)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Roel Gerrits <roel at roelgerrits.nl>
-pkgname=nodm
-pkgver=0.13
-pkgrel=1
-pkgdesc='X display manager for automatic logins'
-arch=('i686' 'x86_64')
-url='https://github.com/spanezz/nodm'
-license=('GPL')
-depends=('pam' 'xorg-xinit')
-makedepends=('help2man')
-backup=('etc/nodm.conf')
-source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz"
- "nodm.conf"
- "nodm.service")
-sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
- '3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
- '5fb145ce48e17c0cd905c013b23c69e6f17a9fd5cda5fbb1078354cd1b690bfd28d98ebb24bb14116d41f12b4d52ad7a867be147bfe56cc05fa6d9f99ad34517')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./autogen.sh
- ./configure --prefix=/usr/
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- install -Dm755 nodm ${pkgdir}/usr/bin/nodm
- install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf
- install -Dm644 ../nodm.service ${pkgdir}/usr/lib/systemd/system/nodm.service
-}
Copied: nodm/repos/community-x86_64/PKGBUILD (from rev 257883, nodm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-16 15:10:34 UTC (rev 257884)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Roel Gerrits <roel at roelgerrits.nl>
+pkgname=nodm
+pkgver=0.13
+pkgrel=2
+pkgdesc='X display manager for automatic logins'
+arch=('i686' 'x86_64')
+url='https://github.com/spanezz/nodm'
+license=('GPL')
+depends=('pam' 'xorg-xinit')
+makedepends=('help2man')
+backup=('etc/nodm.conf')
+source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz"
+ "nodm.conf"
+ "nodm.service")
+sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
+ '3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
+ '21214122072daec9c373c99d1c9c0898f58a277f90fab085b417989c62e6cf268fb52148f76ec12b9be23137af05059f37f901e3d54f49e6024a05fa75277381')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./autogen.sh
+ ./configure --prefix=/usr/
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ install -Dm755 nodm ${pkgdir}/usr/bin/nodm
+ install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf
+ install -Dm644 ../nodm.service ${pkgdir}/usr/lib/systemd/system/nodm.service
+}
Deleted: community-x86_64/nodm.conf
===================================================================
--- community-x86_64/nodm.conf 2017-09-16 15:10:22 UTC (rev 257883)
+++ community-x86_64/nodm.conf 2017-09-16 15:10:34 UTC (rev 257884)
@@ -1,23 +0,0 @@
-# nodm configuration file
-
-# Controls the user that is used to automatically log in
-NODM_USER='{user}'
-
-# Options to pass to the X server (for example: "vt7 -nolisten
-# tcp")
-NODM_X_OPTIONS='vt7 -nolisten tcp'
-
-# Minimum time (in seconds) that a session should last in order
-# for nodm to decide that it has not quit too soon. If an X
-# session will run for less than this time, nodm will wait an
-# increasing bit of time before restarting it.
-NODM_MIN_SESSION_TIME=60
-
-# X session command (default: /etc/X11/Xsession). It is run using
-# the shell, so it can be any shell command.
-NODM_XSESSION='/home/{user}/.xinitrc'
-
-# Timeout (in seconds) to wait for X to be ready to accept
-# connections. If X is not ready before this timeout, it is killed
-# and restarted.
-NODM_X_TIMEOUT=20
Copied: nodm/repos/community-x86_64/nodm.conf (from rev 257883, nodm/trunk/nodm.conf)
===================================================================
--- community-x86_64/nodm.conf (rev 0)
+++ community-x86_64/nodm.conf 2017-09-16 15:10:34 UTC (rev 257884)
@@ -0,0 +1,23 @@
+# nodm configuration file
+
+# Controls the user that is used to automatically log in
+NODM_USER='{user}'
+
+# Options to pass to the X server (for example: "vt7 -nolisten
+# tcp")
+NODM_X_OPTIONS='vt7 -nolisten tcp'
+
+# Minimum time (in seconds) that a session should last in order
+# for nodm to decide that it has not quit too soon. If an X
+# session will run for less than this time, nodm will wait an
+# increasing bit of time before restarting it.
+NODM_MIN_SESSION_TIME=60
+
+# X session command (default: /etc/X11/Xsession). It is run using
+# the shell, so it can be any shell command.
+NODM_XSESSION='/home/{user}/.xinitrc'
+
+# Timeout (in seconds) to wait for X to be ready to accept
+# connections. If X is not ready before this timeout, it is killed
+# and restarted.
+NODM_X_TIMEOUT=20
Deleted: community-x86_64/nodm.service
===================================================================
--- community-x86_64/nodm.service 2017-09-16 15:10:22 UTC (rev 257883)
+++ community-x86_64/nodm.service 2017-09-16 15:10:34 UTC (rev 257884)
@@ -1,9 +0,0 @@
-[Unit]
-Description=nodm display manager
-
-[Service]
-EnvironmentFile=/etc/nodm.conf
-ExecStart=/usr/bin/nodm
-
-[Install]
-WantedBy=multi-user.target
Copied: nodm/repos/community-x86_64/nodm.service (from rev 257883, nodm/trunk/nodm.service)
===================================================================
--- community-x86_64/nodm.service (rev 0)
+++ community-x86_64/nodm.service 2017-09-16 15:10:34 UTC (rev 257884)
@@ -0,0 +1,9 @@
+[Unit]
+Description=nodm display manager
+
+[Service]
+EnvironmentFile=/etc/nodm.conf
+ExecStart=/usr/bin/nodm
+
+[Install]
+Alias=display-manager.service
More information about the arch-commits
mailing list