mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-19 17:55:48 +01:00
Merge pull request #7949 from colonelpanic8/add-gi-gtk-layer-shell
Add gi-gtk-layer-shell, re-enable taffybar ecosystem
This commit is contained in:
commit
2af99e1d74
@ -4689,10 +4689,10 @@ packages:
|
|||||||
- dbus-menu
|
- dbus-menu
|
||||||
- gi-cairo-connector
|
- gi-cairo-connector
|
||||||
- gi-cairo-render
|
- gi-cairo-render
|
||||||
|
- gi-gtk-layer-shell
|
||||||
- gtk-sni-tray
|
- gtk-sni-tray
|
||||||
- gtk-strut
|
- gtk-strut
|
||||||
- rate-limit
|
- rate-limit
|
||||||
- status-notifier-item
|
|
||||||
- taffybar
|
- taffybar
|
||||||
- time-units
|
- time-units
|
||||||
- xml-helpers
|
- xml-helpers
|
||||||
@ -7570,7 +7570,6 @@ packages:
|
|||||||
- systemd-socket-activation < 0 # tried systemd-socket-activation-1.1.0.2, but its *library* requires base ^>=4.18 || ^>=4.19 and the snapshot contains base-4.21.1.0
|
- systemd-socket-activation < 0 # tried systemd-socket-activation-1.1.0.2, but its *library* requires base ^>=4.18 || ^>=4.19 and the snapshot contains base-4.21.1.0
|
||||||
- systemd-socket-activation < 0 # tried systemd-socket-activation-1.1.0.2, but its *library* requires containers ^>=0.6.4 and the snapshot contains containers-0.7
|
- systemd-socket-activation < 0 # tried systemd-socket-activation-1.1.0.2, but its *library* requires containers ^>=0.6.4 and the snapshot contains containers-0.7
|
||||||
- systemd-socket-activation < 0 # tried systemd-socket-activation-1.1.0.2, but its *library* requires network ^>=3.1.2 and the snapshot contains network-3.2.8.0
|
- systemd-socket-activation < 0 # tried systemd-socket-activation-1.1.0.2, but its *library* requires network ^>=3.1.2 and the snapshot contains network-3.2.8.0
|
||||||
- taffybar < 0 # tried taffybar-4.1.1, but its *library* requires the disabled package: xdg-desktop-entry
|
|
||||||
- tasty-bench-fit < 0 # tried tasty-bench-fit-0.1.1, but its *library* requires the disabled package: regression-simple
|
- tasty-bench-fit < 0 # tried tasty-bench-fit-0.1.1, but its *library* requires the disabled package: regression-simple
|
||||||
- tasty-hunit-compat < 0 # tried tasty-hunit-compat-0.2.0.1, but its *library* requires tasty < 1.5 and the snapshot contains tasty-1.5.3
|
- tasty-hunit-compat < 0 # tried tasty-hunit-compat-0.2.0.1, but its *library* requires tasty < 1.5 and the snapshot contains tasty-1.5.3
|
||||||
- tasty-stats < 0 # tried tasty-stats-0.2.0.4, but its *library* requires containers >=0.4 && < 0.6 and the snapshot contains containers-0.7
|
- tasty-stats < 0 # tried tasty-stats-0.2.0.4, but its *library* requires containers >=0.4 && < 0.6 and the snapshot contains containers-0.7
|
||||||
@ -7734,7 +7733,6 @@ packages:
|
|||||||
- writer-cps-mtl < 0 # tried writer-cps-mtl-0.1.1.6, but its *library* requires mtl < 2.3 and the snapshot contains mtl-2.3.1
|
- writer-cps-mtl < 0 # tried writer-cps-mtl-0.1.1.6, but its *library* requires mtl < 2.3 and the snapshot contains mtl-2.3.1
|
||||||
- writer-cps-mtl < 0 # tried writer-cps-mtl-0.1.1.6, but its *library* requires transformers >=0.4 && < 0.6 and the snapshot contains transformers-0.6.1.2
|
- writer-cps-mtl < 0 # tried writer-cps-mtl-0.1.1.6, but its *library* requires transformers >=0.4 && < 0.6 and the snapshot contains transformers-0.6.1.2
|
||||||
- wss-client < 0 # tried wss-client-0.3.0.0, but its *library* requires websockets >=0.12.6 && < 0.13 and the snapshot contains websockets-0.13.0.0
|
- wss-client < 0 # tried wss-client-0.3.0.0, but its *library* requires websockets >=0.12.6 && < 0.13 and the snapshot contains websockets-0.13.0.0
|
||||||
- xdg-desktop-entry < 0 # tried xdg-desktop-entry-0.1.1.2, but its *library* requires ini >=0.4.1 && < 0.4.3 and the snapshot contains ini-0.5.1
|
|
||||||
- xmonad-extras < 0 # tried xmonad-extras-0.17.2, but its *library* requires bytestring >=0.9 && < 0.12 and the snapshot contains bytestring-0.12.2.0
|
- xmonad-extras < 0 # tried xmonad-extras-0.17.2, but its *library* requires bytestring >=0.9 && < 0.12 and the snapshot contains bytestring-0.12.2.0
|
||||||
- xmonad-extras < 0 # tried xmonad-extras-0.17.2, but its *library* requires dbus >=1.2 && < 1.4 and the snapshot contains dbus-1.4.1
|
- xmonad-extras < 0 # tried xmonad-extras-0.17.2, but its *library* requires dbus >=1.2 && < 1.4 and the snapshot contains dbus-1.4.1
|
||||||
- yeshql < 0 # tried yeshql-4.2.0.0, but its *library* requires the disabled package: yeshql-hdbc
|
- yeshql < 0 # tried yeshql-4.2.0.0, but its *library* requires the disabled package: yeshql-hdbc
|
||||||
|
|||||||
@ -68,6 +68,7 @@ apt-get install -y \
|
|||||||
libgsl-dev \
|
libgsl-dev \
|
||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libgtk-4-dev \
|
libgtk-4-dev \
|
||||||
|
libgtk-layer-shell-dev \
|
||||||
libgtk2.0-dev \
|
libgtk2.0-dev \
|
||||||
libgtksourceview-3.0-dev \
|
libgtksourceview-3.0-dev \
|
||||||
libgtksourceview-5-dev \
|
libgtksourceview-5-dev \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user