muffin: update to 6.4.1
This commit is contained in:
parent
5f4e34531a
commit
d0cc089f49
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'muffin'
|
# Template file for 'muffin'
|
||||||
pkgname=muffin
|
pkgname=muffin
|
||||||
version=5.8.1
|
version=6.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -10,7 +10,7 @@ configure_args="-Dopengl=true -Degl=true -Dglx=true -Dgles2=true
|
||||||
-Dstartup_notification=true -Dremote_desktop=true -Dintrospection=true
|
-Dstartup_notification=true -Dremote_desktop=true -Dintrospection=true
|
||||||
-Dprofiler=false -Ddebug=false -Ddefault_driver=auto"
|
-Dprofiler=false -Ddebug=false -Ddefault_driver=auto"
|
||||||
hostmakedepends="gdk-pixbuf-devel gettext-devel-tools glib-devel
|
hostmakedepends="gdk-pixbuf-devel gettext-devel-tools glib-devel
|
||||||
intltool pkg-config wayland-devel wayland-protocols"
|
intltool pkg-config wayland-devel wayland-protocols xorg-server-xwayland"
|
||||||
makedepends="cinnamon-desktop-devel libSM-devel libinput-devel fribidi-devel
|
makedepends="cinnamon-desktop-devel libSM-devel libinput-devel fribidi-devel
|
||||||
libglib-devel graphene-devel gtk+3-devel gdk-pixbuf-devel pango-devel
|
libglib-devel graphene-devel gtk+3-devel gdk-pixbuf-devel pango-devel
|
||||||
cairo-devel upower-devel libXcomposite-devel libxkbcommon-devel
|
cairo-devel upower-devel libXcomposite-devel libxkbcommon-devel
|
||||||
|
@ -19,7 +19,8 @@ makedepends="cinnamon-desktop-devel libSM-devel libinput-devel fribidi-devel
|
||||||
xkeyboard-config libXrender-devel libX11-devel libxcb-devel libXau-devel
|
xkeyboard-config libXrender-devel libX11-devel libxcb-devel libXau-devel
|
||||||
libXinerama-devel libICE-devel dbus-devel libglvnd-devel
|
libXinerama-devel libICE-devel dbus-devel libglvnd-devel
|
||||||
eudev-libudev-devel libgudev-devel wayland-devel libgbm-devel pipewire-devel
|
eudev-libudev-devel libgudev-devel wayland-devel libgbm-devel pipewire-devel
|
||||||
libcanberra-devel startup-notification-devel libXtst-devel json-glib-devel"
|
libcanberra-devel startup-notification-devel libXtst-devel json-glib-devel
|
||||||
|
elogind-devel mutter-devel"
|
||||||
depends="zenity"
|
depends="zenity"
|
||||||
short_desc="Cinnamon window manager based on Mutter"
|
short_desc="Cinnamon window manager based on Mutter"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -27,7 +28,7 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://github.com/linuxmint/muffin"
|
homepage="https://github.com/linuxmint/muffin"
|
||||||
changelog="https://raw.githubusercontent.com/linuxmint/muffin/master/debian/changelog"
|
changelog="https://raw.githubusercontent.com/linuxmint/muffin/master/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/muffin/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/muffin/archive/${version}.tar.gz"
|
||||||
checksum=a1181d8ba3e05ccff5036df724b543e5bac0c55d1699c0a72822282dbcc050c6
|
checksum=3c4ef0139d9bbaf7ac17f39dd06b6397c175614a2eb6c55d463024a457293808
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/gir-1.0
|
vmkdir usr/share/gir-1.0
|
||||||
|
|
Loading…
Reference in New Issue