mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: cinnamon-menus-2.2.0
This commit is contained in:
parent
b70f26d033
commit
be2187270a
3 changed files with 35 additions and 0 deletions
|
@ -1713,3 +1713,4 @@ libstrophe.so.0 libstrophe-0.8.6_1
|
||||||
libganv-1.so.1 ganv-1.4.2_1
|
libganv-1.so.1 ganv-1.4.2_1
|
||||||
libblas.so.3 blas-3.5.0_1
|
libblas.so.3 blas-3.5.0_1
|
||||||
liblapack.so.3 lapack-3.5.0_1
|
liblapack.so.3 lapack-3.5.0_1
|
||||||
|
libcinnamon-menu-3.so.0 cinnamon-menus-2.2.0_1
|
||||||
|
|
1
srcpkgs/cinnamon-menus-devel
Symbolic link
1
srcpkgs/cinnamon-menus-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cinnamon-menus
|
33
srcpkgs/cinnamon-menus/template
Normal file
33
srcpkgs/cinnamon-menus/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'cinnamon-menus'
|
||||||
|
pkgname=cinnamon-menus
|
||||||
|
version=2.2.0
|
||||||
|
revision=1
|
||||||
|
short_desc="Cinnamon menu specifications"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args=" --disable-static"
|
||||||
|
hostmakedepends="git"
|
||||||
|
makedepends="glib-devel"
|
||||||
|
depends=""
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://cinnamon.linuxmint.com/"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
cinnamon-menus-devel_package() {
|
||||||
|
depends="glib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/gir-1.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue