epiphany, flatpak, gdm rebuild; pisilinux-gnome40-backgrounds packaged

This commit is contained in:
Berk Çakar
2021-06-13 16:48:00 +03:00
parent 75e5f9578b
commit 5c83c79d0a
11 changed files with 114 additions and 38 deletions
+7 -8
View File
@@ -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")