Skip to content

Commit

Permalink
update muffin build-deps/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantu committed Oct 25, 2021
1 parent 7d390c6 commit 5ad2e9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Build-Depends:
dh-python,
dpkg-dev (>= 1.16.1~),
gir1.2-json-1.0,
gir1.2-meta-muffin-0.0 (>= 3.8),
gnome-pkg-tools (>= 0.11),
gobject-introspection (>= 1.29.15),
gtk-doc-tools,
Expand All @@ -24,7 +23,7 @@ Build-Depends:
libgtk-3-dev (>= 3.9.12),
libgudev-1.0-dev,
libjson-glib-dev (>= 0.13.2),
libmuffin0 (>= 3.8),
libmuffin-dev (>= 5.2),
libnm-dev (>= 1.6) [linux-any],
libnma-dev [linux-any],
libpolkit-agent-1-dev (>= 0.100),
Expand Down Expand Up @@ -58,7 +57,7 @@ Depends:
gir1.2-gkbd-3.0,
gir1.2-gtkclutter-1.0,
gir1.2-keybinder-3.0,
gir1.2-meta-muffin-0.0,
gir1.2-meta-muffin-0.0 (>= 5.2),
gir1.2-nm-1.0 [linux-any] | gir1.2-networkmanager-1.0 [linux-any],
gir1.2-nma-1.0 [linux-any],
gir1.2-notify-0.7,
Expand All @@ -75,7 +74,7 @@ Depends:
libcinnamon-menu-3-0,
libcjs0f,
libglib2.0-bin,
libmuffin0,
libmuffin0 (>= 5.2),
mate-panel | gnome-panel | tint2,
mesa-utils,
metacity,
Expand Down Expand Up @@ -117,7 +116,7 @@ Architecture: all
Depends:
gettext,
gir1.2-cinnamondesktop-3.0 (>= 4.8),
gir1.2-meta-muffin-0.0,
gir1.2-meta-muffin-0.0 (>= 5.2),
gir1.2-timezonemap-1.0,
xdg-utils,
python3-xapp,
Expand All @@ -141,7 +140,7 @@ Depends:
libcinnamon-menu-3-0-dbg (>= 4.8),
libcjs-dbg (>= 4.8),
libcvc-dbg,
# muffin-dbg,
muffin-dbg (>= 5.2),
nemo-dbg,
${misc:Depends},
Description: Debugging symbols for the Cinnamon desktop
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gl = dependency('gl')
glib_version = '2.52.0'
glib = dependency('glib-2.0', version: '>= ' + glib_version)
gtk = dependency('gtk+-3.0', version: '>= 3.12.0')
muffin = dependency('libmuffin-0', version: '>= 4.0.3')
muffin = dependency('libmuffin-0', version: '>= 5.2.0')
muffin_typelibdir = muffin.get_pkgconfig_variable('typelibdir')
pango = dependency('muffin-cogl-pango-0')
soup = dependency('libsoup-2.4')
Expand Down

0 comments on commit 5ad2e9d

Please sign in to comment.