gnome-session rebuild
This commit is contained in:
@@ -6,15 +6,22 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import mesontools
|
from pisi.actionsapi import mesontools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
mesontools.configure("-Dsystemd=false \
|
shelltools.system("sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in")
|
||||||
|
shelltools.system("""sed -i "/ systemd_dep/,+3d;/if enable_systemd/a \ " meson.build""")
|
||||||
|
|
||||||
|
mesontools.configure("--buildtype=release \
|
||||||
|
-Dsystemd=false \
|
||||||
-Dsystemd_session=disable \
|
-Dsystemd_session=disable \
|
||||||
-Dsystemd_journal=false \
|
-Dsystemd_journal=false")
|
||||||
-Delogind=true")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
mesontools.install()
|
||||||
|
|
||||||
|
#shelltools.system("rm -rv %s/tmp/{*.d,*.target,*.service}" % get.installDIR())
|
||||||
|
|||||||
Reference in New Issue
Block a user