mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-30 23:42:42 +01:00 
			
		
		
		
	Merge branch 'master' into YearCalendar
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
		| @@ -3,4 +3,5 @@ | ||||
| FROM archlinux:base-devel | ||||
|  | ||||
| RUN pacman -Syu --noconfirm && \ | ||||
|     pacman -S --noconfirm git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp pugixml scdoc libpulse libdbusmenu-gtk3 libmpdclient gobject-introspection libxkbcommon playerctl | ||||
|     pacman -S --noconfirm git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp pugixml scdoc libpulse libdbusmenu-gtk3 libmpdclient gobject-introspection libxkbcommon playerctl && \ | ||||
|     sed -Ei 's/#(en_(US|GB)\.UTF)/\1/' /etc/locale.gen && locale-gen | ||||
|   | ||||
| @@ -2,12 +2,33 @@ | ||||
|  | ||||
| FROM fedora:latest | ||||
|  | ||||
| RUN dnf install -y @c-development git-core meson scdoc 'pkgconfig(date)' \ | ||||
|     'pkgconfig(dbusmenu-gtk3-0.4)' 'pkgconfig(fmt)' 'pkgconfig(gdk-pixbuf-2.0)' \ | ||||
|     'pkgconfig(gio-unix-2.0)' 'pkgconfig(gtk-layer-shell-0)' 'pkgconfig(gtkmm-3.0)' \ | ||||
|     'pkgconfig(jsoncpp)' 'pkgconfig(libinput)' 'pkgconfig(libmpdclient)' \ | ||||
|     'pkgconfig(libnl-3.0)' 'pkgconfig(libnl-genl-3.0)' 'pkgconfig(libpulse)' \ | ||||
|     'pkgconfig(libudev)' 'pkgconfig(pugixml)' 'pkgconfig(sigc++-2.0)' 'pkgconfig(spdlog)' \ | ||||
|     'pkgconfig(wayland-client)' 'pkgconfig(wayland-cursor)' 'pkgconfig(wayland-protocols)' 'pkgconfig(xkbregistry)' \ | ||||
|     'pkgconfig(playerctl)' && \ | ||||
| RUN dnf install -y @c-development \ | ||||
|     git-core glibc-langpack-en meson scdoc \ | ||||
|     'pkgconfig(catch2)' \ | ||||
|     'pkgconfig(date)' \ | ||||
|     'pkgconfig(dbusmenu-gtk3-0.4)' \ | ||||
|     'pkgconfig(fmt)' \ | ||||
|     'pkgconfig(gdk-pixbuf-2.0)' \ | ||||
|     'pkgconfig(gio-unix-2.0)' \ | ||||
|     'pkgconfig(gtk-layer-shell-0)' \ | ||||
|     'pkgconfig(gtkmm-3.0)' \ | ||||
|     'pkgconfig(jack)' \ | ||||
|     'pkgconfig(jsoncpp)' \ | ||||
|     'pkgconfig(libevdev)' \ | ||||
|     'pkgconfig(libinput)' \ | ||||
|     'pkgconfig(libmpdclient)' \ | ||||
|     'pkgconfig(libnl-3.0)' \ | ||||
|     'pkgconfig(libnl-genl-3.0)' \ | ||||
|     'pkgconfig(libpulse)' \ | ||||
|     'pkgconfig(libudev)' \ | ||||
|     'pkgconfig(playerctl)' \ | ||||
|     'pkgconfig(pugixml)' \ | ||||
|     'pkgconfig(sigc++-2.0)' \ | ||||
|     'pkgconfig(spdlog)' \ | ||||
|     'pkgconfig(upower-glib)' \ | ||||
|     'pkgconfig(wayland-client)' \ | ||||
|     'pkgconfig(wayland-cursor)' \ | ||||
|     'pkgconfig(wayland-protocols)' \ | ||||
|     'pkgconfig(wireplumber-0.4)' \ | ||||
|     'pkgconfig(xkbregistry)' && \ | ||||
|     dnf clean all -y | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Viktar Lukashonak
					Viktar Lukashonak