Skip to content

Update accountsservice from 0.6.49 to 0.6.55 #1096

Merged
merged 1 commit into from
May 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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