Commit graph

13010 commits

Author SHA1 Message Date
Bobby Rong fe3a5a5370
pantheon.gala: 7.1.2 -> 7.1.3
https://github.com/elementary/gala/compare/7.1.2...7.1.3
2023-11-10 07:19:32 +08:00
Alyssa Ross 506dcaabb4 stdenv: fix meson rust cross compilation 2023-11-09 10:02:24 +01:00
Alyssa Ross e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Weijia Wang 9627659c22 Merge branch 'master' into staging-next 2023-11-04 17:27:09 +01:00
R. Ryantm c0a5910229 gnustep.make: 2.9.0 -> 2.9.1 2023-11-04 09:16:30 -07:00
R. Ryantm 32bda178aa gnustep.back: 0.29.0 -> 0.30.0 2023-11-04 09:05:58 -07:00
K900 7ad8b0552a gnustep.base: 1.28.0 -> 1.29.0
Fixes build on staging-next.
2023-11-03 07:10:01 +03:00
github-actions[bot] 29efc257c0
Merge master into staging-next 2023-11-02 18:01:07 +00:00
Bobby Rong 74ff760203
Merge pull request #264816 from bobby285271/upd/xfce
Xfce updates 2023-11-01
2023-11-02 20:49:59 +08:00
Bobby Rong ff97a5cb6f
xfce.thunar-archive-plugin: 0.5.1 -> 0.5.2
https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/compare/thunar-archive-plugin-0.5.1...thunar-archive-plugin-0.5.2
2023-11-01 21:40:22 +08:00
Bobby Rong 2dbb8f3453
xfce.xfconf: 4.18.2 -> 4.18.3
https://gitlab.xfce.org/xfce/xfconf/-/compare/xfconf-4.18.2...xfconf-4.18.3
2023-11-01 21:40:22 +08:00
github-actions[bot] 135430eb60
Merge master into staging-next 2023-10-31 00:02:27 +00:00
Vladimír Čunát 5c89ba8ab4
Merge branch 'master' into staging-next 2023-10-30 06:12:04 +01:00
rewine 0a32ab67b3
deepin.dde-daemon: fix build with ddcutil 2 2023-10-30 10:39:09 +08:00
Bobby Rong fd60b2a5ce
Merge pull request #264230 from Yarny0/xfce-xfconf-fix-segfault
xfce.xfconf: fix xfwm4 segfaults after update to 4.18.2
2023-10-30 07:45:22 +08:00
Yarny0 d58439ed62 xfce.xfconf: fix segfaults after update to 4.18.2
xfconf 4.18.2 suffers a bug in its cache
handling that causes regular segfaults in xfwm:

https://gitlab.xfce.org/xfce/xfconf/-/issues/35

The commit at hand introduces a patch
which will also be part of the next relese.
2023-10-29 18:30:12 +01:00
Loke Gustafsson 8f1f424493 lxqt-openssh-askpass: explicit meta.mainProgram
This removes the deprecation warning when evaluating this derivation.
2023-10-29 16:36:29 +01:00
github-actions[bot] 4791949f6a
Merge master into staging-next 2023-10-28 00:02:23 +00:00
Lily Foster a0923a3f14
arcanPackages.arcan: fix mupdf dependency detection 2023-10-27 19:19:35 -04:00
Peter Hoeg afdff2bbc4 plasma-workspace: 5.27.9 -> 5.27.9.1 2023-10-27 20:49:12 +01:00
github-actions[bot] f0ebfe8b52
Merge master into staging-next 2023-10-27 00:02:24 +00:00
Bobby Rong 99be59bae8
Merge pull request #263617 from bobby285271/upd/pantheon-tweaks
pantheon-tweaks: 1.1.0 -> 1.1.1
2023-10-27 07:01:56 +08:00
github-actions[bot] 96132a216a
Merge master into staging-next 2023-10-26 18:01:02 +00:00
Bobby Rong f652a504da
pantheon-tweaks: 1.1.0 -> 1.1.1
https://github.com/pantheon-tweaks/pantheon-tweaks/compare/1.1.0...1.1.1
2023-10-26 23:49:56 +08:00
Bobby Rong d7355f6735
Merge pull request #263338 from bobby285271/upd/xfce
xfce.thunar: 4.18.7 -> 4.18.8
2023-10-26 21:14:19 +08:00
Vladimír Čunát d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Bobby Rong f25bec0ca0
xfce.thunar: 4.18.7 -> 4.18.8
https://gitlab.xfce.org/xfce/thunar/-/compare/thunar-4.18.7...thunar-4.18.8
2023-10-25 21:12:17 +08:00
K900 c0e2e6952d plasma5: 5.27.8 -> 5.27.9 2023-10-25 10:02:44 +03:00
Maximilian Bosch e4c369b443
Merge pull request #263146 from globin/globin-maintainership
treewide: update globin's maintainership
2023-10-24 16:45:43 +02:00
Bobby Rong 1e386048cc
Merge pull request #262945 from bobby285271/upd/xfce
xfce.xfce4-notifyd: 0.9.2 -> 0.9.3
2023-10-24 20:47:42 +08:00
Robin Gloster e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
Bobby Rong c9a1185765
xfce.xfce4-notifyd: 0.9.2 -> 0.9.3
https://gitlab.xfce.org/apps/xfce4-notifyd/-/compare/xfce4-notifyd-0.9.2...xfce4-notifyd-0.9.3
2023-10-23 22:14:55 +08:00
github-actions[bot] 3d9ca9d8e3
Merge staging-next into staging 2023-10-22 18:01:34 +00:00
Felix Bühler b558ec543f
Merge pull request #262619 from OPNA2608/update/lomiri/deviceinfo
lomiri.deviceinfo: 0.2.0 -> 0.2.1
2023-10-22 17:40:05 +02:00
github-actions[bot] 4312247c19
Merge staging-next into staging 2023-10-22 12:01:52 +00:00
Vladimír Čunát 82b053d6b7
pantheon.switchboard-plug-network: 2.4.4 -> unstable-2023-09-05
https://github.com/elementary/switchboard-plug-network/compare/2.4.4...3b69132788ff8734a481d498b49207e05a4f7d70
2023-10-22 19:47:36 +08:00
Bobby Rong 7ced47e8ed
Merge pull request #262496 from bobby285271/upd/mate
mate.libmateweather: 1.26.1 -> 1.26.2
2023-10-22 19:37:58 +08:00
Bobby Rong 1ef792bc54
Merge pull request #262172 from OPNA2608/fix/mate/indicator-applet_ayatana
mate.mate-indicator-applet: Use Ayatana indicators instead, fix new-s…
2023-10-22 19:36:20 +08:00
OPNA2608 b6de3ceda8 lomiri.deviceinfo: 0.2.0 -> 0.2.1 2023-10-22 00:03:37 +02:00
Bobby Rong ea9cf69215
mate.libmateweather: 1.26.1 -> 1.26.2
https://github.com/mate-desktop/libmateweather/compare/v1.26.1...v1.26.2

While at it:

- Add glib-networking for `Failed to get IWIN forecast data:
  6 TLS/SSL support not available; install glib-networking`
- Add glib and gtk3 to propagatedBuildInputs since they are
  required by mateweather.pc
2023-10-21 19:09:28 +08:00
github-actions[bot] 02a21c89b8
Merge staging-next into staging 2023-10-20 18:01:21 +00:00
Bobby Rong 306bbe45d8
Merge pull request #262094 from bobby285271/upd/xfce
xfce.xfce4-notifyd: 0.8.2 -> 0.9.2
2023-10-20 21:29:49 +08:00
github-actions[bot] b0ec8bbe1d
Merge staging-next into staging 2023-10-20 12:01:55 +00:00
Artturi 508ce53ab4
Merge pull request #262176 from lucasew/zenity-mainprogram 2023-10-20 09:43:33 +03:00
lucasew 9b2213047e zenity: add meta.mainProgram
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-10-19 21:52:15 -03:00
OPNA2608 c7c6805a13 mate.mate-indicator-applet: Use Ayatana indicators instead, fix new-style indicator finding 2023-10-20 02:11:38 +02:00
github-actions[bot] 024144542b
Merge staging-next into staging 2023-10-19 18:01:22 +00:00
Bobby Rong fb8ebe74da
xfce.xfce4-notifyd: 0.8.2 -> 0.9.2
https://gitlab.xfce.org/apps/xfce4-notifyd/-/compare/xfce4-notifyd-0.8.2...xfce4-notifyd-0.9.2
2023-10-19 23:10:58 +08:00
Bobby Rong e56615b569
Merge pull request #261930 from FedericoSchonborn/budgie.budgie-desktop-10.8.2
budgie.budgie-desktop: 10.8.1 -> 10.8.2
2023-10-19 20:57:48 +08:00
Bobby Rong 1aff2bc09a
Merge pull request #261843 from bobby285271/upd/xfce
Xfce updates 2023-10-18
2023-10-19 20:12:09 +08:00
github-actions[bot] bb7c6d7a79
Merge staging-next into staging 2023-10-19 00:02:54 +00:00
Federico Damián Schonborn e5c6a53405
budgie.budgie-desktop: 10.8.1 -> 10.8.2
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-10-18 19:58:45 -03:00
Weijia Wang bc9afe9f95
Merge pull request #261808 from wineee/deepin-compressor
deepin.deepin-compressor: 5.12.18 -> 5.12.20
2023-10-18 22:42:48 +02:00
github-actions[bot] c12ce83e4e
Merge staging-next into staging 2023-10-18 18:01:38 +00:00
Bobby Rong 7a0b201946
xfce.xfce4-terminal: 1.1.0 -> 1.1.1
https://gitlab.xfce.org/apps/xfce4-terminal/-/compare/xfce4-terminal-1.1.0...xfce4-terminal-1.1.1
2023-10-18 21:49:11 +08:00
Bobby Rong b1fa1492e8
xfce.xfce4-dev-tools: 4.18.0 -> 4.18.1
https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/compare/xfce4-dev-tools-4.18.0...xfce4-dev-tools-4.18.1
2023-10-18 20:39:19 +08:00
Bobby Rong f44a99de1e
Merge pull request #261644 from bobby285271/upd/xfce
xfce.xfconf: 4.18.1 -> 4.18.2
2023-10-18 20:37:38 +08:00
rewine 07dbc068f8
deepin.deepin-compressor: 5.12.18 -> 5.12.20 2023-10-18 19:02:56 +08:00
github-actions[bot] 07245b90f3
Merge staging-next into staging 2023-10-18 00:02:49 +00:00
Anderson Torres d4a16c5f02 arcanPackages.pipeworld: unstable-2023-02-05 -> unstable-2023-03-02 2023-10-17 17:55:09 -03:00
Anderson Torres cd7b569f06 arcanPackages.durden: unstable-2023-01-09 -> unstable-2023-08-11 2023-10-17 17:55:09 -03:00
Anderson Torres e02884b214 arcanPackages.cat9: unstable-2023-02-11 -> unstable-2023-06-25 2023-10-17 17:55:09 -03:00
Anderson Torres 734e6355b0 arcanPackages.arcan: 0.6.2.1 -> 0.6.2.1-unstable-2023-10-14
Let's move to experimental things!
2023-10-17 17:55:09 -03:00
github-actions[bot] c99731d9ac
Merge staging-next into staging 2023-10-17 18:01:44 +00:00
Bobby Rong 84f5f8d02c
xfce.xfconf: 4.18.1 -> 4.18.2
https://gitlab.xfce.org/xfce/xfconf/-/compare/xfconf-4.18.1...xfconf-4.18.2
2023-10-17 21:25:36 +08:00
ProminentRetail d8d6827b6a
xfce.catfish: Fix double wrapping resulting in wrong StartupWMClass 2023-10-17 21:14:49 +08:00
Bobby Rong f0536c6093
Merge pull request #261463 from FedericoSchonborn/budgie.budgie-desktop-view-1.3
budgie.budgie-desktop-view: 1.2.1 -> 1.3
2023-10-17 20:49:55 +08:00
Weijia Wang 8531a0f1f4
Merge pull request #261567 from wineee/deepin-terminal-6.0.8
deepin.deepin-terminal: 6.0.7 -> 6.0.8
2023-10-17 09:51:57 +02:00
rewine 742ce38ab1
deepin.deepin-terminal: 6.0.7 -> 6.0.8 2023-10-17 13:19:13 +08:00
Federico Damián Schonborn ca3d069b91
budgie.budgie-desktop-view: 1.2.1 -> 1.3
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-10-16 15:06:46 -03:00
github-actions[bot] ae77d35744
Merge staging-next into staging 2023-10-16 00:03:09 +00:00
Bobby Rong a66c336e87
Merge pull request #261083 from bobby285271/upd/mate
MATE updates 2023-10-14
2023-10-15 21:14:32 +08:00
piegames 23b238fc9b
Revert "gnomeExtensions: Update for GNOME 45" 2023-10-15 13:22:54 +02:00
Fabian Affolter d9b5d78e5f
Merge pull request #260573 from natsukium/distutils-extra
python311Packages.distutils-extra: rename from distutils_extra
2023-10-15 09:58:19 +02:00
Artturi f754085a80
Merge pull request #260174 from OPNA2608/fix/evince-cross 2023-10-15 06:51:52 +03:00
github-actions[bot] 62370ea07d
Merge staging-next into staging 2023-10-15 00:03:07 +00:00
Thomas Tuegel 379c58d97f
Merge pull request #255206 from jansol/plasma-systemsettings-kirigamiaddons 2023-10-14 17:02:31 -05:00
Bobby Rong 1c4d9e4011
mate.mate-system-monitor: 1.26.0 -> 1.26.1
https://github.com/mate-desktop/mate-system-monitor/compare/v1.26.0...v1.26.1
2023-10-14 23:39:06 +08:00
Bobby Rong 146045d51e
mate.caja: 1.26.1 -> 1.26.3
https://github.com/mate-desktop/caja/compare/v1.26.1...v1.26.3
2023-10-14 23:32:54 +08:00
github-actions[bot] 5b761c2ba3
Merge staging-next into staging 2023-10-14 12:01:32 +00:00
piegames 080759b6db
Merge pull request #260458: gnomeExtensions: Update for GNOME 45 2023-10-14 12:08:41 +02:00
github-actions[bot] 49523dec15
Merge staging-next into staging 2023-10-13 06:01:45 +00:00
maxine ee176b5fbb
Merge pull request #260692 from bobby285271/upd/gnome
mutter, gnome-shell: 44.4 → 44.5
2023-10-13 02:55:38 +02:00
Bobby Rong 554dcdfbac
gnome.gnome-shell: 44.4 → 44.5
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.4...44.5
2023-10-12 21:35:12 +08:00
Bobby Rong 04b05a7c97
gnome.mutter: 44.4 → 44.5
https://gitlab.gnome.org/GNOME/mutter/-/compare/44.4...44.5
2023-10-12 21:31:00 +08:00
natsukium 1ecda4bec5
python311Packages.distutils-extra: rename from distutils_extra 2023-10-12 10:50:39 +09:00
github-actions[bot] 630f45884e
Merge staging-next into staging 2023-10-11 18:01:37 +00:00
piegames 817e2ca434 gnomeExtensions: Update for GNOME 45 2023-10-11 17:12:24 +02:00
Bobby Rong 4cf896a425
Merge pull request #260080 from r-ryantm/auto-update/cinnamon.mint-artwork
cinnamon.mint-artwork: 1.7.5 -> 1.7.6
2023-10-11 21:08:19 +08:00
Bobby Rong 16d8d70a2c
cinnamon.cinnamon-gsettings-overrides: Add gsettings-desktop-schemas
To override org.gnome.desktop.interface.
2023-10-10 23:37:55 +08:00
R. Ryantm 051963b199
cinnamon.mint-artwork: 1.7.5 -> 1.7.6
This sets the mono font to DejaVu Sans Mono 10.
2023-10-10 22:06:50 +08:00
github-actions[bot] d384d8bec5
Merge staging-next into staging 2023-10-10 12:02:04 +00:00
OPNA2608 5968bc1abe gnome.evince: Fix cross
Needs build -> build & build -> host pkg-config.
2023-10-10 10:47:51 +02:00
R. Ryantm dee45a49a4 gnomeExtensions.easyScreenCast: 1.7.0 -> 1.7.1 2023-10-10 04:37:37 +00:00
github-actions[bot] e1565d6a86
Merge staging-next into staging 2023-10-09 18:01:36 +00:00
maxine 863f825256
Merge pull request #257745 from r-ryantm/auto-update/gnome.pomodoro
gnome.pomodoro: 0.23.1 -> 0.24.0
2023-10-09 18:21:50 +02:00
github-actions[bot] 81871f4c87
Merge staging-next into staging 2023-10-08 12:01:52 +00:00
Alyssa Ross 182718fecc
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/linux-kernels.nix
2023-10-07 19:52:18 +00:00
Bobby Rong 383b753bba
Merge pull request #259363 from bobby285271/fix/gnome-flashback
gnome.gnome-flashback: Fix x-d-p-gnome launch
2023-10-07 20:56:26 +08:00
Bobby Rong a6f6d24640
Merge pull request #259403 from bobby285271/upd/pantheon
pantheon.elementary-default-settings: Backport pantheon-portals.conf support
2023-10-07 00:07:27 +08:00