Bobby Rong
62c8de9f54
Merge pull request #173442 from bobby285271/elementary-photos
...
pantheon.elementary-photos: 2.7.4 -> 2.7.5
2022-05-18 13:11:32 +08:00
Bobby Rong
3b0c84bb7a
pantheon.elementary-photos: 2.7.4 -> 2.7.5
2022-05-18 09:50:10 +08:00
Bobby Rong
8dba857896
Merge pull request #173336 from bobby285271/switchboard-plug-onlineaccounts
...
pantheon.switchboard-plug-onlineaccounts: 6.4.0 -> 6.5.0
2022-05-18 09:43:49 +08:00
github-actions[bot]
74783b72bc
Merge master into staging-next
2022-05-17 06:01:12 +00:00
Jan Tojnar
277f39afc9
gnomeExtensions.dash-to-dock: 71+date=2022-02-23 → 72
...
Supports GNOME 42.
https://github.com/micheleg/dash-to-dock/compare/extensions.gnome.org-v71...extensions.gnome.org-v72
2022-05-17 07:47:33 +02:00
Bobby Rong
0644f25938
pantheon.switchboard-plug-onlineaccounts: 6.4.0 -> 6.5.0
2022-05-17 09:28:15 +08:00
Vladimír Čunát
89c3a25445
gnome3.adwaita-icon-theme: reduce build parallelism
...
It was repeatedly failing to fork on our aarch64-darwin buildrers:
https://hydra.nixos.org/build/176633576#tabs-buildsteps
2022-05-16 22:52:28 +02:00
Ryan Horiguchi
399a676ada
gnomeExtensions.vitals: remove workaround
2022-05-16 00:00:46 +02:00
piegames
d595d207ba
Merge pull request #173068 : gnomeExtensions: auto-update
2022-05-15 16:01:10 +02:00
Anderson Torres
1d370bd073
Merge pull request #173056 from dwarfmaster/arcan.arcan
...
arcan.arcan: 0.6.1 -> 0.6.1.1
2022-05-14 22:24:43 -03:00
DwarfMaster
d7251c42aa
arcan.arcan: 0.6.1 -> 0.6.1.1
2022-05-15 02:18:36 +02:00
Ryan Horiguchi
ad6f1a577e
gnomeExtensions: auto-update
2022-05-15 00:27:30 +02:00
José Romildo
81ec4af001
xfce.xfce4-terminal: 1.0.2 -> 1.0.3
2022-05-14 11:08:28 -03:00
Bobby Rong
61e657a2fb
Merge pull request #172429 from bobby285271/pantheon
...
Pantheon 7 updates 2022-05-10
2022-05-12 22:45:47 +08:00
Bobby Rong
1764a03b89
pantheon.elementary-greeter: 6.0.2 -> 6.1.0
2022-05-11 09:05:30 +08:00
Bobby Rong
02632f304e
pantheon.elementary-calculator: 1.7.2 -> 2.0.0
2022-05-11 09:02:24 +08:00
Nathan van Doorn
fe66cf22fd
gnome.pomodoro: 20.0 -> 21.1 ( #172147 )
2022-05-11 00:51:42 +02:00
Jan Tojnar
e2eebc3856
Merge pull request #171917 from trofi/fix-fno-common-for-gnome-atomix
...
gnome.atomix: pull upstream fix for -fno-common toolchains
2022-05-09 18:01:04 +02:00
K900
31b1d66bfe
powerdevil: drop ddcutil dependency
2022-05-08 21:29:29 +03:00
Sergei Trofimovich
387d083590
rox-filer: pull upstream fix for -fno-common toolchains
...
Without the change build agaist -fno-common toolchains like upstream
gcc-10 fails as:
$ nix build -L --impure --expr 'with import ./. {}; rox-filer.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
...
ld: session.o:/build/rox-filer-2.11/ROX-Filer/build/../src/session.h:13:
multiple definition of `session_auto_respawn';
main.o:/build/rox-filer-2.11/ROX-Filer/build/../src/session.h:13:
first defined here
While at it normalized local patch against top-level source tree
to ease application of upstream patches as is.
2022-05-08 10:09:54 +01:00
AndersonTorres
d51fa87975
lxde: bring gtk2-x11 to the scope
2022-05-07 20:51:41 -03:00
AndersonTorres
c268cb0725
lxde: refactor
...
To be more in line with the other desktops. Indeed it is strange to look at all
those lxde packages spread over all-packages.nix.
2022-05-07 19:05:38 -03:00
AndersonTorres
e9ebd66bf6
arcan: refactor
...
To be more similar to other expressions (especially XFCE).
2022-05-07 15:12:12 -03:00
AndersonTorres
9331ecf18e
arcan.pipeworld: 0.pre+date=2021-12-03 -> 0.6.1+date=2022-04-03
2022-05-07 15:10:31 -03:00
AndersonTorres
9642a2fe72
arcan.durden: 0.6.1+date=2022-03-11 -> 0.6.1+date=2022-04-16
2022-05-07 15:10:31 -03:00
Jan Tojnar
17b0f145a3
gnome.mutter: 42.0 → 42.1
...
https://gitlab.gnome.org/GNOME/mutter/-/compare/42.0...42.1
2022-05-07 11:39:39 +02:00
Jan Tojnar
d9fed886f3
gnome.gnome-shell-extensions: 42.0 → 42.1
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/42.0...42.1
2022-05-07 11:39:39 +02:00
Jan Tojnar
6f44ed8857
gnome.gnome-shell: 42.0 → 42.1
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/42.0...42.1
2022-05-07 11:39:39 +02:00
Sergei Trofimovich
881d864942
gnome.atomix: pull upstream fix for -fno-common toolchains
...
Without the change build on -fno-common toolchains fails as:
$ nix build --impure --expr 'with import ~/nm {}; gnome.atomix.override { stdenv = clang13Stdenv; }'
ld: src/libatomix.a.p/canvas_helper.c.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'
ld: /nix/store/m4g6lswi75b739cpdx8wfxlfmcazyks9-glibc-2.34-115/lib/libm.so.6: error adding symbols: DSO missing from command line
2022-05-07 07:58:56 +01:00
Jan Tojnar
41b15d2c14
gnome.gnome-control-center: 42.0 → 42.1
...
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/42.0...42.1
2022-05-06 10:52:44 +02:00
Sandro
9541f17a51
Merge pull request #171410 from andrevmatos/kde/plasma
...
kde/plasma: 5.24.4 -> 5.24.5
2022-05-06 00:38:53 +02:00
Jan Tojnar
ec0ae174f8
Revert "networkmanager-applet: rename from networkmanagerapplet"
...
network-manager-applet uses differrent naming scheme from the VPN plug-ins.
Let’s revert to the previous state, for now, to fix eval. We can do the rename later.
This reverts commit cecb014d5d
.
2022-05-04 23:29:42 +02:00
Sandro
7e4329608c
Merge pull request #170952 from SuperSandro2000/firewalld
...
firewalld: init at 1.1.1
2022-05-04 20:51:27 +02:00
Bobby Rong
ac72b18db2
Merge pull request #171471 from bobby285271/pantheon
...
pantheon.switchboard: 6.0.0 -> 6.0.1
2022-05-04 17:35:46 +08:00
Bobby Rong
f908b3e348
pantheon.switchboard: 6.0.0 -> 6.0.1
2022-05-04 09:20:06 +08:00
André Vitor de Lima Matos
c8b8c372f1
kde/plasma: 5.24.4 -> 5.24.5
2022-05-03 12:46:38 -03:00
Bobby Rong
71285d11fd
Merge pull request #170242 from armeenm/libglade-remove-python2
...
gnome2.libglade: remove python2-dependent functionality
2022-05-02 18:32:02 +08:00
Vladimír Čunát
9478ec747c
Merge branch 'staging-next-2022-04-23'
...
Close #169965 : the PR and real 'staging-next' branch contained
extra systemd rebuild that I wanted to avoid in this iteration.
(to save Hydra's work)
2022-05-02 09:12:51 +02:00
José Romildo Malaquias
04073e06ee
Merge pull request #168637 from romildo/upd.lxqt-team
...
lxqt: add maintainers team
2022-05-01 13:51:43 -03:00
José Romildo
417b1c12b2
lxqt: add maintainers team
2022-05-01 13:03:21 -03:00
davidak
cd3a3510dc
Merge pull request #171082 from bobby285271/pantheon
...
pantheon.granite7: init at 7.0.0
2022-05-01 17:56:42 +02:00
davidak
c60375c5db
Merge pull request #168640 from romildo/upd.enlightenment-team
...
enlightenment: add maintainers team
2022-05-01 16:32:36 +02:00
davidak
84bf8a57c1
Merge pull request #168633 from romildo/upd.lumina-team
...
lumina: add maintainers team
2022-05-01 16:27:40 +02:00
Vladimír Čunát
cec6e7362c
Merge branch 'master' into staging-next-2022-04-23
2022-05-01 14:26:52 +02:00
Bobby Rong
b8ef8ac176
pantheon.granite7: init at 7.0.0
2022-05-01 10:04:04 +08:00
Vladimír Čunát
c480cc2895
Merge branch 'master' into staging-next-2022-04-23
2022-04-30 23:02:28 +02:00
Ryan Horiguchi
b9418937ec
gnomeExtensions: auto-update
2022-04-30 17:04:30 +02:00
Ryan Horiguchi
a9e957f076
gnomeExtensions: update-extensions.py fix wrong variable name
2022-04-30 16:35:33 +02:00
R. Ryantm
acfb65116a
gnome.gnome-todo: unstable-2022-03-13 -> unstable-2022-04-07
2022-04-30 11:54:07 +02:00
Sandro Jäckel
cecb014d5d
networkmanager-applet: rename from networkmanagerapplet
2022-04-30 02:26:11 +02:00