forked from brl/citadel
Compare commits
16 Commits
apt-cacher
...
installer
Author | SHA1 | Date | |
---|---|---|---|
2a3c63e044 | |||
4f016177b9 | |||
![]() |
d3f295e3c7 | ||
![]() |
86ac69427f | ||
![]() |
439f3c8326 | ||
![]() |
93d2acdb9d | ||
![]() |
9599d3da9d | ||
4c6f4f4a3d | |||
0d13ca38df | |||
![]() |
bc87a2c629 | ||
e51faa3266 | |||
88b412a18f | |||
277cac8eea | |||
4b73960043 | |||
8eacade6bf | |||
5dfd3e31db |
@@ -1,5 +1,8 @@
|
|||||||
|
|
||||||
S = "${WORKDIR}${@source_path(d)}"
|
S = "${WORKDIR}${@source_path(d)}"
|
||||||
|
|
||||||
|
CURRENT_SRC_URI := "${SRC_URI}"
|
||||||
|
|
||||||
SRC_URI = "${@source_uri(d)}"
|
SRC_URI = "${@source_uri(d)}"
|
||||||
|
|
||||||
|
|
||||||
@@ -10,7 +13,7 @@ def source_path(d):
|
|||||||
if tree_path:
|
if tree_path:
|
||||||
return tree_path
|
return tree_path
|
||||||
else:
|
else:
|
||||||
return "/git"
|
return "/" + d.getVar("BP")
|
||||||
|
|
||||||
def source_uri(d):
|
def source_uri(d):
|
||||||
var = d.getVar("EXTERNAL_TREE_VAR")
|
var = d.getVar("EXTERNAL_TREE_VAR")
|
||||||
@@ -19,7 +22,7 @@ def source_uri(d):
|
|||||||
if tree_path:
|
if tree_path:
|
||||||
return "file://" + tree_path
|
return "file://" + tree_path
|
||||||
else:
|
else:
|
||||||
return d.getVar("GIT_URI")
|
return d.getVar("CURRENT_SRC_URI")
|
||||||
|
|
||||||
# Set debug build if $EXTERNAL_TREE_VAR is set for faster builds
|
# Set debug build if $EXTERNAL_TREE_VAR is set for faster builds
|
||||||
DEBUG_BUILD = "${@debug_build(d)}"
|
DEBUG_BUILD = "${@debug_build(d)}"
|
||||||
|
@@ -35,8 +35,8 @@ IMAGE_FSTYPES = "ext2"
|
|||||||
IMAGE_FEATURES = "read-only-rootfs"
|
IMAGE_FEATURES = "read-only-rootfs"
|
||||||
|
|
||||||
GLIBC_SPLIT_LC_PACKAGES = "0"
|
GLIBC_SPLIT_LC_PACKAGES = "0"
|
||||||
GLIBC_GENERATE_LOCALES = "en_US.UTF-8"
|
GLIBC_GENERATE_LOCALES = "en_US.UTF-8 fr_FR.UTF-8"
|
||||||
IMAGE_LINGUAS = "en-us"
|
IMAGE_LINGUAS = "en-us fr-fr"
|
||||||
|
|
||||||
BUILD_REPRODUCIBLE_BINARIES = "1"
|
BUILD_REPRODUCIBLE_BINARIES = "1"
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ BBFILE_COLLECTIONS += "citadel"
|
|||||||
BBFILE_PATTERN_citadel = "^${LAYERDIR}/"
|
BBFILE_PATTERN_citadel = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_citadel = "5"
|
BBFILE_PRIORITY_citadel = "5"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_citadel = "scarthgap"
|
LAYERSERIES_COMPAT_citadel = "walnascar"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
|
@@ -143,8 +143,6 @@ PACKAGE_CLASSES ?= "package_deb"
|
|||||||
# e.g. ssh root access has a blank password
|
# e.g. ssh root access has a blank password
|
||||||
# There are other application targets that can be used here too, see
|
# There are other application targets that can be used here too, see
|
||||||
# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
|
# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
|
||||||
# We default to enabling the debugging tweaks.
|
|
||||||
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Additional image features
|
# Additional image features
|
||||||
|
@@ -13,7 +13,7 @@ do_install:append () {
|
|||||||
rm ${D}${sysconfdir}/fstab
|
rm ${D}${sysconfdir}/fstab
|
||||||
rm ${D}${sysconfdir}/skel/.bashrc
|
rm ${D}${sysconfdir}/skel/.bashrc
|
||||||
rm ${D}${sysconfdir}/skel/.profile
|
rm ${D}${sysconfdir}/skel/.profile
|
||||||
install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/profile
|
install -m 0644 ${UNPACKDIR}/profile ${D}${sysconfdir}/profile
|
||||||
sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}${sysconfdir}/profile
|
sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}${sysconfdir}/profile
|
||||||
sed -i 's#@BINDIR@#${bindir}#g' ${D}${sysconfdir}/profile
|
sed -i 's#@BINDIR@#${bindir}#g' ${D}${sysconfdir}/profile
|
||||||
}
|
}
|
||||||
|
@@ -1,11 +1 @@
|
|||||||
PACKAGECONFIG = "\
|
PACKAGECONFIG:remove = "obex-profiles"
|
||||||
readline \
|
|
||||||
systemd \
|
|
||||||
a2dp-profiles \
|
|
||||||
avrcp-profiles \
|
|
||||||
hid-profiles \
|
|
||||||
hog-profiles \
|
|
||||||
tools \
|
|
||||||
deprecated \
|
|
||||||
udev \
|
|
||||||
"
|
|
||||||
|
@@ -1,20 +1,14 @@
|
|||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/gdm:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/gdm:"
|
||||||
|
|
||||||
|
DEPENDS:remove = "audit"
|
||||||
|
|
||||||
INSANE_SKIP:${PN}-src = "buildpaths"
|
INSANE_SKIP:${PN}-src = "buildpaths"
|
||||||
|
|
||||||
SRC_URI += "file://gdm.conf"
|
SRC_URI += "file://gdm.conf"
|
||||||
DEPENDS += "plymouth"
|
|
||||||
|
PACKAGECONFIG = "plymouth"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -d ${D}${sysconfdir}/default/volatiles
|
|
||||||
echo "d gdm gdm 755 ${localstatedir}/run/gdm/greeter none" > ${D}${sysconfdir}/default/volatiles/99_gdm
|
|
||||||
rm ${D}${sysconfdir}/gdm/custom.conf
|
rm ${D}${sysconfdir}/gdm/custom.conf
|
||||||
rm ${D}${libdir}/udev/rules.d/61-gdm.rules
|
install -m 644 ${UNPACKDIR}/gdm.conf ${D}${sysconfdir}/gdm/custom.conf
|
||||||
install -m 644 ${WORKDIR}/gdm.conf ${D}${sysconfdir}/gdm/custom.conf
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EXTRA_OEMESON = " \
|
|
||||||
-Dplymouth=enabled \
|
|
||||||
-Ddefault-pam-config=openembedded \
|
|
||||||
-Dpam-mod-dir=${base_libdir}/security \
|
|
||||||
"
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
INSANE_SKIP:${PN}-src = "buildpaths"
|
|
@@ -10,10 +10,10 @@ SRC_URI += "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -m 644 ${WORKDIR}/50_gnome-terminal.gschema.override ${D}${datadir}/glib-2.0/schemas
|
install -m 644 ${UNPACKDIR}/50_gnome-terminal.gschema.override ${D}${datadir}/glib-2.0/schemas
|
||||||
install -m 644 ${WORKDIR}/org.gnome.TerminalCitadel.desktop ${D}${datadir}/applications
|
install -m 644 ${UNPACKDIR}/org.gnome.TerminalCitadel.desktop ${D}${datadir}/applications
|
||||||
install -m 644 ${WORKDIR}/org.gnome.TerminalCitadel.service ${D}${datadir}/dbus-1/services
|
install -m 644 ${UNPACKDIR}/org.gnome.TerminalCitadel.service ${D}${datadir}/dbus-1/services
|
||||||
install -m 644 ${WORKDIR}/gnome-terminal-citadel.service ${D}${systemd_user_unitdir}
|
install -m 644 ${UNPACKDIR}/gnome-terminal-citadel.service ${D}${systemd_user_unitdir}
|
||||||
rm ${D}${datadir}/applications/org.gnome.Terminal.desktop
|
rm ${D}${datadir}/applications/org.gnome.Terminal.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
PACKAGES =+ "libgirepository"
|
|
||||||
FILES:libgirepository = "\
|
|
||||||
${libdir}/libgirepository-1.0${SOLIBS} \
|
|
||||||
${libdir}/girepository-1.0 \
|
|
||||||
"
|
|
3
meta-citadel/recipes-citadel/bbappends/llvm_%.bbappend
Normal file
3
meta-citadel/recipes-citadel/bbappends/llvm_%.bbappend
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
PACKAGECONFIG="libllvm"
|
||||||
|
|
@@ -1 +0,0 @@
|
|||||||
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=MinSizeRel "
|
|
@@ -1 +0,0 @@
|
|||||||
INSANE_SKIP:${PN}-src = "buildpaths"
|
|
@@ -3,16 +3,12 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/networkmanager:"
|
|||||||
|
|
||||||
SRC_URI += "\
|
SRC_URI += "\
|
||||||
file://NetworkManager.conf \
|
file://NetworkManager.conf \
|
||||||
file://watch-resolvconf.path \
|
|
||||||
file://watch-resolvconf.service \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} += "watch-resolvconf.path"
|
SYSTEMD_SERVICE:${PN} += "watch-resolvconf.path"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -m 0644 ${WORKDIR}/NetworkManager.conf ${D}${sysconfdir}/NetworkManager/
|
install -m 0644 ${UNPACKDIR}/NetworkManager.conf ${D}${sysconfdir}/NetworkManager/
|
||||||
install -m 644 ${WORKDIR}/watch-resolvconf.path ${D}${systemd_system_unitdir}
|
|
||||||
install -m 644 ${WORKDIR}/watch-resolvconf.service ${D}${systemd_system_unitdir}
|
|
||||||
}
|
}
|
||||||
PACKAGECONFIG = "nss systemd polkit wifi iwd vala nmcli bluez5"
|
PACKAGECONFIG = "nss systemd polkit wifi iwd vala nmcli bluez5"
|
||||||
NETWORKMANAGER_FIREWALL_DEFAULT = "iptables"
|
NETWORKMANAGER_FIREWALL_DEFAULT = "iptables"
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
PACKAGECONFIG = "pango drm gtk"
|
|
||||||
|
|
@@ -0,0 +1,244 @@
|
|||||||
|
From 14cd68b1fdd3a16a3aa2892f9216096bea02173d Mon Sep 17 00:00:00 2001
|
||||||
|
From: isa <isa@subgraph.com>
|
||||||
|
Date: Thu, 11 Jul 2024 18:58:40 +0000
|
||||||
|
Subject: [PATCH] Modify systemd to use localtime in /storage/citadel-state
|
||||||
|
Upstream-Status: Inappropriate [citadel specific]
|
||||||
|
|
||||||
|
---
|
||||||
|
src/basic/time-util.c | 4 ++--
|
||||||
|
src/core/manager.c | 18 +++++++++---------
|
||||||
|
src/core/manager.h | 2 +-
|
||||||
|
src/core/unit.h | 2 +-
|
||||||
|
src/firstboot/firstboot.c | 20 ++++++++++----------
|
||||||
|
src/timedate/timedated.c | 12 ++++++------
|
||||||
|
units/systemd-timedated.service.in | 2 +-
|
||||||
|
7 files changed, 30 insertions(+), 30 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/basic/time-util.c b/src/basic/time-util.c
|
||||||
|
index b94f37c31c..00ee790b60 100644
|
||||||
|
--- a/src/basic/time-util.c
|
||||||
|
+++ b/src/basic/time-util.c
|
||||||
|
@@ -1610,14 +1610,14 @@ int get_timezone(char **ret) {
|
||||||
|
|
||||||
|
assert(ret);
|
||||||
|
|
||||||
|
- r = readlink_malloc("/etc/localtime", &t);
|
||||||
|
+ r = readlink_malloc("/storage/citadel-state/localtime", &t);
|
||||||
|
if (r == -ENOENT)
|
||||||
|
/* If the symlink does not exist, assume "UTC", like glibc does */
|
||||||
|
return strdup_to(ret, "UTC");
|
||||||
|
if (r < 0)
|
||||||
|
return r; /* Return EINVAL if not a symlink */
|
||||||
|
|
||||||
|
- const char *e = PATH_STARTSWITH_SET(t, "/usr/share/zoneinfo/", "../usr/share/zoneinfo/");
|
||||||
|
+ const char *e = PATH_STARTSWITH_SET(t, "/usr/share/zoneinfo/", "../../usr/share/zoneinfo/");
|
||||||
|
if (!e)
|
||||||
|
return -EINVAL;
|
||||||
|
if (!timezone_is_valid(e, LOG_DEBUG))
|
||||||
|
diff --git a/src/core/manager.c b/src/core/manager.c
|
||||||
|
index 5997ef0cf1..21562cde8e 100644
|
||||||
|
--- a/src/core/manager.c
|
||||||
|
+++ b/src/core/manager.c
|
||||||
|
@@ -415,9 +415,9 @@ static int manager_read_timezone_stat(Manager *m) {
|
||||||
|
|
||||||
|
assert(m);
|
||||||
|
|
||||||
|
- /* Read the current stat() data of /etc/localtime so that we detect changes */
|
||||||
|
- if (lstat("/etc/localtime", &st) < 0) {
|
||||||
|
- log_debug_errno(errno, "Failed to stat /etc/localtime, ignoring: %m");
|
||||||
|
+ /* Read the current stat() data of /storage/citadel-state/localtime so that we detect changes */
|
||||||
|
+ if (lstat("/storage/citadel-state/localtime", &st) < 0) {
|
||||||
|
+ log_debug_errno(errno, "Failed to stat /storage/citadel-state/localtime, ignoring: %m");
|
||||||
|
changed = m->etc_localtime_accessible;
|
||||||
|
m->etc_localtime_accessible = false;
|
||||||
|
} else {
|
||||||
|
@@ -442,7 +442,7 @@ static int manager_setup_timezone_change(Manager *m) {
|
||||||
|
if (MANAGER_IS_TEST_RUN(m))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
- /* We watch /etc/localtime for three events: change of the link count (which might mean removal from /etc even
|
||||||
|
+ /* We watch /storage/citadel-state/localtime for three events: change of the link count (which might mean removal from /etc even
|
||||||
|
* though another link might be kept), renames, and file close operations after writing. Note we don't bother
|
||||||
|
* with IN_DELETE_SELF, as that would just report when the inode is removed entirely, i.e. after the link count
|
||||||
|
* went to zero and all fds to it are closed.
|
||||||
|
@@ -453,14 +453,14 @@ static int manager_setup_timezone_change(Manager *m) {
|
||||||
|
* Note that we create the new event source first here, before releasing the old one. This should optimize
|
||||||
|
* behaviour as this way sd-event can reuse the old watch in case the inode didn't change. */
|
||||||
|
|
||||||
|
- r = sd_event_add_inotify(m->event, &new_event, "/etc/localtime",
|
||||||
|
+ r = sd_event_add_inotify(m->event, &new_event, "/storage/citadel-state/localtime",
|
||||||
|
IN_ATTRIB|IN_MOVE_SELF|IN_CLOSE_WRITE|IN_DONT_FOLLOW, manager_dispatch_timezone_change, m);
|
||||||
|
if (r == -ENOENT) {
|
||||||
|
/* If the file doesn't exist yet, subscribe to /etc instead, and wait until it is created either by
|
||||||
|
* O_CREATE or by rename() */
|
||||||
|
|
||||||
|
- log_debug_errno(r, "/etc/localtime doesn't exist yet, watching /etc instead.");
|
||||||
|
- r = sd_event_add_inotify(m->event, &new_event, "/etc",
|
||||||
|
+ log_debug_errno(r, "/storage/citadel-state/localtime doesn't exist yet, watching /storage/citadel-state instead.");
|
||||||
|
+ r = sd_event_add_inotify(m->event, &new_event, "/storage/citadel-state",
|
||||||
|
IN_CREATE|IN_MOVED_TO|IN_ONLYDIR, manager_dispatch_timezone_change, m);
|
||||||
|
}
|
||||||
|
if (r < 0)
|
||||||
|
@@ -3258,13 +3258,13 @@ static int manager_dispatch_timezone_change(
|
||||||
|
int changed;
|
||||||
|
Unit *u;
|
||||||
|
|
||||||
|
- log_debug("inotify event for /etc/localtime");
|
||||||
|
+ log_debug("inotify event for /storage/citadel-state/localtime");
|
||||||
|
|
||||||
|
changed = manager_read_timezone_stat(m);
|
||||||
|
if (changed <= 0)
|
||||||
|
return changed;
|
||||||
|
|
||||||
|
- /* Something changed, restart the watch, to ensure we watch the new /etc/localtime if it changed */
|
||||||
|
+ /* Something changed, restart the watch, to ensure we watch the new /storage/citadel-state/localtime if it changed */
|
||||||
|
(void) manager_setup_timezone_change(m);
|
||||||
|
|
||||||
|
/* Read the new timezone */
|
||||||
|
diff --git a/src/core/manager.h b/src/core/manager.h
|
||||||
|
index 0641b2726f..47a092868c 100644
|
||||||
|
--- a/src/core/manager.h
|
||||||
|
+++ b/src/core/manager.h
|
||||||
|
@@ -377,7 +377,7 @@ struct Manager {
|
||||||
|
|
||||||
|
unsigned gc_marker;
|
||||||
|
|
||||||
|
- /* The stat() data the last time we saw /etc/localtime */
|
||||||
|
+ /* The stat() data the last time we saw /storage/citadel-state/localtime */
|
||||||
|
usec_t etc_localtime_mtime;
|
||||||
|
bool etc_localtime_accessible;
|
||||||
|
|
||||||
|
diff --git a/src/core/unit.h b/src/core/unit.h
|
||||||
|
index b135fecc51..4654f976f6 100644
|
||||||
|
--- a/src/core/unit.h
|
||||||
|
+++ b/src/core/unit.h
|
||||||
|
@@ -657,7 +657,7 @@ typedef struct UnitVTable {
|
||||||
|
/* Called whenever CLOCK_REALTIME made a jump */
|
||||||
|
void (*time_change)(Unit *u);
|
||||||
|
|
||||||
|
- /* Called whenever /etc/localtime was modified */
|
||||||
|
+ /* Called whenever /storage/citadel-state/localtime was modified */
|
||||||
|
void (*timezone_change)(Unit *u);
|
||||||
|
|
||||||
|
/* Returns the next timeout of a unit */
|
||||||
|
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c
|
||||||
|
index 0dbdfc6638..04a292f4fb 100644
|
||||||
|
--- a/src/firstboot/firstboot.c
|
||||||
|
+++ b/src/firstboot/firstboot.c
|
||||||
|
@@ -608,15 +608,15 @@ static int process_timezone(int rfd) {
|
||||||
|
|
||||||
|
assert(rfd >= 0);
|
||||||
|
|
||||||
|
- pfd = chase_and_open_parent_at(rfd, "/etc/localtime",
|
||||||
|
+ pfd = chase_and_open_parent_at(rfd, "/storage/citadel-state/localtime",
|
||||||
|
CHASE_AT_RESOLVE_IN_ROOT|CHASE_MKDIR_0755|CHASE_WARN|CHASE_NOFOLLOW,
|
||||||
|
&f);
|
||||||
|
if (pfd < 0)
|
||||||
|
- return log_error_errno(pfd, "Failed to chase /etc/localtime: %m");
|
||||||
|
+ return log_error_errno(pfd, "Failed to chase /storage/citadel-state/localtime: %m");
|
||||||
|
|
||||||
|
r = should_configure(pfd, f);
|
||||||
|
if (r == 0)
|
||||||
|
- log_debug("Found /etc/localtime, assuming timezone has been configured.");
|
||||||
|
+ log_debug("Found /storage/citadel-state/localtime, assuming timezone has been configured.");
|
||||||
|
if (r <= 0)
|
||||||
|
return r;
|
||||||
|
|
||||||
|
@@ -627,16 +627,16 @@ static int process_timezone(int rfd) {
|
||||||
|
if (arg_copy_timezone && r == 0) {
|
||||||
|
_cleanup_free_ char *s = NULL;
|
||||||
|
|
||||||
|
- r = readlink_malloc("/etc/localtime", &s);
|
||||||
|
+ r = readlink_malloc("/storage/citadel-state/localtime", &s);
|
||||||
|
if (r != -ENOENT) {
|
||||||
|
if (r < 0)
|
||||||
|
- return log_error_errno(r, "Failed to read host's /etc/localtime: %m");
|
||||||
|
+ return log_error_errno(r, "Failed to read host's /storage/citadel-state/localtime: %m");
|
||||||
|
|
||||||
|
r = symlinkat_atomic_full(s, pfd, f, /* make_relative= */ false);
|
||||||
|
if (r < 0)
|
||||||
|
- return log_error_errno(r, "Failed to create /etc/localtime symlink: %m");
|
||||||
|
+ return log_error_errno(r, "Failed to create /storage/citadel-state/localtime symlink: %m");
|
||||||
|
|
||||||
|
- log_info("Copied host's /etc/localtime.");
|
||||||
|
+ log_info("Copied host's /storage/citadel-state/localtime.");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -652,9 +652,9 @@ static int process_timezone(int rfd) {
|
||||||
|
|
||||||
|
r = symlinkat_atomic_full(e, pfd, f, /* make_relative= */ false);
|
||||||
|
if (r < 0)
|
||||||
|
- return log_error_errno(r, "Failed to create /etc/localtime symlink: %m");
|
||||||
|
+ return log_error_errno(r, "Failed to create /storage/citadel-state/localtime symlink: %m");
|
||||||
|
|
||||||
|
- log_info("/etc/localtime written");
|
||||||
|
+ log_info("/storage/citadel-state/localtime written");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -1240,7 +1240,7 @@ static int process_reset(int rfd) {
|
||||||
|
"/etc/hostname",
|
||||||
|
"/etc/machine-id",
|
||||||
|
"/etc/kernel/cmdline",
|
||||||
|
- "/etc/localtime") {
|
||||||
|
+ "/storage/citadel-state/localtime") {
|
||||||
|
r = reset_one(rfd, p);
|
||||||
|
if (r < 0)
|
||||||
|
return r;
|
||||||
|
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c
|
||||||
|
index e3b4367ec0..4693a0214e 100644
|
||||||
|
--- a/src/timedate/timedated.c
|
||||||
|
+++ b/src/timedate/timedated.c
|
||||||
|
@@ -280,9 +280,9 @@ static int context_read_data(Context *c) {
|
||||||
|
|
||||||
|
r = get_timezone(&t);
|
||||||
|
if (r == -EINVAL)
|
||||||
|
- log_warning_errno(r, "/etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/.");
|
||||||
|
+ log_warning_errno(r, "/storage/citadel-state/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/.");
|
||||||
|
else if (r < 0)
|
||||||
|
- log_warning_errno(r, "Failed to get target of /etc/localtime: %m");
|
||||||
|
+ log_warning_errno(r, "Failed to get target of /storage/citadel-state/localtime: %m");
|
||||||
|
|
||||||
|
free_and_replace(c->zone, t);
|
||||||
|
|
||||||
|
@@ -306,22 +306,22 @@ static int context_write_data_timezone(Context *c) {
|
||||||
|
|
||||||
|
if (access("/usr/share/zoneinfo/UTC", F_OK) < 0) {
|
||||||
|
|
||||||
|
- if (unlink("/etc/localtime") < 0 && errno != ENOENT)
|
||||||
|
+ if (unlink("/storage/citadel-state/localtime") < 0 && errno != ENOENT)
|
||||||
|
return -errno;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
- source = "../usr/share/zoneinfo/UTC";
|
||||||
|
+ source = "../../usr/share/zoneinfo/UTC";
|
||||||
|
} else {
|
||||||
|
- p = path_join("../usr/share/zoneinfo", c->zone);
|
||||||
|
+ p = path_join("../../usr/share/zoneinfo", c->zone);
|
||||||
|
if (!p)
|
||||||
|
return -ENOMEM;
|
||||||
|
|
||||||
|
source = p;
|
||||||
|
}
|
||||||
|
|
||||||
|
- return symlink_atomic(source, "/etc/localtime");
|
||||||
|
+ return symlink_atomic(source, "/storage/citadel-state/localtime");
|
||||||
|
}
|
||||||
|
|
||||||
|
static int context_write_data_local_rtc(Context *c) {
|
||||||
|
diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in
|
||||||
|
index 06c3306a6e..5c3fe18ed0 100644
|
||||||
|
--- a/units/systemd-timedated.service.in
|
||||||
|
+++ b/units/systemd-timedated.service.in
|
||||||
|
@@ -32,7 +32,7 @@ ProtectKernelLogs=yes
|
||||||
|
ProtectKernelModules=yes
|
||||||
|
ProtectKernelTunables=yes
|
||||||
|
ProtectSystem=strict
|
||||||
|
-ReadWritePaths=/etc
|
||||||
|
+ReadWritePaths=/storage/citadel-state
|
||||||
|
RestrictAddressFamilies=AF_UNIX
|
||||||
|
RestrictNamespaces=yes
|
||||||
|
RestrictRealtime=yes
|
@@ -8,11 +8,19 @@ ALTERNATIVE:${PN}:remove = "resolv-conf"
|
|||||||
|
|
||||||
GROUPADD_PARAM:${PN} += "-r wheel; -r kvm; -r render"
|
GROUPADD_PARAM:${PN} += "-r wheel; -r kvm; -r render"
|
||||||
PACKAGECONFIG = "\
|
PACKAGECONFIG = "\
|
||||||
efi acl ldconfig pam usrmerge rfkill backlight binfmt hostnamed localed logind machined myhostname \
|
efi acl ldconfig pam rfkill backlight binfmt hostnamed localed logind machined myhostname \
|
||||||
nss polkit randomseed seccomp timedated utmp timesyncd kmod sysusers gshadow cryptsetup cgroupv2 \
|
nss polkit randomseed seccomp timedated utmp timesyncd kmod sysusers gshadow cryptsetup \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# This is to avoid deletion of tmp.mount
|
||||||
|
# see do_install() in systemd recipe.
|
||||||
|
FILESYSTEM_PERMS_TABLES += "files/fs-perms-volatile-tmp.txt"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
rm -f ${D}${sysconfdir}/tmpfiles.d/00-create-volatile.conf
|
rm -f ${D}${sysconfdir}/tmpfiles.d/00-create-volatile.conf
|
||||||
ln -s rescue.target ${D}${systemd_unitdir}/system/kbrequest.target
|
ln -s rescue.target ${D}${systemd_unitdir}/system/kbrequest.target
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SRC_URI += " \
|
||||||
|
file://0001-Modify-systemd-to-use-localtime-in-storage-citadel-s.patch \
|
||||||
|
"
|
||||||
|
5
meta-citadel/recipes-citadel/bbappends/tzdata%.bbappend
Normal file
5
meta-citadel/recipes-citadel/bbappends/tzdata%.bbappend
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
pkg_postinst:${PN}() {
|
||||||
|
etc_lt="$D${sysconfdir}/localtime"
|
||||||
|
|
||||||
|
ln -sf ../storage/citadel-state/localtime $etc_lt
|
||||||
|
}
|
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
|||||||
|
|
||||||
DEPENDS = "dconf-native"
|
DEPENDS = "dconf-native"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}/sources"
|
||||||
|
UNPACKDIR = "${S}"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
file://gsettings/90_citadel.gschema.override \
|
file://gsettings/90_citadel.gschema.override \
|
||||||
|
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
|||||||
SECTION = ""
|
SECTION = ""
|
||||||
DEPENDS = ""
|
DEPENDS = ""
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}/sources"
|
||||||
|
UNPACKDIR = "${S}"
|
||||||
|
|
||||||
DEFAULT_REALM_UNITS = "\
|
DEFAULT_REALM_UNITS = "\
|
||||||
file://systemd/citadel-launch-default-realm.path \
|
file://systemd/citadel-launch-default-realm.path \
|
||||||
@@ -41,15 +42,17 @@ SRC_URI = "\
|
|||||||
file://share/dot.profile \
|
file://share/dot.profile \
|
||||||
file://share/dot.vimrc \
|
file://share/dot.vimrc \
|
||||||
file://polkit/citadel.rules \
|
file://polkit/citadel.rules \
|
||||||
|
file://polkit/gnome-control-center.rules \
|
||||||
file://citadel-installer.session \
|
file://citadel-installer.session \
|
||||||
file://citadel-installer.json \
|
file://citadel-installer.json \
|
||||||
file://citadel-installer.desktop \
|
file://citadel-installer.desktop \
|
||||||
file://citadel-installer-ui.desktop \
|
|
||||||
file://systemd/zram-swap.service \
|
file://systemd/zram-swap.service \
|
||||||
file://systemd/x11-session-switcher.service \
|
file://systemd/x11-session-switcher.service \
|
||||||
file://systemd/citadel-installer-backend.service \
|
file://systemd/citadel-installer-backend.service \
|
||||||
file://systemd/installer-session-switcher.service \
|
file://systemd/installer-session-switcher.service \
|
||||||
file://systemd/user/gnome-session@citadel-installer.target.d/session.conf \
|
file://systemd/user/gnome-session@citadel-installer.target.d/session.conf \
|
||||||
|
file://systemd/watch-resolvconf.service \
|
||||||
|
file://systemd/watch-resolvconf.path \
|
||||||
file://skel/profile \
|
file://skel/profile \
|
||||||
file://skel/bashrc \
|
file://skel/bashrc \
|
||||||
file://skel/vimrc \
|
file://skel/vimrc \
|
||||||
@@ -66,7 +69,7 @@ SRC_URI = "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
USERADD_PARAM:${PN} = "-m -u 1000 -s /bin/bash citadel"
|
USERADD_PARAM:${PN} = "-m -u 1000 -G wheel -s /bin/bash citadel"
|
||||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||||
|
|
||||||
# for citadel-ifconfig.sh
|
# for citadel-ifconfig.sh
|
||||||
@@ -74,7 +77,7 @@ RDEPENDS:${PN} = "bash"
|
|||||||
|
|
||||||
inherit allarch systemd useradd
|
inherit allarch systemd useradd
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "zram-swap.service citadel-launch-default-realm.path x11-session-switcher.service citadel-installer-backend.service installer-session-switcher.service citadel-setpassword.service"
|
SYSTEMD_SERVICE:${PN} = "zram-swap.service citadel-launch-default-realm.path x11-session-switcher.service citadel-installer-backend.service installer-session-switcher.service citadel-setpassword.service watch-resolvconf.service watch-resolvconf.path"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -m 0755 -d ${D}/storage
|
install -m 0755 -d ${D}/storage
|
||||||
@@ -103,55 +106,57 @@ do_install() {
|
|||||||
install -m 0755 -d ${D}${datadir}/applications
|
install -m 0755 -d ${D}${datadir}/applications
|
||||||
install -m 0755 -d ${D}${datadir}/wayland-sessions
|
install -m 0755 -d ${D}${datadir}/wayland-sessions
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/locale.conf ${D}${sysconfdir}/locale.conf
|
install -m 0644 ${UNPACKDIR}/locale.conf ${D}${sysconfdir}/locale.conf
|
||||||
install -m 0644 ${WORKDIR}/environment.sh ${D}${sysconfdir}/profile.d/environment.sh
|
install -m 0644 ${UNPACKDIR}/environment.sh ${D}${sysconfdir}/profile.d/environment.sh
|
||||||
install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab
|
install -m 0644 ${UNPACKDIR}/fstab ${D}${sysconfdir}/fstab
|
||||||
install -m 0440 ${WORKDIR}/sudo-citadel ${D}${sysconfdir}/sudoers.d/citadel
|
install -m 0440 ${UNPACKDIR}/sudo-citadel ${D}${sysconfdir}/sudoers.d/citadel
|
||||||
install -m 0644 ${WORKDIR}/00-storage-tmpfiles.conf ${D}${sysconfdir}/tmpfiles.d
|
install -m 0644 ${UNPACKDIR}/00-storage-tmpfiles.conf ${D}${sysconfdir}/tmpfiles.d
|
||||||
#install -m 0644 ${WORKDIR}/NetworkManager.conf ${D}${sysconfdir}/NetworkManager
|
#install -m 0644 ${UNPACKDIR}/NetworkManager.conf ${D}${sysconfdir}/NetworkManager
|
||||||
|
|
||||||
install -d ${D}${systemd_system_unitdir}
|
install -d ${D}${systemd_system_unitdir}
|
||||||
|
|
||||||
install -m 644 ${WORKDIR}/systemd/zram-swap.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/zram-swap.service ${D}${systemd_system_unitdir}
|
||||||
|
|
||||||
install -m 644 ${WORKDIR}/systemd/x11-session-switcher.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/x11-session-switcher.service ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/systemd/citadel-installer-backend.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/citadel-installer-backend.service ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/systemd/installer-session-switcher.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/installer-session-switcher.service ${D}${systemd_system_unitdir}
|
||||||
|
|
||||||
install -m 644 ${WORKDIR}/systemd/citadel-setpassword.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/watch-resolvconf.service ${D}${systemd_system_unitdir}
|
||||||
install -m 0754 ${WORKDIR}/citadel-setpassword.sh ${D}${libexecdir}
|
install -m 644 ${UNPACKDIR}/systemd/watch-resolvconf.path ${D}${systemd_system_unitdir}
|
||||||
|
|
||||||
|
install -m 644 ${UNPACKDIR}/systemd/citadel-setpassword.service ${D}${systemd_system_unitdir}
|
||||||
|
install -m 0754 ${UNPACKDIR}/citadel-setpassword.sh ${D}${libexecdir}
|
||||||
install -d ${D}${systemd_user_unitdir}/gnome-session@citadel-installer.target.d
|
install -d ${D}${systemd_user_unitdir}/gnome-session@citadel-installer.target.d
|
||||||
install -m 644 ${WORKDIR}/systemd/user/gnome-session@citadel-installer.target.d/session.conf ${D}${systemd_user_unitdir}/gnome-session@citadel-installer.target.d
|
install -m 644 ${UNPACKDIR}/systemd/user/gnome-session@citadel-installer.target.d/session.conf ${D}${systemd_user_unitdir}/gnome-session@citadel-installer.target.d
|
||||||
|
|
||||||
install -m 644 ${WORKDIR}/systemd/citadel-launch-default-realm.path ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/citadel-launch-default-realm.path ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/systemd/citadel-launch-default-realm.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/systemd/citadel-launch-default-realm.service ${D}${systemd_system_unitdir}
|
||||||
|
|
||||||
# skel files for new realms
|
# skel files for new realms
|
||||||
install -m 644 -T ${WORKDIR}/skel/profile ${D}${sysconfdir}/skel/.profile
|
install -m 644 -T ${UNPACKDIR}/skel/profile ${D}${sysconfdir}/skel/.profile
|
||||||
install -m 644 -T ${WORKDIR}/skel/bashrc ${D}${sysconfdir}/skel/.bashrc
|
install -m 644 -T ${UNPACKDIR}/skel/bashrc ${D}${sysconfdir}/skel/.bashrc
|
||||||
install -m 644 -T ${WORKDIR}/skel/vimrc ${D}${sysconfdir}/skel/.vimrc
|
install -m 644 -T ${UNPACKDIR}/skel/vimrc ${D}${sysconfdir}/skel/.vimrc
|
||||||
install -m 644 -T ${WORKDIR}/skel/init.vim ${D}${sysconfdir}/skel/.config/nvim/init.vim
|
install -m 644 -T ${UNPACKDIR}/skel/init.vim ${D}${sysconfdir}/skel/.config/nvim/init.vim
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/sysctl/90-citadel-sysctl.conf ${D}${libdir}/sysctl.d/
|
install -m 0644 ${UNPACKDIR}/sysctl/90-citadel-sysctl.conf ${D}${libdir}/sysctl.d/
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/udev/citadel-network.rules ${D}${sysconfdir}/udev/rules.d/
|
install -m 0644 ${UNPACKDIR}/udev/citadel-network.rules ${D}${sysconfdir}/udev/rules.d/
|
||||||
install -m 0755 ${WORKDIR}/citadel-ifconfig.sh ${D}${libexecdir}
|
install -m 0755 ${UNPACKDIR}/citadel-ifconfig.sh ${D}${libexecdir}
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/udev/pci-pm.rules ${D}${sysconfdir}/udev/rules.d/
|
install -m 0644 ${UNPACKDIR}/udev/pci-pm.rules ${D}${sysconfdir}/udev/rules.d/
|
||||||
install -m 0644 ${WORKDIR}/udev/udisks2-hide.rules ${D}${sysconfdir}/udev/rules.d/
|
install -m 0644 ${UNPACKDIR}/udev/udisks2-hide.rules ${D}${sysconfdir}/udev/rules.d/
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/citadel-installer.session ${D}${datadir}/gnome-session/sessions/
|
install -m 0644 ${UNPACKDIR}/citadel-installer.session ${D}${datadir}/gnome-session/sessions/
|
||||||
install -m 0644 ${WORKDIR}/citadel-installer.json ${D}${datadir}/gnome-shell/modes/
|
install -m 0644 ${UNPACKDIR}/citadel-installer.json ${D}${datadir}/gnome-shell/modes/
|
||||||
install -m 0644 ${WORKDIR}/citadel-installer-ui.desktop ${D}${datadir}/applications/
|
install -m 0644 ${UNPACKDIR}/citadel-installer.desktop ${D}${datadir}/wayland-sessions/
|
||||||
install -m 0644 ${WORKDIR}/citadel-installer.desktop ${D}${datadir}/wayland-sessions/
|
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/share/dot.bashrc ${D}${datadir}/factory/home/root/.bashrc
|
install -m 0644 ${UNPACKDIR}/share/dot.bashrc ${D}${datadir}/factory/home/root/.bashrc
|
||||||
install -m 0644 ${WORKDIR}/share/dot.profile ${D}${datadir}/factory/home/root/.profile
|
install -m 0644 ${UNPACKDIR}/share/dot.profile ${D}${datadir}/factory/home/root/.profile
|
||||||
install -m 0644 ${WORKDIR}/share/dot.vimrc ${D}${datadir}/factory/home/root/.vimrc
|
install -m 0644 ${UNPACKDIR}/share/dot.vimrc ${D}${datadir}/factory/home/root/.vimrc
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/share/dot.bashrc ${D}${datadir}/factory/home/citadel/.bashrc
|
install -m 0644 ${UNPACKDIR}/share/dot.bashrc ${D}${datadir}/factory/home/citadel/.bashrc
|
||||||
install -m 0644 ${WORKDIR}/share/dot.profile ${D}${datadir}/factory/home/citadel/.profile
|
install -m 0644 ${UNPACKDIR}/share/dot.profile ${D}${datadir}/factory/home/citadel/.profile
|
||||||
install -m 0644 ${WORKDIR}/share/dot.vimrc ${D}${datadir}/factory/home/citadel/.vimrc
|
install -m 0644 ${UNPACKDIR}/share/dot.vimrc ${D}${datadir}/factory/home/citadel/.vimrc
|
||||||
|
|
||||||
|
|
||||||
# To avoid these warnings:
|
# To avoid these warnings:
|
||||||
@@ -159,18 +164,19 @@ do_install() {
|
|||||||
# [pulseaudio] authkey.c: Failed to open cookie file '/home/citadel/.config/pulse/cookie': No such file or directory
|
# [pulseaudio] authkey.c: Failed to open cookie file '/home/citadel/.config/pulse/cookie': No such file or directory
|
||||||
#
|
#
|
||||||
|
|
||||||
install -m 0600 ${WORKDIR}/pulse/cookie ${D}${datadir}/factory/home/citadel/.config/pulse/cookie
|
install -m 0600 ${UNPACKDIR}/pulse/cookie ${D}${datadir}/factory/home/citadel/.config/pulse/cookie
|
||||||
|
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/polkit/citadel.rules ${D}${sysconfdir}/polkit-1/rules.d/
|
install -m 0644 ${UNPACKDIR}/polkit/citadel.rules ${D}${sysconfdir}/polkit-1/rules.d/
|
||||||
|
install -m 0644 ${UNPACKDIR}/polkit/gnome-control-center.rules ${D}${sysconfdir}/polkit-1/rules.d/
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/modprobe.d/audio_powersave.conf ${D}${sysconfdir}/modprobe.d/
|
install -m 0644 ${UNPACKDIR}/modprobe.d/audio_powersave.conf ${D}${sysconfdir}/modprobe.d/
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/iwd/main.conf ${D}${sysconfdir}/iwd/
|
install -m 0644 ${UNPACKDIR}/iwd/main.conf ${D}${sysconfdir}/iwd/
|
||||||
|
|
||||||
install -d ${D}${datadir}/apt-cacher-ng/conf
|
install -d ${D}${datadir}/apt-cacher-ng/conf
|
||||||
install -m 0644 ${WORKDIR}/apt-cacher-ng/acng.conf ${D}${datadir}/apt-cacher-ng/conf/
|
install -m 0644 ${UNPACKDIR}/apt-cacher-ng/acng.conf ${D}${datadir}/apt-cacher-ng/conf/
|
||||||
install -m 0644 ${WORKDIR}/apt-cacher-ng/security.conf ${D}${datadir}/apt-cacher-ng/conf/
|
install -m 0644 ${UNPACKDIR}/apt-cacher-ng/security.conf ${D}${datadir}/apt-cacher-ng/conf/
|
||||||
|
|
||||||
# This probably belongs in lvm2 recipe
|
# This probably belongs in lvm2 recipe
|
||||||
install -d ${D}${systemd_system_unitdir}/sysinit.target.wants
|
install -d ${D}${systemd_system_unitdir}/sysinit.target.wants
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Citadel Installer
|
|
||||||
Comment=This session logs you into the Citadel Installer
|
|
||||||
Exec=/usr/libexec/citadel-installer-ui
|
|
||||||
TryExec=/usr/libexec/citadel-installer-ui
|
|
||||||
Icon=
|
|
||||||
Type=Application
|
|
||||||
|
|
@@ -33,6 +33,9 @@ enabled-extensions=['dash-to-panel@jderose9.github.com']
|
|||||||
|
|
||||||
[org.gnome.settings-daemon.plugins.media-keys]
|
[org.gnome.settings-daemon.plugins.media-keys]
|
||||||
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']
|
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']
|
||||||
|
binding='<Super>r'
|
||||||
|
command='com.subgraph.citadel.Realms'
|
||||||
|
name='Realms'
|
||||||
|
|
||||||
[org.gnome.settings-daemon.plugins.xsettings]
|
[org.gnome.settings-daemon.plugins.xsettings]
|
||||||
antialiasing='rgba'
|
antialiasing='rgba'
|
||||||
|
@@ -0,0 +1,13 @@
|
|||||||
|
polkit.addRule(function(action, subject) {
|
||||||
|
if ((action.id == "org.freedesktop.locale1.set-locale" ||
|
||||||
|
action.id == "org.freedesktop.locale1.set-keyboard" ||
|
||||||
|
action.id == "org.freedesktop.ModemManager1.Device.Control" ||
|
||||||
|
action.id == "org.freedesktop.hostname1.set-static-hostname" ||
|
||||||
|
action.id == "org.freedesktop.hostname1.set-hostname" ||
|
||||||
|
action.id == "org.gnome.controlcenter.datetime.configure") &&
|
||||||
|
subject.local &&
|
||||||
|
subject.active &&
|
||||||
|
subject.isInGroup ("citadel")) {
|
||||||
|
return polkit.Result.YES;
|
||||||
|
}
|
||||||
|
});
|
@@ -6,4 +6,4 @@ PathChanged=/run/NetworkManager
|
|||||||
MakeDirectory=true
|
MakeDirectory=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
@@ -4,4 +4,4 @@ ConditionPathExists=/run/NetworkManager/resolv.conf
|
|||||||
ConditionPathExists=/storage/citadel-state
|
ConditionPathExists=/storage/citadel-state
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/bin/cp /run/NetworkManager/resolv.conf /storage/citadel-state/resolv.conf
|
ExecStart=/bin/cp /run/NetworkManager/resolv.conf /storage/citadel-state/resolv.conf
|
@@ -13,8 +13,8 @@ do_install() {
|
|||||||
install -m 0755 -d ${D}${datadir}/citadel-documentation
|
install -m 0755 -d ${D}${datadir}/citadel-documentation
|
||||||
install -m 0755 -d ${D}${datadir}/applications
|
install -m 0755 -d ${D}${datadir}/applications
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/pages/*.page ${D}${datadir}/citadel-documentation
|
install -m 0644 ${UNPACKDIR}/pages/*.page ${D}${datadir}/citadel-documentation
|
||||||
install -m 0644 ${WORKDIR}/citadel-documentation.desktop ${D}${datadir}/applications
|
install -m 0644 ${UNPACKDIR}/citadel-documentation.desktop ${D}${datadir}/applications
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} = "/"
|
FILES:${PN} = "/"
|
||||||
|
@@ -0,0 +1,460 @@
|
|||||||
|
# Autogenerated with 'bitbake -c update_crates citadel-installer-ui'
|
||||||
|
|
||||||
|
# from Cargo.lock
|
||||||
|
SRC_URI += " \
|
||||||
|
crate://crates.io/addr2line/0.24.2 \
|
||||||
|
crate://crates.io/adler2/2.0.1 \
|
||||||
|
crate://crates.io/aho-corasick/1.1.3 \
|
||||||
|
crate://crates.io/async-broadcast/0.7.2 \
|
||||||
|
crate://crates.io/async-channel/2.5.0 \
|
||||||
|
crate://crates.io/async-executor/1.13.2 \
|
||||||
|
crate://crates.io/async-io/2.5.0 \
|
||||||
|
crate://crates.io/async-lock/3.4.0 \
|
||||||
|
crate://crates.io/async-process/2.4.0 \
|
||||||
|
crate://crates.io/async-recursion/1.1.1 \
|
||||||
|
crate://crates.io/async-signal/0.2.12 \
|
||||||
|
crate://crates.io/async-task/4.7.1 \
|
||||||
|
crate://crates.io/async-trait/0.1.88 \
|
||||||
|
crate://crates.io/atomic-waker/1.1.2 \
|
||||||
|
crate://crates.io/autocfg/1.5.0 \
|
||||||
|
crate://crates.io/backtrace/0.3.75 \
|
||||||
|
crate://crates.io/bitflags/2.9.1 \
|
||||||
|
crate://crates.io/block/0.1.6 \
|
||||||
|
crate://crates.io/blocking/1.6.2 \
|
||||||
|
crate://crates.io/bumpalo/3.19.0 \
|
||||||
|
crate://crates.io/bytes/1.10.1 \
|
||||||
|
crate://crates.io/cairo-rs/0.19.4 \
|
||||||
|
crate://crates.io/cairo-sys-rs/0.19.2 \
|
||||||
|
crate://crates.io/cc/1.2.30 \
|
||||||
|
crate://crates.io/cfg-expr/0.15.8 \
|
||||||
|
crate://crates.io/cfg-if/1.0.1 \
|
||||||
|
crate://crates.io/cfg_aliases/0.2.1 \
|
||||||
|
crate://crates.io/chrono/0.4.41 \
|
||||||
|
crate://crates.io/chrono-tz/0.10.4 \
|
||||||
|
crate://crates.io/concurrent-queue/2.5.0 \
|
||||||
|
crate://crates.io/crossbeam-channel/0.5.15 \
|
||||||
|
crate://crates.io/crossbeam-utils/0.8.21 \
|
||||||
|
crate://crates.io/deranged/0.4.0 \
|
||||||
|
crate://crates.io/endi/1.1.0 \
|
||||||
|
crate://crates.io/enumflags2/0.7.12 \
|
||||||
|
crate://crates.io/enumflags2_derive/0.7.12 \
|
||||||
|
crate://crates.io/equivalent/1.0.2 \
|
||||||
|
crate://crates.io/errno/0.3.13 \
|
||||||
|
crate://crates.io/event-listener/5.4.0 \
|
||||||
|
crate://crates.io/event-listener-strategy/0.5.4 \
|
||||||
|
crate://crates.io/fastrand/2.3.0 \
|
||||||
|
crate://crates.io/field-offset/0.3.6 \
|
||||||
|
crate://crates.io/flume/0.11.1 \
|
||||||
|
crate://crates.io/fragile/2.0.1 \
|
||||||
|
crate://crates.io/futures/0.3.31 \
|
||||||
|
crate://crates.io/futures-channel/0.3.31 \
|
||||||
|
crate://crates.io/futures-core/0.3.31 \
|
||||||
|
crate://crates.io/futures-executor/0.3.31 \
|
||||||
|
crate://crates.io/futures-io/0.3.31 \
|
||||||
|
crate://crates.io/futures-lite/2.6.0 \
|
||||||
|
crate://crates.io/futures-macro/0.3.31 \
|
||||||
|
crate://crates.io/futures-sink/0.3.31 \
|
||||||
|
crate://crates.io/futures-task/0.3.31 \
|
||||||
|
crate://crates.io/futures-util/0.3.31 \
|
||||||
|
crate://crates.io/gdk-pixbuf/0.19.8 \
|
||||||
|
crate://crates.io/gdk-pixbuf-sys/0.19.8 \
|
||||||
|
crate://crates.io/gdk4/0.8.2 \
|
||||||
|
crate://crates.io/gdk4-sys/0.8.2 \
|
||||||
|
crate://crates.io/getrandom/0.2.16 \
|
||||||
|
crate://crates.io/getrandom/0.3.3 \
|
||||||
|
crate://crates.io/gettext-rs/0.7.2 \
|
||||||
|
crate://crates.io/gettext-sys/0.22.5 \
|
||||||
|
crate://crates.io/gimli/0.31.1 \
|
||||||
|
crate://crates.io/gio/0.19.8 \
|
||||||
|
crate://crates.io/gio-sys/0.19.8 \
|
||||||
|
crate://crates.io/glib/0.19.9 \
|
||||||
|
crate://crates.io/glib-macros/0.19.9 \
|
||||||
|
crate://crates.io/glib-sys/0.19.8 \
|
||||||
|
crate://crates.io/gobject-sys/0.19.8 \
|
||||||
|
crate://crates.io/graphene-rs/0.19.8 \
|
||||||
|
crate://crates.io/graphene-sys/0.19.8 \
|
||||||
|
crate://crates.io/gsk4/0.8.2 \
|
||||||
|
crate://crates.io/gsk4-sys/0.8.2 \
|
||||||
|
crate://crates.io/gtk4/0.8.2 \
|
||||||
|
crate://crates.io/gtk4-macros/0.8.2 \
|
||||||
|
crate://crates.io/gtk4-sys/0.8.2 \
|
||||||
|
crate://crates.io/hashbrown/0.15.4 \
|
||||||
|
crate://crates.io/heck/0.5.0 \
|
||||||
|
crate://crates.io/hermit-abi/0.3.9 \
|
||||||
|
crate://crates.io/hermit-abi/0.5.2 \
|
||||||
|
crate://crates.io/hex/0.4.3 \
|
||||||
|
crate://crates.io/indexmap/2.10.0 \
|
||||||
|
crate://crates.io/io-lifetimes/1.0.11 \
|
||||||
|
crate://crates.io/io-uring/0.7.9 \
|
||||||
|
crate://crates.io/itoa/1.0.15 \
|
||||||
|
crate://crates.io/js-sys/0.3.77 \
|
||||||
|
crate://crates.io/lazy_static/1.5.0 \
|
||||||
|
crate://crates.io/libadwaita/0.6.0 \
|
||||||
|
crate://crates.io/libadwaita-sys/0.6.0 \
|
||||||
|
crate://crates.io/libc/0.2.174 \
|
||||||
|
crate://crates.io/libudev-sys/0.1.4 \
|
||||||
|
crate://crates.io/linux-raw-sys/0.9.4 \
|
||||||
|
crate://crates.io/locale_config/0.3.0 \
|
||||||
|
crate://crates.io/lock_api/0.4.13 \
|
||||||
|
crate://crates.io/log/0.4.27 \
|
||||||
|
crate://crates.io/malloc_buf/0.0.6 \
|
||||||
|
crate://crates.io/memchr/2.7.5 \
|
||||||
|
crate://crates.io/memoffset/0.9.1 \
|
||||||
|
crate://crates.io/miniz_oxide/0.8.9 \
|
||||||
|
crate://crates.io/mio/1.0.4 \
|
||||||
|
crate://crates.io/nanorand/0.7.0 \
|
||||||
|
crate://crates.io/nix/0.30.1 \
|
||||||
|
crate://crates.io/nu-ansi-term/0.46.0 \
|
||||||
|
crate://crates.io/num-conv/0.1.0 \
|
||||||
|
crate://crates.io/num-traits/0.2.19 \
|
||||||
|
crate://crates.io/objc/0.2.7 \
|
||||||
|
crate://crates.io/objc-foundation/0.1.1 \
|
||||||
|
crate://crates.io/objc_id/0.1.1 \
|
||||||
|
crate://crates.io/object/0.36.7 \
|
||||||
|
crate://crates.io/once_cell/1.21.3 \
|
||||||
|
crate://crates.io/ordered-stream/0.2.0 \
|
||||||
|
crate://crates.io/overload/0.1.1 \
|
||||||
|
crate://crates.io/pango/0.19.8 \
|
||||||
|
crate://crates.io/pango-sys/0.19.8 \
|
||||||
|
crate://crates.io/parking/2.2.1 \
|
||||||
|
crate://crates.io/phf/0.12.1 \
|
||||||
|
crate://crates.io/phf_shared/0.12.1 \
|
||||||
|
crate://crates.io/pin-project-lite/0.2.16 \
|
||||||
|
crate://crates.io/pin-utils/0.1.0 \
|
||||||
|
crate://crates.io/piper/0.2.4 \
|
||||||
|
crate://crates.io/pkg-config/0.3.32 \
|
||||||
|
crate://crates.io/polling/3.9.0 \
|
||||||
|
crate://crates.io/powerfmt/0.2.0 \
|
||||||
|
crate://crates.io/proc-macro-crate/3.3.0 \
|
||||||
|
crate://crates.io/proc-macro2/1.0.95 \
|
||||||
|
crate://crates.io/quote/1.0.40 \
|
||||||
|
crate://crates.io/r-efi/5.3.0 \
|
||||||
|
crate://crates.io/regex/1.11.1 \
|
||||||
|
crate://crates.io/regex-automata/0.4.9 \
|
||||||
|
crate://crates.io/regex-syntax/0.8.5 \
|
||||||
|
crate://crates.io/relm4/0.8.1 \
|
||||||
|
crate://crates.io/relm4-components/0.8.1 \
|
||||||
|
crate://crates.io/relm4-macros/0.8.1 \
|
||||||
|
crate://crates.io/rustc-demangle/0.1.25 \
|
||||||
|
crate://crates.io/rustc_version/0.4.1 \
|
||||||
|
crate://crates.io/rustix/1.0.8 \
|
||||||
|
crate://crates.io/scopeguard/1.2.0 \
|
||||||
|
crate://crates.io/semver/1.0.26 \
|
||||||
|
crate://crates.io/serde/1.0.219 \
|
||||||
|
crate://crates.io/serde_derive/1.0.219 \
|
||||||
|
crate://crates.io/serde_repr/0.1.20 \
|
||||||
|
crate://crates.io/serde_spanned/0.6.9 \
|
||||||
|
crate://crates.io/sharded-slab/0.1.7 \
|
||||||
|
crate://crates.io/shlex/1.3.0 \
|
||||||
|
crate://crates.io/signal-hook-registry/1.4.5 \
|
||||||
|
crate://crates.io/siphasher/1.0.1 \
|
||||||
|
crate://crates.io/slab/0.4.10 \
|
||||||
|
crate://crates.io/smallvec/1.15.1 \
|
||||||
|
crate://crates.io/socket2/0.5.10 \
|
||||||
|
crate://crates.io/spin/0.9.8 \
|
||||||
|
crate://crates.io/static_assertions/1.1.0 \
|
||||||
|
crate://crates.io/syn/2.0.104 \
|
||||||
|
crate://crates.io/system-deps/6.2.2 \
|
||||||
|
crate://crates.io/target-lexicon/0.12.16 \
|
||||||
|
crate://crates.io/temp-dir/0.1.16 \
|
||||||
|
crate://crates.io/tempfile/3.20.0 \
|
||||||
|
crate://crates.io/thiserror/1.0.69 \
|
||||||
|
crate://crates.io/thiserror-impl/1.0.69 \
|
||||||
|
crate://crates.io/thread_local/1.1.9 \
|
||||||
|
crate://crates.io/time/0.3.41 \
|
||||||
|
crate://crates.io/time-core/0.1.4 \
|
||||||
|
crate://crates.io/time-macros/0.2.22 \
|
||||||
|
crate://crates.io/tokio/1.46.1 \
|
||||||
|
crate://crates.io/toml/0.8.23 \
|
||||||
|
crate://crates.io/toml_datetime/0.6.11 \
|
||||||
|
crate://crates.io/toml_edit/0.22.27 \
|
||||||
|
crate://crates.io/tracing/0.1.41 \
|
||||||
|
crate://crates.io/tracing-appender/0.2.3 \
|
||||||
|
crate://crates.io/tracing-attributes/0.1.30 \
|
||||||
|
crate://crates.io/tracing-core/0.1.34 \
|
||||||
|
crate://crates.io/tracing-log/0.2.0 \
|
||||||
|
crate://crates.io/tracing-subscriber/0.3.19 \
|
||||||
|
crate://crates.io/tracker/0.2.2 \
|
||||||
|
crate://crates.io/tracker-macros/0.2.2 \
|
||||||
|
crate://crates.io/udev/0.9.3 \
|
||||||
|
crate://crates.io/uds_windows/1.1.0 \
|
||||||
|
crate://crates.io/unicode-ident/1.0.18 \
|
||||||
|
crate://crates.io/valuable/0.1.1 \
|
||||||
|
crate://crates.io/version-compare/0.2.0 \
|
||||||
|
crate://crates.io/wasi/0.11.1+wasi-snapshot-preview1 \
|
||||||
|
crate://crates.io/wasi/0.14.2+wasi-0.2.4 \
|
||||||
|
crate://crates.io/wasm-bindgen/0.2.100 \
|
||||||
|
crate://crates.io/wasm-bindgen-backend/0.2.100 \
|
||||||
|
crate://crates.io/wasm-bindgen-macro/0.2.100 \
|
||||||
|
crate://crates.io/wasm-bindgen-macro-support/0.2.100 \
|
||||||
|
crate://crates.io/wasm-bindgen-shared/0.2.100 \
|
||||||
|
crate://crates.io/winapi/0.3.9 \
|
||||||
|
crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \
|
||||||
|
crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \
|
||||||
|
crate://crates.io/windows-sys/0.48.0 \
|
||||||
|
crate://crates.io/windows-sys/0.52.0 \
|
||||||
|
crate://crates.io/windows-sys/0.59.0 \
|
||||||
|
crate://crates.io/windows-sys/0.60.2 \
|
||||||
|
crate://crates.io/windows-targets/0.48.5 \
|
||||||
|
crate://crates.io/windows-targets/0.52.6 \
|
||||||
|
crate://crates.io/windows-targets/0.53.2 \
|
||||||
|
crate://crates.io/windows_aarch64_gnullvm/0.48.5 \
|
||||||
|
crate://crates.io/windows_aarch64_gnullvm/0.52.6 \
|
||||||
|
crate://crates.io/windows_aarch64_gnullvm/0.53.0 \
|
||||||
|
crate://crates.io/windows_aarch64_msvc/0.48.5 \
|
||||||
|
crate://crates.io/windows_aarch64_msvc/0.52.6 \
|
||||||
|
crate://crates.io/windows_aarch64_msvc/0.53.0 \
|
||||||
|
crate://crates.io/windows_i686_gnu/0.48.5 \
|
||||||
|
crate://crates.io/windows_i686_gnu/0.52.6 \
|
||||||
|
crate://crates.io/windows_i686_gnu/0.53.0 \
|
||||||
|
crate://crates.io/windows_i686_gnullvm/0.52.6 \
|
||||||
|
crate://crates.io/windows_i686_gnullvm/0.53.0 \
|
||||||
|
crate://crates.io/windows_i686_msvc/0.48.5 \
|
||||||
|
crate://crates.io/windows_i686_msvc/0.52.6 \
|
||||||
|
crate://crates.io/windows_i686_msvc/0.53.0 \
|
||||||
|
crate://crates.io/windows_x86_64_gnu/0.48.5 \
|
||||||
|
crate://crates.io/windows_x86_64_gnu/0.52.6 \
|
||||||
|
crate://crates.io/windows_x86_64_gnu/0.53.0 \
|
||||||
|
crate://crates.io/windows_x86_64_gnullvm/0.48.5 \
|
||||||
|
crate://crates.io/windows_x86_64_gnullvm/0.52.6 \
|
||||||
|
crate://crates.io/windows_x86_64_gnullvm/0.53.0 \
|
||||||
|
crate://crates.io/windows_x86_64_msvc/0.48.5 \
|
||||||
|
crate://crates.io/windows_x86_64_msvc/0.52.6 \
|
||||||
|
crate://crates.io/windows_x86_64_msvc/0.53.0 \
|
||||||
|
crate://crates.io/winnow/0.7.12 \
|
||||||
|
crate://crates.io/wit-bindgen-rt/0.39.0 \
|
||||||
|
crate://crates.io/zbus/5.9.0 \
|
||||||
|
crate://crates.io/zbus_macros/5.9.0 \
|
||||||
|
crate://crates.io/zbus_names/4.2.0 \
|
||||||
|
crate://crates.io/zvariant/5.6.0 \
|
||||||
|
crate://crates.io/zvariant_derive/5.6.0 \
|
||||||
|
crate://crates.io/zvariant_utils/3.2.0 \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI[addr2line-0.24.2.sha256sum] = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
||||||
|
SRC_URI[adler2-2.0.1.sha256sum] = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
||||||
|
SRC_URI[aho-corasick-1.1.3.sha256sum] = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
||||||
|
SRC_URI[async-broadcast-0.7.2.sha256sum] = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
|
||||||
|
SRC_URI[async-channel-2.5.0.sha256sum] = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
||||||
|
SRC_URI[async-executor-1.13.2.sha256sum] = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
|
||||||
|
SRC_URI[async-io-2.5.0.sha256sum] = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
|
||||||
|
SRC_URI[async-lock-3.4.0.sha256sum] = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
||||||
|
SRC_URI[async-process-2.4.0.sha256sum] = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00"
|
||||||
|
SRC_URI[async-recursion-1.1.1.sha256sum] = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
||||||
|
SRC_URI[async-signal-0.2.12.sha256sum] = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1"
|
||||||
|
SRC_URI[async-task-4.7.1.sha256sum] = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
||||||
|
SRC_URI[async-trait-0.1.88.sha256sum] = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
||||||
|
SRC_URI[atomic-waker-1.1.2.sha256sum] = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||||||
|
SRC_URI[autocfg-1.5.0.sha256sum] = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
||||||
|
SRC_URI[backtrace-0.3.75.sha256sum] = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
||||||
|
SRC_URI[bitflags-2.9.1.sha256sum] = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
||||||
|
SRC_URI[block-0.1.6.sha256sum] = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
||||||
|
SRC_URI[blocking-1.6.2.sha256sum] = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
||||||
|
SRC_URI[bumpalo-3.19.0.sha256sum] = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
||||||
|
SRC_URI[bytes-1.10.1.sha256sum] = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
||||||
|
SRC_URI[cairo-rs-0.19.4.sha256sum] = "b2ac2a4d0e69036cf0062976f6efcba1aaee3e448594e6514bb2ddf87acce562"
|
||||||
|
SRC_URI[cairo-sys-rs-0.19.2.sha256sum] = "fd3bb3119664efbd78b5e6c93957447944f16bdbced84c17a9f41c7829b81e64"
|
||||||
|
SRC_URI[cc-1.2.30.sha256sum] = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
|
||||||
|
SRC_URI[cfg-expr-0.15.8.sha256sum] = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
||||||
|
SRC_URI[cfg-if-1.0.1.sha256sum] = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
||||||
|
SRC_URI[cfg_aliases-0.2.1.sha256sum] = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
||||||
|
SRC_URI[chrono-0.4.41.sha256sum] = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
||||||
|
SRC_URI[chrono-tz-0.10.4.sha256sum] = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
|
||||||
|
SRC_URI[concurrent-queue-2.5.0.sha256sum] = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
||||||
|
SRC_URI[crossbeam-channel-0.5.15.sha256sum] = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
||||||
|
SRC_URI[crossbeam-utils-0.8.21.sha256sum] = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
||||||
|
SRC_URI[deranged-0.4.0.sha256sum] = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
||||||
|
SRC_URI[endi-1.1.0.sha256sum] = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
|
||||||
|
SRC_URI[enumflags2-0.7.12.sha256sum] = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
||||||
|
SRC_URI[enumflags2_derive-0.7.12.sha256sum] = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
||||||
|
SRC_URI[equivalent-1.0.2.sha256sum] = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||||||
|
SRC_URI[errno-0.3.13.sha256sum] = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
||||||
|
SRC_URI[event-listener-5.4.0.sha256sum] = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
||||||
|
SRC_URI[event-listener-strategy-0.5.4.sha256sum] = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
||||||
|
SRC_URI[fastrand-2.3.0.sha256sum] = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
||||||
|
SRC_URI[field-offset-0.3.6.sha256sum] = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
||||||
|
SRC_URI[flume-0.11.1.sha256sum] = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
||||||
|
SRC_URI[fragile-2.0.1.sha256sum] = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
|
||||||
|
SRC_URI[futures-0.3.31.sha256sum] = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
||||||
|
SRC_URI[futures-channel-0.3.31.sha256sum] = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
||||||
|
SRC_URI[futures-core-0.3.31.sha256sum] = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
||||||
|
SRC_URI[futures-executor-0.3.31.sha256sum] = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
||||||
|
SRC_URI[futures-io-0.3.31.sha256sum] = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
||||||
|
SRC_URI[futures-lite-2.6.0.sha256sum] = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
||||||
|
SRC_URI[futures-macro-0.3.31.sha256sum] = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
||||||
|
SRC_URI[futures-sink-0.3.31.sha256sum] = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
||||||
|
SRC_URI[futures-task-0.3.31.sha256sum] = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||||||
|
SRC_URI[futures-util-0.3.31.sha256sum] = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
||||||
|
SRC_URI[gdk-pixbuf-0.19.8.sha256sum] = "624eaba126021103c7339b2e179ae4ee8cdab842daab419040710f38ed9f8699"
|
||||||
|
SRC_URI[gdk-pixbuf-sys-0.19.8.sha256sum] = "4efa05a4f83c8cc50eb4d883787b919b85e5f1d8dd10b5a1df53bf5689782379"
|
||||||
|
SRC_URI[gdk4-0.8.2.sha256sum] = "db265c9dd42d6a371e09e52deab3a84808427198b86ac792d75fd35c07990a07"
|
||||||
|
SRC_URI[gdk4-sys-0.8.2.sha256sum] = "c9418fb4e8a67074919fe7604429c45aa74eb9df82e7ca529767c6d4e9dc66dd"
|
||||||
|
SRC_URI[getrandom-0.2.16.sha256sum] = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
||||||
|
SRC_URI[getrandom-0.3.3.sha256sum] = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
||||||
|
SRC_URI[gettext-rs-0.7.2.sha256sum] = "a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a"
|
||||||
|
SRC_URI[gettext-sys-0.22.5.sha256sum] = "bb45773f5b8945f12aecd04558f545964f943dacda1b1155b3d738f5469ef661"
|
||||||
|
SRC_URI[gimli-0.31.1.sha256sum] = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||||||
|
SRC_URI[gio-0.19.8.sha256sum] = "4c49f117d373ffcc98a35d114db5478bc223341cff53e39a5d6feced9e2ddffe"
|
||||||
|
SRC_URI[gio-sys-0.19.8.sha256sum] = "2cd743ba4714d671ad6b6234e8ab2a13b42304d0e13ab7eba1dcdd78a7d6d4ef"
|
||||||
|
SRC_URI[glib-0.19.9.sha256sum] = "39650279f135469465018daae0ba53357942a5212137515777d5fdca74984a44"
|
||||||
|
SRC_URI[glib-macros-0.19.9.sha256sum] = "4429b0277a14ae9751350ad9b658b1be0abb5b54faa5bcdf6e74a3372582fad7"
|
||||||
|
SRC_URI[glib-sys-0.19.8.sha256sum] = "5c2dc18d3a82b0006d470b13304fbbb3e0a9bd4884cf985a60a7ed733ac2c4a5"
|
||||||
|
SRC_URI[gobject-sys-0.19.8.sha256sum] = "2e697e252d6e0416fd1d9e169bda51c0f1c926026c39ca21fbe8b1bb5c3b8b9e"
|
||||||
|
SRC_URI[graphene-rs-0.19.8.sha256sum] = "f5fb86031d24d9ec0a2a15978fc7a65d545a2549642cf1eb7c3dda358da42bcf"
|
||||||
|
SRC_URI[graphene-sys-0.19.8.sha256sum] = "2f530e0944bccba4b55065e9c69f4975ad691609191ebac16e13ab8e1f27af05"
|
||||||
|
SRC_URI[gsk4-0.8.2.sha256sum] = "7563884bf6939f4468e5d94654945bdd9afcaf8c3ba4c5dd17b5342b747221be"
|
||||||
|
SRC_URI[gsk4-sys-0.8.2.sha256sum] = "23024bf2636c38bbd1f822f58acc9d1c25b28da896ff0f291a1a232d4272b3dc"
|
||||||
|
SRC_URI[gtk4-0.8.2.sha256sum] = "b04e11319b08af11358ab543105a9e49b0c491faca35e2b8e7e36bfba8b671ab"
|
||||||
|
SRC_URI[gtk4-macros-0.8.2.sha256sum] = "ec655a7ef88d8ce9592899deb8b2d0fa50bab1e6dd69182deb764e643c522408"
|
||||||
|
SRC_URI[gtk4-sys-0.8.2.sha256sum] = "8c8aa86b7f85ea71d66ea88c1d4bae1cfacf51ca4856274565133838d77e57b5"
|
||||||
|
SRC_URI[hashbrown-0.15.4.sha256sum] = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
||||||
|
SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||||
|
SRC_URI[hermit-abi-0.3.9.sha256sum] = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||||||
|
SRC_URI[hermit-abi-0.5.2.sha256sum] = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
||||||
|
SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||||
|
SRC_URI[indexmap-2.10.0.sha256sum] = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
||||||
|
SRC_URI[io-lifetimes-1.0.11.sha256sum] = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
||||||
|
SRC_URI[io-uring-0.7.9.sha256sum] = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
|
||||||
|
SRC_URI[itoa-1.0.15.sha256sum] = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
||||||
|
SRC_URI[js-sys-0.3.77.sha256sum] = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
||||||
|
SRC_URI[lazy_static-1.5.0.sha256sum] = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||||
|
SRC_URI[libadwaita-0.6.0.sha256sum] = "91b4990248b9e1ec5e72094a2ccaea70ec3809f88f6fd52192f2af306b87c5d9"
|
||||||
|
SRC_URI[libadwaita-sys-0.6.0.sha256sum] = "23a748e4e92be1265cd9e93d569c0b5dfc7814107985aa6743d670ab281ea1a8"
|
||||||
|
SRC_URI[libc-0.2.174.sha256sum] = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
||||||
|
SRC_URI[libudev-sys-0.1.4.sha256sum] = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
||||||
|
SRC_URI[linux-raw-sys-0.9.4.sha256sum] = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
||||||
|
SRC_URI[locale_config-0.3.0.sha256sum] = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
|
||||||
|
SRC_URI[lock_api-0.4.13.sha256sum] = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
||||||
|
SRC_URI[log-0.4.27.sha256sum] = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
||||||
|
SRC_URI[malloc_buf-0.0.6.sha256sum] = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
||||||
|
SRC_URI[memchr-2.7.5.sha256sum] = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
||||||
|
SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
||||||
|
SRC_URI[miniz_oxide-0.8.9.sha256sum] = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
||||||
|
SRC_URI[mio-1.0.4.sha256sum] = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
||||||
|
SRC_URI[nanorand-0.7.0.sha256sum] = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
||||||
|
SRC_URI[nix-0.30.1.sha256sum] = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
||||||
|
SRC_URI[nu-ansi-term-0.46.0.sha256sum] = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
||||||
|
SRC_URI[num-conv-0.1.0.sha256sum] = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
||||||
|
SRC_URI[num-traits-0.2.19.sha256sum] = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||||||
|
SRC_URI[objc-0.2.7.sha256sum] = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
||||||
|
SRC_URI[objc-foundation-0.1.1.sha256sum] = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
||||||
|
SRC_URI[objc_id-0.1.1.sha256sum] = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
||||||
|
SRC_URI[object-0.36.7.sha256sum] = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
||||||
|
SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||||
|
SRC_URI[ordered-stream-0.2.0.sha256sum] = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
||||||
|
SRC_URI[overload-0.1.1.sha256sum] = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
||||||
|
SRC_URI[pango-0.19.8.sha256sum] = "3f0d328648058085cfd6897c9ae4272884098a926f3a833cd50c8c73e6eccecd"
|
||||||
|
SRC_URI[pango-sys-0.19.8.sha256sum] = "ff03da4fa086c0b244d4a4587d3e20622a3ecdb21daea9edf66597224c634ba0"
|
||||||
|
SRC_URI[parking-2.2.1.sha256sum] = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
||||||
|
SRC_URI[phf-0.12.1.sha256sum] = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
|
||||||
|
SRC_URI[phf_shared-0.12.1.sha256sum] = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
|
||||||
|
SRC_URI[pin-project-lite-0.2.16.sha256sum] = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
||||||
|
SRC_URI[pin-utils-0.1.0.sha256sum] = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||||||
|
SRC_URI[piper-0.2.4.sha256sum] = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
||||||
|
SRC_URI[pkg-config-0.3.32.sha256sum] = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
||||||
|
SRC_URI[polling-3.9.0.sha256sum] = "8ee9b2fa7a4517d2c91ff5bc6c297a427a96749d15f98fcdbb22c05571a4d4b7"
|
||||||
|
SRC_URI[powerfmt-0.2.0.sha256sum] = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||||||
|
SRC_URI[proc-macro-crate-3.3.0.sha256sum] = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
|
||||||
|
SRC_URI[proc-macro2-1.0.95.sha256sum] = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
||||||
|
SRC_URI[quote-1.0.40.sha256sum] = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
||||||
|
SRC_URI[r-efi-5.3.0.sha256sum] = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||||||
|
SRC_URI[regex-1.11.1.sha256sum] = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
||||||
|
SRC_URI[regex-automata-0.4.9.sha256sum] = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
||||||
|
SRC_URI[regex-syntax-0.8.5.sha256sum] = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
||||||
|
SRC_URI[relm4-0.8.1.sha256sum] = "e6e0e187b58db367305e8486d3228158251da1c8ba1e18baa9de61894e822649"
|
||||||
|
SRC_URI[relm4-components-0.8.1.sha256sum] = "ffcb6431605810fca4430b3da5d496fcf67d39f32db6a2799bcaac27469154b9"
|
||||||
|
SRC_URI[relm4-macros-0.8.1.sha256sum] = "0774e846889823aa5766f5b62cface3189a5b36280e65b2faaa6df0319da1726"
|
||||||
|
SRC_URI[rustc-demangle-0.1.25.sha256sum] = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
||||||
|
SRC_URI[rustc_version-0.4.1.sha256sum] = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
||||||
|
SRC_URI[rustix-1.0.8.sha256sum] = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
||||||
|
SRC_URI[scopeguard-1.2.0.sha256sum] = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||||
|
SRC_URI[semver-1.0.26.sha256sum] = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
||||||
|
SRC_URI[serde-1.0.219.sha256sum] = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
||||||
|
SRC_URI[serde_derive-1.0.219.sha256sum] = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
||||||
|
SRC_URI[serde_repr-0.1.20.sha256sum] = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
||||||
|
SRC_URI[serde_spanned-0.6.9.sha256sum] = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
||||||
|
SRC_URI[sharded-slab-0.1.7.sha256sum] = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
||||||
|
SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||||||
|
SRC_URI[signal-hook-registry-1.4.5.sha256sum] = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
||||||
|
SRC_URI[siphasher-1.0.1.sha256sum] = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
||||||
|
SRC_URI[slab-0.4.10.sha256sum] = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
||||||
|
SRC_URI[smallvec-1.15.1.sha256sum] = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
||||||
|
SRC_URI[socket2-0.5.10.sha256sum] = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
||||||
|
SRC_URI[spin-0.9.8.sha256sum] = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||||||
|
SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||||||
|
SRC_URI[syn-2.0.104.sha256sum] = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
||||||
|
SRC_URI[system-deps-6.2.2.sha256sum] = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
||||||
|
SRC_URI[target-lexicon-0.12.16.sha256sum] = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||||
|
SRC_URI[temp-dir-0.1.16.sha256sum] = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964"
|
||||||
|
SRC_URI[tempfile-3.20.0.sha256sum] = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
||||||
|
SRC_URI[thiserror-1.0.69.sha256sum] = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
||||||
|
SRC_URI[thiserror-impl-1.0.69.sha256sum] = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
||||||
|
SRC_URI[thread_local-1.1.9.sha256sum] = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
||||||
|
SRC_URI[time-0.3.41.sha256sum] = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
||||||
|
SRC_URI[time-core-0.1.4.sha256sum] = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
||||||
|
SRC_URI[time-macros-0.2.22.sha256sum] = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
||||||
|
SRC_URI[tokio-1.46.1.sha256sum] = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
||||||
|
SRC_URI[toml-0.8.23.sha256sum] = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
||||||
|
SRC_URI[toml_datetime-0.6.11.sha256sum] = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
||||||
|
SRC_URI[toml_edit-0.22.27.sha256sum] = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
||||||
|
SRC_URI[tracing-0.1.41.sha256sum] = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
||||||
|
SRC_URI[tracing-appender-0.2.3.sha256sum] = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
||||||
|
SRC_URI[tracing-attributes-0.1.30.sha256sum] = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
||||||
|
SRC_URI[tracing-core-0.1.34.sha256sum] = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
||||||
|
SRC_URI[tracing-log-0.2.0.sha256sum] = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
||||||
|
SRC_URI[tracing-subscriber-0.3.19.sha256sum] = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
||||||
|
SRC_URI[tracker-0.2.2.sha256sum] = "ce5c98457ff700aaeefcd4a4a492096e78a2af1dd8523c66e94a3adb0fdbd415"
|
||||||
|
SRC_URI[tracker-macros-0.2.2.sha256sum] = "dc19eb2373ccf3d1999967c26c3d44534ff71ae5d8b9dacf78f4b13132229e48"
|
||||||
|
SRC_URI[udev-0.9.3.sha256sum] = "af4e37e9ea4401fc841ff54b9ddfc9be1079b1e89434c1a6a865dd68980f7e9f"
|
||||||
|
SRC_URI[uds_windows-1.1.0.sha256sum] = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
|
||||||
|
SRC_URI[unicode-ident-1.0.18.sha256sum] = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
||||||
|
SRC_URI[valuable-0.1.1.sha256sum] = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
||||||
|
SRC_URI[version-compare-0.2.0.sha256sum] = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
||||||
|
SRC_URI[wasi-0.11.1+wasi-snapshot-preview1.sha256sum] = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
||||||
|
SRC_URI[wasi-0.14.2+wasi-0.2.4.sha256sum] = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
||||||
|
SRC_URI[wasm-bindgen-0.2.100.sha256sum] = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
||||||
|
SRC_URI[wasm-bindgen-backend-0.2.100.sha256sum] = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
||||||
|
SRC_URI[wasm-bindgen-macro-0.2.100.sha256sum] = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
||||||
|
SRC_URI[wasm-bindgen-macro-support-0.2.100.sha256sum] = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
||||||
|
SRC_URI[wasm-bindgen-shared-0.2.100.sha256sum] = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
||||||
|
SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||||||
|
SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||||||
|
SRC_URI[winapi-x86_64-pc-windows-gnu-0.4.0.sha256sum] = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||||||
|
SRC_URI[windows-sys-0.48.0.sha256sum] = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
||||||
|
SRC_URI[windows-sys-0.52.0.sha256sum] = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||||||
|
SRC_URI[windows-sys-0.59.0.sha256sum] = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
||||||
|
SRC_URI[windows-sys-0.60.2.sha256sum] = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
||||||
|
SRC_URI[windows-targets-0.48.5.sha256sum] = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
||||||
|
SRC_URI[windows-targets-0.52.6.sha256sum] = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||||||
|
SRC_URI[windows-targets-0.53.2.sha256sum] = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
||||||
|
SRC_URI[windows_aarch64_gnullvm-0.48.5.sha256sum] = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
||||||
|
SRC_URI[windows_aarch64_gnullvm-0.52.6.sha256sum] = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||||||
|
SRC_URI[windows_aarch64_gnullvm-0.53.0.sha256sum] = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
||||||
|
SRC_URI[windows_aarch64_msvc-0.48.5.sha256sum] = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
||||||
|
SRC_URI[windows_aarch64_msvc-0.52.6.sha256sum] = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||||||
|
SRC_URI[windows_aarch64_msvc-0.53.0.sha256sum] = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
||||||
|
SRC_URI[windows_i686_gnu-0.48.5.sha256sum] = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
||||||
|
SRC_URI[windows_i686_gnu-0.52.6.sha256sum] = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||||||
|
SRC_URI[windows_i686_gnu-0.53.0.sha256sum] = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
||||||
|
SRC_URI[windows_i686_gnullvm-0.52.6.sha256sum] = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||||||
|
SRC_URI[windows_i686_gnullvm-0.53.0.sha256sum] = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
||||||
|
SRC_URI[windows_i686_msvc-0.48.5.sha256sum] = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
||||||
|
SRC_URI[windows_i686_msvc-0.52.6.sha256sum] = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||||||
|
SRC_URI[windows_i686_msvc-0.53.0.sha256sum] = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
||||||
|
SRC_URI[windows_x86_64_gnu-0.48.5.sha256sum] = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
||||||
|
SRC_URI[windows_x86_64_gnu-0.52.6.sha256sum] = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||||||
|
SRC_URI[windows_x86_64_gnu-0.53.0.sha256sum] = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
||||||
|
SRC_URI[windows_x86_64_gnullvm-0.48.5.sha256sum] = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
||||||
|
SRC_URI[windows_x86_64_gnullvm-0.52.6.sha256sum] = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||||||
|
SRC_URI[windows_x86_64_gnullvm-0.53.0.sha256sum] = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
||||||
|
SRC_URI[windows_x86_64_msvc-0.48.5.sha256sum] = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
||||||
|
SRC_URI[windows_x86_64_msvc-0.52.6.sha256sum] = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||||||
|
SRC_URI[windows_x86_64_msvc-0.53.0.sha256sum] = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
||||||
|
SRC_URI[winnow-0.7.12.sha256sum] = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
|
||||||
|
SRC_URI[wit-bindgen-rt-0.39.0.sha256sum] = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
||||||
|
SRC_URI[zbus-5.9.0.sha256sum] = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad"
|
||||||
|
SRC_URI[zbus_macros-5.9.0.sha256sum] = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659"
|
||||||
|
SRC_URI[zbus_names-4.2.0.sha256sum] = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
|
||||||
|
SRC_URI[zvariant-5.6.0.sha256sum] = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f"
|
||||||
|
SRC_URI[zvariant_derive-5.6.0.sha256sum] = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208"
|
||||||
|
SRC_URI[zvariant_utils-3.2.0.sha256sum] = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
|
@@ -0,0 +1,81 @@
|
|||||||
|
DESCRIPTION = "A GTK-based installer for SubgraphOS"
|
||||||
|
LICENSE = "GPL-3.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ce40fdf5c0774e61d76003656bff6df6"
|
||||||
|
|
||||||
|
SRC_URI = "git://git.subgraph.com/isa/citadel-installer-ui.git;protocol=https;branch=main"
|
||||||
|
SRCREV = "54cc7b7f2e287e19360baec7edd82ef103ac381b"
|
||||||
|
|
||||||
|
# The source directory where BitBake clones the git repo.
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
# Inherit both meson and cargo. BitBake will coordinate them.
|
||||||
|
inherit cargo cargo-update-recipe-crates pkgconfig gettext
|
||||||
|
require citadel-installer-ui-crates.inc
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
gtk4 \
|
||||||
|
libadwaita \
|
||||||
|
gettext-native \
|
||||||
|
glib-2.0 \
|
||||||
|
acl \
|
||||||
|
pkgconfig-native \
|
||||||
|
glib-2.0-native \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = " \
|
||||||
|
gtk4 \
|
||||||
|
libadwaita \
|
||||||
|
adwaita-icon-theme \
|
||||||
|
"
|
||||||
|
|
||||||
|
TARGET_BIN = "${B}/target/${CARGO_TARGET_SUBDIR}"
|
||||||
|
|
||||||
|
FILES:${PN} = "\
|
||||||
|
${bindir} \
|
||||||
|
${bindir}/citadel-installer-ui \
|
||||||
|
${datadir} \
|
||||||
|
"
|
||||||
|
|
||||||
|
do_compile() {
|
||||||
|
cargo_do_compile
|
||||||
|
glib-compile-resources \
|
||||||
|
--sourcedir=${S}/data/resources \
|
||||||
|
--target=${B}/app.gresource \
|
||||||
|
${S}/data/resources/resources.gresource.xml
|
||||||
|
|
||||||
|
# Compile all .po translation files into .mo files
|
||||||
|
for f in $(find ${S}/po -name "*.po"); do
|
||||||
|
lang=$(basename $f .po)
|
||||||
|
mkdir -p ${B}/locale/${lang}/LC_MESSAGES
|
||||||
|
msgfmt -o ${B}/locale/${lang}/LC_MESSAGES/${PN}.mo $f
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
# Install the binary
|
||||||
|
install -d ${D}${bindir}
|
||||||
|
#install -d ${D}${libexecdir}
|
||||||
|
install -m 0755 ${TARGET_BIN}/citadel-installer-ui ${D}${bindir}/citadel-installer-ui
|
||||||
|
|
||||||
|
# Install the gresource file
|
||||||
|
install -d ${D}${datadir}/${PN}
|
||||||
|
install -m 0644 ${B}/app.gresource ${D}${datadir}/${PN}/
|
||||||
|
|
||||||
|
# Install the desktop file and icon
|
||||||
|
install -d ${D}${datadir}/applications
|
||||||
|
install -m 0644 ${S}/data/citadel-installer-ui.desktop ${D}${datadir}/applications/
|
||||||
|
install -d ${D}${datadir}/icons/hicolor/scalable/apps
|
||||||
|
install -m 0644 ${S}/data/resources/icons/citadel-logo.svg ${D}${datadir}/icons/hicolor/scalable/apps/
|
||||||
|
install -d ${D}${datadir}/icons/hicolor/symbolic/apps
|
||||||
|
install -m 0644 ${S}/data/resources/icons/citadelInstaller-package-symbolic.svg ${D}${datadir}/icons/hicolor/symbolic/apps/
|
||||||
|
install -m 0644 ${S}/data/resources/icons/citadelInstaller-puzzle-piece-symbolic.svg ${D}${datadir}/icons/hicolor/symbolic/apps/
|
||||||
|
install -m 0644 ${S}/data/resources/icons/language-symbolic.svg ${D}${datadir}/icons/hicolor/symbolic/apps/
|
||||||
|
install -m 0644 ${S}/data/resources/icons/document-edit-symbolic.svg ${D}${datadir}/icons/hicolor/symbolic/apps/
|
||||||
|
|
||||||
|
# Install the compiled .mo translation files
|
||||||
|
install -d ${D}${datadir}/locale
|
||||||
|
cp -r ${B}/locale/* ${D}${datadir}/locale/
|
||||||
|
|
||||||
|
# # Install the application icon
|
||||||
|
install -m 0644 ${S}/data/icons/citadel-installer.svg ${D}${datadir}/icons/
|
||||||
|
}
|
@@ -0,0 +1,21 @@
|
|||||||
|
LICENSE="CLOSED"
|
||||||
|
|
||||||
|
SRC_URI = "gitsm://git.subgraph.com/brl/citadel-realms.git;protocol=https;branch=master"
|
||||||
|
|
||||||
|
PV = "1.0"
|
||||||
|
SRCREV = "ab78839ae43bf0d225e05d736b03bc2a08330d1f"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
APPNAME="com.subgraph.citadel.Realms"
|
||||||
|
|
||||||
|
GTKIC_VERSION = "4"
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}/icons \
|
||||||
|
${datadir}/${APPNAME} \
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPENDS = "gjs gtk4 libadwaita"
|
||||||
|
|
||||||
|
inherit meson gtk-icon-cache
|
||||||
|
|
@@ -5,7 +5,7 @@ CITADEL_IMAGE_VERSION_rootfs = "1"
|
|||||||
CITADEL_IMAGE_VERSION_extra = "1"
|
CITADEL_IMAGE_VERSION_extra = "1"
|
||||||
CITADEL_IMAGE_VERSION_kernel = "1"
|
CITADEL_IMAGE_VERSION_kernel = "1"
|
||||||
|
|
||||||
CITADEL_KERNEL_VERSION = "6.9.1"
|
CITADEL_KERNEL_VERSION = "6.14.0"
|
||||||
|
|
||||||
CITADEL_KERNEL_CONFIG = "${COREBASE}/../meta-citadel/recipes-kernel/citadel-kernel/files/defconfig"
|
CITADEL_KERNEL_CONFIG = "${COREBASE}/../meta-citadel/recipes-kernel/citadel-kernel/files/defconfig"
|
||||||
|
|
||||||
|
@@ -10,5 +10,6 @@ RDEPENDS:${PN} = "\
|
|||||||
citadel-tools \
|
citadel-tools \
|
||||||
citadel-tools-realms \
|
citadel-tools-realms \
|
||||||
citadel-tools-boot \
|
citadel-tools-boot \
|
||||||
|
citadel-installer-ui \
|
||||||
citadel-documentation \
|
citadel-documentation \
|
||||||
"
|
"
|
||||||
|
@@ -49,4 +49,6 @@ RDEPENDS:${PN} = "\
|
|||||||
pipewire-tools \
|
pipewire-tools \
|
||||||
pipewire-spa-tools \
|
pipewire-spa-tools \
|
||||||
alsa-utils \
|
alsa-utils \
|
||||||
|
gnome-software \
|
||||||
|
minijail \
|
||||||
"
|
"
|
||||||
|
@@ -29,6 +29,7 @@ RDEPENDS:${PN} = "\
|
|||||||
libdrm-amdgpu \
|
libdrm-amdgpu \
|
||||||
dash-to-panel \
|
dash-to-panel \
|
||||||
citadel-config-gnome \
|
citadel-config-gnome \
|
||||||
|
citadel-realms \
|
||||||
power-profiles-daemon \
|
power-profiles-daemon \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
1032
meta-citadel/recipes-core/citadel-tools/citadel-tools-crates.inc
Normal file
1032
meta-citadel/recipes-core/citadel-tools/citadel-tools-crates.inc
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,483 +3,33 @@ HOMEPAGE = "http://github.com/subgraph/citadel"
|
|||||||
LICENSE = "CLOSED"
|
LICENSE = "CLOSED"
|
||||||
LIC_FILES_CHKSUM=""
|
LIC_FILES_CHKSUM=""
|
||||||
|
|
||||||
inherit cargo systemd gsettings pkgconfig
|
inherit cargo cargo-update-recipe-crates systemd gsettings pkgconfig
|
||||||
|
|
||||||
|
# DONUT USE CARGO BITBAKE ANYMORE!
|
||||||
|
#
|
||||||
|
# https://github.com/meta-rust/cargo-bitbake/issues/83#issue-2698820268
|
||||||
|
#
|
||||||
|
require citadel-tools-crates.inc
|
||||||
|
|
||||||
#
|
#
|
||||||
# Update this when changes are pushed to github
|
# Update this when changes are pushed to github
|
||||||
#
|
#
|
||||||
SRCREV = "421b0e27d777c418a26016bd8065715823504637"
|
SRCREV = "729c197dcc3fc35d36267aa7bdbeb037a50ea74e"
|
||||||
|
|
||||||
# get git repo owner from citadel to find the correct citadel-tools repo path
|
# get git repo owner from citadel to find the correct citadel-tools repo path
|
||||||
python () {
|
python () {
|
||||||
import subprocess
|
import subprocess
|
||||||
git_owner = subprocess.check_output(['git', 'remote', 'get-url', 'origin']).strip().decode('utf-8').split('/')[0].split(':')[1]
|
git_url = subprocess.check_output(['git', 'remote', 'get-url', 'origin']).strip().decode('utf-8')
|
||||||
|
if git_url.startswith("git"):
|
||||||
|
git_owner = git_url.split('/')[0].split(':')[1]
|
||||||
|
else:
|
||||||
|
git_owner = git_url.split('/')[3]
|
||||||
|
|
||||||
d.setVar("GIT_REPO_OWNER", git_owner)
|
d.setVar("GIT_REPO_OWNER", git_owner)
|
||||||
}
|
}
|
||||||
|
|
||||||
GIT_URI = "git://git.subgraph.com/${GIT_REPO_OWNER}/citadel-tools.git;protocol=https;branch=master"
|
GIT_URI = "git://git.subgraph.com/${GIT_REPO_OWNER}/citadel-tools.git;protocol=https;branch=master"
|
||||||
|
|
||||||
# If Cargo.lock changes in citadel-tools, this needs to be updated.
|
|
||||||
# cargo bitbake does not support workspaces so as a workaround first
|
|
||||||
# copy the Cargo.lock file into one of the tool subdirectories. In
|
|
||||||
# that subdirectory run "cargo bitbake" and it will produce a bitbake
|
|
||||||
# recipe file with the correct set of dependencies for the Cargo.lock
|
|
||||||
# file. Copy just the SRC_URI variable from that file here to update
|
|
||||||
# the dependency list.
|
|
||||||
|
|
||||||
SRC_URI += " \
|
|
||||||
crate://crates.io/acl-sys/1.2.2 \
|
|
||||||
crate://crates.io/addr2line/0.17.0 \
|
|
||||||
crate://crates.io/adler/1.0.2 \
|
|
||||||
crate://crates.io/aho-corasick/0.7.18 \
|
|
||||||
crate://crates.io/ansi_term/0.12.1 \
|
|
||||||
crate://crates.io/anyhow/1.0.57 \
|
|
||||||
crate://crates.io/array-macro/1.0.5 \
|
|
||||||
crate://crates.io/async-broadcast/0.3.4 \
|
|
||||||
crate://crates.io/async-channel/1.6.1 \
|
|
||||||
crate://crates.io/async-executor/1.4.1 \
|
|
||||||
crate://crates.io/async-io/1.6.0 \
|
|
||||||
crate://crates.io/async-lock/2.5.0 \
|
|
||||||
crate://crates.io/async-task/4.2.0 \
|
|
||||||
crate://crates.io/atk-sys/0.14.0 \
|
|
||||||
crate://crates.io/atk/0.14.0 \
|
|
||||||
crate://crates.io/atty/0.2.14 \
|
|
||||||
crate://crates.io/autocfg/1.1.0 \
|
|
||||||
crate://crates.io/backtrace/0.3.65 \
|
|
||||||
crate://crates.io/bincode/1.3.3 \
|
|
||||||
crate://crates.io/bitflags/1.2.1 \
|
|
||||||
crate://crates.io/block-buffer/0.9.0 \
|
|
||||||
crate://crates.io/block-cipher/0.7.1 \
|
|
||||||
crate://crates.io/blowfish/0.5.0 \
|
|
||||||
crate://crates.io/byteorder/1.4.3 \
|
|
||||||
crate://crates.io/cache-padded/1.2.0 \
|
|
||||||
crate://crates.io/cairo-rs/0.14.9 \
|
|
||||||
crate://crates.io/cairo-sys-rs/0.14.9 \
|
|
||||||
crate://crates.io/cc/1.0.73 \
|
|
||||||
crate://crates.io/cfg-expr/0.8.1 \
|
|
||||||
crate://crates.io/cfg-if/0.1.10 \
|
|
||||||
crate://crates.io/cfg-if/1.0.0 \
|
|
||||||
crate://crates.io/chrono/0.4.19 \
|
|
||||||
crate://crates.io/clap/2.34.0 \
|
|
||||||
crate://crates.io/concurrent-queue/1.2.2 \
|
|
||||||
crate://crates.io/cpufeatures/0.2.2 \
|
|
||||||
crate://crates.io/crc32fast/1.3.2 \
|
|
||||||
crate://crates.io/crossbeam-channel/0.3.9 \
|
|
||||||
crate://crates.io/crossbeam-utils/0.6.6 \
|
|
||||||
crate://crates.io/crypto-mac/0.8.0 \
|
|
||||||
crate://crates.io/cursive/0.11.0 \
|
|
||||||
crate://crates.io/dbus/0.6.5 \
|
|
||||||
crate://crates.io/dbus/0.8.4 \
|
|
||||||
crate://crates.io/derivative/2.2.0 \
|
|
||||||
crate://crates.io/digest/0.9.0 \
|
|
||||||
crate://crates.io/easy-parallel/3.2.0 \
|
|
||||||
crate://crates.io/ed25519/1.5.2 \
|
|
||||||
crate://crates.io/either/1.6.1 \
|
|
||||||
crate://crates.io/enum-map-derive/0.4.6 \
|
|
||||||
crate://crates.io/enum-map-internals/0.1.2 \
|
|
||||||
crate://crates.io/enum-map/0.5.0 \
|
|
||||||
crate://crates.io/enumflags2/0.6.4 \
|
|
||||||
crate://crates.io/enumflags2_derive/0.6.4 \
|
|
||||||
crate://crates.io/enumset/0.3.19 \
|
|
||||||
crate://crates.io/enumset_derive/0.3.2 \
|
|
||||||
crate://crates.io/event-listener/2.5.2 \
|
|
||||||
crate://crates.io/failure/0.1.8 \
|
|
||||||
crate://crates.io/failure_derive/0.1.8 \
|
|
||||||
crate://crates.io/fastrand/1.7.0 \
|
|
||||||
crate://crates.io/field-offset/0.3.4 \
|
|
||||||
crate://crates.io/flate2/1.0.24 \
|
|
||||||
crate://crates.io/futures-channel/0.3.21 \
|
|
||||||
crate://crates.io/futures-core/0.3.21 \
|
|
||||||
crate://crates.io/futures-executor/0.3.21 \
|
|
||||||
crate://crates.io/futures-io/0.3.21 \
|
|
||||||
crate://crates.io/futures-lite/1.12.0 \
|
|
||||||
crate://crates.io/futures-macro/0.3.21 \
|
|
||||||
crate://crates.io/futures-sink/0.3.21 \
|
|
||||||
crate://crates.io/futures-task/0.3.21 \
|
|
||||||
crate://crates.io/futures-util/0.3.21 \
|
|
||||||
crate://crates.io/gdk-pixbuf-sys/0.14.0 \
|
|
||||||
crate://crates.io/gdk-pixbuf/0.14.0 \
|
|
||||||
crate://crates.io/gdk-sys/0.14.0 \
|
|
||||||
crate://crates.io/gdk/0.14.3 \
|
|
||||||
crate://crates.io/generic-array/0.14.5 \
|
|
||||||
crate://crates.io/getrandom/0.1.16 \
|
|
||||||
crate://crates.io/getrandom/0.2.6 \
|
|
||||||
crate://crates.io/gimli/0.26.1 \
|
|
||||||
crate://crates.io/gio-sys/0.14.0 \
|
|
||||||
crate://crates.io/gio/0.14.8 \
|
|
||||||
crate://crates.io/glib-macros/0.10.1 \
|
|
||||||
crate://crates.io/glib-macros/0.14.1 \
|
|
||||||
crate://crates.io/glib-sys/0.10.1 \
|
|
||||||
crate://crates.io/glib-sys/0.14.0 \
|
|
||||||
crate://crates.io/glib/0.10.3 \
|
|
||||||
crate://crates.io/glib/0.14.8 \
|
|
||||||
crate://crates.io/gobject-sys/0.10.0 \
|
|
||||||
crate://crates.io/gobject-sys/0.14.0 \
|
|
||||||
crate://crates.io/gtk-sys/0.14.0 \
|
|
||||||
crate://crates.io/gtk/0.14.3 \
|
|
||||||
crate://crates.io/gtk3-macros/0.14.0 \
|
|
||||||
crate://crates.io/heck/0.3.3 \
|
|
||||||
crate://crates.io/hermit-abi/0.1.19 \
|
|
||||||
crate://crates.io/hex/0.4.3 \
|
|
||||||
crate://crates.io/hmac/0.8.1 \
|
|
||||||
crate://crates.io/inotify-sys/0.1.5 \
|
|
||||||
crate://crates.io/inotify/0.8.3 \
|
|
||||||
crate://crates.io/instant/0.1.12 \
|
|
||||||
crate://crates.io/itertools/0.10.3 \
|
|
||||||
crate://crates.io/itertools/0.9.0 \
|
|
||||||
crate://crates.io/lazy_static/1.4.0 \
|
|
||||||
crate://crates.io/libc/0.2.126 \
|
|
||||||
crate://crates.io/libdbus-sys/0.2.2 \
|
|
||||||
crate://crates.io/libsodium-sys/0.2.7 \
|
|
||||||
crate://crates.io/log/0.4.17 \
|
|
||||||
crate://crates.io/md-5/0.9.1 \
|
|
||||||
crate://crates.io/memchr/2.5.0 \
|
|
||||||
crate://crates.io/memoffset/0.6.5 \
|
|
||||||
crate://crates.io/miniz_oxide/0.5.1 \
|
|
||||||
crate://crates.io/nix/0.17.0 \
|
|
||||||
crate://crates.io/nix/0.21.2 \
|
|
||||||
crate://crates.io/num-complex/0.2.4 \
|
|
||||||
crate://crates.io/num-integer/0.1.45 \
|
|
||||||
crate://crates.io/num-iter/0.1.43 \
|
|
||||||
crate://crates.io/num-rational/0.2.4 \
|
|
||||||
crate://crates.io/num-traits/0.2.15 \
|
|
||||||
crate://crates.io/num/0.2.1 \
|
|
||||||
crate://crates.io/numtoa/0.1.0 \
|
|
||||||
crate://crates.io/object/0.28.4 \
|
|
||||||
crate://crates.io/once_cell/1.10.0 \
|
|
||||||
crate://crates.io/opaque-debug/0.2.3 \
|
|
||||||
crate://crates.io/opaque-debug/0.3.0 \
|
|
||||||
crate://crates.io/owning_ref/0.4.1 \
|
|
||||||
crate://crates.io/pango-sys/0.10.0 \
|
|
||||||
crate://crates.io/pango-sys/0.14.0 \
|
|
||||||
crate://crates.io/pango/0.14.8 \
|
|
||||||
crate://crates.io/pango/0.9.1 \
|
|
||||||
crate://crates.io/parking/2.0.0 \
|
|
||||||
crate://crates.io/pest/2.1.3 \
|
|
||||||
crate://crates.io/pin-project-lite/0.2.9 \
|
|
||||||
crate://crates.io/pin-utils/0.1.0 \
|
|
||||||
crate://crates.io/pkg-config/0.3.25 \
|
|
||||||
crate://crates.io/polling/2.2.0 \
|
|
||||||
crate://crates.io/posix-acl/1.0.0 \
|
|
||||||
crate://crates.io/ppv-lite86/0.2.16 \
|
|
||||||
crate://crates.io/proc-macro-crate/0.1.5 \
|
|
||||||
crate://crates.io/proc-macro-crate/1.1.3 \
|
|
||||||
crate://crates.io/proc-macro-error-attr/1.0.4 \
|
|
||||||
crate://crates.io/proc-macro-error/1.0.4 \
|
|
||||||
crate://crates.io/proc-macro2/0.4.30 \
|
|
||||||
crate://crates.io/proc-macro2/1.0.39 \
|
|
||||||
crate://crates.io/procfs/0.12.0 \
|
|
||||||
crate://crates.io/pwhash/0.3.1 \
|
|
||||||
crate://crates.io/quote/0.6.13 \
|
|
||||||
crate://crates.io/quote/1.0.18 \
|
|
||||||
crate://crates.io/rand/0.7.3 \
|
|
||||||
crate://crates.io/rand/0.8.5 \
|
|
||||||
crate://crates.io/rand_chacha/0.2.2 \
|
|
||||||
crate://crates.io/rand_chacha/0.3.1 \
|
|
||||||
crate://crates.io/rand_core/0.5.1 \
|
|
||||||
crate://crates.io/rand_core/0.6.3 \
|
|
||||||
crate://crates.io/rand_hc/0.2.0 \
|
|
||||||
crate://crates.io/redox_syscall/0.2.13 \
|
|
||||||
crate://crates.io/redox_termios/0.1.2 \
|
|
||||||
crate://crates.io/regex-syntax/0.6.25 \
|
|
||||||
crate://crates.io/regex/1.5.5 \
|
|
||||||
crate://crates.io/remove_dir_all/0.5.3 \
|
|
||||||
crate://crates.io/rpassword/4.0.5 \
|
|
||||||
crate://crates.io/rustc-demangle/0.1.21 \
|
|
||||||
crate://crates.io/rustc_version/0.3.3 \
|
|
||||||
crate://crates.io/same-file/1.0.6 \
|
|
||||||
crate://crates.io/scoped-tls/1.0.0 \
|
|
||||||
crate://crates.io/semver-parser/0.10.2 \
|
|
||||||
crate://crates.io/semver/0.11.0 \
|
|
||||||
crate://crates.io/serde/1.0.137 \
|
|
||||||
crate://crates.io/serde_derive/1.0.137 \
|
|
||||||
crate://crates.io/serde_repr/0.1.8 \
|
|
||||||
crate://crates.io/sha-1/0.9.8 \
|
|
||||||
crate://crates.io/sha1/0.6.1 \
|
|
||||||
crate://crates.io/sha1_smol/1.0.0 \
|
|
||||||
crate://crates.io/sha2/0.9.9 \
|
|
||||||
crate://crates.io/signal-hook-registry/1.4.0 \
|
|
||||||
crate://crates.io/signal-hook/0.1.17 \
|
|
||||||
crate://crates.io/signature/1.5.0 \
|
|
||||||
crate://crates.io/slab/0.4.6 \
|
|
||||||
crate://crates.io/slotmap/1.0.6 \
|
|
||||||
crate://crates.io/smallvec/1.8.0 \
|
|
||||||
crate://crates.io/socket2/0.4.4 \
|
|
||||||
crate://crates.io/sodiumoxide/0.2.7 \
|
|
||||||
crate://crates.io/stable_deref_trait/1.2.0 \
|
|
||||||
crate://crates.io/static_assertions/1.1.0 \
|
|
||||||
crate://crates.io/strsim/0.8.0 \
|
|
||||||
crate://crates.io/strum/0.18.0 \
|
|
||||||
crate://crates.io/strum/0.21.0 \
|
|
||||||
crate://crates.io/strum_macros/0.18.0 \
|
|
||||||
crate://crates.io/strum_macros/0.21.1 \
|
|
||||||
crate://crates.io/subtle/2.4.1 \
|
|
||||||
crate://crates.io/syn/0.15.44 \
|
|
||||||
crate://crates.io/syn/1.0.95 \
|
|
||||||
crate://crates.io/synstructure/0.12.6 \
|
|
||||||
crate://crates.io/system-deps/1.3.2 \
|
|
||||||
crate://crates.io/system-deps/3.2.0 \
|
|
||||||
crate://crates.io/tempfile/3.3.0 \
|
|
||||||
crate://crates.io/termion/1.5.6 \
|
|
||||||
crate://crates.io/textwrap/0.11.0 \
|
|
||||||
crate://crates.io/thiserror-impl/1.0.31 \
|
|
||||||
crate://crates.io/thiserror/1.0.31 \
|
|
||||||
crate://crates.io/time/0.1.43 \
|
|
||||||
crate://crates.io/toml/0.4.10 \
|
|
||||||
crate://crates.io/toml/0.5.9 \
|
|
||||||
crate://crates.io/typenum/1.15.0 \
|
|
||||||
crate://crates.io/ucd-trie/0.1.3 \
|
|
||||||
crate://crates.io/unicode-ident/1.0.0 \
|
|
||||||
crate://crates.io/unicode-segmentation/1.9.0 \
|
|
||||||
crate://crates.io/unicode-width/0.1.9 \
|
|
||||||
crate://crates.io/unicode-xid/0.1.0 \
|
|
||||||
crate://crates.io/unicode-xid/0.2.3 \
|
|
||||||
crate://crates.io/vec_map/0.8.2 \
|
|
||||||
crate://crates.io/version-compare/0.0.10 \
|
|
||||||
crate://crates.io/version-compare/0.0.11 \
|
|
||||||
crate://crates.io/version_check/0.9.4 \
|
|
||||||
crate://crates.io/void/1.0.2 \
|
|
||||||
crate://crates.io/waker-fn/1.1.0 \
|
|
||||||
crate://crates.io/walkdir/2.3.2 \
|
|
||||||
crate://crates.io/wasi/0.10.2+wasi-snapshot-preview1 \
|
|
||||||
crate://crates.io/wasi/0.9.0+wasi-snapshot-preview1 \
|
|
||||||
crate://crates.io/wepoll-ffi/0.1.2 \
|
|
||||||
crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \
|
|
||||||
crate://crates.io/winapi-util/0.1.5 \
|
|
||||||
crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \
|
|
||||||
crate://crates.io/winapi/0.3.9 \
|
|
||||||
crate://crates.io/xi-unicode/0.1.0 \
|
|
||||||
crate://crates.io/zbus/2.0.0-beta.5 \
|
|
||||||
crate://crates.io/zbus_macros/2.0.0-beta.5 \
|
|
||||||
crate://crates.io/zvariant/2.10.0 \
|
|
||||||
crate://crates.io/zvariant_derive/2.10.0 \
|
|
||||||
"
|
|
||||||
|
|
||||||
SRC_URI[acl-sys-1.2.2.sha256sum] = "bbc079f9bdd3124fd18df23c67f7e0f79d24751ae151dcffd095fcade07a3eb2"
|
|
||||||
SRC_URI[addr2line-0.17.0.sha256sum] = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
||||||
SRC_URI[adler-1.0.2.sha256sum] = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
||||||
SRC_URI[aho-corasick-0.7.18.sha256sum] = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
||||||
SRC_URI[ansi_term-0.12.1.sha256sum] = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
||||||
SRC_URI[anyhow-1.0.57.sha256sum] = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
|
||||||
SRC_URI[array-macro-1.0.5.sha256sum] = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6"
|
|
||||||
SRC_URI[async-broadcast-0.3.4.sha256sum] = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
|
|
||||||
SRC_URI[async-channel-1.6.1.sha256sum] = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
|
||||||
SRC_URI[async-executor-1.4.1.sha256sum] = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
||||||
SRC_URI[async-io-1.6.0.sha256sum] = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
|
||||||
SRC_URI[async-lock-2.5.0.sha256sum] = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
|
||||||
SRC_URI[async-task-4.2.0.sha256sum] = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
|
|
||||||
SRC_URI[atk-sys-0.14.0.sha256sum] = "badcf670157c84bb8b1cf6b5f70b650fed78da2033c9eed84c4e49b11cbe83ea"
|
|
||||||
SRC_URI[atk-0.14.0.sha256sum] = "a83b21d2aa75e464db56225e1bda2dd5993311ba1095acaa8fa03d1ae67026ba"
|
|
||||||
SRC_URI[atty-0.2.14.sha256sum] = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
||||||
SRC_URI[autocfg-1.1.0.sha256sum] = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
||||||
SRC_URI[backtrace-0.3.65.sha256sum] = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
|
|
||||||
SRC_URI[bincode-1.3.3.sha256sum] = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
||||||
SRC_URI[bitflags-1.2.1.sha256sum] = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
||||||
SRC_URI[block-buffer-0.9.0.sha256sum] = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
||||||
SRC_URI[block-cipher-0.7.1.sha256sum] = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10"
|
|
||||||
SRC_URI[blowfish-0.5.0.sha256sum] = "91d01392750dd899a2528948d6b856afe2df508d627fc7c339868c0bd0141b4b"
|
|
||||||
SRC_URI[byteorder-1.4.3.sha256sum] = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
||||||
SRC_URI[cache-padded-1.2.0.sha256sum] = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
|
||||||
SRC_URI[cairo-rs-0.14.9.sha256sum] = "33b5725979db0c586d98abad2193cdb612dd40ef95cd26bd99851bf93b3cb482"
|
|
||||||
SRC_URI[cairo-sys-rs-0.14.9.sha256sum] = "b448b876970834fda82ba3aeaccadbd760206b75388fc5c1b02f1e343b697570"
|
|
||||||
SRC_URI[cc-1.0.73.sha256sum] = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
||||||
SRC_URI[cfg-expr-0.8.1.sha256sum] = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e"
|
|
||||||
SRC_URI[cfg-if-0.1.10.sha256sum] = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
||||||
SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
||||||
SRC_URI[chrono-0.4.19.sha256sum] = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
||||||
SRC_URI[clap-2.34.0.sha256sum] = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
||||||
SRC_URI[concurrent-queue-1.2.2.sha256sum] = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
||||||
SRC_URI[cpufeatures-0.2.2.sha256sum] = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
|
||||||
SRC_URI[crc32fast-1.3.2.sha256sum] = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
||||||
SRC_URI[crossbeam-channel-0.3.9.sha256sum] = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
|
|
||||||
SRC_URI[crossbeam-utils-0.6.6.sha256sum] = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
|
||||||
SRC_URI[crypto-mac-0.8.0.sha256sum] = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
||||||
SRC_URI[cursive-0.11.0.sha256sum] = "e50c8961fb6728e44ea668e4133ca6f5bea681cb5e93aaee70a8f452412bbce5"
|
|
||||||
SRC_URI[dbus-0.6.5.sha256sum] = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819"
|
|
||||||
SRC_URI[dbus-0.8.4.sha256sum] = "5cd9e78c210146a1860f897db03412fd5091fd73100778e43ee255cca252cf32"
|
|
||||||
SRC_URI[derivative-2.2.0.sha256sum] = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
||||||
SRC_URI[digest-0.9.0.sha256sum] = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
||||||
SRC_URI[easy-parallel-3.2.0.sha256sum] = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
|
|
||||||
SRC_URI[ed25519-1.5.2.sha256sum] = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
|
|
||||||
SRC_URI[either-1.6.1.sha256sum] = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
||||||
SRC_URI[enum-map-derive-0.4.6.sha256sum] = "e5c450cf304c9e18d45db562025a14fb1ca0f5c769b6f609309f81d4c31de455"
|
|
||||||
SRC_URI[enum-map-internals-0.1.2.sha256sum] = "38b0bacf3ea7aba18ce84032efc3f0fa29f5c814048b742ab3e64d07d83ac3e8"
|
|
||||||
SRC_URI[enum-map-0.5.0.sha256sum] = "ccd9b2d5e0eb5c2ff851791e2af90ab4531b1168cfc239d1c0bf467e60ba3c89"
|
|
||||||
SRC_URI[enumflags2-0.6.4.sha256sum] = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
|
|
||||||
SRC_URI[enumflags2_derive-0.6.4.sha256sum] = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
|
|
||||||
SRC_URI[enumset-0.3.19.sha256sum] = "43bd5effaae6a671efa2032056110916a501bd24128cfb6f44e5a339b5cdb152"
|
|
||||||
SRC_URI[enumset_derive-0.3.2.sha256sum] = "f73e5c77cf68e532b0e6fdd22c7f8f4d09f6f663692aecca0b3d8ec2e11af723"
|
|
||||||
SRC_URI[event-listener-2.5.2.sha256sum] = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
|
||||||
SRC_URI[failure-0.1.8.sha256sum] = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
|
||||||
SRC_URI[failure_derive-0.1.8.sha256sum] = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
|
||||||
SRC_URI[fastrand-1.7.0.sha256sum] = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
||||||
SRC_URI[field-offset-0.3.4.sha256sum] = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
|
||||||
SRC_URI[flate2-1.0.24.sha256sum] = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
||||||
SRC_URI[futures-channel-0.3.21.sha256sum] = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
||||||
SRC_URI[futures-core-0.3.21.sha256sum] = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
||||||
SRC_URI[futures-executor-0.3.21.sha256sum] = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
|
||||||
SRC_URI[futures-io-0.3.21.sha256sum] = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
||||||
SRC_URI[futures-lite-1.12.0.sha256sum] = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
||||||
SRC_URI[futures-macro-0.3.21.sha256sum] = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
|
||||||
SRC_URI[futures-sink-0.3.21.sha256sum] = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
||||||
SRC_URI[futures-task-0.3.21.sha256sum] = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
||||||
SRC_URI[futures-util-0.3.21.sha256sum] = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
||||||
SRC_URI[gdk-pixbuf-sys-0.14.0.sha256sum] = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590"
|
|
||||||
SRC_URI[gdk-pixbuf-0.14.0.sha256sum] = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f"
|
|
||||||
SRC_URI[gdk-sys-0.14.0.sha256sum] = "0e091b3d3d6696949ac3b3fb3c62090e5bfd7bd6850bef5c3c5ea701de1b1f1e"
|
|
||||||
SRC_URI[gdk-0.14.3.sha256sum] = "b9d749dcfc00d8de0d7c3a289e04a04293eb5ba3d8a4e64d64911d481fa9933b"
|
|
||||||
SRC_URI[generic-array-0.14.5.sha256sum] = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
|
||||||
SRC_URI[getrandom-0.1.16.sha256sum] = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
||||||
SRC_URI[getrandom-0.2.6.sha256sum] = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
|
||||||
SRC_URI[gimli-0.26.1.sha256sum] = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
|
||||||
SRC_URI[gio-sys-0.14.0.sha256sum] = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa"
|
|
||||||
SRC_URI[gio-0.14.8.sha256sum] = "711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0"
|
|
||||||
SRC_URI[glib-macros-0.10.1.sha256sum] = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
|
|
||||||
SRC_URI[glib-macros-0.14.1.sha256sum] = "2aad66361f66796bfc73f530c51ef123970eb895ffba991a234fcf7bea89e518"
|
|
||||||
SRC_URI[glib-sys-0.10.1.sha256sum] = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
|
|
||||||
SRC_URI[glib-sys-0.14.0.sha256sum] = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae"
|
|
||||||
SRC_URI[glib-0.10.3.sha256sum] = "0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5"
|
|
||||||
SRC_URI[glib-0.14.8.sha256sum] = "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4"
|
|
||||||
SRC_URI[gobject-sys-0.10.0.sha256sum] = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
|
|
||||||
SRC_URI[gobject-sys-0.14.0.sha256sum] = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5"
|
|
||||||
SRC_URI[gtk-sys-0.14.0.sha256sum] = "8c14c8d3da0545785a7c5a120345b3abb534010fb8ae0f2ef3f47c027fba303e"
|
|
||||||
SRC_URI[gtk-0.14.3.sha256sum] = "2eb51122dd3317e9327ec1e4faa151d1fa0d95664cd8fb8dcfacf4d4d29ac70c"
|
|
||||||
SRC_URI[gtk3-macros-0.14.0.sha256sum] = "21de1da96dc117443fb03c2e270b2d34b7de98d0a79a19bbb689476173745b79"
|
|
||||||
SRC_URI[heck-0.3.3.sha256sum] = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
||||||
SRC_URI[hermit-abi-0.1.19.sha256sum] = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
||||||
SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
||||||
SRC_URI[hmac-0.8.1.sha256sum] = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
||||||
SRC_URI[inotify-sys-0.1.5.sha256sum] = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
||||||
SRC_URI[inotify-0.8.3.sha256sum] = "46dd0a94b393c730779ccfd2a872b67b1eb67be3fc33082e733bdb38b5fde4d4"
|
|
||||||
SRC_URI[instant-0.1.12.sha256sum] = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
||||||
SRC_URI[itertools-0.10.3.sha256sum] = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
||||||
SRC_URI[itertools-0.9.0.sha256sum] = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
||||||
SRC_URI[lazy_static-1.4.0.sha256sum] = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
||||||
SRC_URI[libc-0.2.126.sha256sum] = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
|
||||||
SRC_URI[libdbus-sys-0.2.2.sha256sum] = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
|
|
||||||
SRC_URI[libsodium-sys-0.2.7.sha256sum] = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
|
|
||||||
SRC_URI[log-0.4.17.sha256sum] = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
||||||
SRC_URI[md-5-0.9.1.sha256sum] = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
|
|
||||||
SRC_URI[memchr-2.5.0.sha256sum] = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
||||||
SRC_URI[memoffset-0.6.5.sha256sum] = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
||||||
SRC_URI[miniz_oxide-0.5.1.sha256sum] = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
|
||||||
SRC_URI[nix-0.17.0.sha256sum] = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
|
||||||
SRC_URI[nix-0.21.2.sha256sum] = "77d9f3521ea8e0641a153b3cddaf008dcbf26acd4ed739a2517295e0760d12c7"
|
|
||||||
SRC_URI[num-complex-0.2.4.sha256sum] = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
||||||
SRC_URI[num-integer-0.1.45.sha256sum] = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
||||||
SRC_URI[num-iter-0.1.43.sha256sum] = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
||||||
SRC_URI[num-rational-0.2.4.sha256sum] = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
||||||
SRC_URI[num-traits-0.2.15.sha256sum] = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
||||||
SRC_URI[num-0.2.1.sha256sum] = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
|
||||||
SRC_URI[numtoa-0.1.0.sha256sum] = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
||||||
SRC_URI[object-0.28.4.sha256sum] = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
|
|
||||||
SRC_URI[once_cell-1.10.0.sha256sum] = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
||||||
SRC_URI[opaque-debug-0.2.3.sha256sum] = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
||||||
SRC_URI[opaque-debug-0.3.0.sha256sum] = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
||||||
SRC_URI[owning_ref-0.4.1.sha256sum] = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
|
|
||||||
SRC_URI[pango-sys-0.10.0.sha256sum] = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
|
|
||||||
SRC_URI[pango-sys-0.14.0.sha256sum] = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe"
|
|
||||||
SRC_URI[pango-0.14.8.sha256sum] = "546fd59801e5ca735af82839007edd226fe7d3bb06433ec48072be4439c28581"
|
|
||||||
SRC_URI[pango-0.9.1.sha256sum] = "9937068580bebd8ced19975938573803273ccbcbd598c58d4906efd4ac87c438"
|
|
||||||
SRC_URI[parking-2.0.0.sha256sum] = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
||||||
SRC_URI[pest-2.1.3.sha256sum] = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
||||||
SRC_URI[pin-project-lite-0.2.9.sha256sum] = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
||||||
SRC_URI[pin-utils-0.1.0.sha256sum] = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
||||||
SRC_URI[pkg-config-0.3.25.sha256sum] = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
||||||
SRC_URI[polling-2.2.0.sha256sum] = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
|
||||||
SRC_URI[posix-acl-1.0.0.sha256sum] = "2ea5dae99e4365fa738533b43f4c649c0450ba7fbb81a984a4fba6a42ce91812"
|
|
||||||
SRC_URI[ppv-lite86-0.2.16.sha256sum] = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
||||||
SRC_URI[proc-macro-crate-0.1.5.sha256sum] = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
||||||
SRC_URI[proc-macro-crate-1.1.3.sha256sum] = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
|
||||||
SRC_URI[proc-macro-error-attr-1.0.4.sha256sum] = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
||||||
SRC_URI[proc-macro-error-1.0.4.sha256sum] = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
||||||
SRC_URI[proc-macro2-0.4.30.sha256sum] = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
||||||
SRC_URI[proc-macro2-1.0.39.sha256sum] = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
|
||||||
SRC_URI[procfs-0.12.0.sha256sum] = "0941606b9934e2d98a3677759a971756eb821f75764d0e0d26946d08e74d9104"
|
|
||||||
SRC_URI[pwhash-0.3.1.sha256sum] = "1068eebd5d8aa4bbd6cbba05ff2647ad32f8ec86a3b73417b95522383c4bd18f"
|
|
||||||
SRC_URI[quote-0.6.13.sha256sum] = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
||||||
SRC_URI[quote-1.0.18.sha256sum] = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
|
||||||
SRC_URI[rand-0.7.3.sha256sum] = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
||||||
SRC_URI[rand-0.8.5.sha256sum] = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
||||||
SRC_URI[rand_chacha-0.2.2.sha256sum] = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
||||||
SRC_URI[rand_chacha-0.3.1.sha256sum] = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
||||||
SRC_URI[rand_core-0.5.1.sha256sum] = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
||||||
SRC_URI[rand_core-0.6.3.sha256sum] = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
||||||
SRC_URI[rand_hc-0.2.0.sha256sum] = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
||||||
SRC_URI[redox_syscall-0.2.13.sha256sum] = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
|
||||||
SRC_URI[redox_termios-0.1.2.sha256sum] = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
||||||
SRC_URI[regex-syntax-0.6.25.sha256sum] = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
||||||
SRC_URI[regex-1.5.5.sha256sum] = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
|
||||||
SRC_URI[remove_dir_all-0.5.3.sha256sum] = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
||||||
SRC_URI[rpassword-4.0.5.sha256sum] = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
|
|
||||||
SRC_URI[rustc-demangle-0.1.21.sha256sum] = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
||||||
SRC_URI[rustc_version-0.3.3.sha256sum] = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
||||||
SRC_URI[same-file-1.0.6.sha256sum] = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
||||||
SRC_URI[scoped-tls-1.0.0.sha256sum] = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
||||||
SRC_URI[semver-parser-0.10.2.sha256sum] = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
||||||
SRC_URI[semver-0.11.0.sha256sum] = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
||||||
SRC_URI[serde-1.0.137.sha256sum] = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
|
||||||
SRC_URI[serde_derive-1.0.137.sha256sum] = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
|
||||||
SRC_URI[serde_repr-0.1.8.sha256sum] = "a2ad84e47328a31223de7fed7a4f5087f2d6ddfe586cf3ca25b7a165bc0a5aed"
|
|
||||||
SRC_URI[sha-1-0.9.8.sha256sum] = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
|
||||||
SRC_URI[sha1-0.6.1.sha256sum] = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
||||||
SRC_URI[sha1_smol-1.0.0.sha256sum] = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
||||||
SRC_URI[sha2-0.9.9.sha256sum] = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
||||||
SRC_URI[signal-hook-registry-1.4.0.sha256sum] = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
||||||
SRC_URI[signal-hook-0.1.17.sha256sum] = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
|
|
||||||
SRC_URI[signature-1.5.0.sha256sum] = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"
|
|
||||||
SRC_URI[slab-0.4.6.sha256sum] = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
|
||||||
SRC_URI[slotmap-1.0.6.sha256sum] = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
||||||
SRC_URI[smallvec-1.8.0.sha256sum] = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
||||||
SRC_URI[socket2-0.4.4.sha256sum] = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
|
||||||
SRC_URI[sodiumoxide-0.2.7.sha256sum] = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
|
|
||||||
SRC_URI[stable_deref_trait-1.2.0.sha256sum] = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
||||||
SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
||||||
SRC_URI[strsim-0.8.0.sha256sum] = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
||||||
SRC_URI[strum-0.18.0.sha256sum] = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
|
||||||
SRC_URI[strum-0.21.0.sha256sum] = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
||||||
SRC_URI[strum_macros-0.18.0.sha256sum] = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
|
||||||
SRC_URI[strum_macros-0.21.1.sha256sum] = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
||||||
SRC_URI[subtle-2.4.1.sha256sum] = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
||||||
SRC_URI[syn-0.15.44.sha256sum] = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
||||||
SRC_URI[syn-1.0.95.sha256sum] = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
|
|
||||||
SRC_URI[synstructure-0.12.6.sha256sum] = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
||||||
SRC_URI[system-deps-1.3.2.sha256sum] = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
|
|
||||||
SRC_URI[system-deps-3.2.0.sha256sum] = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
|
|
||||||
SRC_URI[tempfile-3.3.0.sha256sum] = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
||||||
SRC_URI[termion-1.5.6.sha256sum] = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
||||||
SRC_URI[textwrap-0.11.0.sha256sum] = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
||||||
SRC_URI[thiserror-impl-1.0.31.sha256sum] = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
|
||||||
SRC_URI[thiserror-1.0.31.sha256sum] = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
|
||||||
SRC_URI[time-0.1.43.sha256sum] = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
||||||
SRC_URI[toml-0.4.10.sha256sum] = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
|
||||||
SRC_URI[toml-0.5.9.sha256sum] = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
|
||||||
SRC_URI[typenum-1.15.0.sha256sum] = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
||||||
SRC_URI[ucd-trie-0.1.3.sha256sum] = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
||||||
SRC_URI[unicode-ident-1.0.0.sha256sum] = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
|
||||||
SRC_URI[unicode-segmentation-1.9.0.sha256sum] = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
|
||||||
SRC_URI[unicode-width-0.1.9.sha256sum] = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
||||||
SRC_URI[unicode-xid-0.1.0.sha256sum] = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
||||||
SRC_URI[unicode-xid-0.2.3.sha256sum] = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
|
||||||
SRC_URI[vec_map-0.8.2.sha256sum] = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
||||||
SRC_URI[version-compare-0.0.10.sha256sum] = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
|
||||||
SRC_URI[version-compare-0.0.11.sha256sum] = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
|
|
||||||
SRC_URI[version_check-0.9.4.sha256sum] = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
||||||
SRC_URI[void-1.0.2.sha256sum] = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
||||||
SRC_URI[waker-fn-1.1.0.sha256sum] = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
||||||
SRC_URI[walkdir-2.3.2.sha256sum] = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
||||||
SRC_URI[wasi-0.10.2+wasi-snapshot-preview1.sha256sum] = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
||||||
SRC_URI[wasi-0.9.0+wasi-snapshot-preview1.sha256sum] = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
||||||
SRC_URI[wepoll-ffi-0.1.2.sha256sum] = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
|
||||||
SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
||||||
SRC_URI[winapi-util-0.1.5.sha256sum] = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
||||||
SRC_URI[winapi-x86_64-pc-windows-gnu-0.4.0.sha256sum] = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
||||||
SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
||||||
SRC_URI[xi-unicode-0.1.0.sha256sum] = "12ea8eda4b1eb72f02d148402e23832d56a33f55d8c1b2d5bcdde91d79d47cb1"
|
|
||||||
SRC_URI[zbus-2.0.0-beta.5.sha256sum] = "d45f4720326304c291f96f66b6c1131f16964bba6bffe216ac85de2e48321a10"
|
|
||||||
SRC_URI[zbus_macros-2.0.0-beta.5.sha256sum] = "cf0fa91321143695013cb3fa62a6395dbe14eafd97ab58c2ba73f61d5035b1d9"
|
|
||||||
SRC_URI[zvariant-2.10.0.sha256sum] = "a68c7b55f2074489b7e8e07d2d0a6ee6b4f233867a653c664d8020ba53692525"
|
|
||||||
SRC_URI[zvariant_derive-2.10.0.sha256sum] = "e4ca5e22593eb4212382d60d26350065bf2a02c34b85bc850474a74b589a3de9"
|
|
||||||
|
|
||||||
export SODIUM_USE_PKG_CONFIG = "1"
|
export SODIUM_USE_PKG_CONFIG = "1"
|
||||||
|
|
||||||
@@ -499,8 +49,8 @@ FILES:${PN} = "\
|
|||||||
${libexecdir}/citadel-install-backend \
|
${libexecdir}/citadel-install-backend \
|
||||||
${libexecdir}/citadel-desktop-sync \
|
${libexecdir}/citadel-desktop-sync \
|
||||||
${libexecdir}/citadel-realmsd \
|
${libexecdir}/citadel-realmsd \
|
||||||
${libexecdir}/citadel-installer-ui \
|
${libexecdir}/launch-gnome-software \
|
||||||
${libexecdir}/realm-config-ui \
|
${libexecdir}/update-realmfs \
|
||||||
${bindir}/citadel-image \
|
${bindir}/citadel-image \
|
||||||
${bindir}/citadel-realmfs \
|
${bindir}/citadel-realmfs \
|
||||||
${bindir}/citadel-update \
|
${bindir}/citadel-update \
|
||||||
@@ -534,20 +84,21 @@ do_install() {
|
|||||||
install -d ${D}${sysconfdir}/dbus-1/system.d
|
install -d ${D}${sysconfdir}/dbus-1/system.d
|
||||||
install -m 644 ${S}/data/com.subgraph.realms.Manager.conf ${D}${sysconfdir}/dbus-1/system.d
|
install -m 644 ${S}/data/com.subgraph.realms.Manager.conf ${D}${sysconfdir}/dbus-1/system.d
|
||||||
|
|
||||||
# citadel-installer-ui
|
# citadel-installer
|
||||||
install -m 755 ${TARGET_BIN}/citadel-installer-ui ${D}${libexecdir}
|
|
||||||
install -m 644 ${S}/data/com.subgraph.installer.Manager.conf ${D}${sysconfdir}/dbus-1/system.d
|
install -m 644 ${S}/data/com.subgraph.installer.Manager.conf ${D}${sysconfdir}/dbus-1/system.d
|
||||||
|
|
||||||
# realm-config-ui
|
|
||||||
install -m 0755 ${TARGET_BIN}/realm-config-ui ${D}${libexecdir}
|
|
||||||
install -m 0644 ${S}/data/com.subgraph.RealmConfig.desktop ${D}${datadir}/applications
|
|
||||||
|
|
||||||
# /usr/libexec/citadel-tool
|
# /usr/libexec/citadel-tool
|
||||||
install -m 755 ${TARGET_BIN}/citadel-tool ${D}${libexecdir}
|
install -m 755 ${TARGET_BIN}/citadel-tool ${D}${libexecdir}
|
||||||
|
|
||||||
# citadel-realms as /usr/bin/realms
|
# citadel-realms as /usr/bin/realms
|
||||||
install -m 755 -T ${TARGET_BIN}/citadel-realms ${D}${bindir}/realms
|
install -m 755 -T ${TARGET_BIN}/citadel-realms ${D}${bindir}/realms
|
||||||
|
|
||||||
|
# /usr/libexec/launch-gnome-software
|
||||||
|
install -m 4755 ${TARGET_BIN}/launch-gnome-software ${D}${libexecdir}
|
||||||
|
|
||||||
|
# /usr/libexec/update-realmfs
|
||||||
|
install -m 755 ${TARGET_BIN}/update-realmfs ${D}${libexecdir}
|
||||||
|
|
||||||
ln ${D}${libexecdir}/citadel-tool ${D}${libexecdir}/citadel-boot
|
ln ${D}${libexecdir}/citadel-tool ${D}${libexecdir}/citadel-boot
|
||||||
ln ${D}${libexecdir}/citadel-tool ${D}${libexecdir}/citadel-install
|
ln ${D}${libexecdir}/citadel-tool ${D}${libexecdir}/citadel-install
|
||||||
ln ${D}${libexecdir}/citadel-tool ${D}${libexecdir}/citadel-install-backend
|
ln ${D}${libexecdir}/citadel-tool ${D}${libexecdir}/citadel-install-backend
|
||||||
|
@@ -0,0 +1,51 @@
|
|||||||
|
From a9ad6dd95f0aa2d413a5328edf3e3e4668e39415 Mon Sep 17 00:00:00 2001
|
||||||
|
From: isa <isa@subgraph.com>
|
||||||
|
Date: Thu, 22 Aug 2024 15:23:03 +0000
|
||||||
|
Subject: [PATCH] Modify glib to use localtime in /storage/citadel-state
|
||||||
|
Upstream-Status: Inappropriate [citadel specific]
|
||||||
|
|
||||||
|
---
|
||||||
|
glib/gtimezone.c | 8 ++++----
|
||||||
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/glib/gtimezone.c b/glib/gtimezone.c
|
||||||
|
index 4a4a2d0..ed1444a 100644
|
||||||
|
--- a/glib/gtimezone.c
|
||||||
|
+++ b/glib/gtimezone.c
|
||||||
|
@@ -538,14 +538,14 @@ zone_identifier_unix (void)
|
||||||
|
gboolean not_a_symlink_to_zoneinfo = FALSE;
|
||||||
|
struct stat file_status;
|
||||||
|
|
||||||
|
- /* Resolve the actual timezone pointed to by /etc/localtime. */
|
||||||
|
- resolved_identifier = g_file_read_link ("/etc/localtime", &read_link_err);
|
||||||
|
+ /* Resolve the actual timezone pointed to by /storage/citadel-state/localtime. */
|
||||||
|
+ resolved_identifier = g_file_read_link ("/storage/citadel-state/localtime", &read_link_err);
|
||||||
|
|
||||||
|
if (resolved_identifier != NULL)
|
||||||
|
{
|
||||||
|
if (!g_path_is_absolute (resolved_identifier))
|
||||||
|
{
|
||||||
|
- gchar *absolute_resolved_identifier = g_build_filename ("/etc", resolved_identifier, NULL);
|
||||||
|
+ gchar *absolute_resolved_identifier = g_build_filename ("/storage/citadel-state", resolved_identifier, NULL);
|
||||||
|
g_free (resolved_identifier);
|
||||||
|
resolved_identifier = g_steal_pointer (&absolute_resolved_identifier);
|
||||||
|
}
|
||||||
|
@@ -604,7 +604,7 @@ zone_identifier_unix (void)
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* Resolve relative path */
|
||||||
|
- canonical_path = g_canonicalize_filename (resolved_identifier, "/etc");
|
||||||
|
+ canonical_path = g_canonicalize_filename (resolved_identifier, "/storage/citadel-state");
|
||||||
|
g_free (resolved_identifier);
|
||||||
|
resolved_identifier = g_steal_pointer (&canonical_path);
|
||||||
|
}
|
||||||
|
file = g_mapped_file_new (filename, FALSE, NULL);
|
||||||
|
@@ -671,7 +671,7 @@ zone_info_unix (const gchar *identifier,
|
||||||
|
if (resolved_identifier == NULL)
|
||||||
|
goto out;
|
||||||
|
|
||||||
|
- filename = g_strdup ("/etc/localtime");
|
||||||
|
+ filename = g_strdup ("/storage/citadel-state/localtime");
|
||||||
|
}
|
||||||
|
|
||||||
|
file = g_mapped_file_new (filename, FALSE, NULL);
|
4
meta-citadel/recipes-core/glib-2.0/glib-2.0_%.bbappend
Normal file
4
meta-citadel/recipes-core/glib-2.0/glib-2.0_%.bbappend
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI += "file://0001-Modify-glib-to-accommodate-citadel-timezone-symlink-.patch"
|
||||||
|
|
@@ -17,6 +17,6 @@ FILES:${PN} = "${datadir}/icons"
|
|||||||
# Add an index.theme to /usr/share/icons/default that inherits Paper cursors
|
# Add an index.theme to /usr/share/icons/default that inherits Paper cursors
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
mkdir -p ${D}${datadir}/icons/default
|
mkdir -p ${D}${datadir}/icons/default
|
||||||
install -m 644 ${WORKDIR}/index.theme ${D}${datadir}/icons/default/index.theme
|
install -m 644 ${UNPACKDIR}/index.theme ${D}${datadir}/icons/default/index.theme
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf"
|
|||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
install -d ${D}${sysconfdir}/fonts/conf.d/
|
install -d ${D}${sysconfdir}/fonts/conf.d/
|
||||||
install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/
|
install -m 0644 ${UNPACKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
|
@@ -0,0 +1,17 @@
|
|||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
|
PACKAGECONFIG = "pango systemd udev drm gtk spinfinity fade-in text details solar glow script spinner tribar bgrt"
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Install a custom plymouthd.conf file
|
||||||
|
#
|
||||||
|
SRC_URI += "file://plymouthd.conf"
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
rm -rf ${D}/etc/plymouth/plymouthd.conf
|
||||||
|
install -m 644 ${UNPACKDIR}/plymouthd.conf ${D}/etc/plymouth/plymouthd.conf
|
||||||
|
}
|
||||||
|
|
||||||
|
# No dracut pls
|
||||||
|
RDEPENDS:${PN}:remove = "dracut"
|
@@ -1,34 +1,35 @@
|
|||||||
From a134a4b633953eed419b1f63ff2c5df9b19c5981 Mon Sep 17 00:00:00 2001
|
From ccc362c085b87e05afcfbde86d1d146ceb29938b Mon Sep 17 00:00:00 2001
|
||||||
From: Bruce Leidl <bruce@subgraph.com>
|
From: Bruce Leidl <bruce@subgraph.com>
|
||||||
Date: Wed, 3 Apr 2024 11:26:34 -0400
|
Date: Wed, 14 May 2025 16:19:40 +0000
|
||||||
Subject: [PATCH] Remove panels for citadel
|
Subject: [PATCH] Remove panels for Citadel
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [Citadel]
|
||||||
---
|
---
|
||||||
meson.build | 25 -----------
|
meson.build | 25 -----------
|
||||||
panels/meson.build | 4 --
|
panels/meson.build | 4 --
|
||||||
panels/system/cc-system-panel.c | 72 --------------------------------
|
panels/system/cc-system-panel.c | 72 --------------------------------
|
||||||
panels/system/cc-system-panel.ui | 62 +--------------------------
|
panels/system/cc-system-panel.ui | 54 ------------------------
|
||||||
panels/system/meson.build | 36 ----------------
|
panels/system/meson.build | 34 ---------------
|
||||||
shell/cc-panel-list.c | 4 --
|
shell/cc-panel-list.c | 4 --
|
||||||
shell/cc-panel-loader.c | 9 ----
|
shell/cc-panel-loader.c | 9 ----
|
||||||
tests/meson.build | 3 --
|
tests/meson.build | 2 -
|
||||||
8 files changed, 1 insertion(+), 214 deletions(-)
|
8 files changed, 204 deletions(-)
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index c1c1d4a..5134a63 100644
|
index f3cca5b..a2d44b4 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -184,7 +184,6 @@ gnome_desktop_dep = dependency('gnome-desktop-4')
|
@@ -191,7 +191,6 @@ gnome_desktop_dep = dependency('gnome-desktop-4')
|
||||||
gnome_bg_dep = dependency('gnome-bg-4')
|
gnome_bg_dep = dependency('gnome-bg-4')
|
||||||
gnome_rr_dep = dependency('gnome-rr-4')
|
gnome_rr_dep = dependency('gnome-rr-4')
|
||||||
gnome_settings_dep = dependency('gnome-settings-daemon', version: '>= 41.0')
|
gnome_settings_dep = dependency('gnome-settings-daemon', version: '>= 48.rc', fallback: 'gsd')
|
||||||
-goa_dep = dependency('goa-1.0', version: goa_req_version)
|
-goa_dep = dependency('goa-1.0', version: goa_req_version, fallback: 'goa')
|
||||||
gsettings_desktop_dep = dependency('gsettings-desktop-schemas', version: '>= 46.beta')
|
gsettings_desktop_dep = dependency('gsettings-desktop-schemas', version: '>= 48.alpha') # actually requires commit 9d55553, just after alpha
|
||||||
libxml_dep = dependency('libxml-2.0')
|
libxml_dep = dependency('libxml-2.0')
|
||||||
pulse_dep = dependency('libpulse', version: pulse_req_version)
|
pulse_dep = dependency('libpulse', version: pulse_req_version)
|
||||||
@@ -218,30 +217,6 @@ foreach polkit_file: polkit_files
|
@@ -231,30 +230,6 @@ if cc.has_header_symbol('langinfo.h', '_NL_TIME_FIRST_WEEKDAY')
|
||||||
assert(r.returncode() == 0, 'ITS support missing from polkit, please upgrade or contact your distribution')
|
description: 'Define if langinfo.h supports _NL_TIME_FIRST_WEEKDAY')
|
||||||
endforeach
|
endif
|
||||||
|
|
||||||
-# Check for CUPS 1.4 or newer
|
-# Check for CUPS 1.4 or newer
|
||||||
-cups_dep = dependency('cups', version : '>= 1.4', required: false)
|
-cups_dep = dependency('cups', version : '>= 1.4', required: false)
|
||||||
@@ -58,18 +59,17 @@ index c1c1d4a..5134a63 100644
|
|||||||
enable_ibus = get_option('ibus')
|
enable_ibus = get_option('ibus')
|
||||||
if enable_ibus
|
if enable_ibus
|
||||||
diff --git a/panels/meson.build b/panels/meson.build
|
diff --git a/panels/meson.build b/panels/meson.build
|
||||||
index 3067635..6c1d9d9 100644
|
index 07c7733..21a56c2 100644
|
||||||
--- a/panels/meson.build
|
--- a/panels/meson.build
|
||||||
+++ b/panels/meson.build
|
+++ b/panels/meson.build
|
||||||
@@ -1,7 +1,6 @@
|
@@ -5,19 +5,15 @@ dependent_panels = [
|
||||||
subdir('common')
|
]
|
||||||
|
|
||||||
panels = [
|
panels = [
|
||||||
- 'applications',
|
- 'applications',
|
||||||
'background',
|
'background',
|
||||||
'color',
|
'color',
|
||||||
'display',
|
'display',
|
||||||
@@ -9,12 +8,9 @@ panels = [
|
|
||||||
'mouse',
|
'mouse',
|
||||||
'multitasking',
|
'multitasking',
|
||||||
'notifications',
|
'notifications',
|
||||||
@@ -83,28 +83,28 @@ index 3067635..6c1d9d9 100644
|
|||||||
'system',
|
'system',
|
||||||
'universal-access',
|
'universal-access',
|
||||||
diff --git a/panels/system/cc-system-panel.c b/panels/system/cc-system-panel.c
|
diff --git a/panels/system/cc-system-panel.c b/panels/system/cc-system-panel.c
|
||||||
index 3574100..a509574 100644
|
index a81e9a4..54f76b9 100644
|
||||||
--- a/panels/system/cc-system-panel.c
|
--- a/panels/system/cc-system-panel.c
|
||||||
+++ b/panels/system/cc-system-panel.c
|
+++ b/panels/system/cc-system-panel.c
|
||||||
@@ -30,9 +30,6 @@
|
@@ -31,9 +31,6 @@
|
||||||
#include "about/cc-about-page.h"
|
#include "about/cc-about-page.h"
|
||||||
#include "datetime/cc-datetime-page.h"
|
#include "datetime/cc-datetime-page.h"
|
||||||
#include "region/cc-region-page.h"
|
#include "region/cc-region-page.h"
|
||||||
-#include "remote-desktop/cc-remote-desktop-page.h"
|
-#include "remote-desktop/cc-remote-desktop-page.h"
|
||||||
-#include "remote-login/cc-remote-login-page.h"
|
-#include "secure-shell/cc-secure-shell-page.h"
|
||||||
-#include "users/cc-users-page.h"
|
-#include "users/cc-users-page.h"
|
||||||
|
|
||||||
struct _CcSystemPanel
|
struct _CcSystemPanel
|
||||||
{
|
{
|
||||||
@@ -40,7 +37,6 @@ struct _CcSystemPanel
|
@@ -45,7 +42,6 @@ struct _CcSystemPanel
|
||||||
|
AdwActionRow *remote_desktop_row;
|
||||||
|
AdwActionRow *users_row;
|
||||||
|
|
||||||
AdwNavigationView *navigation;
|
- CcSecureShellPage *secure_shell_dialog;
|
||||||
|
|
||||||
- GtkWidget *remote_login_dialog;
|
|
||||||
AdwNavigationPage *software_updates_group;
|
AdwNavigationPage *software_updates_group;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -68,65 +64,6 @@ gnome_software_allows_updates (void)
|
@@ -73,64 +69,6 @@ gnome_software_allows_updates (void)
|
||||||
return g_settings_get_boolean (settings, "allow-updates");
|
return g_settings_get_boolean (settings, "allow-updates");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -156,24 +156,23 @@ index 3574100..a509574 100644
|
|||||||
-static void
|
-static void
|
||||||
-on_secure_shell_row_clicked (CcSystemPanel *self)
|
-on_secure_shell_row_clicked (CcSystemPanel *self)
|
||||||
-{
|
-{
|
||||||
- if (self->remote_login_dialog == NULL) {
|
- if (self->secure_shell_dialog == NULL)
|
||||||
- GtkWidget *parent = cc_shell_get_toplevel (cc_panel_get_shell (CC_PANEL (self)));
|
- {
|
||||||
|
- self->secure_shell_dialog = g_object_new (CC_TYPE_SECURE_SHELL_PAGE, NULL);
|
||||||
|
- g_object_add_weak_pointer (G_OBJECT (self->secure_shell_dialog),
|
||||||
|
- (gpointer *) &self->secure_shell_dialog);
|
||||||
|
- }
|
||||||
-
|
-
|
||||||
- self->remote_login_dialog = g_object_new (CC_TYPE_REMOTE_LOGIN_PAGE, NULL);
|
- adw_dialog_present (ADW_DIALOG (self->secure_shell_dialog), GTK_WIDGET (self));
|
||||||
-
|
|
||||||
- gtk_window_set_transient_for (GTK_WINDOW (self->remote_login_dialog),
|
|
||||||
- GTK_WINDOW (parent));
|
|
||||||
- }
|
|
||||||
-
|
|
||||||
- gtk_window_present (GTK_WINDOW (self->remote_login_dialog));
|
|
||||||
-}
|
-}
|
||||||
|
-
|
||||||
static void
|
static void
|
||||||
on_subpage_set (CcSystemPanel *self)
|
cc_system_panel_class_init (CcSystemPanelClass *klass)
|
||||||
@@ -151,17 +88,10 @@ cc_system_panel_class_init (CcSystemPanelClass *klass)
|
{
|
||||||
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/control-center/system/cc-system-panel.ui");
|
@@ -143,18 +81,11 @@ cc_system_panel_class_init (CcSystemPanelClass *klass)
|
||||||
|
gtk_widget_class_bind_template_child (widget_class, CcSystemPanel, region_row);
|
||||||
gtk_widget_class_bind_template_child (widget_class, CcSystemPanel, navigation);
|
gtk_widget_class_bind_template_child (widget_class, CcSystemPanel, remote_desktop_row);
|
||||||
|
gtk_widget_class_bind_template_child (widget_class, CcSystemPanel, users_row);
|
||||||
- gtk_widget_class_bind_template_child (widget_class, CcSystemPanel, software_updates_group);
|
- gtk_widget_class_bind_template_child (widget_class, CcSystemPanel, software_updates_group);
|
||||||
-
|
-
|
||||||
- gtk_widget_class_bind_template_callback (widget_class, cc_system_page_open_software_update);
|
- gtk_widget_class_bind_template_callback (widget_class, cc_system_page_open_software_update);
|
||||||
@@ -181,113 +180,103 @@ index 3574100..a509574 100644
|
|||||||
|
|
||||||
g_type_ensure (CC_TYPE_ABOUT_PAGE);
|
g_type_ensure (CC_TYPE_ABOUT_PAGE);
|
||||||
g_type_ensure (CC_TYPE_DATE_TIME_PAGE);
|
g_type_ensure (CC_TYPE_DATE_TIME_PAGE);
|
||||||
|
g_type_ensure (CC_TYPE_LIST_ROW);
|
||||||
g_type_ensure (CC_TYPE_REGION_PAGE);
|
g_type_ensure (CC_TYPE_REGION_PAGE);
|
||||||
- g_type_ensure (CC_TYPE_REMOTE_DESKTOP_PAGE);
|
- g_type_ensure (CC_TYPE_REMOTE_DESKTOP_PAGE);
|
||||||
- g_type_ensure (CC_TYPE_REMOTE_LOGIN_PAGE);
|
- g_type_ensure (CC_TYPE_SECURE_SHELL_PAGE);
|
||||||
- g_type_ensure (CC_TYPE_USERS_PAGE);
|
- g_type_ensure (CC_TYPE_USERS_PAGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -170,7 +100,5 @@ cc_system_panel_init (CcSystemPanel *self)
|
@@ -169,11 +100,8 @@ cc_system_panel_init (CcSystemPanel *self)
|
||||||
g_resources_register (cc_system_get_resource ());
|
/* Hide the remote-desktop page if the g-r-d service is either "masked", "static", or "not-found". */
|
||||||
gtk_widget_init_template (GTK_WIDGET (self));
|
gtk_widget_set_visible (GTK_WIDGET (self->remote_desktop_row), service_state == CC_SERVICE_STATE_ENABLED ||
|
||||||
|
service_state == CC_SERVICE_STATE_DISABLED);
|
||||||
- gtk_widget_set_visible (GTK_WIDGET (self->software_updates_group), show_software_updates_group (self));
|
- gtk_widget_set_visible (GTK_WIDGET (self->software_updates_group), show_software_updates_group (self));
|
||||||
-
|
|
||||||
g_signal_connect_object (self, "notify::subpage", G_CALLBACK (on_subpage_set), self, G_CONNECT_SWAPPED);
|
cc_panel_add_static_subpage (CC_PANEL (self), "about", CC_TYPE_ABOUT_PAGE);
|
||||||
|
cc_panel_add_static_subpage (CC_PANEL (self), "datetime", CC_TYPE_DATE_TIME_PAGE);
|
||||||
|
cc_panel_add_static_subpage (CC_PANEL (self), "region", CC_TYPE_REGION_PAGE);
|
||||||
|
- cc_panel_add_static_subpage (CC_PANEL (self), "remote-desktop", CC_TYPE_REMOTE_DESKTOP_PAGE);
|
||||||
|
- cc_panel_add_static_subpage (CC_PANEL (self), "users", CC_TYPE_USERS_PAGE);
|
||||||
}
|
}
|
||||||
diff --git a/panels/system/cc-system-panel.ui b/panels/system/cc-system-panel.ui
|
diff --git a/panels/system/cc-system-panel.ui b/panels/system/cc-system-panel.ui
|
||||||
index 5c05149..e13de91 100644
|
index 6de8b22..12c88d9 100644
|
||||||
--- a/panels/system/cc-system-panel.ui
|
--- a/panels/system/cc-system-panel.ui
|
||||||
+++ b/panels/system/cc-system-panel.ui
|
+++ b/panels/system/cc-system-panel.ui
|
||||||
@@ -40,40 +40,6 @@
|
@@ -37,39 +37,6 @@
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
|
|
||||||
- <child>
|
|
||||||
- <object class="CcListRow">
|
|
||||||
- <property name="title" translatable="yes">_Users</property>
|
|
||||||
- <property name="subtitle" translatable="yes">Add and remove accounts, change password</property>
|
|
||||||
- <property name="icon-name">org.gnome.Settings-users-symbolic</property>
|
|
||||||
- <property name="use-underline">True</property>
|
|
||||||
- <property name="show-arrow">True</property>
|
|
||||||
- <property name="action-name">navigation.push</property>
|
|
||||||
- <property name="action-target">'users'</property>
|
|
||||||
- </object>
|
|
||||||
- </child>
|
|
||||||
-
|
|
||||||
- <child>
|
|
||||||
- <object class="CcListRow">
|
|
||||||
- <property name="visible" bind-source="remote_desktop_page" bind-property="visible" bind-flags="sync-create"/>
|
|
||||||
- <property name="title" translatable="yes">R_emote Desktop</property>
|
|
||||||
- <property name="subtitle" translatable="yes">Allow this device to be used remotely</property>
|
|
||||||
- <property name="icon-name">org.gnome.Settings-remote-desktop-symbolic</property>
|
|
||||||
- <property name="show-arrow">True</property>
|
|
||||||
- <property name="action-name">navigation.push</property>
|
|
||||||
- <property name="action-target">'remote-desktop'</property>
|
|
||||||
- </object>
|
|
||||||
- </child>
|
|
||||||
-
|
|
||||||
- <child>
|
|
||||||
- <object class="CcListRow">
|
|
||||||
- <property name="title" translatable="yes">Secu_re Shell</property>
|
|
||||||
- <property name="subtitle" translatable="yes">SSH network access</property>
|
|
||||||
- <property name="icon-name">utilities-terminal-symbolic</property>
|
|
||||||
- <property name="show-arrow">True</property>
|
|
||||||
- <signal name="activated" handler="on_secure_shell_row_clicked" object="CcSystemPanel" swapped="yes"/>
|
|
||||||
- </object>
|
|
||||||
- </child>
|
|
||||||
-
|
|
||||||
<child>
|
|
||||||
<object class="CcListRow">
|
|
||||||
<property name="title" translatable="yes">_About</property>
|
|
||||||
@@ -87,27 +53,7 @@
|
|
||||||
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
- <child>
|
- <child>
|
||||||
- <!-- Software Updates -->
|
- <object class="CcListRow" id="users_row">
|
||||||
- <object class="AdwPreferencesGroup" id="software_updates_group">
|
- <property name="title" translatable="yes">_Users</property>
|
||||||
- <property name="visible">False</property>
|
- <property name="subtitle" translatable="yes">Add and remove accounts, change password</property>
|
||||||
- <child>
|
- <property name="icon-name">org.gnome.Settings-users-symbolic</property>
|
||||||
- <object class="AdwActionRow">
|
- <property name="use-underline">True</property>
|
||||||
- <property name="activatable">True</property>
|
- <property name="show-arrow">True</property>
|
||||||
- <property name="title" translatable="yes">Software _Updates</property>
|
- <property name="action-name">navigation.push</property>
|
||||||
- <property name="icon-name">update-symbolic</property>
|
- <property name="action-target">'users'</property>
|
||||||
- <property name="use-underline">True</property>
|
- </object>
|
||||||
- <signal name="activated" handler="cc_system_page_open_software_update" swapped="yes"/>
|
- </child>
|
||||||
- <child type="suffix">
|
-
|
||||||
- <object class="GtkImage">
|
- <child>
|
||||||
- <property name="valign">center</property>
|
- <object class="CcListRow" id="remote_desktop_row">
|
||||||
- <property name="icon-name">adw-external-link-symbolic</property>
|
- <property name="title" translatable="yes">R_emote Desktop</property>
|
||||||
- </object>
|
- <property name="subtitle" translatable="yes">Allow this device to be used remotely</property>
|
||||||
- </child>
|
- <property name="icon-name">org.gnome.Settings-remote-desktop-symbolic</property>
|
||||||
|
- <property name="show-arrow">True</property>
|
||||||
|
- <property name="action-name">navigation.push</property>
|
||||||
|
- <property name="action-target">'remote-desktop'</property>
|
||||||
|
- </object>
|
||||||
|
- </child>
|
||||||
|
-
|
||||||
|
- <child>
|
||||||
|
- <object class="CcListRow">
|
||||||
|
- <property name="title" translatable="yes">Se_cure Shell</property>
|
||||||
|
- <property name="subtitle" translatable="yes">SSH network access</property>
|
||||||
|
- <property name="icon-name">utilities-terminal-symbolic</property>
|
||||||
|
- <property name="show-arrow">True</property>
|
||||||
|
- <signal name="activated" handler="on_secure_shell_row_clicked" object="CcSystemPanel" swapped="yes"/>
|
||||||
|
- </object>
|
||||||
|
- </child>
|
||||||
|
-
|
||||||
|
<child>
|
||||||
|
<object class="CcListRow" id="about_row">
|
||||||
|
<property name="title" translatable="yes">_About</property>
|
||||||
|
@@ -83,27 +50,6 @@
|
||||||
|
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
- <child>
|
||||||
|
- <!-- Software Updates -->
|
||||||
|
- <object class="AdwPreferencesGroup" id="software_updates_group">
|
||||||
|
- <property name="visible">False</property>
|
||||||
|
- <child>
|
||||||
|
- <object class="AdwActionRow">
|
||||||
|
- <property name="activatable">True</property>
|
||||||
|
- <property name="title" translatable="yes">S_oftware Updates</property>
|
||||||
|
- <property name="icon-name">system-update-symbolic</property>
|
||||||
|
- <property name="use-underline">True</property>
|
||||||
|
- <signal name="activated" handler="cc_system_page_open_software_update" swapped="yes"/>
|
||||||
|
- <child type="suffix">
|
||||||
|
- <object class="GtkImage">
|
||||||
|
- <property name="valign">center</property>
|
||||||
|
- <property name="icon-name">adw-external-link-symbolic</property>
|
||||||
- </object>
|
- </object>
|
||||||
- </child>
|
- </child>
|
||||||
- </object>
|
- </object>
|
||||||
- </child>
|
- </child>
|
||||||
+
|
- </object>
|
||||||
</object>
|
- </child>
|
||||||
</property>
|
</object>
|
||||||
|
</property>
|
||||||
|
|
||||||
@@ -122,12 +68,6 @@
|
|
||||||
<child>
|
|
||||||
<object class="CcDateTimePage" id="datetime_page"/>
|
|
||||||
</child>
|
|
||||||
- <child>
|
|
||||||
- <object class="CcUsersPage" id="users_page"/>
|
|
||||||
- </child>
|
|
||||||
- <child>
|
|
||||||
- <object class="CcRemoteDesktopPage" id="remote_desktop_page"/>
|
|
||||||
- </child>
|
|
||||||
<child>
|
|
||||||
<object class="CcAboutPage" id="about_page"/>
|
|
||||||
</child>
|
|
||||||
diff --git a/panels/system/meson.build b/panels/system/meson.build
|
diff --git a/panels/system/meson.build b/panels/system/meson.build
|
||||||
index 979332a..530273d 100644
|
index 2525bde..fe3663c 100644
|
||||||
--- a/panels/system/meson.build
|
--- a/panels/system/meson.build
|
||||||
+++ b/panels/system/meson.build
|
+++ b/panels/system/meson.build
|
||||||
@@ -39,30 +39,6 @@ sources = files(
|
@@ -35,28 +35,6 @@ sources = files(
|
||||||
'region/cc-region-page.c',
|
'region/cc-region-page.c',
|
||||||
'region/cc-format-chooser.c',
|
'region/cc-format-chooser.c',
|
||||||
'region/cc-format-preview.c',
|
'region/cc-format-preview.c',
|
||||||
@@ -295,12 +284,10 @@ index 979332a..530273d 100644
|
|||||||
- 'remote-desktop/cc-encryption-fingerprint-dialog.c',
|
- 'remote-desktop/cc-encryption-fingerprint-dialog.c',
|
||||||
- 'remote-desktop/cc-gnome-remote-desktop.c',
|
- 'remote-desktop/cc-gnome-remote-desktop.c',
|
||||||
- 'remote-desktop/cc-remote-desktop-page.c',
|
- 'remote-desktop/cc-remote-desktop-page.c',
|
||||||
- 'remote-desktop/cc-remote-session-page.c',
|
- 'remote-desktop/cc-remote-login-page.c',
|
||||||
- 'remote-desktop/cc-tls-certificate.c',
|
- 'remote-desktop/cc-tls-certificate.c',
|
||||||
- 'remote-desktop/cc-systemd-service.c',
|
- 'secure-shell/cc-secure-shell.c',
|
||||||
- 'remote-login/cc-remote-login.c',
|
- 'secure-shell/cc-secure-shell-page.c',
|
||||||
- 'remote-login/cc-remote-login-page.c',
|
|
||||||
- 'remote-login/cc-systemd-service.c',
|
|
||||||
- 'users/cc-add-user-dialog.c',
|
- 'users/cc-add-user-dialog.c',
|
||||||
- 'users/cc-avatar-chooser.c',
|
- 'users/cc-avatar-chooser.c',
|
||||||
- 'users/cc-crop-area.c',
|
- 'users/cc-crop-area.c',
|
||||||
@@ -318,8 +305,8 @@ index 979332a..530273d 100644
|
|||||||
)
|
)
|
||||||
|
|
||||||
sources += gnome.compile_resources(
|
sources += gnome.compile_resources(
|
||||||
@@ -97,26 +73,17 @@ sources += gnome.mkenums(
|
@@ -77,26 +55,17 @@ sources += gnome.mkenums_simple(
|
||||||
vtail: ' { 0, NULL, NULL }\n };\n etype = g_@type@_register_static ("@EnumName@", values);\n }\n return etype;\n}\n'
|
symbol_prefix: 'g_desktop'
|
||||||
)
|
)
|
||||||
|
|
||||||
-libsecret_dep = dependency('libsecret-1')
|
-libsecret_dep = dependency('libsecret-1')
|
||||||
@@ -345,21 +332,21 @@ index 979332a..530273d 100644
|
|||||||
polkit_gobject_dep,
|
polkit_gobject_dep,
|
||||||
pwquality_dep,
|
pwquality_dep,
|
||||||
udisks2,
|
udisks2,
|
||||||
@@ -150,9 +117,6 @@ cflags += [
|
@@ -131,9 +100,6 @@ subdir('about')
|
||||||
subdir('about')
|
|
||||||
subdir('datetime')
|
subdir('datetime')
|
||||||
|
subdir('icons')
|
||||||
subdir('region')
|
subdir('region')
|
||||||
-subdir('remote-desktop')
|
-subdir('remote-desktop')
|
||||||
-subdir('remote-login')
|
-subdir('secure-shell')
|
||||||
-subdir('users')
|
-subdir('users')
|
||||||
|
|
||||||
panels_libs += static_library(
|
panels_libs += static_library(
|
||||||
cappletname,
|
cappletname,
|
||||||
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c
|
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c
|
||||||
index 14ae7d0..a34c137 100644
|
index c339054..09a0728 100644
|
||||||
--- a/shell/cc-panel-list.c
|
--- a/shell/cc-panel-list.c
|
||||||
+++ b/shell/cc-panel-list.c
|
+++ b/shell/cc-panel-list.c
|
||||||
@@ -376,18 +376,14 @@ static const gchar * const panel_order[] = {
|
@@ -380,11 +380,8 @@ static const gchar * const panel_order[] = {
|
||||||
|
|
||||||
"separator",
|
"separator",
|
||||||
|
|
||||||
@@ -368,9 +355,10 @@ index 14ae7d0..a34c137 100644
|
|||||||
"search",
|
"search",
|
||||||
- "online-accounts",
|
- "online-accounts",
|
||||||
- "sharing",
|
- "sharing",
|
||||||
|
"wellbeing",
|
||||||
|
|
||||||
"separator",
|
"separator",
|
||||||
|
@@ -392,7 +389,6 @@ static const gchar * const panel_order[] = {
|
||||||
"mouse",
|
"mouse",
|
||||||
"keyboard",
|
"keyboard",
|
||||||
"color",
|
"color",
|
||||||
@@ -379,7 +367,7 @@ index 14ae7d0..a34c137 100644
|
|||||||
|
|
||||||
"separator",
|
"separator",
|
||||||
diff --git a/shell/cc-panel-loader.c b/shell/cc-panel-loader.c
|
diff --git a/shell/cc-panel-loader.c b/shell/cc-panel-loader.c
|
||||||
index 71b7686..c322944 100644
|
index 28a1671..45eeb4e 100644
|
||||||
--- a/shell/cc-panel-loader.c
|
--- a/shell/cc-panel-loader.c
|
||||||
+++ b/shell/cc-panel-loader.c
|
+++ b/shell/cc-panel-loader.c
|
||||||
@@ -31,7 +31,6 @@
|
@@ -31,7 +31,6 @@
|
||||||
@@ -403,7 +391,7 @@ index 71b7686..c322944 100644
|
|||||||
extern GType cc_sound_panel_get_type (void);
|
extern GType cc_sound_panel_get_type (void);
|
||||||
extern GType cc_system_panel_get_type (void);
|
extern GType cc_system_panel_get_type (void);
|
||||||
extern GType cc_ua_panel_get_type (void);
|
extern GType cc_ua_panel_get_type (void);
|
||||||
@@ -84,7 +80,6 @@ extern void cc_wwan_panel_static_init_func (void);
|
@@ -86,7 +82,6 @@ extern void cc_wwan_panel_static_init_func (void);
|
||||||
|
|
||||||
static CcPanelLoaderVtable default_panels[] =
|
static CcPanelLoaderVtable default_panels[] =
|
||||||
{
|
{
|
||||||
@@ -411,7 +399,7 @@ index 71b7686..c322944 100644
|
|||||||
PANEL_TYPE("background", cc_background_panel_get_type, NULL),
|
PANEL_TYPE("background", cc_background_panel_get_type, NULL),
|
||||||
#ifdef BUILD_BLUETOOTH
|
#ifdef BUILD_BLUETOOTH
|
||||||
PANEL_TYPE("bluetooth", cc_bluetooth_panel_get_type, NULL),
|
PANEL_TYPE("bluetooth", cc_bluetooth_panel_get_type, NULL),
|
||||||
@@ -99,12 +94,9 @@ static CcPanelLoaderVtable default_panels[] =
|
@@ -101,12 +96,9 @@ static CcPanelLoaderVtable default_panels[] =
|
||||||
PANEL_TYPE("wifi", cc_wifi_panel_get_type, cc_wifi_panel_static_init_func),
|
PANEL_TYPE("wifi", cc_wifi_panel_get_type, cc_wifi_panel_static_init_func),
|
||||||
#endif
|
#endif
|
||||||
PANEL_TYPE("notifications", cc_notifications_panel_get_type, NULL),
|
PANEL_TYPE("notifications", cc_notifications_panel_get_type, NULL),
|
||||||
@@ -420,11 +408,11 @@ index 71b7686..c322944 100644
|
|||||||
- PANEL_TYPE("printers", cc_printers_panel_get_type, NULL),
|
- PANEL_TYPE("printers", cc_printers_panel_get_type, NULL),
|
||||||
PANEL_TYPE("privacy", cc_privacy_panel_get_type, NULL),
|
PANEL_TYPE("privacy", cc_privacy_panel_get_type, NULL),
|
||||||
PANEL_TYPE("search", cc_search_panel_get_type, NULL),
|
PANEL_TYPE("search", cc_search_panel_get_type, NULL),
|
||||||
- PANEL_TYPE("sharing", cc_sharing_panel_get_type, NULL),
|
- PANEL_TYPE("sharing", cc_sharing_panel_get_type, cc_sharing_panel_static_init_func),
|
||||||
PANEL_TYPE("sound", cc_sound_panel_get_type, NULL),
|
PANEL_TYPE("sound", cc_sound_panel_get_type, NULL),
|
||||||
PANEL_TYPE("system", cc_system_panel_get_type, NULL),
|
PANEL_TYPE("system", cc_system_panel_get_type, NULL),
|
||||||
PANEL_TYPE("universal-access", cc_ua_panel_get_type, NULL),
|
PANEL_TYPE("universal-access", cc_ua_panel_get_type, NULL),
|
||||||
@@ -133,7 +125,6 @@ static CcSubpageLoaderVtable default_subpages[] =
|
@@ -136,7 +128,6 @@ static CcSubpageLoaderVtable default_subpages[] =
|
||||||
{CC_CATEGORY_SYSTEM, "about"},
|
{CC_CATEGORY_SYSTEM, "about"},
|
||||||
{CC_CATEGORY_SYSTEM, "datetime"},
|
{CC_CATEGORY_SYSTEM, "datetime"},
|
||||||
{CC_CATEGORY_SYSTEM, "region"},
|
{CC_CATEGORY_SYSTEM, "region"},
|
||||||
@@ -433,13 +421,12 @@ index 71b7686..c322944 100644
|
|||||||
static CcSubpageLoaderVtable *subpages_vtable = default_subpages;
|
static CcSubpageLoaderVtable *subpages_vtable = default_subpages;
|
||||||
static gsize supages_vtable_len = G_N_ELEMENTS (default_subpages);
|
static gsize supages_vtable_len = G_N_ELEMENTS (default_subpages);
|
||||||
diff --git a/tests/meson.build b/tests/meson.build
|
diff --git a/tests/meson.build b/tests/meson.build
|
||||||
index ad645c2..c10ce2f 100644
|
index a8c37c5..5e8645e 100644
|
||||||
--- a/tests/meson.build
|
--- a/tests/meson.build
|
||||||
+++ b/tests/meson.build
|
+++ b/tests/meson.build
|
||||||
@@ -8,6 +8,3 @@ endif
|
@@ -12,5 +12,3 @@ if not libadwaita_is_subproject
|
||||||
if not libadwaita_is_subproject
|
|
||||||
subdir('interactive-panels')
|
subdir('interactive-panels')
|
||||||
endif
|
endif
|
||||||
-
|
|
||||||
-subdir('printers')
|
-subdir('printers')
|
||||||
-subdir('keyboard')
|
-subdir('keyboard')
|
@@ -0,0 +1,7 @@
|
|||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI += "file://0001-Remove-panels-for-Citadel.patch"
|
||||||
|
|
||||||
|
DEPENDS:remove = "samba gnome-online-accounts"
|
||||||
|
RDEPENDS:${PN} += "gstreamer1.0-plugins-base gstreamer1.0-plugins-good"
|
||||||
|
|
@@ -0,0 +1,23 @@
|
|||||||
|
From f96b772948fa78cbb6b2e58f6fe41e53501cc629 Mon Sep 17 00:00:00 2001
|
||||||
|
From: isa <isa@subgraph.com>
|
||||||
|
Date: Fri, 23 Aug 2024 16:00:25 +0000
|
||||||
|
Subject: [PATCH] Modify gnome-desktop to use localtime in /storage/citadel-state
|
||||||
|
Upstream-Status: Inappropriate [citadel specific]
|
||||||
|
|
||||||
|
---
|
||||||
|
libgnome-desktop/gnome-wall-clock.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/libgnome-desktop/gnome-wall-clock.c b/libgnome-desktop/gnome-wall-clock.c
|
||||||
|
index 4646220..1bb8269 100644
|
||||||
|
--- a/libgnome-desktop/gnome-wall-clock.c
|
||||||
|
+++ b/libgnome-desktop/gnome-wall-clock.c
|
||||||
|
@@ -78,7 +78,7 @@ gnome_wall_clock_init (GnomeWallClock *self)
|
||||||
|
|
||||||
|
self->priv->clock_string = NULL;
|
||||||
|
|
||||||
|
- tz = g_file_new_for_path ("/etc/localtime");
|
||||||
|
+ tz = g_file_new_for_path ("/storage/citadel-state/localtime");
|
||||||
|
self->priv->tz_monitor = g_file_monitor_file (tz, 0, NULL, NULL);
|
||||||
|
g_object_unref (tz);
|
||||||
|
|
@@ -0,0 +1,4 @@
|
|||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI += "file://0001-Modify-gnome-desktop-to-use-localtime-in-storage-cit.patch"
|
||||||
|
|
@@ -0,0 +1,118 @@
|
|||||||
|
From 5ac3cdf3cfdafa39c709c6ea732bc99031f5f8bb Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bruce Leidl <bruce@subgraph.com>
|
||||||
|
Date: Wed, 11 Jun 2025 14:12:04 +0000
|
||||||
|
Subject: [PATCH] Changes to compiled theme files.
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [Citadel]
|
||||||
|
|
||||||
|
---
|
||||||
|
data/theme/gnome-shell-dark.css | 27 ++++++++++++++++++++++++
|
||||||
|
data/theme/gnome-shell-high-contrast.css | 27 ++++++++++++++++++++++++
|
||||||
|
data/theme/gnome-shell-light.css | 27 ++++++++++++++++++++++++
|
||||||
|
3 files changed, 81 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/data/theme/gnome-shell-dark.css b/data/theme/gnome-shell-dark.css
|
||||||
|
index 8dadc8c..f0c81e3 100644
|
||||||
|
--- a/data/theme/gnome-shell-dark.css
|
||||||
|
+++ b/data/theme/gnome-shell-dark.css
|
||||||
|
@@ -3269,3 +3269,30 @@ StScrollBar {
|
||||||
|
.login-dialog .user-widget.vertical .user-icon StIcon,
|
||||||
|
.unlock-dialog .user-widget.vertical .user-icon StIcon {
|
||||||
|
padding: 30px; }
|
||||||
|
+
|
||||||
|
+.realm-switch-label {
|
||||||
|
+ font-size: 36px;
|
||||||
|
+ font-weight: bold;
|
||||||
|
+ color: #ffffff;
|
||||||
|
+ background-color: rgba(10, 10, 10, 0.7);
|
||||||
|
+ border-radius: 5px;
|
||||||
|
+ padding: .5em; }
|
||||||
|
+
|
||||||
|
+.realm-window-label {
|
||||||
|
+ color: #282828;
|
||||||
|
+ padding: 6px 1em;
|
||||||
|
+ border-radius: 999px;
|
||||||
|
+ text-align: center;
|
||||||
|
+ font-size: 12pt;
|
||||||
|
+ font-weight: bold; }
|
||||||
|
+
|
||||||
|
+.realm-app-icon-label {
|
||||||
|
+ border-width: 3px;
|
||||||
|
+ border-style: solid;
|
||||||
|
+ border-color: #282828;
|
||||||
|
+ border-radius: 8px;
|
||||||
|
+ padding: 2px 1em;
|
||||||
|
+ margin-bottom: 8px; }
|
||||||
|
+
|
||||||
|
+.realm-config-icon {
|
||||||
|
+ color: #8e8e80; }
|
||||||
|
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
|
||||||
|
index d2041ff..2a9581d 100644
|
||||||
|
--- a/data/theme/gnome-shell-high-contrast.css
|
||||||
|
+++ b/data/theme/gnome-shell-high-contrast.css
|
||||||
|
@@ -3616,3 +3616,30 @@ StScrollBar {
|
||||||
|
.login-dialog .user-widget.vertical .user-icon StIcon,
|
||||||
|
.unlock-dialog .user-widget.vertical .user-icon StIcon {
|
||||||
|
padding: 30px; }
|
||||||
|
+
|
||||||
|
+.realm-switch-label {
|
||||||
|
+ font-size: 36px;
|
||||||
|
+ font-weight: bold;
|
||||||
|
+ color: #ffffff;
|
||||||
|
+ background-color: rgba(10, 10, 10, 0.7);
|
||||||
|
+ border-radius: 5px;
|
||||||
|
+ padding: .5em; }
|
||||||
|
+
|
||||||
|
+.realm-window-label {
|
||||||
|
+ color: #282828;
|
||||||
|
+ padding: 6px 1em;
|
||||||
|
+ border-radius: 999px;
|
||||||
|
+ text-align: center;
|
||||||
|
+ font-size: 12pt;
|
||||||
|
+ font-weight: bold; }
|
||||||
|
+
|
||||||
|
+.realm-app-icon-label {
|
||||||
|
+ border-width: 3px;
|
||||||
|
+ border-style: solid;
|
||||||
|
+ border-color: #282828;
|
||||||
|
+ border-radius: 8px;
|
||||||
|
+ padding: 2px 1em;
|
||||||
|
+ margin-bottom: 8px; }
|
||||||
|
+
|
||||||
|
+.realm-config-icon {
|
||||||
|
+ color: #8e8e80; }
|
||||||
|
diff --git a/data/theme/gnome-shell-light.css b/data/theme/gnome-shell-light.css
|
||||||
|
index 266768a..12f1bf7 100644
|
||||||
|
--- a/data/theme/gnome-shell-light.css
|
||||||
|
+++ b/data/theme/gnome-shell-light.css
|
||||||
|
@@ -3269,3 +3269,30 @@ StScrollBar {
|
||||||
|
.login-dialog .user-widget.vertical .user-icon StIcon,
|
||||||
|
.unlock-dialog .user-widget.vertical .user-icon StIcon {
|
||||||
|
padding: 30px; }
|
||||||
|
+
|
||||||
|
+.realm-switch-label {
|
||||||
|
+ font-size: 36px;
|
||||||
|
+ font-weight: bold;
|
||||||
|
+ color: #ffffff;
|
||||||
|
+ background-color: rgba(10, 10, 10, 0.7);
|
||||||
|
+ border-radius: 5px;
|
||||||
|
+ padding: .5em; }
|
||||||
|
+
|
||||||
|
+.realm-window-label {
|
||||||
|
+ color: #282828;
|
||||||
|
+ padding: 6px 1em;
|
||||||
|
+ border-radius: 999px;
|
||||||
|
+ text-align: center;
|
||||||
|
+ font-size: 12pt;
|
||||||
|
+ font-weight: bold; }
|
||||||
|
+
|
||||||
|
+.realm-app-icon-label {
|
||||||
|
+ border-width: 3px;
|
||||||
|
+ border-style: solid;
|
||||||
|
+ border-color: #282828;
|
||||||
|
+ border-radius: 8px;
|
||||||
|
+ padding: 2px 1em;
|
||||||
|
+ margin-bottom: 8px; }
|
||||||
|
+
|
||||||
|
+.realm-config-icon {
|
||||||
|
+ color: #8e8e80; }
|
File diff suppressed because it is too large
Load Diff
@@ -6,10 +6,7 @@ REQUIRED_DISTRO_FEATURES = "x11 systemd pam"
|
|||||||
GIR_MESON_OPTION = ""
|
GIR_MESON_OPTION = ""
|
||||||
GTKIC_VERSION = "4"
|
GTKIC_VERSION = "4"
|
||||||
|
|
||||||
SRCREV = "fdacdf5cc80a94e04549d864f2d4dbac5f15f4bc"
|
|
||||||
|
|
||||||
EXTERNAL_TREE_VAR="CITADEL_GNOME_SHELL_PATH"
|
EXTERNAL_TREE_VAR="CITADEL_GNOME_SHELL_PATH"
|
||||||
GIT_URI = "gitsm://git.subgraph.com/brl/gnome-shell.git;branch=citadel-46.0;protocol=https"
|
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
libxml2-native \
|
libxml2-native \
|
||||||
@@ -30,6 +27,13 @@ DEPENDS = " \
|
|||||||
|
|
||||||
inherit gnomebase gsettings gettext gobject-introspection gtk-icon-cache features_check external-tree
|
inherit gnomebase gsettings gettext gobject-introspection gtk-icon-cache features_check external-tree
|
||||||
|
|
||||||
|
SRC_URI[archive.sha256sum] = "ba4f455afd6213f387545946e3cd9daa39c904f7ab16dd830ac77a73ff1002ca"
|
||||||
|
|
||||||
|
SRC_URI += " \
|
||||||
|
file://citadel-gnome-shell.patch \
|
||||||
|
file://0001-Changes-to-compiled-theme-files.patch \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "gsettings-desktop-schemas librsvg-gtk tecla libjxl pipewire"
|
RDEPENDS:${PN} = "gsettings-desktop-schemas librsvg-gtk tecla libjxl pipewire"
|
||||||
|
|
||||||
FILES:${PN} += "\
|
FILES:${PN} += "\
|
||||||
@@ -37,6 +41,7 @@ FILES:${PN} += "\
|
|||||||
${datadir}/xdg-desktop-portal \
|
${datadir}/xdg-desktop-portal \
|
||||||
${datadir}/gnome-control-center \
|
${datadir}/gnome-control-center \
|
||||||
${datadir}/bash-completion/completions/gnome-extensions \
|
${datadir}/bash-completion/completions/gnome-extensions \
|
||||||
|
${datadir}/desktop-directories \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
1069
meta-citadel/recipes-gnome/mutter/mutter/citadel-mutter.patch
Normal file
1069
meta-citadel/recipes-gnome/mutter/mutter/citadel-mutter.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
|||||||
SUMMARY = "Window and compositing manager based on Clutter"
|
SUMMARY = "Window and compositing manager based on Clutter"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
xserver-xorg-cvt-native \
|
xserver-xorg-cvt-native \
|
||||||
libsm \
|
libsm \
|
||||||
@@ -12,6 +11,7 @@ DEPENDS = " \
|
|||||||
xcomposite \
|
xcomposite \
|
||||||
libinput \
|
libinput \
|
||||||
libei \
|
libei \
|
||||||
|
libdisplay-info \
|
||||||
libcanberra \
|
libcanberra \
|
||||||
mesa \
|
mesa \
|
||||||
upower \
|
upower \
|
||||||
@@ -38,13 +38,15 @@ DEPENDS = " \
|
|||||||
|
|
||||||
RDEPENDS:${PN} += " xwayland zenity"
|
RDEPENDS:${PN} += " xwayland zenity"
|
||||||
|
|
||||||
SRCREV = "ab32580b4c916914aec8429b3d4d68fef1dd583e"
|
|
||||||
|
|
||||||
EXTERNAL_TREE_VAR="CITADEL_MUTTER_PATH"
|
EXTERNAL_TREE_VAR="CITADEL_MUTTER_PATH"
|
||||||
GIT_URI = "git://git.subgraph.com/brl/mutter.git;branch=citadel-46.0;protocol=https"
|
|
||||||
|
|
||||||
inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even features_check external-tree
|
inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even features_check external-tree
|
||||||
|
|
||||||
|
|
||||||
|
SRC_URI[archive.sha256sum] = "e9970b3d81c76aed1e91f3436a82e7b14c5e32cf55949b1c9a18d0f157bacafc"
|
||||||
|
SRC_URI += "file://citadel-mutter.patch"
|
||||||
|
|
||||||
# x11 is still mandatory - see meson.build
|
# x11 is still mandatory - see meson.build
|
||||||
REQUIRED_DISTRO_FEATURES = "x11 systemd"
|
REQUIRED_DISTRO_FEATURES = "x11 systemd"
|
||||||
|
|
||||||
@@ -55,7 +57,7 @@ LOGIND ?= "systemd"
|
|||||||
|
|
||||||
EXTRA_OEMESON += " \
|
EXTRA_OEMESON += " \
|
||||||
-Dremote_desktop=false \
|
-Dremote_desktop=false \
|
||||||
-Dtests=false \
|
-Dtests=disabled\
|
||||||
-Dprofiler=false \
|
-Dprofiler=false \
|
||||||
-Dcogl_tests=false \
|
-Dcogl_tests=false \
|
||||||
-Dlibwacom=true \
|
-Dlibwacom=true \
|
||||||
@@ -64,7 +66,7 @@ EXTRA_OEMESON += " \
|
|||||||
-Dgles2_libname=libGLESv2.so.2 \
|
-Dgles2_libname=libGLESv2.so.2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
MUTTER_API_NAME = "mutter-14"
|
MUTTER_API_NAME = "mutter-16"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
# Add gir links in standard paths. That makes dependents life much easier
|
# Add gir links in standard paths. That makes dependents life much easier
|
@@ -15,7 +15,8 @@ SRC_URI = "\
|
|||||||
file://citadel-install-rootfs-mount.service \
|
file://citadel-install-rootfs-mount.service \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}/sources"
|
||||||
|
UNPACKDIR = "${S}"
|
||||||
|
|
||||||
dirs755="/boot /dev /usr /usr/bin /usr/sbin /usr/lib /usr/share /etc /proc /run /var /sys /tmp"
|
dirs755="/boot /dev /usr /usr/bin /usr/sbin /usr/lib /usr/share /etc /proc /run /var /sys /tmp"
|
||||||
|
|
||||||
@@ -26,11 +27,11 @@ do_install() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
install -d ${D}${systemd_system_unitdir}
|
install -d ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/citadel-lvm-activate.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/citadel-lvm-activate.service ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/citadel-rootfs-mount.path ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/citadel-rootfs-mount.path ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/citadel-rootfs-mount.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/citadel-rootfs-mount.service ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/citadel-rootfs-setup.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/citadel-rootfs-setup.service ${D}${systemd_system_unitdir}
|
||||||
install -m 644 ${WORKDIR}/citadel-install-rootfs-mount.service ${D}${systemd_system_unitdir}
|
install -m 644 ${UNPACKDIR}/citadel-install-rootfs-mount.service ${D}${systemd_system_unitdir}
|
||||||
|
|
||||||
install -d ${D}${systemd_system_unitdir}/sysinit.target.wants
|
install -d ${D}${systemd_system_unitdir}/sysinit.target.wants
|
||||||
ln -s ../citadel-rootfs-mount.path ${D}${systemd_system_unitdir}/sysinit.target.wants/citadel-rootfs-mount.path
|
ln -s ../citadel-rootfs-mount.path ${D}${systemd_system_unitdir}/sysinit.target.wants/citadel-rootfs-mount.path
|
||||||
@@ -38,10 +39,10 @@ do_install() {
|
|||||||
ln -s ../citadel-install-rootfs-mount.service ${D}${systemd_system_unitdir}/sysinit.target.wants/citadel-install-rootfs-mount.service
|
ln -s ../citadel-install-rootfs-mount.service ${D}${systemd_system_unitdir}/sysinit.target.wants/citadel-install-rootfs-mount.service
|
||||||
|
|
||||||
install -d ${D}${sysconfdir}
|
install -d ${D}${sysconfdir}
|
||||||
install -m 644 ${WORKDIR}/initrd-release ${D}${sysconfdir}
|
install -m 644 ${UNPACKDIR}/initrd-release ${D}${sysconfdir}
|
||||||
install -m 644 ${WORKDIR}/crypttab ${D}${sysconfdir}
|
install -m 644 ${UNPACKDIR}/crypttab ${D}${sysconfdir}
|
||||||
install -d ${D}${sysconfdir}/udev/rules.d
|
install -d ${D}${sysconfdir}/udev/rules.d
|
||||||
install -m 644 ${WORKDIR}/11-dm.rules ${D}${sysconfdir}/udev/rules.d
|
install -m 644 ${UNPACKDIR}/11-dm.rules ${D}${sysconfdir}/udev/rules.d
|
||||||
|
|
||||||
install -d ${D}/dev
|
install -d ${D}/dev
|
||||||
mknod -m 622 ${D}/dev/console c 5 1
|
mknod -m 622 ${D}/dev/console c 5 1
|
||||||
|
@@ -7,7 +7,6 @@ PACKAGE_INSTALL = "\
|
|||||||
citadel-tools-boot \
|
citadel-tools-boot \
|
||||||
cryptsetup \
|
cryptsetup \
|
||||||
lvm2 \
|
lvm2 \
|
||||||
lvm2-udevrules \
|
|
||||||
xz \
|
xz \
|
||||||
tar \
|
tar \
|
||||||
dconf \
|
dconf \
|
||||||
@@ -26,9 +25,6 @@ PACKAGE_INSTALL = "\
|
|||||||
kernel-module-appletouch \
|
kernel-module-appletouch \
|
||||||
kernel-module-bcm5974 \
|
kernel-module-bcm5974 \
|
||||||
kernel-module-ccm \
|
kernel-module-ccm \
|
||||||
kernel-module-crc32-pclmul \
|
|
||||||
kernel-module-crc32c-intel \
|
|
||||||
kernel-module-crct10dif-pclmul \
|
|
||||||
kernel-module-ecdh-generic \
|
kernel-module-ecdh-generic \
|
||||||
kernel-module-ehci-platform \
|
kernel-module-ehci-platform \
|
||||||
kernel-module-ghash-clmulni-intel \
|
kernel-module-ghash-clmulni-intel \
|
||||||
|
@@ -10,7 +10,7 @@ SRC_URI = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${PV}.tar.xz\
|
|||||||
file://bootconfig \
|
file://bootconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "01b414ba98fd189ecd544435caf3860ae2a790e3ec48f5aa70fdf42dc4c5c04a"
|
SRC_URI[sha256sum] = "a294b683e7b161bb0517bb32ec7ed1d2ea7603dfbabad135170ed12d00c47670"
|
||||||
|
|
||||||
LINUX_VERSION ?= "${PV}"
|
LINUX_VERSION ?= "${PV}"
|
||||||
S = "${WORKDIR}/linux-${LINUX_VERSION}"
|
S = "${WORKDIR}/linux-${LINUX_VERSION}"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,22 +0,0 @@
|
|||||||
DESCRIPTION = "SOF firmware files for use with Linux kernel"
|
|
||||||
HOMEPAGE = "https://github.com/thesofproject"
|
|
||||||
SECTION = "kernel"
|
|
||||||
|
|
||||||
SRC_URI = "https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz"
|
|
||||||
SRC_URI[sha256sum] = "9322c2a7636d02845c3b26984d58ab8f78d63ff4c766d084c3196a585e000905"
|
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
|
||||||
|
|
||||||
LICENSE = "BSD-3-Clause"
|
|
||||||
LIC_FILES_CHKSUM = "file://sof-bin-v${PV}/LICENCE.Intel;md5=54b4f1a2dd35fd85bc7a1d4afa731b78"
|
|
||||||
|
|
||||||
FILES:${PN} += "/usr/lib/firmware/intel/*"
|
|
||||||
|
|
||||||
inherit allarch update-alternatives
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
install -v -d ${D}/usr/lib/firmware/intel/sof
|
|
||||||
install -v -d ${D}/usr/lib/firmware/intel/sof-tplg
|
|
||||||
cp -R ${S}/sof-bin-v${PV}/sof-v${PV}/* ${D}/usr/lib/firmware/intel/sof
|
|
||||||
cp -R ${S}/sof-bin-v${PV}/sof-tplg-v${PV}/* ${D}/usr/lib/firmware/intel/sof-tplg
|
|
||||||
}
|
|
@@ -0,0 +1,72 @@
|
|||||||
|
DESCRIPTION = "SOF firmware files for use with Linux kernel"
|
||||||
|
HOMEPAGE = "https://github.com/thesofproject"
|
||||||
|
SECTION = "kernel"
|
||||||
|
|
||||||
|
#https://github.com/thesofproject/sof-bin/releases/download/v2025.01/sof-bin-2025.01.tar.gz
|
||||||
|
SRC_URI = "https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz"
|
||||||
|
SRC_URI[sha256sum] = "34d565db757a32450106317cc51f38bf67962e0fc8b7f7c72e6e39fd89e99263"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/sources"
|
||||||
|
UNPACKDIR = "${S}"
|
||||||
|
|
||||||
|
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://sof-bin-${PV}/LICENCE.Intel;md5=54b4f1a2dd35fd85bc7a1d4afa731b78"
|
||||||
|
|
||||||
|
FILES:${PN} += "/usr/lib/firmware/intel/*"
|
||||||
|
|
||||||
|
FIRMWARE_DEST = "${D}/usr/lib/firmware/intel"
|
||||||
|
|
||||||
|
XZ_OPTS = "-9 --check=crc32"
|
||||||
|
|
||||||
|
inherit allarch update-alternatives
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
|
||||||
|
install -v -d ${FIRMWARE_DEST}
|
||||||
|
for d in sof sof-ipc4 sof-ipc4-lib sof-ipc4-tplg sof-tplg; do \
|
||||||
|
cp -R ${S}/sof-bin-${PV}/${d} ${FIRMWARE_DEST}
|
||||||
|
done
|
||||||
|
ln -s sof-ipc4-tplg ${FIRMWARE_DEST}/sof-ace-tplg
|
||||||
|
|
||||||
|
# remove NXP firmware files
|
||||||
|
rm -rf ${FIRMWARE_DEST}/sof-tplg/sof-imx8*
|
||||||
|
|
||||||
|
# remove Mediatek firmware files
|
||||||
|
rm -rf ${FIRMWARE_DEST}/sof-tplg/sof-mt8*
|
||||||
|
|
||||||
|
# remove debug files
|
||||||
|
rm -rf ${FIRMWARE_DEST}/sof/*.ldc
|
||||||
|
|
||||||
|
for d in sof sof-ipc4; do \
|
||||||
|
find -P "${FIRMWARE_DEST}/${d}" -type f -name "*.ri" -exec xz -z ${XZ_OPTS} {} \;
|
||||||
|
for f in $(find -P "${FIRMWARE_DEST}/${d}" -type l -name "*.ri"); do \
|
||||||
|
l=$(readlink "${f}"); \
|
||||||
|
n=$(dirname "${f}"); \
|
||||||
|
b=$(basename "${f}"); \
|
||||||
|
rm "${f}"; \
|
||||||
|
oldpath=`pwd`; \
|
||||||
|
cd "${n}"; \
|
||||||
|
ln -svf "${l}.xz" "${b}.xz"; \
|
||||||
|
cd "${oldpath}"; \
|
||||||
|
done; \
|
||||||
|
done
|
||||||
|
for d in sof-ipc4-lib; do \
|
||||||
|
for e in bin llext; do \
|
||||||
|
find -P "${FIRMWARE_DEST}/${d}" -type f -name "*.${e}" -exec xz -z ${XZ_OPTS} {} \;
|
||||||
|
for f in $(find -P "${FIRMWARE_DEST}/${d}" -type l -name "*.${e}"); do \
|
||||||
|
l=$(readlink "${f}"); \
|
||||||
|
n=$(dirname "${f}"); \
|
||||||
|
b=$(basename "${f}"); \
|
||||||
|
rm "${f}"; \
|
||||||
|
oldpath=`pwd`; \
|
||||||
|
cd "${n}"; \
|
||||||
|
ln -svf "${l}.xz" "${b}.xz"; \
|
||||||
|
cd "${oldpath}"; \
|
||||||
|
done; \
|
||||||
|
done; \
|
||||||
|
done
|
||||||
|
for d in sof-tplg sof-ipc4-tplg; do \
|
||||||
|
find -P "${FIRMWARE_DEST}/${d}" -type f -name "*.tplg" -exec xz -z ${XZ_OPTS} {} \;
|
||||||
|
done
|
||||||
|
}
|
24
meta-citadel/recipes-support/bubblewrap/bubblewrap_0.8.0.bb
Normal file
24
meta-citadel/recipes-support/bubblewrap/bubblewrap_0.8.0.bb
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
DESCRIPTION = "Unprivileged sandboxing tool"
|
||||||
|
HOMEPAGE = "https://github.com/containers/bubblewrap"
|
||||||
|
LICENSE = "LGPL-2.0-or-later"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||||
|
|
||||||
|
DEPENDS = "libcap"
|
||||||
|
|
||||||
|
SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz"
|
||||||
|
SRC_URI[sha256sum] = "957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a"
|
||||||
|
|
||||||
|
inherit autotools bash-completion github-releases manpages pkgconfig
|
||||||
|
|
||||||
|
GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
|
||||||
|
PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native"
|
||||||
|
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
|
||||||
|
PACKAGECONFIG[setuid] = "--with-priv-mode=setuid,--with-priv-mode=none"
|
||||||
|
|
||||||
|
PACKAGES += "${PN}-zsh-completion"
|
||||||
|
|
||||||
|
FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
@@ -16,9 +16,11 @@ DEPENDS = " \
|
|||||||
util-linux-libuuid \
|
util-linux-libuuid \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
DEPENDS:append:libc-musl = " argp-standalone"
|
||||||
|
LDFLAGS:append:libc-musl = " -largp"
|
||||||
|
|
||||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
|
||||||
SRC_URI[md5sum] = "504d1ab22cbc4d1a59a8d8c7ee5ed3bf"
|
SRC_URI[sha256sum] = "d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522"
|
||||||
SRC_URI[sha256sum] = "b296b7a21ea576c2b180611ccb19d06aec8dddaedf7c704b0c6a81210c25635f"
|
|
||||||
|
|
||||||
inherit autotools gettext pkgconfig
|
inherit autotools gettext pkgconfig
|
||||||
|
|
||||||
@@ -28,7 +30,7 @@ PACKAGECONFIG ??= " \
|
|||||||
keyring \
|
keyring \
|
||||||
cryptsetup \
|
cryptsetup \
|
||||||
veritysetup \
|
veritysetup \
|
||||||
cryptsetup-reencrypt \
|
luks2-reencryption \
|
||||||
integritysetup \
|
integritysetup \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \
|
||||||
kernel_crypto \
|
kernel_crypto \
|
||||||
@@ -47,10 +49,10 @@ PACKAGECONFIG[pwquality] = "--enable-pwquality,--disable-pwquality,libpwquality"
|
|||||||
PACKAGECONFIG[passwdqc] = "--enable-passwdqc,--disable-passwdqc,passwdqc"
|
PACKAGECONFIG[passwdqc] = "--enable-passwdqc,--disable-passwdqc,passwdqc"
|
||||||
PACKAGECONFIG[cryptsetup] = "--enable-cryptsetup,--disable-cryptsetup"
|
PACKAGECONFIG[cryptsetup] = "--enable-cryptsetup,--disable-cryptsetup"
|
||||||
PACKAGECONFIG[veritysetup] = "--enable-veritysetup,--disable-veritysetup"
|
PACKAGECONFIG[veritysetup] = "--enable-veritysetup,--disable-veritysetup"
|
||||||
PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt"
|
PACKAGECONFIG[luks2-reencryption] = "--enable-luks2-reencryption,--disable-luks2-reencryption"
|
||||||
PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup"
|
PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup"
|
||||||
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
|
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
|
||||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,udev lvm2-udevrules"
|
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,,udev lvm2"
|
||||||
PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto"
|
PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto"
|
||||||
# gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't
|
# gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't
|
||||||
# recognized.
|
# recognized.
|
||||||
@@ -66,6 +68,7 @@ PACKAGECONFIG[nss] = "--with-crypto_backend=nss,,nss"
|
|||||||
PACKAGECONFIG[kernel] = "--with-crypto_backend=kernel"
|
PACKAGECONFIG[kernel] = "--with-crypto_backend=kernel"
|
||||||
PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle"
|
PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle"
|
||||||
PACKAGECONFIG[luks2] = "--with-default-luks-format=LUKS2,--with-default-luks-format=LUKS1"
|
PACKAGECONFIG[luks2] = "--with-default-luks-format=LUKS2,--with-default-luks-format=LUKS1"
|
||||||
|
PACKAGECONFIG[ssh-token] = "--enable-ssh-token,--disable-ssh-token,libssh"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-static"
|
EXTRA_OECONF = "--enable-static"
|
||||||
# Building without largefile is not supported by upstream
|
# Building without largefile is not supported by upstream
|
||||||
@@ -74,6 +77,26 @@ EXTRA_OECONF += "--enable-largefile"
|
|||||||
EXTRA_OECONF += "--disable-static-cryptsetup"
|
EXTRA_OECONF += "--disable-static-cryptsetup"
|
||||||
# There's no recipe for libargon2 yet
|
# There's no recipe for libargon2 yet
|
||||||
EXTRA_OECONF += "--disable-libargon2"
|
EXTRA_OECONF += "--disable-libargon2"
|
||||||
|
# Disable documentation, there is no asciidoctor-native available in OE
|
||||||
|
EXTRA_OECONF += "--disable-asciidoc"
|
||||||
|
# libcryptsetup default PBKDF algorithm, Argon2 memory cost (KB), parallel threads and iteration time (ms)
|
||||||
|
LUKS2_PBKDF ?= "argon2i"
|
||||||
|
LUKS2_MEMORYKB ?= "1048576"
|
||||||
|
LUKS2_PARALLEL_THREADS ?= "4"
|
||||||
|
LUKS2_ITERTIME ?= "2000"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--with-luks2-pbkdf=${LUKS2_PBKDF} \
|
||||||
|
--with-luks2-memory-kb=${LUKS2_MEMORYKB} \
|
||||||
|
--with-luks2-parallel-threads=${LUKS2_PARALLEL_THREADS} \
|
||||||
|
--with-luks2-iter-time=${LUKS2_ITERTIME}"
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
# The /usr/lib/cryptsetup directory is always created, even when ssh-token
|
||||||
|
# is disabled. In that case it is empty and causes a packaging error. Since
|
||||||
|
# there is no reason to distribute the empty directory, the easiest solution
|
||||||
|
# is to remove it if it is empty.
|
||||||
|
rmdir -p --ignore-fail-on-non-empty ${D}${libdir}/${BPN}
|
||||||
|
}
|
||||||
|
|
||||||
FILES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}"
|
FILES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}"
|
||||||
|
|
1
meta-citadel/recipes-support/fuse/fuse3/fuse3.conf
Normal file
1
meta-citadel/recipes-support/fuse/fuse3/fuse3.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fuse
|
3
meta-citadel/recipes-support/fuse/fuse3/run-ptest
Normal file
3
meta-citadel/recipes-support/fuse/fuse3/run-ptest
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
|
99
meta-citadel/recipes-support/fuse/fuse3_3.16.2.bb
Normal file
99
meta-citadel/recipes-support/fuse/fuse3_3.16.2.bb
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
SUMMARY = "Implementation of a fully functional filesystem in a userspace program"
|
||||||
|
DESCRIPTION = "FUSE (Filesystem in Userspace) is a simple interface for userspace \
|
||||||
|
programs to export a virtual filesystem to the Linux kernel. FUSE \
|
||||||
|
also aims to provide a secure method for non privileged users to \
|
||||||
|
create and mount their own filesystem implementations. \
|
||||||
|
"
|
||||||
|
HOMEPAGE = "https://github.com/libfuse/libfuse"
|
||||||
|
SECTION = "libs"
|
||||||
|
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||||
|
LIC_FILES_CHKSUM = " \
|
||||||
|
file://GPL2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||||
|
file://LGPL2.txt;md5=4fbd65380cdd255951079008b364516c \
|
||||||
|
file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66 \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz"
|
||||||
|
SRC_URI[sha256sum] = "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/fuse-${PV}"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
|
||||||
|
UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>3(\.\d+)+).tar.xz"
|
||||||
|
|
||||||
|
CVE_PRODUCT = "fuse_project:fuse"
|
||||||
|
|
||||||
|
inherit meson pkgconfig ptest
|
||||||
|
|
||||||
|
SRC_URI += " \
|
||||||
|
file://run-ptest \
|
||||||
|
file://fuse3.conf \
|
||||||
|
"
|
||||||
|
#python3-compile for filecmp module
|
||||||
|
RDEPENDS:${PN}-ptest += " \
|
||||||
|
python3-compile \
|
||||||
|
python3-pytest \
|
||||||
|
python3-looseversion \
|
||||||
|
bash \
|
||||||
|
"
|
||||||
|
RRECOMMENDS:${PN}-ptest += " kernel-module-cuse"
|
||||||
|
|
||||||
|
do_install_ptest() {
|
||||||
|
install -d ${D}${PTEST_PATH}/test
|
||||||
|
install -d ${D}${PTEST_PATH}/example
|
||||||
|
install -d ${D}${PTEST_PATH}/util
|
||||||
|
cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
|
||||||
|
|
||||||
|
example_excutables=`find ${B}/example -type f -executable`
|
||||||
|
util_excutables=`find ${B}/util -type f -executable`
|
||||||
|
test_excutables=`find ${B}/test -type f -executable`
|
||||||
|
|
||||||
|
for e in $example_excutables
|
||||||
|
do
|
||||||
|
cp -rf $e ${D}${PTEST_PATH}/example/
|
||||||
|
done
|
||||||
|
|
||||||
|
for e in $util_excutables
|
||||||
|
do
|
||||||
|
cp -rf $e ${D}${PTEST_PATH}/util/
|
||||||
|
done
|
||||||
|
|
||||||
|
for e in $test_excutables
|
||||||
|
do
|
||||||
|
cp -rf $e ${D}${PTEST_PATH}/test
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
DEPENDS = "udev"
|
||||||
|
|
||||||
|
PACKAGES =+ "fuse3-utils"
|
||||||
|
|
||||||
|
RPROVIDES:${PN}-dbg += "fuse3-utils-dbg"
|
||||||
|
|
||||||
|
RRECOMMENDS:${PN}:class-target = "kernel-module-fuse fuse3-utils"
|
||||||
|
|
||||||
|
FILES:${PN} += "${libdir}/libfuse3.so.*"
|
||||||
|
FILES:${PN}-dev += "${libdir}/libfuse3*.la"
|
||||||
|
|
||||||
|
# Forbid auto-renaming to libfuse3-utils
|
||||||
|
FILES:fuse3-utils = "${bindir} ${base_sbindir}"
|
||||||
|
DEBIAN_NOAUTONAME:fuse3-utils = "1"
|
||||||
|
DEBIAN_NOAUTONAME:${PN}-dbg = "1"
|
||||||
|
|
||||||
|
SYSTEMD_SERVICE:${PN} = ""
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
rm -rf ${D}${base_prefix}/dev
|
||||||
|
|
||||||
|
# systemd class remove the sysv_initddir only if systemd_system_unitdir
|
||||||
|
# contains anything, but it's not needed if sysvinit is not in DISTRO_FEATURES
|
||||||
|
if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'false', 'true', d)}; then
|
||||||
|
rm -rf ${D}${sysconfdir}/init.d/
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Install systemd related configuration file
|
||||||
|
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
|
||||||
|
install -d ${D}${sysconfdir}/modules-load.d
|
||||||
|
install -m 0644 ${UNPACKDIR}/fuse3.conf ${D}${sysconfdir}/modules-load.d
|
||||||
|
fi
|
||||||
|
}
|
@@ -12,17 +12,24 @@ LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENCE.GPL;md5=5f6e72824f5da505c1f4a7197f004b45 \
|
LIC_FILES_CHKSUM = "file://LICENCE.GPL;md5=5f6e72824f5da505c1f4a7197f004b45 \
|
||||||
file://LICENCE.LGPL;md5=7d1cacaa3ea752b72ea5e525df54a21f"
|
file://LICENCE.LGPL;md5=7d1cacaa3ea752b72ea5e525df54a21f"
|
||||||
|
|
||||||
inherit siteinfo autotools-brokensep ptest
|
inherit manpages ptest
|
||||||
|
|
||||||
SRC_URI = "http://people.redhat.com/dhowells/keyutils/${BP}.tar.bz2 \
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git;protocol=https;branch=master \
|
||||||
file://keyutils-test-fix-output-format.patch \
|
file://keyutils-test-fix-output-format.patch \
|
||||||
file://keyutils-fix-error-report-by-adding-default-message.patch \
|
file://keyutils-fix-error-report-by-adding-default-message.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://fix_library_install_path.patch \
|
file://fix_library_install_path.patch \
|
||||||
|
file://0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch \
|
||||||
|
file://0001-Adhere-to-the-SOURCE_DATE_EPOCH-standard.patch \
|
||||||
|
file://0001-tests-builtin_trusted-Failure-command-is-failed.patch \
|
||||||
|
file://0002-tests-Use-head-n1-for-busybox-compatibility.patch \
|
||||||
"
|
"
|
||||||
|
SRCREV = "cb3bb194cca88211cbfcdde2f10c0f43c3fb8ec3"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "919af7f33576816b423d537f8a8692e8"
|
S = "${WORKDIR}/git"
|
||||||
SRC_URI[sha256sum] = "c8b15722ae51d95b9ad76cc6d49a4c2cc19b0c60f72f61fb9bf43eea7cbd64ce"
|
|
||||||
|
PACKAGECONFIG ?= ""
|
||||||
|
PACKAGECONFIG[manpages] = ""
|
||||||
|
|
||||||
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -Wall' \
|
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -Wall' \
|
||||||
NO_ARLIB=1 \
|
NO_ARLIB=1 \
|
||||||
@@ -31,34 +38,24 @@ EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -Wall' \
|
|||||||
LIBDIR=${libdir} \
|
LIBDIR=${libdir} \
|
||||||
USRLIBDIR=${libdir} \
|
USRLIBDIR=${libdir} \
|
||||||
INCLUDEDIR=${includedir} \
|
INCLUDEDIR=${includedir} \
|
||||||
|
ETCDIR=${sysconfdir} \
|
||||||
|
SHAREDIR=${datadir}/keyutils \
|
||||||
|
MANDIR=${datadir}/man \
|
||||||
BUILDFOR=${SITEINFO_BITS}-bit \
|
BUILDFOR=${SITEINFO_BITS}-bit \
|
||||||
NO_GLIBC_KEYERR=1 \
|
NO_GLIBC_KEYERR=1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}/${libdir}/pkgconfig
|
|
||||||
oe_runmake DESTDIR=${D} install
|
oe_runmake DESTDIR=${D} install
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install:append:class-nativesdk() {
|
|
||||||
install -d ${D}${datadir}
|
|
||||||
src_dir="${D}${target_datadir}"
|
|
||||||
mv $src_dir/* ${D}${datadir}
|
|
||||||
par_dir=`dirname $src_dir`
|
|
||||||
rmdir $src_dir $par_dir
|
|
||||||
|
|
||||||
install -d ${D}${sysconfdir}
|
|
||||||
mv ${D}/etc/* ${D}${sysconfdir}/
|
|
||||||
rmdir ${D}/etc
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install_ptest () {
|
do_install_ptest () {
|
||||||
cp -r ${S}/tests ${D}${PTEST_PATH}/
|
cp -r ${S}/tests ${D}${PTEST_PATH}/
|
||||||
sed -i -e 's/OSDIST=Unknown/OSDIST=${DISTRO}/' ${D}${PTEST_PATH}/tests/prepare.inc.sh
|
sed -i -e 's/OSDIST=Unknown/OSDIST=${DISTRO}/' ${D}${PTEST_PATH}/tests/prepare.inc.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += "lsb-release"
|
RDEPENDS:${PN}-ptest += "bash file lsb-release make"
|
||||||
RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils"
|
RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils"
|
||||||
RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils"
|
RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils"
|
||||||
|
|
@@ -1,43 +0,0 @@
|
|||||||
DESCRIPTION = "libblockdev is a C library supporting GObject introspection for manipulation of \
|
|
||||||
block devices. It has a plugin-based architecture where each technology (like \
|
|
||||||
LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly \
|
|
||||||
with multiple implementations (e.g. using LVM CLI or the new LVM DBus API)."
|
|
||||||
HOMEPAGE = "http://rhinstaller.github.io/libblockdev/"
|
|
||||||
LICENSE = "LGPL-2.0-or-later"
|
|
||||||
SECTION = "devel/lib"
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
|
|
||||||
|
|
||||||
inherit autotools gobject-introspection pkgconfig lib_package
|
|
||||||
|
|
||||||
DEPENDS = "autoconf-archive-native glib-2.0 kmod udev"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https \
|
|
||||||
"
|
|
||||||
SRCREV = "1412dc51c8f76bf8d9a6008228737db4a9a26d69"
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm tools"
|
|
||||||
PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
|
|
||||||
PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python"
|
|
||||||
PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
|
|
||||||
PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2"
|
|
||||||
PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2"
|
|
||||||
PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid"
|
|
||||||
PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd,libbytesize"
|
|
||||||
PACKAGECONFIG[parted] = "--with-part, --without-part, parted"
|
|
||||||
PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux"
|
|
||||||
PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
|
|
||||||
PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
|
|
||||||
PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo,libbytesize"
|
|
||||||
PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
|
|
||||||
PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
|
|
||||||
PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key"
|
|
||||||
PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize"
|
|
||||||
PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize"
|
|
||||||
PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2"
|
|
||||||
PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper"
|
|
||||||
|
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs"
|
|
@@ -12,28 +12,30 @@ inherit autotools gobject-introspection pkgconfig lib_package
|
|||||||
|
|
||||||
DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme"
|
DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=3.1.x-devel;protocol=https \
|
SRC_URI = "git://github.com/storaged-project/libblockdev;branch=3.2.x-branch;protocol=https \
|
||||||
file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \
|
file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "68aaff5556afe26be749c29a2b7cbd714dce3050"
|
SRCREV = "b829b60d9ff049abb190f09a3b9a5fac648cd5a3"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}"
|
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "python3 lvm lvm-dbus dm parted fs escrow btrfs crypto mdraid mpath nvdimm tools"
|
PACKAGECONFIG ??= "python3 lvm lvm-dbus dm parted fs escrow btrfs crypto mdraid mpath nvdimm tools smart smartmontools"
|
||||||
PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
|
PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
|
||||||
PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
|
PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools libyaml, lvm2"
|
||||||
PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2"
|
PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools libyaml, lvm2"
|
||||||
PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2"
|
PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2"
|
||||||
PACKAGECONFIG[parted] = "--with-part, --without-part, parted"
|
PACKAGECONFIG[parted] = "--with-part, --without-part, parted"
|
||||||
PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux e2fsprogs"
|
PACKAGECONFIG[fs] = "--with-fs, --without-fs, e2fsprogs util-linux"
|
||||||
PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
|
PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
|
||||||
PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
|
PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
|
||||||
PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
|
PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
|
||||||
PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
|
PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
|
||||||
PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key keyutils"
|
PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup keyutils nss volume-key"
|
||||||
PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize"
|
PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize"
|
||||||
PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2"
|
PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2"
|
||||||
PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper"
|
PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper"
|
||||||
|
PACKAGECONFIG[smart] = "--with-smart,--without-smart,libatasmart"
|
||||||
|
PACKAGECONFIG[smartmontools] = "--with-smartmontools,--without-smartmontools,json-glib,smartmontools"
|
||||||
|
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs"
|
export GIR_EXTRA_LIBS_PATH = "${B}/src/utils/.libs"
|
@@ -7,10 +7,9 @@ SECTION = "devel/lib"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${S}"
|
|
||||||
|
|
||||||
SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654"
|
SRCREV = "9da72b2732508b0ba0ceed27f5e50bc276ef31f2"
|
||||||
SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https"
|
SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https"
|
||||||
|
|
||||||
inherit gettext autotools pkgconfig python3native
|
inherit gettext autotools pkgconfig python3native
|
||||||
|
|
@@ -4,8 +4,8 @@ SECTION = "libs"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://pam_pwdfile.c;beginline=1;endline=39;md5=02765d16df913d327ffd4a2ef499baf4"
|
LIC_FILES_CHKSUM = "file://pam_pwdfile.c;beginline=1;endline=39;md5=02765d16df913d327ffd4a2ef499baf4"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/tiwe-de/libpam-pwdfile.git;protocol=https;branch=master"
|
SRC_URI = "git://git.tiwe.de/libpam-pwdfile.git;protocol=https;branch=master"
|
||||||
SRCREV = "8f0e412b48178c00abd023917dd2c9050ee89c18"
|
SRCREV = "2347ef0edd7054d3df9838612aa78ac6bd077dfd"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
@@ -1,15 +0,0 @@
|
|||||||
SUMMARY = "A C/C++ implementation of a Sass compiler"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d \
|
|
||||||
file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/sass/libsass.git;protocol=https;branch=3.5-stable"
|
|
||||||
SRCREV = "39e30874b9a5dd6a802c20e8b0470ba44eeba929"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
inherit autotools
|
|
||||||
|
|
||||||
EXTRA_OECONF = ""
|
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
|
|
@@ -1,7 +1,7 @@
|
|||||||
From ea66faf68c93735edb1f2691cd7364b8cab83fef Mon Sep 17 00:00:00 2001
|
From 44695f332e206e1db43d50163e1bce0bedf75fb7 Mon Sep 17 00:00:00 2001
|
||||||
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
|
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
|
||||||
Date: Mon, 26 Nov 2018 14:53:09 +0800
|
Date: Mon, 26 Nov 2018 14:53:09 +0800
|
||||||
Subject: [PATCH 1/3] Avoid bashisms in init scripts
|
Subject: [PATCH] Avoid bashisms in init scripts
|
||||||
|
|
||||||
Upstream-Status: Inappropriate
|
Upstream-Status: Inappropriate
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|||||||
5 files changed, 10 insertions(+), 10 deletions(-)
|
5 files changed, 10 insertions(+), 10 deletions(-)
|
||||||
|
|
||||||
diff --git a/scripts/blk_availability_init_red_hat.in b/scripts/blk_availability_init_red_hat.in
|
diff --git a/scripts/blk_availability_init_red_hat.in b/scripts/blk_availability_init_red_hat.in
|
||||||
index 347c395..b2e9cf9 100644
|
index 347c39574..b2e9cf932 100644
|
||||||
--- a/scripts/blk_availability_init_red_hat.in
|
--- a/scripts/blk_availability_init_red_hat.in
|
||||||
+++ b/scripts/blk_availability_init_red_hat.in
|
+++ b/scripts/blk_availability_init_red_hat.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@@ -37,7 +37,7 @@ index 347c395..b2e9cf9 100644
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
diff --git a/scripts/cmirrord_init_red_hat.in b/scripts/cmirrord_init_red_hat.in
|
diff --git a/scripts/cmirrord_init_red_hat.in b/scripts/cmirrord_init_red_hat.in
|
||||||
index c82f8f5..a3a321d 100755
|
index c82f8f547..a3a321d9c 100755
|
||||||
--- a/scripts/cmirrord_init_red_hat.in
|
--- a/scripts/cmirrord_init_red_hat.in
|
||||||
+++ b/scripts/cmirrord_init_red_hat.in
|
+++ b/scripts/cmirrord_init_red_hat.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@@ -56,7 +56,7 @@ index c82f8f5..a3a321d 100755
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
diff --git a/scripts/lvm2_lvmpolld_init_red_hat.in b/scripts/lvm2_lvmpolld_init_red_hat.in
|
diff --git a/scripts/lvm2_lvmpolld_init_red_hat.in b/scripts/lvm2_lvmpolld_init_red_hat.in
|
||||||
index 176ff5d..825f6ad 100644
|
index 176ff5dcb..825f6ad84 100644
|
||||||
--- a/scripts/lvm2_lvmpolld_init_red_hat.in
|
--- a/scripts/lvm2_lvmpolld_init_red_hat.in
|
||||||
+++ b/scripts/lvm2_lvmpolld_init_red_hat.in
|
+++ b/scripts/lvm2_lvmpolld_init_red_hat.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@@ -75,7 +75,7 @@ index 176ff5d..825f6ad 100644
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
diff --git a/scripts/lvm2_monitoring_init_red_hat.in b/scripts/lvm2_monitoring_init_red_hat.in
|
diff --git a/scripts/lvm2_monitoring_init_red_hat.in b/scripts/lvm2_monitoring_init_red_hat.in
|
||||||
index 95e4125..dff89cd 100644
|
index 95e4125a0..dff89cd38 100644
|
||||||
--- a/scripts/lvm2_monitoring_init_red_hat.in
|
--- a/scripts/lvm2_monitoring_init_red_hat.in
|
||||||
+++ b/scripts/lvm2_monitoring_init_red_hat.in
|
+++ b/scripts/lvm2_monitoring_init_red_hat.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@@ -94,7 +94,7 @@ index 95e4125..dff89cd 100644
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
diff --git a/scripts/lvm2_monitoring_init_rhel4 b/scripts/lvm2_monitoring_init_rhel4
|
diff --git a/scripts/lvm2_monitoring_init_rhel4 b/scripts/lvm2_monitoring_init_rhel4
|
||||||
index 8eb06c5..2e8d0f7 100644
|
index 8eb06c509..2e8d0f71e 100644
|
||||||
--- a/scripts/lvm2_monitoring_init_rhel4
|
--- a/scripts/lvm2_monitoring_init_rhel4
|
||||||
+++ b/scripts/lvm2_monitoring_init_rhel4
|
+++ b/scripts/lvm2_monitoring_init_rhel4
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
@@ -112,6 +112,3 @@ index 8eb06c5..2e8d0f7 100644
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
From e3103459416616d3b8508e7176e897b0ae6c90f2 Mon Sep 17 00:00:00 2001
|
From cfa37411fa2ebe8ade94742ee00f86d0e386a651 Mon Sep 17 00:00:00 2001
|
||||||
From: Dengke Du <dengke.du@windriver.com>
|
From: Dengke Du <dengke.du@windriver.com>
|
||||||
Date: Tue, 25 Oct 2016 11:49:40 +0000
|
Date: Tue, 25 Oct 2016 11:49:40 +0000
|
||||||
Subject: [PATCH] implement libc specific reopen_stream
|
Subject: [PATCH] implement libc specific reopen_stream
|
||||||
@@ -14,16 +14,17 @@ http://git.alpinelinux.org/cgit/aports/tree/main/lvm2/fix-stdio-usage.patch
|
|||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
lib/log/log.c | 6 ++++++
|
lib/log/log.c | 6 ++++++
|
||||||
tools/lvmcmdline.c | 6 +++---
|
tools/lvmcmdline.c | 6 +++---
|
||||||
2 files changed, 9 insertions(+), 3 deletions(-)
|
2 files changed, 9 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
Index: LVM2.2.02.177/lib/log/log.c
|
diff --git a/lib/log/log.c b/lib/log/log.c
|
||||||
===================================================================
|
index 90905e629..ed69662d0 100644
|
||||||
--- LVM2.2.02.177.orig/lib/log/log.c
|
--- a/lib/log/log.c
|
||||||
+++ LVM2.2.02.177/lib/log/log.c
|
+++ b/lib/log/log.c
|
||||||
@@ -161,6 +161,7 @@ static void _check_and_replace_standard_
|
@@ -165,6 +165,7 @@ static void _check_and_replace_standard_log_streams(FILE *old_stream, FILE *new_
|
||||||
* Close and reopen standard stream on file descriptor fd.
|
* Close and reopen standard stream on file descriptor fd.
|
||||||
*/
|
*/
|
||||||
int reopen_standard_stream(FILE **stream, const char *mode)
|
int reopen_standard_stream(FILE **stream, const char *mode)
|
||||||
@@ -31,7 +32,7 @@ Index: LVM2.2.02.177/lib/log/log.c
|
|||||||
{
|
{
|
||||||
int fd, fd_copy, new_fd;
|
int fd, fd_copy, new_fd;
|
||||||
const char *name;
|
const char *name;
|
||||||
@@ -207,6 +208,11 @@ int reopen_standard_stream(FILE **stream
|
@@ -211,6 +212,11 @@ int reopen_standard_stream(FILE **stream, const char *mode)
|
||||||
*stream = new_stream;
|
*stream = new_stream;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
@@ -43,11 +44,11 @@ Index: LVM2.2.02.177/lib/log/log.c
|
|||||||
|
|
||||||
void init_log_fn(lvm2_log_fn_t log_fn)
|
void init_log_fn(lvm2_log_fn_t log_fn)
|
||||||
{
|
{
|
||||||
Index: LVM2.2.02.177/tools/lvmcmdline.c
|
diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
|
||||||
===================================================================
|
index 4af6adc83..fbab70988 100644
|
||||||
--- LVM2.2.02.177.orig/tools/lvmcmdline.c
|
--- a/tools/lvmcmdline.c
|
||||||
+++ LVM2.2.02.177/tools/lvmcmdline.c
|
+++ b/tools/lvmcmdline.c
|
||||||
@@ -3095,7 +3095,7 @@ static int _check_standard_fds(void)
|
@@ -3395,7 +3395,7 @@ static int _check_standard_fds(void)
|
||||||
int err = is_valid_fd(STDERR_FILENO);
|
int err = is_valid_fd(STDERR_FILENO);
|
||||||
|
|
||||||
if (!is_valid_fd(STDIN_FILENO) &&
|
if (!is_valid_fd(STDIN_FILENO) &&
|
||||||
@@ -56,7 +57,7 @@ Index: LVM2.2.02.177/tools/lvmcmdline.c
|
|||||||
if (err)
|
if (err)
|
||||||
perror("stdin stream open");
|
perror("stdin stream open");
|
||||||
else
|
else
|
||||||
@@ -3105,7 +3105,7 @@ static int _check_standard_fds(void)
|
@@ -3405,7 +3405,7 @@ static int _check_standard_fds(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_valid_fd(STDOUT_FILENO) &&
|
if (!is_valid_fd(STDOUT_FILENO) &&
|
||||||
@@ -65,7 +66,7 @@ Index: LVM2.2.02.177/tools/lvmcmdline.c
|
|||||||
if (err)
|
if (err)
|
||||||
perror("stdout stream open");
|
perror("stdout stream open");
|
||||||
/* else no stdout */
|
/* else no stdout */
|
||||||
@@ -3113,7 +3113,7 @@ static int _check_standard_fds(void)
|
@@ -3413,7 +3413,7 @@ static int _check_standard_fds(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_valid_fd(STDERR_FILENO) &&
|
if (!is_valid_fd(STDERR_FILENO) &&
|
||||||
|
@@ -0,0 +1,29 @@
|
|||||||
|
From c7a63e17fc841eab5874aa5dc4e848e2bf300bf0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Date: Mon, 25 Mar 2024 13:07:28 -0700
|
||||||
|
Subject: [PATCH] include libgen.h for basename
|
||||||
|
|
||||||
|
basename prototype has been removed from string.h from latest musl [1]
|
||||||
|
compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
||||||
|
include libgen.h for providing it.
|
||||||
|
|
||||||
|
[1] https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7
|
||||||
|
|
||||||
|
Upstream-Status: Submitted [ Sent to maintainer and lvm-devel@redhat.com ]
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
lib/device/device_id.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/lib/device/device_id.c b/lib/device/device_id.c
|
||||||
|
index a3f341bfc..0c05eb151 100644
|
||||||
|
--- a/lib/device/device_id.c
|
||||||
|
+++ b/lib/device/device_id.c
|
||||||
|
@@ -27,6 +27,7 @@
|
||||||
|
#include "lib/display/display.h"
|
||||||
|
#include "device_mapper/misc/dm-ioctl.h"
|
||||||
|
|
||||||
|
+#include <libgen.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
@@ -1,27 +0,0 @@
|
|||||||
From 3ae9c0b607ec33fb07f32a41e9d28cc9068dd39a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Dengke Du <dengke.du@windriver.com>
|
|
||||||
Date: Tue, 25 Oct 2016 11:52:44 +0000
|
|
||||||
Subject: [PATCH] Guard use of mallinfo() with __GLIBC__
|
|
||||||
|
|
||||||
This API is glibc-only
|
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
|
||||||
|
|
||||||
---
|
|
||||||
lib/mm/memlock.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: LVM2.2.02.177/lib/mm/memlock.c
|
|
||||||
===================================================================
|
|
||||||
--- LVM2.2.02.177.orig/lib/mm/memlock.c
|
|
||||||
+++ LVM2.2.02.177/lib/mm/memlock.c
|
|
||||||
@@ -151,7 +151,7 @@ static void _touch_memory(void *mem, siz
|
|
||||||
|
|
||||||
static void _allocate_memory(void)
|
|
||||||
{
|
|
||||||
-#ifndef VALGRIND_POOL
|
|
||||||
+#if !defined(VALGRIND_POOL) && defined(__GLIBC__)
|
|
||||||
void *stack_mem;
|
|
||||||
struct rlimit limit;
|
|
||||||
int i, area = 0, missing = _size_malloc_tmp, max_areas = 32, hblks;
|
|
@@ -1,7 +1,7 @@
|
|||||||
From 3bba45890985b877b823836e78a1c8ac3c878856 Mon Sep 17 00:00:00 2001
|
From 53a879b5a285722f0cb0ee42607c1cd1102b79be Mon Sep 17 00:00:00 2001
|
||||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
Date: Tue, 31 Jul 2018 15:04:29 +0800
|
Date: Tue, 31 Jul 2018 15:04:29 +0800
|
||||||
Subject: [PATCH 4/4] tweak MODPROBE_CMD for cross compile
|
Subject: [PATCH] tweak MODPROBE_CMD for cross compile
|
||||||
|
|
||||||
Lvm uses variable MODPROBE_CMD at runtime, so build time detection of modprobe
|
Lvm uses variable MODPROBE_CMD at runtime, so build time detection of modprobe
|
||||||
is incorrect.
|
is incorrect.
|
||||||
@@ -21,18 +21,15 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|||||||
1 file changed, 2 deletions(-)
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index e427708..aa374ea 100644
|
index e5e5e71ce..3af73c781 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1791,8 +1791,6 @@ if test "$BUILD_DMFILEMAPD" = yes; then
|
@@ -1742,8 +1742,6 @@ AS_IF([test "$BUILD_DMFILEMAPD" = "yes"], [
|
||||||
fi
|
])
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
-AC_PATH_TOOL(MODPROBE_CMD, modprobe, [], [$PATH_SBIN])
|
-AC_PATH_TOOL(MODPROBE_CMD, modprobe, [], [$PATH_SBIN])
|
||||||
-
|
-
|
||||||
if test -n "$MODPROBE_CMD"; then
|
AS_IF([test -n "$MODPROBE_CMD"], [
|
||||||
AC_DEFINE_UNQUOTED([MODPROBE_CMD], ["$MODPROBE_CMD"], [The path to 'modprobe', if available.])
|
AC_DEFINE_UNQUOTED([MODPROBE_CMD], ["$MODPROBE_CMD"], [The path to 'modprobe', if available.])
|
||||||
fi
|
])
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
From 103ac1c1200df8190372d973e004776cffe8e659 Mon Sep 17 00:00:00 2001
|
From 8657541b91b4f2bd05ce14ec9899ff5f9f3b7d4c Mon Sep 17 00:00:00 2001
|
||||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
Date: Mon, 26 Nov 2018 14:59:55 +0800
|
Date: Mon, 26 Nov 2018 14:59:55 +0800
|
||||||
Subject: [PATCH 2/3] do not build manual
|
Subject: [PATCH] do not build manual
|
||||||
|
|
||||||
On some host (ubuntu 1404), build manual failed.
|
On some host (ubuntu 1404), build manual failed.
|
||||||
...
|
...
|
||||||
@@ -15,25 +15,26 @@ Upstream-Status: Pending
|
|||||||
|
|
||||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
|
|
||||||
|
|
||||||
Update context for lvm2 2.03.02.
|
Update context for lvm2 2.03.02.
|
||||||
|
|
||||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
|
|
||||||
|
Update context for lvm2 2.03.16.
|
||||||
|
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
|
||||||
---
|
---
|
||||||
Makefile.in | 6 +++---
|
Makefile.in | 6 +++---
|
||||||
configure.ac | 1 -
|
configure.ac | 1 -
|
||||||
2 files changed, 3 insertions(+), 4 deletions(-)
|
2 files changed, 3 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/Makefile.in b/Makefile.in
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
index 6a1a990..80cba91 100644
|
index 06c4b1823..90df7b09c 100644
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -18,7 +18,7 @@ top_builddir = @top_builddir@
|
@@ -18,7 +18,7 @@ top_builddir = @top_builddir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
|
||||||
-SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools
|
-SUBDIRS = libdm conf daemons include lib libdaemon man scripts tools
|
||||||
+SUBDIRS = conf daemons include lib libdaemon libdm scripts tools
|
+SUBDIRS = libdm conf daemons include lib libdaemon scripts tools
|
||||||
|
|
||||||
ifeq ("@UDEV_RULES@", "yes")
|
ifeq ("@UDEV_RULES@", "yes")
|
||||||
SUBDIRS += udev
|
SUBDIRS += udev
|
||||||
@@ -46,20 +47,20 @@ index 6a1a990..80cba91 100644
|
|||||||
libdaemon lib tools daemons libdm \
|
libdaemon lib tools daemons libdm \
|
||||||
udev po
|
udev po
|
||||||
tools.distclean: test.distclean
|
tools.distclean: test.distclean
|
||||||
@@ -65,7 +65,7 @@ libdm.device-mapper: include.device-mapper
|
@@ -59,7 +59,7 @@ unit-test run-unit-test: test libdm
|
||||||
|
|
||||||
daemons.device-mapper: libdm.device-mapper
|
daemons.device-mapper: libdm.device-mapper
|
||||||
tools.device-mapper: libdm.device-mapper
|
tools.device-mapper: libdm.device-mapper
|
||||||
scripts.device-mapper: include.device-mapper
|
|
||||||
-device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
|
-device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
|
||||||
+device-mapper: tools.device-mapper daemons.device-mapper
|
+device-mapper: tools.device-mapper daemons.device-mapper
|
||||||
|
device_mapper: device-mapper
|
||||||
|
|
||||||
ifeq ("@INTL@", "yes")
|
ifeq ("@INTL@", "yes")
|
||||||
lib.pofile: include.pofile
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 7fd0561..4154dc0 100644
|
index 3af73c781..f32d1f376 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1812,7 +1812,6 @@ libdaemon/server/Makefile
|
@@ -2076,7 +2076,6 @@ libdaemon/server/Makefile
|
||||||
libdm/Makefile
|
libdm/Makefile
|
||||||
libdm/dm-tools/Makefile
|
libdm/dm-tools/Makefile
|
||||||
libdm/libdevmapper.pc
|
libdm/libdevmapper.pc
|
||||||
@@ -67,6 +68,3 @@ index 7fd0561..4154dc0 100644
|
|||||||
po/Makefile
|
po/Makefile
|
||||||
scripts/lvm2-pvscan.service
|
scripts/lvm2-pvscan.service
|
||||||
scripts/blkdeactivate.sh
|
scripts/blkdeactivate.sh
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
From e213ed33a28704f6f538df41a91b7ce95594a4f8 Mon Sep 17 00:00:00 2001
|
From 20a110ade91c73f4cb3883a3a9676708a93ca786 Mon Sep 17 00:00:00 2001
|
||||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
Date: Tue, 15 Oct 2019 18:12:54 +0800
|
Date: Tue, 15 Oct 2019 18:12:54 +0800
|
||||||
Subject: [PATCH] start lvm2-monitor.service after tmp.mount
|
Subject: [PATCH] start lvm2-monitor.service after tmp.mount
|
||||||
@@ -11,23 +11,23 @@ Upstream-Status: Inappropriate [oe specific]
|
|||||||
|
|
||||||
Rebase to v2_03_05
|
Rebase to v2_03_05
|
||||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
|
|
||||||
|
Rebase to v2_03_16
|
||||||
|
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
|
||||||
---
|
---
|
||||||
scripts/lvm2_monitoring_systemd_red_hat.service.in | 2 +-
|
scripts/lvm2_monitoring_systemd_red_hat.service.in | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/scripts/lvm2_monitoring_systemd_red_hat.service.in b/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
diff --git a/scripts/lvm2_monitoring_systemd_red_hat.service.in b/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
||||||
index 4bf744a..46766cb 100644
|
index c0c96e316..2a99a379d 100644
|
||||||
--- a/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
--- a/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
||||||
+++ b/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
+++ b/scripts/lvm2_monitoring_systemd_red_hat.service.in
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
Description=Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
|
Description=Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
|
||||||
Documentation=man:dmeventd(8) man:lvcreate(8) man:lvchange(8) man:vgchange(8)
|
Documentation=man:dmeventd(8) man:lvcreate(8) man:lvchange(8) man:vgchange(8)
|
||||||
Requires=dm-event.socket
|
Requires=dm-event.socket
|
||||||
-After=dm-event.socket dm-event.service lvm2-activation.service
|
-After=dm-event.socket dm-event.service
|
||||||
+After=dm-event.socket dm-event.service lvm2-activation.service tmp.mount
|
+After=dm-event.socket dm-event.service tmp.mount
|
||||||
Before=local-fs-pre.target shutdown.target
|
Before=local-fs-pre.target shutdown.target
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
@@ -1,14 +1,21 @@
|
|||||||
configure.ac: override CONFIGURE_LINE
|
From f5c6fabbdf2e7bfa105658b9dfe45d2ab86f34bb Mon Sep 17 00:00:00 2001
|
||||||
|
From: Joe Slater <joe.slater@windriver.com>
|
||||||
|
Date: Fri, 17 Jul 2020 13:59:56 -0700
|
||||||
|
Subject: [PATCH] configure.ac: override CONFIGURE_LINE
|
||||||
|
|
||||||
For reproducible binaries, we need to report a constant CONFIGURE_LINE.
|
For reproducible binaries, we need to report a constant CONFIGURE_LINE.
|
||||||
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
|
||||||
Signed-off-by: Joe Slater <joe.slater@windriver.com>
|
Signed-off-by: Joe Slater <joe.slater@windriver.com>
|
||||||
|
---
|
||||||
|
configure.ac | 10 +++++++++-
|
||||||
|
1 file changed, 9 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
--- git.orig/configure.ac
|
index 5364dd68e..c2dbf3c9f 100644
|
||||||
+++ git/configure.ac
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
@@ -15,7 +15,15 @@ AC_PREREQ(2.69)
|
@@ -15,7 +15,15 @@ AC_PREREQ(2.69)
|
||||||
################################################################################
|
################################################################################
|
||||||
dnl -- Process this file with autoconf to produce a configure script.
|
dnl -- Process this file with autoconf to produce a configure script.
|
||||||
|
@@ -5,6 +5,8 @@ require lvm2.inc
|
|||||||
|
|
||||||
DEPENDS += "autoconf-archive-native"
|
DEPENDS += "autoconf-archive-native"
|
||||||
|
|
||||||
|
inherit nopackages
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
@@ -1,12 +1,12 @@
|
|||||||
require lvm2.inc
|
require lvm2.inc
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch \
|
file://tweak-for-lvmdbusd.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPENDS += "autoconf-archive-native"
|
DEPENDS += "autoconf-archive-native"
|
||||||
|
|
||||||
inherit multilib_script
|
inherit multilib_script python3native
|
||||||
|
|
||||||
MULTILIB_SCRIPTS = "${PN}:${sysconfdir}/lvm/lvm.conf"
|
MULTILIB_SCRIPTS = "${PN}:${sysconfdir}/lvm/lvm.conf"
|
||||||
|
|
||||||
@@ -15,23 +15,35 @@ CACHED_CONFIGUREVARS += "MODPROBE_CMD=${base_sbindir}/modprobe"
|
|||||||
do_install:append() {
|
do_install:append() {
|
||||||
# Install machine specific configuration file
|
# Install machine specific configuration file
|
||||||
install -d ${D}${sysconfdir}/lvm
|
install -d ${D}${sysconfdir}/lvm
|
||||||
install -m 0644 ${WORKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf
|
install -m 0644 ${UNPACKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf
|
||||||
sed -i -e 's:@libdir@:${libdir}:g' ${D}${sysconfdir}/lvm/lvm.conf
|
sed -i -e 's:@libdir@:${libdir}:g' ${D}${sysconfdir}/lvm/lvm.conf
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
# We don't want init scripts/systemd units for native SDK utilities
|
||||||
oe_runmake 'DESTDIR=${D}' install install_systemd_units
|
if [ "${PN}" != "nativesdk-lvm2" ]; then
|
||||||
sed -i -e 's:/usr/bin/true:${base_bindir}/true:g' ${D}${systemd_system_unitdir}/blk-availability.service
|
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||||
else
|
oe_runmake 'DESTDIR=${D}' install install_systemd_units
|
||||||
oe_runmake 'DESTDIR=${D}' install install_initscripts
|
sed -i -e 's:/usr/bin/true:${base_bindir}/true:g' ${D}${systemd_system_unitdir}/blk-availability.service
|
||||||
mv ${D}${sysconfdir}/rc.d/init.d ${D}${sysconfdir}/init.d
|
else
|
||||||
rm -rf ${D}${sysconfdir}/rc.d
|
oe_runmake 'DESTDIR=${D}' install install_initscripts
|
||||||
|
mv ${D}${sysconfdir}/rc.d/init.d ${D}${sysconfdir}/init.d
|
||||||
|
rm -rf ${D}${sysconfdir}/rc.d
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# following files only exist when package config `dbus` enabled
|
||||||
|
sed -i -e '1s,#!.*python.*,#!${USRBINPATH}/env python3,' \
|
||||||
|
${D}${sbindir}/lvmdbusd \
|
||||||
|
${D}${PYTHON_SITEPACKAGES_DIR}/lvmdbusd/lvmdb.py \
|
||||||
|
${D}${PYTHON_SITEPACKAGES_DIR}/lvmdbusd/lvm_shell_proxy.py \
|
||||||
|
|| true
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_BEFORE_PN = "${PN}-scripts ${PN}-udevrules"
|
PACKAGE_BEFORE_PN = "${PN}-scripts"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "${PN}"
|
SYSTEMD_PACKAGES = "${PN}"
|
||||||
SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'dmeventd', 'lvm2-monitor.service dm-event.socket dm-event.service', '', d)} \
|
SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'dmeventd', 'lvm2-monitor.service dm-event.socket dm-event.service', '', d)} \
|
||||||
blk-availability.service"
|
${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'lvm2-lvmdbusd.service', '', d)} \
|
||||||
|
blk-availability.service \
|
||||||
|
"
|
||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
@@ -42,19 +54,32 @@ DEPENDS += "util-linux"
|
|||||||
LVM2_PACKAGECONFIG:append:class-target = " \
|
LVM2_PACKAGECONFIG:append:class-target = " \
|
||||||
udev \
|
udev \
|
||||||
"
|
"
|
||||||
PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules --with-udevdir=${nonarch_base_libdir}/udev/rules.d,--disable-udev_sync --disable-udev_rules,udev,${PN}-udevrules"
|
|
||||||
|
PACKAGECONFIG[dbus] = "--enable-dbus-service,--disable-dbus-service,,python3-dbus python3-pyudev"
|
||||||
|
PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules --with-udevdir=${nonarch_base_libdir}/udev/rules.d,--disable-udev_sync --disable-udev_rules,udev,"
|
||||||
|
|
||||||
PACKAGES =+ "libdevmapper"
|
PACKAGES =+ "libdevmapper"
|
||||||
FILES:libdevmapper = " \
|
FILES:libdevmapper = " \
|
||||||
${libdir}/libdevmapper.so.* \
|
${libdir}/libdevmapper.so.* \
|
||||||
${sbindir}/dmsetup \
|
${sbindir}/dmsetup \
|
||||||
${sbindir}/dmstats \
|
${sbindir}/dmstats \
|
||||||
|
${nonarch_base_libdir}/udev/rules.d/10-dm.rules \
|
||||||
|
${nonarch_base_libdir}/udev/rules.d/13-dm-disk.rules \
|
||||||
|
${nonarch_base_libdir}/udev/rules.d/95-dm-notify.rules \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${libdir}/device-mapper/*.so \
|
${libdir}/device-mapper/*.so \
|
||||||
${systemd_system_unitdir}/lvm2-pvscan@.service \
|
${systemd_system_unitdir} \
|
||||||
|
${PYTHON_SITEPACKAGES_DIR}/lvmdbusd \
|
||||||
|
${datadir}/dbus-1/system-services/com.redhat.lvmdbus1.service \
|
||||||
|
${nonarch_base_libdir}/udev/rules.d/11-dm-lvm.rules \
|
||||||
|
${nonarch_base_libdir}/udev/rules.d/69-dm-lvm.rules \
|
||||||
"
|
"
|
||||||
|
# Remove /lib/udev from FILES:${PN} so that any new rules files that are added
|
||||||
|
# upstream will have to be explicitly added to either FILES:${PN} or
|
||||||
|
# FILES:libdevmapper.
|
||||||
|
FILES:${PN}:remove = "${nonarch_base_libdir}/udev"
|
||||||
|
|
||||||
FILES:${PN}-scripts = " \
|
FILES:${PN}-scripts = " \
|
||||||
${sbindir}/blkdeactivate \
|
${sbindir}/blkdeactivate \
|
||||||
@@ -62,10 +87,8 @@ FILES:${PN}-scripts = " \
|
|||||||
${sbindir}/lvmconf \
|
${sbindir}/lvmconf \
|
||||||
${sbindir}/lvmdump \
|
${sbindir}/lvmdump \
|
||||||
"
|
"
|
||||||
# Specified explicitly for the udev rules, just in case that it does not get picked
|
|
||||||
# up automatically:
|
RDEPENDS:${PN} = "bash"
|
||||||
FILES:${PN}-udevrules = "${nonarch_base_libdir}/udev/rules.d"
|
|
||||||
RDEPENDS:${PN}-udevrules = "libdevmapper"
|
|
||||||
RDEPENDS:${PN}:append:class-target = " libdevmapper"
|
RDEPENDS:${PN}:append:class-target = " libdevmapper"
|
||||||
RDEPENDS:${PN}:append:class-nativesdk = " libdevmapper"
|
RDEPENDS:${PN}:append:class-nativesdk = " libdevmapper"
|
||||||
|
|
@@ -10,16 +10,19 @@ DEPENDS += "libaio"
|
|||||||
SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \
|
SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \
|
||||||
file://lvm.conf \
|
file://lvm.conf \
|
||||||
file://0001-implement-libc-specific-reopen_stream.patch \
|
file://0001-implement-libc-specific-reopen_stream.patch \
|
||||||
file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \
|
|
||||||
file://0004-tweak-MODPROBE_CMD-for-cross-compile.patch \
|
file://0004-tweak-MODPROBE_CMD-for-cross-compile.patch \
|
||||||
file://0001-Avoid-bashisms-in-init-scripts.patch \
|
file://0001-Avoid-bashisms-in-init-scripts.patch \
|
||||||
file://0005-do-not-build-manual.patch \
|
file://0005-do-not-build-manual.patch \
|
||||||
file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \
|
file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \
|
||||||
file://reproducible-build.patch \
|
file://reproducible-build.patch \
|
||||||
|
file://0001-include-libgen.h-for-basename.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "3e8bd8d1bd70691f09a170785836aeb4f83154e6"
|
SRCREV = "3a6e221c569eb253fa38a772b15e53b5de65b5d1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "2.03.31"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig systemd
|
inherit autotools-brokensep pkgconfig systemd
|
||||||
|
|
||||||
|
@@ -1,73 +0,0 @@
|
|||||||
From ddf36613f3408ce42f15b03b4e9c6ad8478b97f8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
||||||
Date: Tue, 2 Mar 2021 01:33:05 -0800
|
|
||||||
Subject: [PATCH] fix command /bin/findmnt, /bin/lsblk, /bin/sort not found
|
|
||||||
|
|
||||||
In oe-core (util-linux and coreutils), the commands locates in
|
|
||||||
${bindir} rather than /bin, add BINDIR to configure it
|
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [oe specific]
|
|
||||||
|
|
||||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
||||||
---
|
|
||||||
configure.ac | 3 +++
|
|
||||||
scripts/blkdeactivate.sh.in | 7 ++++---
|
|
||||||
2 files changed, 7 insertions(+), 3 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 4811d4a3d..137b31a82 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -1611,6 +1611,8 @@ fi
|
|
||||||
|
|
||||||
SYSCONFDIR="$(eval echo $(eval echo $sysconfdir))"
|
|
||||||
|
|
||||||
+BINDIR="$(eval echo $(eval echo $bindir))"
|
|
||||||
+
|
|
||||||
SBINDIR="$(eval echo $(eval echo $sbindir))"
|
|
||||||
LVM_PATH="$SBINDIR/lvm"
|
|
||||||
AC_DEFINE_UNQUOTED(LVM_PATH, ["$LVM_PATH"], [Path to lvm binary.])
|
|
||||||
@@ -1829,6 +1831,7 @@ AC_SUBST(SACKPT_CFLAGS)
|
|
||||||
AC_SUBST(SACKPT_LIBS)
|
|
||||||
AC_SUBST(SALCK_CFLAGS)
|
|
||||||
AC_SUBST(SALCK_LIBS)
|
|
||||||
+AC_SUBST(BINDIR)
|
|
||||||
AC_SUBST(SBINDIR)
|
|
||||||
AC_SUBST(SELINUX_LIBS)
|
|
||||||
AC_SUBST(SELINUX_PC)
|
|
||||||
diff --git a/scripts/blkdeactivate.sh.in b/scripts/blkdeactivate.sh.in
|
|
||||||
index 7c517b87b..7ef1bb766 100644
|
|
||||||
--- a/scripts/blkdeactivate.sh.in
|
|
||||||
+++ b/scripts/blkdeactivate.sh.in
|
|
||||||
@@ -42,13 +42,14 @@ VDO="/bin/vdo"
|
|
||||||
|
|
||||||
sbindir="@SBINDIR@"
|
|
||||||
DMSETUP="$sbindir/dmsetup"
|
|
||||||
+bindir="@BINDIR@"
|
|
||||||
LVM="$sbindir/lvm"
|
|
||||||
|
|
||||||
if "$UMOUNT" --help | grep -- "--all-targets" >"$DEV_DIR/null"; then
|
|
||||||
UMOUNT_OPTS="--all-targets "
|
|
||||||
else
|
|
||||||
UMOUNT_OPTS=""
|
|
||||||
- FINDMNT="/bin/findmnt -r --noheadings -u -o TARGET"
|
|
||||||
+ FINDMNT="$bindir/findmnt -r --noheadings -u -o TARGET"
|
|
||||||
FINDMNT_READ="read -r mnt"
|
|
||||||
fi
|
|
||||||
DMSETUP_OPTS=""
|
|
||||||
@@ -57,10 +58,10 @@ MDADM_OPTS=""
|
|
||||||
MPATHD_OPTS=""
|
|
||||||
VDO_OPTS=""
|
|
||||||
|
|
||||||
-LSBLK="/bin/lsblk -r --noheadings -o TYPE,KNAME,NAME,MOUNTPOINT"
|
|
||||||
+LSBLK="$bindir/lsblk -r --noheadings -o TYPE,KNAME,NAME,MOUNTPOINT"
|
|
||||||
LSBLK_VARS="local devtype local kname local name local mnt"
|
|
||||||
LSBLK_READ="read -r devtype kname name mnt"
|
|
||||||
-SORT_MNT="/bin/sort -r -u -k 4"
|
|
||||||
+SORT_MNT="$bindir/sort -r -u -k 4"
|
|
||||||
|
|
||||||
# Do not show tool errors by default (only done/skipping summary
|
|
||||||
# message provided by this script) and no verbose mode by default.
|
|
||||||
--
|
|
||||||
2.29.2
|
|
||||||
|
|
@@ -0,0 +1,60 @@
|
|||||||
|
From 34f5a21afae759d48fa11e77b622ca35a4feabaa Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kai Kang <kai.kang@windriver.com>
|
||||||
|
Date: Wed, 6 Dec 2023 10:24:46 +0800
|
||||||
|
Subject: [PATCH] lvm2: 2.03.16 -> 2.03.22
|
||||||
|
|
||||||
|
Not check python modules pyudev and dbus during configure that they are runtime
|
||||||
|
dependencies. Deal with them in the package config setting in the recipe.
|
||||||
|
|
||||||
|
Remove $(DESTDIR) from install destination that it is not suitable for oe. And
|
||||||
|
no generate python cache files too.
|
||||||
|
|
||||||
|
Upstream-Status: Pending [oe specific]
|
||||||
|
|
||||||
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
|
---
|
||||||
|
configure.ac | 4 ++--
|
||||||
|
daemons/lvmdbusd/Makefile.in | 6 ++----
|
||||||
|
2 files changed, 4 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 9dfdcfe01..fcf5c8b78 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1282,8 +1282,8 @@ AS_IF([test "$BUILD_LVMDBUSD" = "yes"], [
|
||||||
|
AS_IF([test "$PYTHON3_BINDINGS" = "yes"], [PYTHON_BINDINGS="yes"])
|
||||||
|
|
||||||
|
# To get this macro, install autoconf-archive package then run autoreconf
|
||||||
|
- AX_PYTHON_MODULE([pyudev], [Required], python3)
|
||||||
|
- AX_PYTHON_MODULE([dbus], [Required], python3)
|
||||||
|
+ # AX_PYTHON_MODULE([pyudev], [Required], python3)
|
||||||
|
+ # AX_PYTHON_MODULE([dbus], [Required], python3)
|
||||||
|
])
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
diff --git a/daemons/lvmdbusd/Makefile.in b/daemons/lvmdbusd/Makefile.in
|
||||||
|
index 08b061fb2..e2b1c3209 100644
|
||||||
|
--- a/daemons/lvmdbusd/Makefile.in
|
||||||
|
+++ b/daemons/lvmdbusd/Makefile.in
|
||||||
|
@@ -16,7 +16,7 @@ top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = @top_builddir@
|
||||||
|
|
||||||
|
lvmdbuspydir = $(python3dir)/lvmdbusd
|
||||||
|
-lvmdbusdir = $(DESTDIR)$(lvmdbuspydir)
|
||||||
|
+lvmdbusdir = $(lvmdbuspydir)
|
||||||
|
|
||||||
|
LVMDBUS_SRCDIR_FILES = \
|
||||||
|
automatedproperties.py \
|
||||||
|
@@ -55,11 +55,9 @@ install_lvmdbusd: $(LVMDBUSD)
|
||||||
|
$(SHOW) " [INSTALL] $<"
|
||||||
|
$(Q) $(INSTALL_DIR) $(sbindir)
|
||||||
|
$(Q) $(INSTALL_SCRIPT) $(LVMDBUSD) $(sbindir)
|
||||||
|
- $(Q) $(INSTALL_DIR) $(lvmdbusdir) $(lvmdbusdir)/__pycache__
|
||||||
|
+ $(Q) $(INSTALL_DIR) $(lvmdbusdir)
|
||||||
|
$(Q) (cd $(srcdir); $(INSTALL_DATA) $(LVMDBUS_SRCDIR_FILES) $(lvmdbusdir))
|
||||||
|
$(Q) $(INSTALL_DATA) $(LVMDBUS_BUILDDIR_FILES) $(lvmdbusdir)
|
||||||
|
- $(Q) PYTHON=$(PYTHON3) $(PYCOMPILE) --destdir "$(DESTDIR)" --basedir "$(lvmdbuspydir)" $(LVMDBUS_SRCDIR_FILES) $(LVMDBUS_BUILDDIR_FILES)
|
||||||
|
- $(Q) $(CHMOD) 444 $(lvmdbusdir)/__pycache__/*.py[co]
|
||||||
|
|
||||||
|
install_lvm2: install_lvmdbusd
|
||||||
|
|
54
meta-citadel/recipes-support/minijail/minijail_git.bb
Normal file
54
meta-citadel/recipes-support/minijail/minijail_git.bb
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
# Recipe created by recipetool
|
||||||
|
# This is the basis of a recipe and may need further editing in order to be fully functional.
|
||||||
|
# (Feel free to remove these comments when editing.)
|
||||||
|
|
||||||
|
SUMMARY = "A set of tools for Minijail"
|
||||||
|
HOMEPAGE = "https://google.github.io/minijail/"
|
||||||
|
# NOTE: License in setup.py/PKGINFO is: Apache License 2.0
|
||||||
|
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
|
||||||
|
# your responsibility to verify that the values are complete and correct.
|
||||||
|
#
|
||||||
|
# The following license files were not able to be identified and are
|
||||||
|
# represented as "Unknown" below, you will need to check them yourself:
|
||||||
|
# LICENSE
|
||||||
|
# NOTE: Original package / source metadata indicates license is: Apache-2.0
|
||||||
|
#
|
||||||
|
# NOTE: multiple licenses have been detected; they have been separated with &
|
||||||
|
# in the LICENSE value for now since it is a reasonable assumption that all
|
||||||
|
# of the licenses apply. If instead there is a choice between the multiple
|
||||||
|
# licenses then you should change the value to separate the licenses with |
|
||||||
|
# instead of &. If there is any doubt, check the accompanying documentation
|
||||||
|
# to determine which situation is applicable.
|
||||||
|
LICENSE = "Apache-2.0 & Proprietary"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2089bcf649ce83dde9493f497237833a \
|
||||||
|
file://MODULE_LICENSE_BSD;md5=d41d8cd98f00b204e9800998ecf8427e"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/google/minijail.git;protocol=https;branch=main"
|
||||||
|
|
||||||
|
# Modify these as desired
|
||||||
|
PV = "0.12+git"
|
||||||
|
SRCREV = "3ce72e092f1ea94edc74545cd29df297e503d4fa"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
DEPENDS = "libcap"
|
||||||
|
|
||||||
|
do_configure () {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
|
do_compile () {
|
||||||
|
oe_runmake LIBDIR=${libdir}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install () {
|
||||||
|
install -d ${D}${libdir}
|
||||||
|
install -d ${D}${libexecdir}
|
||||||
|
|
||||||
|
install -m 0755 ${S}/libminijail.so ${D}${libdir}
|
||||||
|
install -m 0755 ${S}/libminijailpreload.so ${D}${libdir}
|
||||||
|
install -m 0755 ${S}/minijail0 ${D}${libexecdir}
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES:${PN}-dev = ""
|
||||||
|
FILES:${PN} = "/"
|
@@ -1,39 +0,0 @@
|
|||||||
From d24dc9bebaefbd8abf32707bad5efc0c811c0cd4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Date: Wed, 18 Jan 2023 13:04:56 -0800
|
|
||||||
Subject: [PATCH] Fix -Wincompatible-function-pointer-types
|
|
||||||
|
|
||||||
Fixes warnings with clang16
|
|
||||||
testfile.c:576:31: error: incompatible function pointer types passing 'PRInt32 (void *)' (aka 'int (void *)') to parameter of type 'void (*)(void *)' [-Wincompatible-function-pointe r-types]
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
---
|
|
||||||
pr/tests/testfile.c | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/pr/tests/testfile.c b/pr/tests/testfile.c
|
|
||||||
index 79d8a05..42aa6a7 100644
|
|
||||||
--- a/pr/tests/testfile.c
|
|
||||||
+++ b/pr/tests/testfile.c
|
|
||||||
@@ -123,7 +123,7 @@ PRThread* create_new_thread(PRThreadType type,
|
|
||||||
if (native_thread) {
|
|
||||||
#if defined(_PR_PTHREADS)
|
|
||||||
pthread_t tid;
|
|
||||||
- if (!pthread_create(&tid, NULL, start, arg)) {
|
|
||||||
+ if (!pthread_create(&tid, NULL, (void*(*)(void*))start, arg)) {
|
|
||||||
return((PRThread *) tid);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
@@ -573,7 +573,7 @@ static PRInt32 RunDirTest(void)
|
|
||||||
|
|
||||||
thrarg.done= 0;
|
|
||||||
t = create_new_thread(PR_USER_THREAD,
|
|
||||||
- DirTest, &thrarg,
|
|
||||||
+ (void (*)(void *))DirTest, &thrarg,
|
|
||||||
PR_PRIORITY_NORMAL,
|
|
||||||
PR_LOCAL_THREAD,
|
|
||||||
PR_UNJOINABLE_THREAD,
|
|
||||||
--
|
|
||||||
2.39.1
|
|
||||||
|
|
@@ -1,5 +1,7 @@
|
|||||||
Author: Andrei Gherzan <andrei@gherzan.ro>
|
From 63eb483f7feb05917402731d8f21b396630ef202 Mon Sep 17 00:00:00 2001
|
||||||
Date: Thu Feb 9 00:03:38 2012 +0200
|
From: Andrei Gherzan <andrei@gherzan.ro>
|
||||||
|
Date: Thu, 9 Feb 2012 00:03:38 +0200
|
||||||
|
Subject: [PATCH] remove rpath from tests
|
||||||
|
|
||||||
Avoid QA warnings by removing hardcoded rpath from binaries.
|
Avoid QA warnings by removing hardcoded rpath from binaries.
|
||||||
|
|
||||||
@@ -8,14 +10,18 @@ WARNING: QA Issue: package nspr contains bad RPATH {builddir}/tmp/work/armv5te-p
|
|||||||
in file {builddir}/tmp/work/armv5te-poky-linux-gnueabi/nspr-4.8.9-r1/packages-split/nspr/usr/lib/nspr/tests/multiwait
|
in file {builddir}/tmp/work/armv5te-poky-linux-gnueabi/nspr-4.8.9-r1/packages-split/nspr/usr/lib/nspr/tests/multiwait
|
||||||
[...]
|
[...]
|
||||||
|
|
||||||
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
|
||||||
Index: nspr/pr/tests/Makefile.in
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
||||||
===================================================================
|
---
|
||||||
--- nspr.orig/pr/tests/Makefile.in
|
pr/tests/Makefile.in | 2 +-
|
||||||
+++ nspr/pr/tests/Makefile.in
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
@@ -316,7 +316,7 @@ ifeq ($(OS_ARCH), SunOS)
|
|
||||||
|
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
|
||||||
|
index 20e2f99..56c73e1 100644
|
||||||
|
--- a/pr/tests/Makefile.in
|
||||||
|
+++ b/pr/tests/Makefile.in
|
||||||
|
@@ -260,7 +260,7 @@ ifeq ($(OS_ARCH), SunOS)
|
||||||
endif # SunOS
|
endif # SunOS
|
||||||
|
|
||||||
ifeq (,$(filter-out Linux GNU GNU_%,$(OS_ARCH)))
|
ifeq (,$(filter-out Linux GNU GNU_%,$(OS_ARCH)))
|
||||||
@@ -24,3 +30,6 @@ Index: nspr/pr/tests/Makefile.in
|
|||||||
ifeq ($(USE_PTHREADS),1)
|
ifeq ($(USE_PTHREADS),1)
|
||||||
EXTRA_LIBS = -lpthread
|
EXTRA_LIBS = -lpthread
|
||||||
endif
|
endif
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,21 +1,24 @@
|
|||||||
Fix build failure on x86_64
|
From f68f2535e98231ab362b6bbbe7cc4718b2c72aa9 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Robert Yang <liezhi.yang@windriver.com>
|
||||||
|
Date: Tue, 31 Dec 2024 10:25:15 +0800
|
||||||
|
Subject: [PATCH] Fix build failure on x86_64
|
||||||
|
|
||||||
When the target_cpu is x86_64, we should assume that the pkg uses 64bit,
|
When the target_cpu is x86_64, we should assume that the pkg uses 64bit,
|
||||||
only if USE_N32 is set, we can assume that the pkg uses 32bit. It used a
|
only if USE_N32 is set, we can assume that the pkg uses 32bit. It used a
|
||||||
opposite logic before.
|
opposite logic before.
|
||||||
|
|
||||||
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
---
|
|
||||||
configure.in | 12 ++++++------
|
|
||||||
1 files changed, 6 insertions(+), 6 deletions(-)
|
|
||||||
|
|
||||||
Index: nspr/configure.in
|
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
|
||||||
===================================================================
|
---
|
||||||
--- nspr.orig/configure.in
|
configure.in | 16 ++++++----------
|
||||||
+++ nspr/configure.in
|
1 file changed, 6 insertions(+), 10 deletions(-)
|
||||||
@@ -1875,28 +1875,24 @@ tools are selected during the Xcode/Deve
|
|
||||||
|
diff --git a/configure.in b/configure.in
|
||||||
|
index 1a3e489..04419d9 100644
|
||||||
|
--- a/configure.in
|
||||||
|
+++ b/configure.in
|
||||||
|
@@ -1590,28 +1590,24 @@ tools are selected during the Xcode/Developer Tools installation.])
|
||||||
PR_MD_ASFILES=os_Linux_ia64.s
|
PR_MD_ASFILES=os_Linux_ia64.s
|
||||||
;;
|
;;
|
||||||
x86_64)
|
x86_64)
|
||||||
@@ -49,4 +52,7 @@ Index: nspr/configure.in
|
|||||||
- PR_MD_ASFILES=os_Linux_ppc.s
|
- PR_MD_ASFILES=os_Linux_ppc.s
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,21 +1,23 @@
|
|||||||
From 4760065a58153e4dae24e4e437a5136592c624bc Mon Sep 17 00:00:00 2001
|
From 09a67d3945f1fde8372532ef2e19af20db2112cd Mon Sep 17 00:00:00 2001
|
||||||
From: Marek Vasut <marex@denx.de>
|
From: Marek Vasut <marex@denx.de>
|
||||||
Date: Sat, 30 Jan 2016 07:18:02 +0100
|
Date: Sat, 30 Jan 2016 07:18:02 +0100
|
||||||
Subject: [PATCH] Add nios2 support
|
Subject: [PATCH] Add nios2 support
|
||||||
|
|
||||||
Add support for the nios2 CPU.
|
Add support for the nios2 CPU.
|
||||||
|
|
||||||
Signed-off-by: Marek Vasut <marex@denx.de>
|
|
||||||
Upstream-Status: Submitted [ https://bugzilla.mozilla.org/show_bug.cgi?id=1244421 ]
|
Upstream-Status: Submitted [ https://bugzilla.mozilla.org/show_bug.cgi?id=1244421 ]
|
||||||
|
|
||||||
|
Signed-off-by: Marek Vasut <marex@denx.de>
|
||||||
---
|
---
|
||||||
pr/include/md/_linux.cfg | 45 +++++++++++++++++++++++++++++++++++
|
pr/include/md/_linux.cfg | 45 ++++++++++++++++++++++++++++++++++++++++
|
||||||
pr/include/md/_linux.h | 4 +++-
|
pr/include/md/_linux.h | 4 +++-
|
||||||
2 files changed, 48 insertions(+), 1 deletion(-)
|
2 files changed, 48 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
|
||||||
|
index 009d5e5..77c13df 100644
|
||||||
--- a/pr/include/md/_linux.cfg
|
--- a/pr/include/md/_linux.cfg
|
||||||
+++ b/pr/include/md/_linux.cfg
|
+++ b/pr/include/md/_linux.cfg
|
||||||
@@ -975,6 +975,51 @@
|
@@ -979,6 +979,51 @@
|
||||||
#define PR_BYTES_PER_WORD_LOG2 2
|
#define PR_BYTES_PER_WORD_LOG2 2
|
||||||
#define PR_BYTES_PER_DWORD_LOG2 3
|
#define PR_BYTES_PER_DWORD_LOG2 3
|
||||||
|
|
||||||
@@ -67,6 +69,8 @@ Upstream-Status: Submitted [ https://bugzilla.mozilla.org/show_bug.cgi?id=124442
|
|||||||
#elif defined(__or1k__)
|
#elif defined(__or1k__)
|
||||||
|
|
||||||
#undef IS_LITTLE_ENDIAN
|
#undef IS_LITTLE_ENDIAN
|
||||||
|
diff --git a/pr/include/md/_linux.h b/pr/include/md/_linux.h
|
||||||
|
index ad57d08..45a2231 100644
|
||||||
--- a/pr/include/md/_linux.h
|
--- a/pr/include/md/_linux.h
|
||||||
+++ b/pr/include/md/_linux.h
|
+++ b/pr/include/md/_linux.h
|
||||||
@@ -55,6 +55,8 @@
|
@@ -55,6 +55,8 @@
|
||||||
@@ -78,7 +82,7 @@ Upstream-Status: Submitted [ https://bugzilla.mozilla.org/show_bug.cgi?id=124442
|
|||||||
#elif defined(__or1k__)
|
#elif defined(__or1k__)
|
||||||
#define _PR_SI_ARCHITECTURE "or1k"
|
#define _PR_SI_ARCHITECTURE "or1k"
|
||||||
#elif defined(__riscv) && (__riscv_xlen == 32)
|
#elif defined(__riscv) && (__riscv_xlen == 32)
|
||||||
@@ -143,7 +145,7 @@ extern PRInt32 _PR_x86_64_AtomicSet(PRIn
|
@@ -143,7 +145,7 @@ extern PRInt32 _PR_x86_64_AtomicSet(PRInt32 *val, PRInt32 newval);
|
||||||
#define _MD_ATOMIC_SET _PR_x86_64_AtomicSet
|
#define _MD_ATOMIC_SET _PR_x86_64_AtomicSet
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -87,3 +91,6 @@ Upstream-Status: Submitted [ https://bugzilla.mozilla.org/show_bug.cgi?id=124442
|
|||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
/* Use GCC built-in functions */
|
/* Use GCC built-in functions */
|
||||||
#define _PR_HAVE_ATOMIC_OPS
|
#define _PR_HAVE_ATOMIC_OPS
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
From 5f6fcaeb0b7a319c8afd32ddb48b3515b63a6c0c Mon Sep 17 00:00:00 2001
|
From e8cab35851949cd4b7498d56978c5e7907841f32 Mon Sep 17 00:00:00 2001
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
Date: Mon, 18 Sep 2017 17:22:43 -0700
|
Date: Mon, 18 Sep 2017 17:22:43 -0700
|
||||||
Subject: [PATCH] md: Fix build with musl
|
Subject: [PATCH] md: Fix build with musl
|
||||||
@@ -7,17 +7,17 @@ The MIPS specific header <sgidefs.h> is not provided by musl
|
|||||||
linux kernel headers provide <asm/sgidefs.h> which has same definitions
|
linux kernel headers provide <asm/sgidefs.h> which has same definitions
|
||||||
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
---
|
---
|
||||||
pr/include/md/_linux.cfg | 2 +-
|
pr/include/md/_linux.cfg | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
|
diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
|
||||||
index aa3af78..899826f 100644
|
index 77c13df..3eb2faf 100644
|
||||||
--- a/pr/include/md/_linux.cfg
|
--- a/pr/include/md/_linux.cfg
|
||||||
+++ b/pr/include/md/_linux.cfg
|
+++ b/pr/include/md/_linux.cfg
|
||||||
@@ -511,7 +511,7 @@
|
@@ -515,7 +515,7 @@
|
||||||
#error "Unknown MIPS endianness."
|
#error "Unknown MIPS endianness."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -26,3 +26,6 @@ index aa3af78..899826f 100644
|
|||||||
|
|
||||||
#define IS_64
|
#define IS_64
|
||||||
|
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
From 8a592e4ead4ed6befe6044da3dd2dc7523c33905 Mon Sep 17 00:00:00 2001
|
From 161c955f32dd350413de076b7cad588fa4bdc4de Mon Sep 17 00:00:00 2001
|
||||||
From: Mingli Yu <Mingli.Yu@windriver.com>
|
From: Mingli Yu <Mingli.Yu@windriver.com>
|
||||||
Date: Fri, 16 Nov 2018 13:52:49 +0800
|
Date: Fri, 16 Nov 2018 13:52:49 +0800
|
||||||
Subject: [PATCH] Makefile.in: remove _BUILD_STRING and _BUILD_TIME
|
Subject: [PATCH] Makefile.in: remove _BUILD_STRING and _BUILD_TIME
|
||||||
@@ -23,10 +23,10 @@ Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
|
|||||||
4 files changed, 4 insertions(+), 28 deletions(-)
|
4 files changed, 4 insertions(+), 28 deletions(-)
|
||||||
|
|
||||||
diff --git a/lib/ds/Makefile.in b/lib/ds/Makefile.in
|
diff --git a/lib/ds/Makefile.in b/lib/ds/Makefile.in
|
||||||
index e737791..b578476 100644
|
index fa8c783..74b4bdd 100644
|
||||||
--- a/lib/ds/Makefile.in
|
--- a/lib/ds/Makefile.in
|
||||||
+++ b/lib/ds/Makefile.in
|
+++ b/lib/ds/Makefile.in
|
||||||
@@ -114,13 +114,7 @@ GARBAGE += $(TINC)
|
@@ -104,13 +104,7 @@ GARBAGE += $(TINC)
|
||||||
|
|
||||||
$(TINC):
|
$(TINC):
|
||||||
@$(MAKE_OBJDIR)
|
@$(MAKE_OBJDIR)
|
||||||
@@ -42,10 +42,10 @@ index e737791..b578476 100644
|
|||||||
|
|
||||||
$(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC)
|
$(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC)
|
||||||
diff --git a/lib/libc/src/Makefile.in b/lib/libc/src/Makefile.in
|
diff --git a/lib/libc/src/Makefile.in b/lib/libc/src/Makefile.in
|
||||||
index e8a6d9f..978ed28 100644
|
index 9ef2007..21abd6f 100644
|
||||||
--- a/lib/libc/src/Makefile.in
|
--- a/lib/libc/src/Makefile.in
|
||||||
+++ b/lib/libc/src/Makefile.in
|
+++ b/lib/libc/src/Makefile.in
|
||||||
@@ -116,13 +116,7 @@ GARBAGE += $(TINC)
|
@@ -106,13 +106,7 @@ GARBAGE += $(TINC)
|
||||||
|
|
||||||
$(TINC):
|
$(TINC):
|
||||||
@$(MAKE_OBJDIR)
|
@$(MAKE_OBJDIR)
|
||||||
@@ -61,10 +61,10 @@ index e8a6d9f..978ed28 100644
|
|||||||
|
|
||||||
$(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC)
|
$(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC)
|
||||||
diff --git a/lib/prstreams/Makefile.in b/lib/prstreams/Makefile.in
|
diff --git a/lib/prstreams/Makefile.in b/lib/prstreams/Makefile.in
|
||||||
index aeb2944..f318097 100644
|
index 5865ab8..a00d20c 100644
|
||||||
--- a/lib/prstreams/Makefile.in
|
--- a/lib/prstreams/Makefile.in
|
||||||
+++ b/lib/prstreams/Makefile.in
|
+++ b/lib/prstreams/Makefile.in
|
||||||
@@ -116,13 +116,7 @@ endif
|
@@ -102,13 +102,7 @@ endif
|
||||||
|
|
||||||
$(TINC):
|
$(TINC):
|
||||||
@$(MAKE_OBJDIR)
|
@$(MAKE_OBJDIR)
|
||||||
@@ -80,10 +80,10 @@ index aeb2944..f318097 100644
|
|||||||
|
|
||||||
$(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC)
|
$(OBJDIR)/plvrsion.$(OBJ_SUFFIX): plvrsion.c $(TINC)
|
||||||
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
|
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
|
||||||
index 19c5a69..b4ac31c 100644
|
index a9e86f5..bbcbb67 100644
|
||||||
--- a/pr/src/Makefile.in
|
--- a/pr/src/Makefile.in
|
||||||
+++ b/pr/src/Makefile.in
|
+++ b/pr/src/Makefile.in
|
||||||
@@ -326,13 +326,7 @@ GARBAGE += $(TINC)
|
@@ -291,13 +291,7 @@ GARBAGE += $(TINC)
|
||||||
|
|
||||||
$(TINC):
|
$(TINC):
|
||||||
@$(MAKE_OBJDIR)
|
@$(MAKE_OBJDIR)
|
||||||
@@ -99,5 +99,5 @@ index 19c5a69..b4ac31c 100644
|
|||||||
|
|
||||||
$(OBJDIR)/prvrsion.$(OBJ_SUFFIX): prvrsion.c $(TINC)
|
$(OBJDIR)/prvrsion.$(OBJ_SUFFIX): prvrsion.c $(TINC)
|
||||||
--
|
--
|
||||||
2.7.4
|
2.25.1
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
From 13e9d66c24d1dce5179805ae5e1bf940409b4914 Mon Sep 17 00:00:00 2001
|
From 88bf2abc07ae56ed1bcc9e915add0b3d9ed66c7b Mon Sep 17 00:00:00 2001
|
||||||
From: Mingli Yu <mingli.yu@windriver.com>
|
From: Mingli Yu <mingli.yu@windriver.com>
|
||||||
Date: Wed, 10 Aug 2022 15:21:07 +0800
|
Date: Wed, 10 Aug 2022 15:21:07 +0800
|
||||||
Subject: [PATCH] config/nspr-config.in: don't pass LDFLAGS
|
Subject: [PATCH] config/nspr-config.in: don't pass LDFLAGS
|
@@ -6,13 +6,12 @@ LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=6;md5=90c2fdee38e45d
|
|||||||
SECTION = "libs/network"
|
SECTION = "libs/network"
|
||||||
|
|
||||||
SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \
|
SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \
|
||||||
file://remove-rpath-from-tests.patch \
|
file://0001-remove-rpath-from-tests.patch \
|
||||||
file://fix-build-on-x86_64.patch \
|
file://0002-Fix-build-failure-on-x86_64.patch \
|
||||||
file://0002-Add-nios2-support.patch \
|
file://0003-Add-nios2-support.patch \
|
||||||
file://0001-md-Fix-build-with-musl.patch \
|
file://0004-md-Fix-build-with-musl.patch \
|
||||||
file://Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch \
|
file://0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch \
|
||||||
file://0001-config-nspr-config.in-don-t-pass-LDFLAGS.patch \
|
file://0006-config-nspr-config.in-don-t-pass-LDFLAGS.patch \
|
||||||
file://0001-Fix-Wincompatible-function-pointer-types.patch \
|
|
||||||
file://nspr.pc.in \
|
file://nspr.pc.in \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -24,7 +23,7 @@ CACHED_CONFIGUREVARS:append:libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
|
|||||||
UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
|
UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
|
||||||
UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
|
UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "7ea3297ea5969b5d25a5dd8d47f2443cda88e9ee746301f6e1e1426f8a6abc8f"
|
SRC_URI[sha256sum] = "55dec317f1401cd2e5dba844d340b930ab7547f818179a4002bce62e6f1c6895"
|
||||||
|
|
||||||
CVE_PRODUCT = "netscape_portable_runtime"
|
CVE_PRODUCT = "netscape_portable_runtime"
|
||||||
|
|
||||||
@@ -171,7 +170,7 @@ do_compile:append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -D ${WORKDIR}/nspr.pc.in ${D}${libdir}/pkgconfig/nspr.pc
|
install -D ${UNPACKDIR}/nspr.pc.in ${D}${libdir}/pkgconfig/nspr.pc
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's:NSPRVERSION:${PV}:g' \
|
-e 's:NSPRVERSION:${PV}:g' \
|
||||||
-e 's:OEPREFIX:${prefix}:g' \
|
-e 's:OEPREFIX:${prefix}:g' \
|
@@ -1,64 +0,0 @@
|
|||||||
From 1109c1b8259ad840ac1688d533f76ca268c67b6b Mon Sep 17 00:00:00 2001
|
|
||||||
From: "John M. Schanck" <jschanck@mozilla.com>
|
|
||||||
Date: Sat, 5 Feb 2022 11:12:43 +0000
|
|
||||||
Subject: [PATCH] Bug 1750624 - Pin validation date for PayPalEE test cert.
|
|
||||||
r=nss-reviewers,bbeurdouche,rrelyea
|
|
||||||
|
|
||||||
Differential Revision: https://phabricator.services.mozilla.com/D136289
|
|
||||||
|
|
||||||
--HG--
|
|
||||||
extra : moz-landing-system : lando
|
|
||||||
|
|
||||||
Upstream-Status: Backport
|
|
||||||
|
|
||||||
---
|
|
||||||
tests/chains/chains.sh | 6 +++++-
|
|
||||||
tests/chains/scenarios/realcerts.cfg | 1 +
|
|
||||||
2 files changed, 6 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/tests/chains/chains.sh b/tests/chains/chains.sh
|
|
||||||
index 32c7ef54c..e13ae52f9 100755
|
|
||||||
--- a/nss/tests/chains/chains.sh
|
|
||||||
+++ b/nss/tests/chains/chains.sh
|
|
||||||
@@ -917,7 +917,7 @@ verify_cert()
|
|
||||||
done
|
|
||||||
|
|
||||||
VFY_OPTS_TNAME="${DB_OPT} ${ENGINE} ${TRUST_AND_DB_OPT} ${REV_OPTS} ${FETCH_OPT} ${USAGE_OPT} ${POLICY_OPT} ${TRUST_OPT}"
|
|
||||||
- VFY_OPTS_ALL="${DB_OPT} ${ENGINE} -vv ${TRUST_AND_DB_OPT} ${REV_OPTS} ${FETCH_OPT} ${USAGE_OPT} ${POLICY_OPT} ${VFY_CERTS} ${TRUST_OPT}"
|
|
||||||
+ VFY_OPTS_ALL="${DB_OPT} ${ENGINE} -vv ${VFY_TIME_OPT} ${TRUST_AND_DB_OPT} ${REV_OPTS} ${FETCH_OPT} ${USAGE_OPT} ${POLICY_OPT} ${VFY_CERTS} ${TRUST_OPT}"
|
|
||||||
|
|
||||||
TESTNAME="Verifying certificate(s) ${VFY_LIST} with flags ${VFY_OPTS_TNAME}"
|
|
||||||
echo "${SCRIPTNAME}: ${TESTNAME}"
|
|
||||||
@@ -1118,6 +1118,7 @@ parse_config()
|
|
||||||
;;
|
|
||||||
"verify")
|
|
||||||
VERIFY="${VALUE}"
|
|
||||||
+ VFY_TIME_OPT=
|
|
||||||
TRUST=
|
|
||||||
TRUST_AND_DB=
|
|
||||||
POLICY=
|
|
||||||
@@ -1126,6 +1127,9 @@ parse_config()
|
|
||||||
REV_OPTS=
|
|
||||||
USAGE_OPT=
|
|
||||||
;;
|
|
||||||
+ "at_time")
|
|
||||||
+ VFY_TIME_OPT="-b ${VALUE}"
|
|
||||||
+ ;;
|
|
||||||
"cert")
|
|
||||||
VERIFY="${VERIFY} ${VALUE}"
|
|
||||||
;;
|
|
||||||
diff --git a/tests/chains/scenarios/realcerts.cfg b/tests/chains/scenarios/realcerts.cfg
|
|
||||||
index 305443fc3..f8b0fc452 100644
|
|
||||||
--- a/nss/tests/chains/scenarios/realcerts.cfg
|
|
||||||
+++ b/nss/tests/chains/scenarios/realcerts.cfg
|
|
||||||
@@ -22,6 +22,7 @@ verify TestUser51:x
|
|
||||||
|
|
||||||
verify PayPalEE:x
|
|
||||||
policy OID.2.16.840.1.114412.2.1
|
|
||||||
+ at_time 2201010000Z
|
|
||||||
result pass
|
|
||||||
|
|
||||||
verify BrAirWaysBadSig:x
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
@@ -1,24 +1,24 @@
|
|||||||
From 919fc5d674fae99fe21ba1351d98b75e466f425f Mon Sep 17 00:00:00 2001
|
From c15470d6b52986a8e41f9be4579c88ed80413b44 Mon Sep 17 00:00:00 2001
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
Date: Wed, 22 Feb 2017 11:36:11 +0200
|
Date: Wed, 22 Feb 2017 11:36:11 +0200
|
||||||
Subject: [PATCH] nss: fix support cross compiling
|
Subject: [PATCH] nss: fix support cross compiling
|
||||||
|
|
||||||
Let some make variables be assigned from outside makefile.
|
Let some make variables be assigned from outside makefile.
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [configuration]
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
|
|
||||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
nss/coreconf/arch.mk | 2 +-
|
nss/coreconf/arch.mk | 4 ++--
|
||||||
nss/lib/freebl/Makefile | 6 ++++++
|
nss/lib/freebl/Makefile | 6 ++++++
|
||||||
2 files changed, 7 insertions(+), 1 deletion(-)
|
2 files changed, 8 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/nss/coreconf/arch.mk b/nss/coreconf/arch.mk
|
diff --git a/nss/coreconf/arch.mk b/nss/coreconf/arch.mk
|
||||||
index 2012d18..78fca62 100644
|
index 711d19d..a163d24 100644
|
||||||
--- a/nss/coreconf/arch.mk
|
--- a/nss/coreconf/arch.mk
|
||||||
+++ b/nss/coreconf/arch.mk
|
+++ b/nss/coreconf/arch.mk
|
||||||
@@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s)
|
@@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s))
|
||||||
# Attempt to differentiate between sparc and x86 Solaris
|
# Attempt to differentiate between sparc and x86 Solaris
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -31,9 +31,9 @@ index 2012d18..78fca62 100644
|
|||||||
+ OS_RELEASE ?= $(shell uname -r)
|
+ OS_RELEASE ?= $(shell uname -r)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
|
||||||
diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
|
diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
|
||||||
index 0b8c6f4..b38889f 100644
|
index e744314..0ebfc92 100644
|
||||||
--- a/nss/lib/freebl/Makefile
|
--- a/nss/lib/freebl/Makefile
|
||||||
+++ b/nss/lib/freebl/Makefile
|
+++ b/nss/lib/freebl/Makefile
|
||||||
@@ -36,6 +36,12 @@ ifdef USE_64
|
@@ -36,6 +36,12 @@ ifdef USE_64
|
||||||
@@ -49,3 +49,6 @@ index 0b8c6f4..b38889f 100644
|
|||||||
ifdef USE_ABI32_FPU
|
ifdef USE_ABI32_FPU
|
||||||
DEFINES += -DNSS_USE_ABI32_FPU
|
DEFINES += -DNSS_USE_ABI32_FPU
|
||||||
endif
|
endif
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
From 73edfbdf33fe4e41724e7e947033d8caeec8f3d0 Mon Sep 17 00:00:00 2001
|
From 621023bc696d3d26a4179dbbafb42d79bef1faf9 Mon Sep 17 00:00:00 2001
|
||||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
||||||
Subject: [PATCH] nss:no rpath for cross compiling
|
Subject: [PATCH] nss:no rpath for cross compiling
|
||||||
|
|
||||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
Upstream-Status: Inappropriate [configuration]
|
|
||||||
|
|
||||||
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
---
|
---
|
||||||
nss/cmd/platlibs.mk | 4 ++--
|
nss/cmd/platlibs.mk | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
@@ -26,3 +26,6 @@ index 6401778..e5c4e16 100644
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,14 +1,14 @@
|
|||||||
From 2ce67b1f4b1f582d556ae058da10698bbaa0edc1 Mon Sep 17 00:00:00 2001
|
From 6aec640342088498cb1b0a2e395eb3da297a48b4 Mon Sep 17 00:00:00 2001
|
||||||
From: Ovidiu Panait <ovidiu.panait@windriver.com>
|
From: Ovidiu Panait <ovidiu.panait@windriver.com>
|
||||||
Date: Mon, 13 Jul 2020 12:12:31 +0300
|
Date: Mon, 13 Jul 2020 12:12:31 +0300
|
||||||
Subject: [PATCH] nss: fix incorrect shebang of perl
|
Subject: [PATCH] nss: fix incorrect shebang of perl
|
||||||
|
|
||||||
Replace incorrect shebang of perl with `#!/usr/bin/env perl'.
|
Replace incorrect shebang of perl with `#!/usr/bin/env perl'.
|
||||||
|
|
||||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
|
|
||||||
|
|
||||||
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
|
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
|
||||||
---
|
---
|
||||||
nss/cmd/signver/examples/1/form.pl | 2 +-
|
nss/cmd/signver/examples/1/form.pl | 2 +-
|
||||||
nss/cmd/signver/examples/1/signedForm.pl | 2 +-
|
nss/cmd/signver/examples/1/signedForm.pl | 2 +-
|
||||||
@@ -89,3 +89,6 @@ index f29f60a..850332a 100755
|
|||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
#
|
#
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,7 +1,7 @@
|
|||||||
From f613c9a9107435a40d91329f33f12cfb16927f07 Mon Sep 17 00:00:00 2001
|
From 72c3150300975524bb0001b5a731f077852c95ab Mon Sep 17 00:00:00 2001
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
||||||
Subject: [PATCH] nss,nspr: Add recipes
|
Subject: [PATCH] nss: disable Wvarargs with clang
|
||||||
|
|
||||||
clang 3.9 add this warning to rightly flag undefined
|
clang 3.9 add this warning to rightly flag undefined
|
||||||
behavior, we relegate this to be just a warning instead
|
behavior, we relegate this to be just a warning instead
|
||||||
@@ -20,9 +20,9 @@ see
|
|||||||
https://www.securecoding.cert.org/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+correct+type+to+va_start
|
https://www.securecoding.cert.org/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+correct+type+to+va_start
|
||||||
for more details
|
for more details
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
---
|
---
|
||||||
nss/coreconf/Werror.mk | 2 +-
|
nss/coreconf/Werror.mk | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
@@ -40,3 +40,6 @@ index a569a49..687fe58 100644
|
|||||||
# -Wno-parentheses-equality : because clang warns about macro expansions
|
# -Wno-parentheses-equality : because clang warns about macro expansions
|
||||||
WARNING_CFLAGS += $(call disable_warning,parentheses-equality)
|
WARNING_CFLAGS += $(call disable_warning,parentheses-equality)
|
||||||
ifdef BUILD_OPT
|
ifdef BUILD_OPT
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,22 +1,22 @@
|
|||||||
From cbd367160338847b28fc801a12c74f1c8b5b03ee Mon Sep 17 00:00:00 2001
|
From 5935755eef43ac7cb8f4567e7bed5892180f954c Mon Sep 17 00:00:00 2001
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
||||||
Subject: [PATCH] nss does not build on mips with clang because wrong types are
|
Subject: [PATCH] nss: does not build on mips with clang because wrong types
|
||||||
used?
|
are used
|
||||||
|
|
||||||
pqg.c:339:16: error: comparison of constant 18446744073709551615 with expression of type 'unsigned long' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
|
pqg.c:339:16: error: comparison of constant 18446744073709551615 with expression of type 'unsigned long' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
|
||||||
if (addend < MP_DIGIT_MAX) {
|
if (addend < MP_DIGIT_MAX) {
|
||||||
~~~~~~ ^ ~~~~~~~~~~~~
|
~~~~~~ ^ ~~~~~~~~~~~~
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
---
|
---
|
||||||
nss/lib/freebl/pqg.c | 4 ++--
|
nss/lib/freebl/pqg.c | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/nss/lib/freebl/pqg.c b/nss/lib/freebl/pqg.c
|
diff --git a/nss/lib/freebl/pqg.c b/nss/lib/freebl/pqg.c
|
||||||
index 1b03278..ad895b7 100644
|
index 62d46b5..8c8665d 100644
|
||||||
--- a/nss/lib/freebl/pqg.c
|
--- a/nss/lib/freebl/pqg.c
|
||||||
+++ b/nss/lib/freebl/pqg.c
|
+++ b/nss/lib/freebl/pqg.c
|
||||||
@@ -326,8 +326,8 @@ generate_h_candidate(SECItem *hit, mp_int *H)
|
@@ -326,8 +326,8 @@ generate_h_candidate(SECItem *hit, mp_int *H)
|
||||||
@@ -30,3 +30,6 @@ index 1b03278..ad895b7 100644
|
|||||||
SECItem *seedout)
|
SECItem *seedout)
|
||||||
{
|
{
|
||||||
mp_int s, sum, modulus, tmp;
|
mp_int s, sum, modulus, tmp;
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
From f9b2b1c738576a17460aebd005f511f427aa1974 Mon Sep 17 00:00:00 2001
|
From 895e76e75dbb993a8f445072c190a9db4ee50d15 Mon Sep 17 00:00:00 2001
|
||||||
From: Wenzong Fan <wenzong.fan@windriver.com>
|
From: Wenzong Fan <wenzong.fan@windriver.com>
|
||||||
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
Date: Sat, 7 Mar 2020 08:34:02 -0800
|
||||||
Subject: [PATCH] Fix nss multilib build on openSUSE 11.x 32bit
|
Subject: [PATCH] Fix nss multilib build on openSUSE 11.x 32bit
|
||||||
@@ -15,17 +15,15 @@ on host to install built files, it doesn't need any cross-compling or
|
|||||||
multilib build options. Just clean the ARCHFLAG and LDFLAGS to fix this
|
multilib build options. Just clean the ARCHFLAG and LDFLAGS to fix this
|
||||||
error.
|
error.
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [configuration]
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
|
|
||||||
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
|
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
|
||||||
===================================================
|
|
||||||
|
|
||||||
---
|
---
|
||||||
nss/coreconf/nsinstall/Makefile | 7 +++++++
|
nss/coreconf/nsinstall/Makefile | 7 +++++++
|
||||||
1 file changed, 7 insertions(+)
|
1 file changed, 7 insertions(+)
|
||||||
|
|
||||||
diff --git a/nss/coreconf/nsinstall/Makefile b/nss/coreconf/nsinstall/Makefile
|
diff --git a/nss/coreconf/nsinstall/Makefile b/nss/coreconf/nsinstall/Makefile
|
||||||
index 08dfbc2..e97fb5f 100644
|
index 337cbeb..dd77fbe 100644
|
||||||
--- a/nss/coreconf/nsinstall/Makefile
|
--- a/nss/coreconf/nsinstall/Makefile
|
||||||
+++ b/nss/coreconf/nsinstall/Makefile
|
+++ b/nss/coreconf/nsinstall/Makefile
|
||||||
@@ -18,6 +18,13 @@ INTERNAL_TOOLS = 1
|
@@ -18,6 +18,13 @@ INTERNAL_TOOLS = 1
|
||||||
@@ -39,6 +37,9 @@ index 08dfbc2..e97fb5f 100644
|
|||||||
+LDFLAGS =
|
+LDFLAGS =
|
||||||
+# CFLAGS =
|
+# CFLAGS =
|
||||||
+
|
+
|
||||||
ifeq (,$(filter-out OS2 WIN%,$(OS_TARGET)))
|
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||||
PROGRAM =
|
PROGRAM =
|
||||||
TARGETS =
|
TARGETS =
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
From 9937e89c22eb2f2db9a936e7bc4442857b4192f5 Mon Sep 17 00:00:00 2001
|
From 459ee39104228a958a0999e1a7d4c43e4e6fe4f0 Mon Sep 17 00:00:00 2001
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
Date: Wed, 18 Dec 2019 12:29:50 +0100
|
Date: Wed, 18 Dec 2019 12:29:50 +0100
|
||||||
Subject: [PATCH] freebl: add a configure option to disable ARM HW crypto
|
Subject: [PATCH] freebl: add a configure option to disable ARM HW crypto
|
||||||
@@ -7,18 +7,18 @@ Not all current hardware supports it, particularly anything
|
|||||||
prior to armv8 does not.
|
prior to armv8 does not.
|
||||||
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
||||||
|
|
||||||
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
---
|
---
|
||||||
nss/lib/freebl/Makefile | 3 +++
|
nss/lib/freebl/Makefile | 3 +++
|
||||||
nss/lib/freebl/gcm.c | 2 ++
|
nss/lib/freebl/gcm.c | 2 ++
|
||||||
2 files changed, 5 insertions(+)
|
2 files changed, 5 insertions(+)
|
||||||
|
|
||||||
diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
|
diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
|
||||||
index b38889f..4616aac 100644
|
index 0ebfc92..3ee7623 100644
|
||||||
--- a/nss/lib/freebl/Makefile
|
--- a/nss/lib/freebl/Makefile
|
||||||
+++ b/nss/lib/freebl/Makefile
|
+++ b/nss/lib/freebl/Makefile
|
||||||
@@ -139,6 +139,8 @@ endif
|
@@ -142,6 +142,8 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
@@ -27,16 +27,16 @@ index b38889f..4616aac 100644
|
|||||||
ifeq ($(CPU_ARCH),aarch64)
|
ifeq ($(CPU_ARCH),aarch64)
|
||||||
ifdef CC_IS_CLANG
|
ifdef CC_IS_CLANG
|
||||||
DEFINES += -DUSE_HW_AES -DUSE_HW_SHA1 -DUSE_HW_SHA2
|
DEFINES += -DUSE_HW_AES -DUSE_HW_SHA1 -DUSE_HW_SHA2
|
||||||
@@ -180,6 +182,7 @@ endif
|
@@ -183,6 +185,7 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
+endif
|
+endif
|
||||||
|
|
||||||
ifeq ($(OS_TARGET),OSF1)
|
ifeq (,$(filter-out WINNT,$(OS_TARGET)))
|
||||||
DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_NO_MP_WORD
|
ifndef USE_64
|
||||||
diff --git a/nss/lib/freebl/gcm.c b/nss/lib/freebl/gcm.c
|
diff --git a/nss/lib/freebl/gcm.c b/nss/lib/freebl/gcm.c
|
||||||
index ac461b4..04cb180 100644
|
index a2f63a6..743158e 100644
|
||||||
--- a/nss/lib/freebl/gcm.c
|
--- a/nss/lib/freebl/gcm.c
|
||||||
+++ b/nss/lib/freebl/gcm.c
|
+++ b/nss/lib/freebl/gcm.c
|
||||||
@@ -18,6 +18,7 @@
|
@@ -18,6 +18,7 @@
|
||||||
@@ -53,5 +53,5 @@ index ac461b4..04cb180 100644
|
|||||||
#endif
|
#endif
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
/* Forward declarations */
|
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
|
||||||
SECStatus gcm_HashInit_hw(gcmHashContext *ghash);
|
#include <arm_neon.h>
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user