epiphany, flatpak, gdm rebuild; pisilinux-gnome40-backgrounds packaged
This commit is contained in:
@@ -12,14 +12,12 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure(" --enable-selinux-module=no \
|
||||
--with-system-bubblewrap \
|
||||
--disable-static \
|
||||
--with-priv-mode=setuid \
|
||||
--with-profile-dir=/etc/profile.d \
|
||||
--with-dbus-config-dir=/usr/share/dbus-1/system.d \
|
||||
--disable-nls")
|
||||
|
||||
autotools.configure("--enable-selinux-module=no \
|
||||
--with-system-bubblewrap \
|
||||
--with-priv-mode=none \
|
||||
--with-system-dbus-proxy \
|
||||
--without-systemd")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
@@ -27,6 +25,7 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
# shelltools.system('install -d -o root -g 102 -m 750 "%s/usr/share/polkit-1/rules.d"' % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/lib/systemd")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user