mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
cinnamon-menus: update to 2.4.1.
This commit is contained in:
parent
864496bd95
commit
2cea84851a
1 changed files with 7 additions and 13 deletions
|
@ -1,26 +1,20 @@
|
||||||
# Template file for 'cinnamon-menus'
|
# Template file for 'cinnamon-menus'
|
||||||
pkgname=cinnamon-menus
|
pkgname=cinnamon-menus
|
||||||
version=2.2.0
|
version=2.4.1
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="Cinnamon menu specifications"
|
short_desc="Cinnamon menu specifications"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" --disable-static"
|
configure_args=" --disable-static"
|
||||||
hostmakedepends="pkg-config git libtool intltool"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
makedepends="glib-devel gnome-common gobject-introspection"
|
makedepends="libglib-devel"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://cinnamon.linuxmint.com/"
|
homepage="http://cinnamon.linuxmint.com/"
|
||||||
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=7ab04bb668c80c3a1acccaa07f1b5d22023f397841735f4c4243c10cda717e5c
|
||||||
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
cinnamon-menus-devel_package() {
|
cinnamon-menus-devel_package() {
|
||||||
depends="glib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Reference in a new issue