vala-panel-appmenu: fix dependency typo
This commit is contained in:
parent
095395ef09
commit
d924710b36
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vala-panel-appmenu'
|
# Template file for 'vala-panel-appmenu'
|
||||||
pkgname=vala-panel-appmenu
|
pkgname=vala-panel-appmenu
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_XFCE=ON -DENABLE_VALAPANEL=ON
|
configure_args="-DENABLE_XFCE=ON -DENABLE_VALAPANEL=ON
|
||||||
-DENABLE_MATE=ON -DENABLE_JAYATANA=OFF -DENABLE_APPMENU_GTK_MODULE=ON"
|
-DENABLE_MATE=ON -DENABLE_JAYATANA=OFF -DENABLE_APPMENU_GTK_MODULE=ON"
|
||||||
|
@ -31,7 +31,7 @@ post_install() {
|
||||||
appmenu-gtk-module-devel_package() {
|
appmenu-gtk-module-devel_package() {
|
||||||
short_desc="GTK module for exposing menus - development files"
|
short_desc="GTK module for exposing menus - development files"
|
||||||
depends="appmenu-gtk-module-${version}_${revision}
|
depends="appmenu-gtk-module-${version}_${revision}
|
||||||
appmenu-gkt3-module-${version}_${revision}"
|
appmenu-gtk3-module-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue