cinnamon-menus: update to 4.2.0
This commit is contained in:
parent
77a9e6e7b5
commit
87834da7ee
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'cinnamon-menus'
|
||||
pkgname=cinnamon-menus
|
||||
version=4.0.0
|
||||
version=4.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args=" --disable-static"
|
||||
build_style=meson
|
||||
hostmakedepends="glib-devel gnome-common gobject-introspection intltool libtool
|
||||
pkg-config"
|
||||
makedepends="libglib-devel gobject-introspection"
|
||||
|
@ -12,12 +11,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=e42c642a6fcb3b8e53d6b8f389cca617c8988baaa6e85ac236b61edc38efc3a5
|
||||
checksum=331bd599d7a863fa92329483637de159c25c57467305691f9768e675cd63f7c2
|
||||
nocross="gobject-introspection"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
cinnamon-menus-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue