Page MenuHomeSolus

D3628.id8956.diff
No OneTemporary

D3628.id8956.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -32,6 +32,7 @@
liblightdm-gobject-1.so.0:lightdm_greeter_error_quark
liblightdm-gobject-1.so.0:lightdm_greeter_get_authentication_user
liblightdm-gobject-1.so.0:lightdm_greeter_get_autologin_guest_hint
+liblightdm-gobject-1.so.0:lightdm_greeter_get_autologin_session_hint
liblightdm-gobject-1.so.0:lightdm_greeter_get_autologin_timeout_hint
liblightdm-gobject-1.so.0:lightdm_greeter_get_autologin_user_hint
liblightdm-gobject-1.so.0:lightdm_greeter_get_default_session_hint
diff --git a/files/0004-common-Support-a-stateless-configuration-for-etc-lig.patch b/files/0004-common-Support-a-stateless-configuration-for-etc-lig.patch
--- a/files/0004-common-Support-a-stateless-configuration-for-etc-lig.patch
+++ b/files/0004-common-Support-a-stateless-configuration-for-etc-lig.patch
@@ -1,7 +1,7 @@
-From 350434eccc0bcfe49d3e63046131df44970b1b58 Mon Sep 17 00:00:00 2001
-From: Ikey Doherty <michael.i.doherty@intel.com>
-Date: Thu, 8 Sep 2016 14:32:54 +0100
-Subject: [PATCH 4/4] common: Support a stateless configuration for
+From 00e7e468ec7487cfb91a0dd7a565af6d2a00995f Mon Sep 17 00:00:00 2001
+From: Pierre-Yves <pyu@riseup.net>
+Date: Tue, 17 Apr 2018 15:26:54 +0200
+Subject: [PATCH] common: Support a stateless configuration for
/etc/lightdm/users.conf
With this change we can support both the admin-defined users.conf, as well
@@ -13,16 +13,16 @@
In the instance that the admin defined file exists, it will be used instead
of the vendor-config.
-Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
+Signed-off-by: Pierre-Yves <pyu@riseup.net>
---
- common/user-list.c | 14 +++++++++++---
- 1 file changed, 11 insertions(+), 3 deletions(-)
+ common/user-list.c | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/common/user-list.c b/common/user-list.c
-index 3169853..b213dfc 100644
+index ca48b4b..bfefb36 100644
--- a/common/user-list.c
+++ b/common/user-list.c
-@@ -166,6 +166,7 @@ G_DEFINE_TYPE (CommonSession, common_session, G_TYPE_OBJECT);
+@@ -164,6 +164,7 @@ G_DEFINE_TYPE (CommonSession, common_session, G_TYPE_OBJECT)
#define PASSWD_FILE "/etc/passwd"
#define USER_CONFIG_FILE "/etc/lightdm/users.conf"
@@ -30,13 +30,13 @@
static CommonUserList *singleton = NULL;
-@@ -333,13 +334,20 @@ load_passwd_file (CommonUserList *user_list, gboolean emit_add_signal)
- gchar **hidden_users, **hidden_shells;
- GList *users = NULL, *old_users, *new_users = NULL, *changed_users = NULL, *link;
- GError *error = NULL;
-+ const gchar *user_config_file = NULL;
+@@ -320,13 +321,21 @@ load_passwd_file (CommonUserList *user_list, gboolean emit_add_signal)
+ {
+ CommonUserListPrivate *priv = GET_LIST_PRIVATE (user_list);
- g_debug ("Loading user config from %s", USER_CONFIG_FILE);
++ const gchar *user_config_file = NULL;
++
+ /* Load /etc/ first, otherwise fallback to /usr/share for stateless operation */
+ if (g_file_test(USER_CONFIG_FILE, G_FILE_TEST_EXISTS))
+ user_config_file = USER_CONFIG_FILE;
@@ -45,15 +45,16 @@
+
+ g_debug ("Loading user config from %s", user_config_file);
- config = g_key_file_new ();
+ g_autoptr(GKeyFile) config = g_key_file_new ();
+ g_autoptr(GError) error = NULL;
- g_key_file_load_from_file (config, USER_CONFIG_FILE, G_KEY_FILE_NONE, &error);
+ g_key_file_load_from_file (config, user_config_file, G_KEY_FILE_NONE, &error);
if (error && !g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT))
- g_warning ("Failed to load configuration from %s: %s", USER_CONFIG_FILE, error->message);
+ g_warning ("Failed to load configuration from %s: %s", user_config_file, error->message);
- g_clear_error (&error);
+ gint minimum_uid = 500;
if (g_key_file_has_key (config, "UserList", "minimum-uid", NULL))
--
-2.10.0
+2.16.3
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,19 @@
name : lightdm
-version : 1.24.0
-release : 24
+version : 1.26.0
+release : 25
source :
- - https://launchpad.net/lightdm/1.24/1.24.0/+download/lightdm-1.24.0.tar.xz : cd509b74382bcf382c6e3e4b54ac30ba804022fec968d6993d134552ea1a43a2
-homepage : https://launchpad.net/lightdm
-license : GPL-3.0-or-later
+ - https://github.com/CanonicalLtd/lightdm/releases/download/1.26.0/lightdm-1.26.0.tar.xz : c95e14e9131b5f95ecba42faaab2cfa917371193caa54fa1b4322ad7a89334f0
+homepage : https://github.com/CanonicalLtd/lightdm
+license :
+ - LGPL-3.0-or-later
+ - GPL-3.0-or-later
component : desktop.lightdm
conflicts :
- gdm
- sddm
summary : Lightweight and attractive Display Manager
+description: |
+ Lightweight and attractive Display Manager
builddeps :
- pkgconfig(libxklavier)
- pkgconfig(x11)
@@ -28,23 +32,19 @@
- xhost
- xkbcomp
- xkeyboard-config
-description: |
- Lightweight and attractive Display Manager
setup : |
sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c
%apply_patches
%reconfigure --enable-introspection \
- --enable-liblightdm-gobject \
--disable-static \
--disable-tests \
--libexecdir=%libdir%/lightdm \
--with-greeter-session=lightdm-gtk-greeter
- #sed -i /YELP_HELP_RULES/d help/Makefile
build : |
%make -j1
install : |
%make_install
- install -d -D -m 00755 $installdir/%libdir%/systemd/system/graphical.target.wants
+ install -d -m 00755 $installdir/%libdir%/systemd/system/graphical.target.wants
ln -s %libdir%/systemd/system/lightdm.service $installdir/%libdir%/systemd/system/displaymanager.service
ln -s %libdir%/systemd/system/lightdm.service $installdir/%libdir%/systemd/system/graphical.target.wants/lightdm.service
# Stateless configuration
@@ -52,10 +52,10 @@
# We don't use apparmor
rm -rf $installdir/etc/init
rm -rf $installdir/etc/apparmor.d
- install -D -m 00644 $pkgfiles/lightdm.service $installdir/%libdir%/systemd/system/lightdm.service
+ install -m 00644 $pkgfiles/lightdm.service $installdir/%libdir%/systemd/system/lightdm.service
install -D -m 00755 $pkgfiles/lightdm-wrapper $installdir/usr/bin/lightdm-wrapper
install -D -m 00644 $pkgfiles/lightdm.conf $installdir/usr/share/lightdm/lightdm.conf.d/10_solus_default.conf
- install -D -m 00644 $pkgfiles/users.conf $installdir/usr/share/lightdm/users.conf
+ install -m 00644 $pkgfiles/users.conf $installdir/usr/share/lightdm/users.conf
install -D -m 00644 $pkgfiles/lightdm.tmpfiles $installdir/%libdir%/tmpfiles.d/lightdm.conf
install -D -m 00644 $pkgfiles/lightdm.sysusers $installdir/%libdir%/sysusers.d/lightdm.conf
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,11 +1,12 @@
<PISI>
<Source>
<Name>lightdm</Name>
- <Homepage>https://launchpad.net/lightdm</Homepage>
+ <Homepage>https://github.com/CanonicalLtd/lightdm</Homepage>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
+ <License>LGPL-3.0-or-later</License>
<License>GPL-3.0-or-later</License>
<PartOf>desktop.lightdm</PartOf>
<Summary xml:lang="en">Lightweight and attractive Display Manager</Summary>
@@ -23,23 +24,118 @@
<Path fileType="config">/etc/pam.d/lightdm</Path>
<Path fileType="config">/etc/pam.d/lightdm-autologin</Path>
<Path fileType="config">/etc/pam.d/lightdm-greeter</Path>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/dm-tool</Path>
+ <Path fileType="executable">/usr/bin/lightdm-wrapper</Path>
<Path fileType="library">/usr/lib64/girepository-1.0/LightDM-1.typelib</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib64/liblightdm-gobject-1.so.0</Path>
+ <Path fileType="library">/usr/lib64/liblightdm-gobject-1.so.0.0.0</Path>
<Path fileType="library">/usr/lib64/lightdm/lightdm-guest-session</Path>
<Path fileType="library">/usr/lib64/systemd/system/displaymanager.service</Path>
<Path fileType="library">/usr/lib64/systemd/system/graphical.target.wants/lightdm.service</Path>
<Path fileType="library">/usr/lib64/systemd/system/lightdm.service</Path>
<Path fileType="library">/usr/lib64/sysusers.d/lightdm.conf</Path>
<Path fileType="library">/usr/lib64/tmpfiles.d/lightdm.conf</Path>
- <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="executable">/usr/sbin/lightdm</Path>
+ <Path fileType="data">/usr/share/accountsservice/interfaces/org.freedesktop.DisplayManager.AccountsService.xml</Path>
<Path fileType="data">/usr/share/bash-completion/completions/dm-tool</Path>
<Path fileType="data">/usr/share/bash-completion/completions/lightdm</Path>
+ <Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.DisplayManager.AccountsService.xml</Path>
<Path fileType="data">/usr/share/dbus-1/system.d/org.freedesktop.DisplayManager.conf</Path>
<Path fileType="data">/usr/share/gir-1.0/LightDM-1.gir</Path>
- <Path fileType="data">/usr/share/lightdm</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/lightdm/lightdm.conf.d/10_solus_default.conf</Path>
+ <Path fileType="data">/usr/share/lightdm/users.conf</Path>
+ <Path fileType="localedata">/usr/share/locale/af/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/an/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ar/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ast/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/az/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/be/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bg/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bn/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bo/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/br/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ca@valencia/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ckb/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_AU/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_CA/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eo/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/et/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eu/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fa/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fo/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fy/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gd/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gu/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hi/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ia/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/is/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/kk/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/km/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/kn/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ko/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ku/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lb/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lv/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/mhr/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/mi/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ml/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/mr/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ms/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/my/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nb/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nn/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pa/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sc/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sd/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/shn/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/si/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sl/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sq/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ta/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/te/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tg/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/th/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tl/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ug/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/uz/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/vi/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/wae/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_HK/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/lightdm.mo</Path>
+ <Path fileType="man">/usr/share/man/man1/dm-tool.1</Path>
+ <Path fileType="man">/usr/share/man/man1/lightdm.1</Path>
+ <Path fileType="data">/usr/share/polkit-1/actions/org.freedesktop.DisplayManager.AccountsService.policy</Path>
</Files>
<Conflicts>
<Package>gdm</Package>
@@ -53,13 +149,21 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="24">lightdm</Dependency>
+ <Dependency release="25">lightdm</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
- <Path fileType="data">/usr/share/vala*/vapi/*</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/greeter.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/language.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/layout.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/power.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/session.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/system.h</Path>
+ <Path fileType="header">/usr/include/lightdm-gobject-1/lightdm/user.h</Path>
+ <Path fileType="library">/usr/lib64/liblightdm-gobject-1.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/liblightdm-gobject-1.pc</Path>
+ <Path fileType="data">/usr/share/vala/vapi/liblightdm-gobject-1.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/liblightdm-gobject-1.vapi</Path>
</Files>
</Package>
<Package>
@@ -69,16 +173,38 @@
</Description>
<PartOf>programming.docs</PartOf>
<Files>
- <Path fileType="doc">/usr/share/gtk-doc/html/</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/LightDMGreeter.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/LightDMLanguage.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/LightDMLayout.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/LightDMSession.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/LightDMUser.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/LightDMUserList.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/annotation-glossary.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/api-index-full.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/ch01.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/deprecated-api-index.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/home.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/index.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/left-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/left.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/lightdm-gobject-1-Power-Management.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/lightdm-gobject-1-System-Information.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/lightdm-gobject-1.devhelp2</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/object-tree.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/right-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/right.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/style.css</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/up-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/lightdm-gobject-1/up.png</Path>
</Files>
</Package>
<History>
- <Update release="24">
- <Date>2018-05-22</Date>
- <Version>1.24.0</Version>
+ <Update release="25">
+ <Date>2018-08-18</Date>
+ <Version>1.26.0</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:09 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803562
Default Alt Text
D3628.id8956.diff (22 KB)

Event Timeline