xfconf: sanitize deps, bumprev.
--HG-- extra : convert_revision : 6ce5c72934c2bbbc047d86001aa8600e0085732a
This commit is contained in:
parent
96c818460a
commit
51b9740548
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'xfconf'
|
||||
pkgname=xfconf
|
||||
version=4.6.1
|
||||
revision=1
|
||||
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xfce hierarchical (tree-like) configuration system"
|
||||
|
@ -12,8 +13,14 @@ long_desc="
|
|||
beneath the channel nodes are called properties."
|
||||
|
||||
subpackages="$pkgname-devel $pkgname-perl"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libxfce4util
|
||||
Add_dependency run glib
|
||||
Add_dependency run dbus-glib
|
||||
Add_dependency run dbus-libs
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build perl-Glib
|
||||
Add_dependency full glibc
|
||||
Add_dependency full dbus-glib
|
||||
Add_dependency full libxfce4util
|
||||
Add_dependency build libxfce4util-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build glib-devel
|
||||
|
|
|
@ -5,6 +5,14 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run perl-Glib
|
||||
Add_dependency run libxfce4util-devel
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run dbus-devel
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run xfconf
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -5,8 +5,14 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the Perl bindings."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run dbus-glib
|
||||
Add_dependency run glib
|
||||
Add_dependency run dbus-libs
|
||||
Add_dependency run glibc
|
||||
Add_dependency run xfconf
|
||||
Add_dependency run perl
|
||||
Add_dependency run perl-Glib
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue