[Lunar-commits] <moonbase> uxlaunch: move to x11

Auke Kok sofar at foo-projects.org
Tue Jun 21 07:48:03 CEST 2011


commit 109105844fc30568ab510bfba4bdb172fbe5fdd2
Author: Auke Kok <auke at foo-projects.org>
Date:   Tue Jun 21 07:48:03 2011 +0200

    uxlaunch: move to x11
---
 x11/uxlaunch/DEPENDS                      |    3 +++
 x11/uxlaunch/DETAILS                      |   12 ++++++++++++
 x11/uxlaunch/systemd.d/uxlaunch.service   |   17 +++++++++++++++++
 zbeta/uxlaunch/DEPENDS                    |    3 ---
 zbeta/uxlaunch/DETAILS                    |   12 ------------
 zbeta/uxlaunch/systemd.d/uxlaunch.service |   17 -----------------
 6 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/x11/uxlaunch/DEPENDS b/x11/uxlaunch/DEPENDS
new file mode 100644
index 0000000..af781e1
--- /dev/null
+++ b/x11/uxlaunch/DEPENDS
@@ -0,0 +1,3 @@
+depends  ConsoleKit
+depends  dbus-glib
+depends  glib-2 
diff --git a/x11/uxlaunch/DETAILS b/x11/uxlaunch/DETAILS
new file mode 100644
index 0000000..c8ceee8
--- /dev/null
+++ b/x11/uxlaunch/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=uxlaunch
+         VERSION=0.60
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://foo-projects.org/~sofar/uxlaunch/
+        WEB_SITE=http://www.meego.org/
+         ENTERED=20100909
+         UPDATED=20100909
+           SHORT="single user desktop session launcher"
+
+cat << EOF
+single user desktop session launcher
+EOF
diff --git a/x11/uxlaunch/systemd.d/uxlaunch.service b/x11/uxlaunch/systemd.d/uxlaunch.service
new file mode 100644
index 0000000..233e0f9
--- /dev/null
+++ b/x11/uxlaunch/systemd.d/uxlaunch.service
@@ -0,0 +1,17 @@
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+
+[Unit]
+Description=UX launcher
+Wants=syslog.target dbus.service 
+
+[Service]
+ExecStart=/usr/sbin/uxlaunch
+Restart=always
+RestartSec=2
+
+[Install]
+Alias=display-manager.service
+WantedBy=graphical.target
diff --git a/zbeta/uxlaunch/DEPENDS b/zbeta/uxlaunch/DEPENDS
deleted file mode 100644
index af781e1..0000000
--- a/zbeta/uxlaunch/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends  ConsoleKit
-depends  dbus-glib
-depends  glib-2 
diff --git a/zbeta/uxlaunch/DETAILS b/zbeta/uxlaunch/DETAILS
deleted file mode 100644
index c8ceee8..0000000
--- a/zbeta/uxlaunch/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=uxlaunch
-         VERSION=0.60
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://foo-projects.org/~sofar/uxlaunch/
-        WEB_SITE=http://www.meego.org/
-         ENTERED=20100909
-         UPDATED=20100909
-           SHORT="single user desktop session launcher"
-
-cat << EOF
-single user desktop session launcher
-EOF
diff --git a/zbeta/uxlaunch/systemd.d/uxlaunch.service b/zbeta/uxlaunch/systemd.d/uxlaunch.service
deleted file mode 100644
index 233e0f9..0000000
--- a/zbeta/uxlaunch/systemd.d/uxlaunch.service
+++ /dev/null
@@ -1,17 +0,0 @@
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-[Unit]
-Description=UX launcher
-Wants=syslog.target dbus.service 
-
-[Service]
-ExecStart=/usr/sbin/uxlaunch
-Restart=always
-RestartSec=2
-
-[Install]
-Alias=display-manager.service
-WantedBy=graphical.target


More information about the Lunar-commits mailing list