mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
412f549a38
commit
56ac452814
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libappindicator'
|
# Template file for 'libappindicator'
|
||||||
pkgname=libappindicator
|
pkgname=libappindicator
|
||||||
version=12.10.0
|
version=12.10.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--with-gtk=3"
|
configure_args="--with-gtk=3"
|
||||||
|
@ -29,7 +29,7 @@ pre_configure() {
|
||||||
|
|
||||||
libappindicator-devel_package() {
|
libappindicator-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel libdbusmenu-glib-devel"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue