mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
mate-panel: update to 1.14.0.
This commit is contained in:
parent
44e7f8cdba
commit
af0b8aac42
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mate-panel'
|
# Template file for 'mate-panel'
|
||||||
pkgname=mate-panel
|
pkgname=mate-panel
|
||||||
version=1.12.2
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=3.0 --disable-static --disable-schemas-compile
|
configure_args="--with-gtk=3.0 --disable-static --disable-schemas-compile
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://mate-desktop.org"
|
homepage="http://mate-desktop.org"
|
||||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b757bb5ea3da1b36fcf599d4f123534e936f0e46859b3307816085f486667fa1
|
checksum=c5766e5f67e9e66742b4b7e428ddfc01ef9a6c1b762080ca06b8e5147fccc042
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -34,7 +34,7 @@ libmate-panel_package() {
|
||||||
}
|
}
|
||||||
libmate-panel-devel_package() {
|
libmate-panel-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="gtk+-devel lib${sourcepkg}>=${version}_${revision}"
|
depends="gtk+3-devel lib${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue