cinnamon-menus: update to 2.6.0.
This commit is contained in:
parent
f701afc923
commit
d194242ec5
1 changed files with 7 additions and 3 deletions
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'cinnamon-menus'
|
||||
pkgname=cinnamon-menus
|
||||
version=2.4.2
|
||||
version=2.6.0
|
||||
revision=1
|
||||
short_desc="Cinnamon menu specifications"
|
||||
build_style=gnu-configure
|
||||
configure_args=" --disable-static"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
hostmakedepends="automake libtool gnome-common pkg-config intltool gobject-introspection"
|
||||
makedepends="libglib-devel"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=6f3a2c64b47f3704d639213096ca44aee9a35ec8cd7d8d72fff52efc798928ed
|
||||
checksum=8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
cinnamon-menus-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue