diff --git a/pisi-index.xml b/pisi-index.xml index 49021c7d..f04761c4 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -6785,130 +6785,6 @@ - - - elogind - https://github.com/elogind - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2.1 - app:console - system.base - Elogind User, Seat and Session Manager - Elogind; kullanıcı, oturum ve seat Yöneticisi - Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely. - Elogind kullanıcıların oturum açma kapama durumlarını denetlerken çoklu oturumlara da izin veren hizmettir. - https://github.com/elogind/elogind/archive/refs/tags/v246.10.tar.gz - - gperf - meson - ninja - libxslt-devel - sysvinit - acl-devel - pam-devel - dbus-devel - audit-devel - docbook-xsl - eudev-devel - glib2-devel - libcap-devel - polkit-devel - cgmanager-devel - libevdev-devel - p11-kit-devel - kernel-headers - libpcre2-devel - bash-completion - - system/base/elogind/pspec.xml - - - elogind - Elogind User, Seat and Session Manager - - acl - pam - audit - eudev - libevdev - dbus - cgmanager - libcap - bash-completion - - - /etc - /lib - /bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/zsh - /usr/bin - /usr/share/dbus-1 - /usr/share/factory - /usr/share/polkit-1 - /usr/share/locale - /usr/share/bash-completion - - - System.Service - System.Package - - - tmpfiles.conf - 25-elogind.rules - 25-elogind.rules - elogind-user - - - - elogind-devel - Development files for elogind - elogind için geliştirme dosyaları - elogind-devel, elogind için geliştirme dosyalarını içerir. - - elogind - - - /usr/include - /usr/lib/pkgconfig - - - - - 2021-07-08 - 246.10 - elogind rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 246.10 - elogind rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-05-03 - 246.10 - Version Bump - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2021-03-17 - 246.9.2 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - libee diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 32bacc4d..614559f4 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -a6ddd215042f574ba987c2cc757e0a4965e86f5f \ No newline at end of file +f86ef24f71826565592697c95cb77404fd972c69 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 3ccbd4cb..98dee585 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index fcc2b22e..beb4be90 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -43ff8c4f266b1a496e3dd0a7fb26c543b45190b4 \ No newline at end of file +44421635d8cf3abfb8cee71a81b59321db7a78e2 \ No newline at end of file diff --git a/system/base/elogind/actions.py b/system/base/elogind/actions.py deleted file mode 100644 index acdbd71b..00000000 --- a/system/base/elogind/actions.py +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import mesontools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -def setup(): - mesontools.configure("--prefix=/usr \ - -Drootlibdir=/usr/lib \ - -Dpolkit=true \ - -Dsplit-bin=true \ - -Dsplit-usr=false \ - -Dhalt-path=/sbin/halt \ - -Dpamlibdir=/lib/security \ - -Dreboot-path=/sbin/reboot \ - -Dcgroup-controller=elogind \ - -Ddefault-hierarchy=unified \ - -Dpoweroff-path=/sbin/poweroff \ - -Ddocdir=/usr/share/doc/elogind \ - -Drootlibexecdir=/usr/lib/elogind \ - -Ddefault-kill-user-processes=false \ - -Ddbuspolicydir=/usr/share/dbus-1/system.d") - -def build(): - mesontools.build() - -def install(): - mesontools.install() - - shelltools.system("ln -s libelogind.pc %s/usr/lib/pkgconfig/libsystemd.pc" % get.installDIR()) - shelltools.system("ln -s libelogind.pc %s/usr/lib/pkgconfig/libsystemd-logind.pc" % get.installDIR()) - shelltools.system("ln -sr %s/usr/include/elogind %s/usr/include/systemd" % (get.installDIR(), get.installDIR())) \ No newline at end of file diff --git a/system/base/elogind/comar/package.py b/system/base/elogind/comar/package.py deleted file mode 100644 index 03a572c2..00000000 --- a/system/base/elogind/comar/package.py +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/python - -import os, re -import shutil - -OUR_ID = 95 -OUR_NAME = "elogind" -OUR_DESC = "elogind" -OUR_GRP ="wheel" - -DATADIR = "/var/lib/elogind" -DATADIRMODE = 0755 - -def postInstall(fromVersion, fromRelease, toVersion, toRelease): - - # On first install... - if not os.path.exists(DATADIR): - os.makedirs(DATADIR, DATADIRMODE) - - try: - os.system ("groupadd -g %d %s" % (OUR_ID, OUR_NAME)) - os.system ("useradd -m -d /var/lib/elogind -r -s /bin/false -u %d -g %d %s -c %s" % (OUR_ID, OUR_ID, OUR_NAME, OUR_DESC)) - os.system ("passwd -l elogind > /dev/null") - os.system("/bin/chown -R elogind:elogind %s" % DATADIR) - except: - pass - -def postRemove(): - try: - os.system ("userdel %s" % OUR_NAME) - os.system ("groupdel %s" % OUR_NAME) - except: - pass diff --git a/system/base/elogind/comar/service.py b/system/base/elogind/comar/service.py deleted file mode 100644 index f26b755d..00000000 --- a/system/base/elogind/comar/service.py +++ /dev/null @@ -1,31 +0,0 @@ -# -*- coding: utf-8 -*- -from comar.service import * -import os - -serviceType="server" -serviceDesc=_({"en": "Session Manager", - "tr": "Oturum Yöneticisi"}) -serviceDefault="on" -PIDFILE="/run/elogind.pid" -DAEMON="/usr/lib/elogind/elogind" - -@synchronized -def start(): - startService(command=DAEMON, - pidfile=PIDFILE, - detach=True, - donotify=True) - - -@synchronized -def stop(): - stopService(pidfile=PIDFILE, - donotify=True) - - try: - os.unlink(PIDFILE) - except OSError: - pass - -def status(): - return isServiceRunning(PIDFILE) diff --git a/system/base/elogind/files/25-elogind.rules b/system/base/elogind/files/25-elogind.rules deleted file mode 100644 index bdb4fcf5..00000000 --- a/system/base/elogind/files/25-elogind.rules +++ /dev/null @@ -1,8 +0,0 @@ -polkit.addRule(function(action, subject) { - if (action.id == "org.freedesktop.libelogind.system.stop" || - action.id == "org.freedesktop.libelogind.system.restart" || - action.id == "org.freedesktop.libelogind.system.hibernate" || - action.id == "org.freedesktop.libelogind.system.suspend") { - return polkit.Result.YES; - } -}); diff --git a/system/base/elogind/files/elogind-user b/system/base/elogind/files/elogind-user deleted file mode 100644 index 2c7cbc1d..00000000 --- a/system/base/elogind/files/elogind-user +++ /dev/null @@ -1,16 +0,0 @@ -# Begin /etc/pam.d/elogind-user - -account required pam_access.so -account include system-account - -session required pam_env.so -session required pam_limits.so -session required pam_unix.so -session required pam_loginuid.so -session optional pam_keyinit.so force revoke -session optional pam_elogind.so - -auth required pam_deny.so -password required pam_deny.so - -# End /etc/pam.d/elogind-user \ No newline at end of file diff --git a/system/base/elogind/files/elogind-user2 b/system/base/elogind/files/elogind-user2 deleted file mode 100644 index d1a30733..00000000 --- a/system/base/elogind/files/elogind-user2 +++ /dev/null @@ -1,16 +0,0 @@ -# Begin /etc/pam.d/elogind-user - -account required pam_access.so -account include system-account - -session required pam_env.so -session required pam_limits.so -session required pam_unix.so -session required pam_loginuid.so -session optional pam_keyinit.so force revoke -session optional pam_elogind.so - -auth required pam_deny.so -password required pam_deny.so - -# End /etc/pam.d/elogind-user diff --git a/system/base/elogind/files/elogind.pamd b/system/base/elogind/files/elogind.pamd deleted file mode 100644 index ae42b350..00000000 --- a/system/base/elogind/files/elogind.pamd +++ /dev/null @@ -1,7 +0,0 @@ -#%PAM-1.0 - -auth include system-login -account include system-login -session include system-login -password include system-login -session optional libelogind.so diff --git a/system/base/elogind/files/system-login b/system/base/elogind/files/system-login deleted file mode 100644 index c347a4b3..00000000 --- a/system/base/elogind/files/system-login +++ /dev/null @@ -1,6 +0,0 @@ -# Begin elogind addition - -session required pam_loginuid.so -session optional pam_elogind.so - -# End elogind addition diff --git a/system/base/elogind/files/tmpfiles.conf b/system/base/elogind/files/tmpfiles.conf deleted file mode 100644 index b4c29a0c..00000000 --- a/system/base/elogind/files/tmpfiles.conf +++ /dev/null @@ -1 +0,0 @@ -d /run/elogind 0755 elogind elogind diff --git a/system/base/elogind/pspec.xml b/system/base/elogind/pspec.xml deleted file mode 100644 index a6c93412..00000000 --- a/system/base/elogind/pspec.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - elogind - https://github.com/elogind - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2.1 - app:console - Elogind User, Seat and Session Manager - Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely. - https://github.com/elogind/elogind/archive/refs/tags/v246.10.tar.gz - - gperf - meson - ninja - libxslt-devel - sysvinit - acl-devel - pam-devel - dbus-devel - audit-devel - docbook-xsl - eudev-devel - glib2-devel - libcap-devel - polkit-devel - cgmanager-devel - libevdev-devel - p11-kit-devel - kernel-headers - libpcre2-devel - bash-completion - - - - - - elogind - Elogind User, Seat and Session Manager - - acl - pam - audit - eudev - libevdev - dbus - - cgmanager - libcap - bash-completion - - - /etc - /lib - /bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/zsh - /usr/bin - /usr/share/dbus-1 - /usr/share/factory - /usr/share/polkit-1 - /usr/share/locale - /usr/share/bash-completion - - - tmpfiles.conf - 25-elogind.rules - 25-elogind.rules - elogind-user - - - - - System.Service - System.Package - - - - - - - - elogind-devel - Development files for elogind - - elogind - - - /usr/include - /usr/lib/pkgconfig - - - - - - 2021-07-08 - 246.10 - elogind rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-16 - 246.10 - elogind rebuild - Berk Çakar - berk2238@hotmail.com - - - 2021-05-03 - 246.10 - Version Bump - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - 2021-03-17 - 246.9.2 - First release - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - diff --git a/system/base/elogind/translations.xml b/system/base/elogind/translations.xml deleted file mode 100644 index 7ae6510f..00000000 --- a/system/base/elogind/translations.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - elogind - Elogind; kullanıcı, oturum ve seat Yöneticisi - Elogind kullanıcıların oturum açma kapama durumlarını denetlerken çoklu oturumlara da izin veren hizmettir. - Elogind User, Seat and Session Manager - Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely. - - - - elogind-devel - elogind için geliştirme dosyaları - elogind-devel, elogind için geliştirme dosyalarını içerir. - - \ No newline at end of file