Skip to content

Commit

Permalink
Merge pull request #1096 from mariux64/update-accountsservice-from-0.…
Browse files Browse the repository at this point in the history
…6.49-to-0.6.55

Update accountsservice from 0.6.49 to 0.6.55
  • Loading branch information
donald authored May 8, 2019
2 parents bfb5a48 + 3e3b746 commit 339bd21
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions accountsservice.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION accountsservice-0.6.49-0
# BEE_VERSION accountsservice-0.6.55-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -53,10 +53,9 @@ SRCURL[0]="https://www.freedesktop.org/software/accountsservice/accountsservice-
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-static
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
Expand All @@ -67,27 +66,6 @@ mee_configure() {
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
mkdir -p ${D}/lib/systemd/system/
cat > ${D}/lib/systemd/system/accounts-daemon.service <<-EOF
[Unit]
Description=Accounts Service

[Service]
Type=dbus
BusName=org.freedesktop.Accounts
ExecStart=${LIBEXECDIR}/accounts-daemon
StandardOutput=syslog

[Install]
# We pull this in by graphical.target instead of waiting for the bus
# activation, to speed things up a little: gdm uses this anyway so it is nice
# if it is already around when gdm wants to use it and doesn't have to wait for
# it.
WantedBy=graphical.target
EOF
}

###############################################################################
##
## Additional hints:
Expand Down

0 comments on commit 339bd21

Please sign in to comment.