summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2017-12-03 20:58:42 -0500
committerSolomon Choina2017-12-03 20:58:42 -0500
commiteac1c66a457cceefbaea4b649b7da5c426cf6d67 (patch)
treedf70895cbca4ed1cc7e3e922ec96f610f83ec2cb
parentf9642484e7c8d01e6305191ff1da4d29e2a6b800 (diff)
downloadaur-eac1c66a457cceefbaea4b649b7da5c426cf6d67.tar.gz
added a systemd file in upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c2177055e7..d357f15cfaad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 2 18:11:55 UTC 2017
+# Mon Dec 4 01:58:28 UTC 2017
pkgbase = entrance-git
pkgdesc = Enlightenment Display Manager
- pkgver = 3.0.0_alpha1.r0.g0ed49dd
+ pkgver = 3.0.0_alpha2.r6.g5d0d366
pkgrel = 1
url = http://www.enlightenment.org/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = entrance-git
depends = xorg-xauth
depends = sudo
optdepends = ekbd-git: For virtual keyboard
- provides = entrance=3.0.0_alpha1.r0.g0ed49dd
+ provides = entrance=3.0.0_alpha2.r6.g5d0d366
conflicts = entrance
backup = etc/entrance/entrance.conf
source = git://github.com/Obsidian-StudiosInc/entrance
diff --git a/PKGBUILD b/PKGBUILD
index 1a816b2faec9..bfed24263065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=entrance
pkgname=$_pkgname-git
-pkgver=3.0.0_alpha1.r0.g0ed49dd
+pkgver=3.0.0_alpha2.r6.g5d0d366
pkgrel=1
pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
@@ -44,7 +44,8 @@ build() {
--bindir="/usr/bin" \
--datadir="/usr/share" \
--sysconfdir="/etc" \
- -Dconsolekit=false
+ -Dconsolekit=false \
+ -Dlogind=true
ninja
}