mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libxfce4util: sanitize deps, bumprev.
--HG-- extra : convert_revision : 488f6d85a20daebcb02c61ee6f3da1bfb05d9fa4
This commit is contained in:
parent
8516c9ca9c
commit
fa49dfbf35
2 changed files with 8 additions and 3 deletions
|
@ -5,6 +5,10 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
|
Add_dependency run pkg-config
|
||||||
|
Add_dependency run glib-devel
|
||||||
Add_dependency run libxfce4util
|
Add_dependency run libxfce4util
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'libxfce4util'
|
# Template file for 'libxfce4util'
|
||||||
pkgname=libxfce4util
|
pkgname=libxfce4util
|
||||||
version=4.6.1
|
version=4.6.1
|
||||||
|
revision=1
|
||||||
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Utility library for the Xfce4 desktop environment"
|
short_desc="Utility library for the Xfce4 desktop environment"
|
||||||
|
@ -10,7 +11,7 @@ long_desc="
|
||||||
This package includes basic utility non-GUI functions for Xfce4."
|
This package includes basic utility non-GUI functions for Xfce4."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run glib
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency full glibc
|
Add_dependency build glib-devel
|
||||||
Add_dependency full glib
|
|
||||||
Add_dependency full gtk+
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue