Commit graph

10579 commits

Author SHA1 Message Date
R. Ryantm 7e7b96164d gnome.accerciser: 3.38.0 -> 3.40.0 2022-08-02 16:51:36 +02:00
Sandro 33733b1462
Merge pull request #182471 from romildo/fix.enlightenment-scope
enlightenment: make new scope
2022-07-29 18:28:10 +02:00
Sandro e661684c54
Merge pull request #183033 from romildo/fix.lximage-qt
lxqt.lximage-qt: add missing dependence menu-cache
2022-07-29 16:34:21 +02:00
José Romildo 237a7bfdc0 lxqt.lximage-qt: add missing dependence menu-cache
Fixes the error while loading shared libraries: libmenu-cache.so.3: cannot open
shared object file: No such file or directory
2022-07-26 19:42:03 -03:00
github-actions[bot] 19fd1d7e90
Merge master into staging-next 2022-07-26 00:02:26 +00:00
Jan Tojnar 79abc2a487 gnome.sushi: Fix video previews
GStreamer was missing gtksink element.

Fixes: https://github.com/NixOS/nixpkgs/issues/182542
2022-07-25 20:06:40 +02:00
Vladimír Čunát 4ba8bc7d40
Merge branch 'master' into staging-next 2022-07-24 09:44:09 +02:00
José Romildo b5362aac78 lxqt.pcmanfm-qt: add libexif dependence 2022-07-23 12:14:52 -03:00
José Romildo Malaquias ebb365b1f7
Merge pull request #182373 from impl/mate-scope
mate: expose all packages in a scope
2022-07-23 10:44:31 -03:00
Artturin 6789222b1c Merge branch 'master' into staging-next 2022-07-22 18:23:16 +03:00
José Romildo Malaquias c0bdd3b9ae
xfce.catfish: 4.16.3 -> 4.16.4 (#182252)
* xfce.catfish: reformat the nix expression

* xfce.catfish: fetch from gitlab

* xfce.catfish: add update script

* xfce.catfish: 4.16.3 -> 4.16.4
2022-07-22 15:51:59 +02:00
José Romildo e772ac45e3 enlightenment: make new scope 2022-07-22 10:45:55 -03:00
Noah Fontes 7e0d8135dd
mate: expose all packages in a scope
MATE currently uses a scope, but it doesn't actually expose that scope
to callers, which makes overriding packages in overlays quite difficult
as you have to figure out where each package is plumbed through in the
attrset. You end up with contrived expressions like:

  mate = super.mate // {
    # ...

    extraPackages =
      (self.lib.remove super.mate.whatever super.mate.extraPackages)
      ++ [ self.mate.whatever ];
  };

This change exposes the scope so that we can use overrideScope' in
overlays instead.
2022-07-21 13:05:57 -07:00
github-actions[bot] 1136a4b3df
Merge staging-next into staging 2022-07-21 12:02:20 +00:00
Ryan Horiguchi 2c19f93f08
gnomeExtensions: auto-update 2022-07-20 21:51:13 +02:00
github-actions[bot] 9c32c81a99
Merge staging-next into staging 2022-07-20 06:02:01 +00:00
Mario Rodas 516a2c4663
Merge pull request #181961 from dwarfmaster/arcan-0.6.2
arcan.arcan: 0.6.1.1 -> 0.6.2
2022-07-19 20:51:55 -05:00
github-actions[bot] f0d5e4f5ad
Merge staging-next into staging 2022-07-19 12:02:34 +00:00
github-actions[bot] cfe78489c9
Merge master into staging-next 2022-07-19 12:01:43 +00:00
Sandro 5b7f4440c1
Merge pull request #181292 from romildo/upd.ristretto
xfce.ristretto: 0.12.2 -> 0.12.3
2022-07-19 12:42:54 +02:00
Sandro abde0d4b74
Merge pull request #181291 from romildo/upd.mousepad
xfce.mousepad: 0.5.9 -> 0.5.10
2022-07-19 12:42:35 +02:00
Sandro f75384937f
Merge pull request #181289 from romildo/upd.xfce4-settings
xfce.xfce4-settings: 4.16.2 -> 4.16.3
2022-07-19 12:42:12 +02:00
Sandro f4848760df
Merge pull request #181282 from romildo/upd.mate-applets
mate.mate-applets: 1.26.0 -> 1.26.1
2022-07-19 12:41:47 +02:00
Sandro ef00a2c4b4
Merge pull request #181225 from romildo/upd.mate
mate: reformat nix expressions and use git repository to list versions for the update script
2022-07-19 12:41:25 +02:00
DwarfMaster 016243550c arcan.arcan: 0.6.1.1 -> 0.6.2 2022-07-18 17:39:59 +02:00
github-actions[bot] a2fce4c651
Merge staging-next into staging 2022-07-18 12:02:35 +00:00
Vladimír Čunát 250922fd1e
Merge branch 'master' into staging-next 2022-07-18 08:29:53 +02:00
Bobby Rong 91995b7bd6
Merge pull request #181789 from bobby285271/pantheon
pantheon.elementary-files: fix crash when removing bookmark
2022-07-17 18:28:36 +08:00
Bobby Rong 475016947e
pantheon.elementary-files: fix crash when removing bookmark 2022-07-17 10:35:45 +08:00
Artturi 192e3d44ac
Merge pull request #181302 from Artturin/fixcross4
lua-packages: fix eval failure when cross-compiling
2022-07-15 19:51:16 +03:00
Artturin 7db9cda1b5 gnustep.make: fix cross 2022-07-14 22:08:56 +03:00
Artturin 6a249036fb gnustep.gsmakeDerivation: fix cross eval
error: attribute 'runtimeShell' missing
2022-07-14 22:08:56 +03:00
github-actions[bot] 1a74c5d703
Merge master into staging-next 2022-07-14 18:01:27 +00:00
Elis Hirwing 729fb87ae3
treewide: Drop myself as maintainer for some packages I don't use 2022-07-14 14:39:58 +02:00
github-actions[bot] 00ec8bc8d3
Merge master into staging-next 2022-07-13 18:01:28 +00:00
Sandro a959a2cd26
Merge pull request #180992 from romildo/new.xdg.portal.lxqt 2022-07-13 14:15:09 +02:00
Vladimír Čunát 8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
André Vitor de Lima Matos 88d388d168 kde/plasma5: 5.25.2 -> 5.25.3 2022-07-13 15:04:47 +08:00
José Romildo 829b778aa2 xfce.ristretto: 0.12.2 -> 0.12.3 2022-07-12 19:36:10 -03:00
José Romildo 58e9223c21 xfce.mousepad: 0.5.9 -> 0.5.10 2022-07-12 19:29:44 -03:00
José Romildo 87c1d847d2 xfce.xfce4-settings: 4.16.2 -> 4.16.3 2022-07-12 19:21:42 -03:00
José Romildo 8e2a1bc541 mate.mate-applets: 1.26.0 -> 1.26.1 2022-07-12 18:29:20 -03:00
Bobby Rong 0c76e36189
Merge pull request #181179 from bobby285271/pantheon
pantheon.wingpanel-indicator-notifications: 6.0.5 -> 6.0.6
2022-07-13 00:45:45 +08:00
José Romildo f26e356bf1 mate: update script list versions from the git repository 2022-07-12 10:13:13 -03:00
github-actions[bot] 446763e8e1
Merge master into staging-next 2022-07-12 12:01:18 +00:00
José Romildo deeb80c04a mate: reformat nix expressions 2022-07-12 08:56:56 -03:00
piegames 22f07d544d
Merge pull request #180482: gnomeExtensions: auto-update 2022-07-12 12:21:15 +02:00
Bobby Rong 3003cd353a
pantheon.wingpanel-indicator-notifications: 6.0.5 -> 6.0.6 2022-07-12 09:55:15 +08:00
Thomas Tuegel e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
José Romildo 3fd82bba7f lxqt.xdg-desktop-portal-lxqt: allow extra qt styles
Qt style plugins should be included in buildInputs to be available in
the portal.
2022-07-10 10:46:40 -03:00