GConf: disable orbit dependency.
This commit is contained in:
parent
8bc16a3de5
commit
1bca8af6f8
2 changed files with 5 additions and 4 deletions
|
@ -5,11 +5,12 @@ 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 pkg-config
|
||||||
Add_dependency run intltool
|
Add_dependency run intltool
|
||||||
Add_dependency run gtk+3-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run dbus-glib-devel
|
Add_dependency run dbus-glib-devel
|
||||||
Add_dependency run ORBit2-devel
|
|
||||||
Add_dependency run polkit-devel
|
Add_dependency run polkit-devel
|
||||||
Add_dependency run libxml2-devel
|
Add_dependency run libxml2-devel
|
||||||
Add_dependency run GConf
|
Add_dependency run GConf
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'GConf'
|
# Template file for 'GConf'
|
||||||
pkgname=GConf
|
pkgname=GConf
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service"
|
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service
|
||||||
|
--disable-orbit"
|
||||||
short_desc="A process-transparent configuration system"
|
short_desc="A process-transparent configuration system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://projects.gnome.org/gconf"
|
homepage="http://projects.gnome.org/gconf"
|
||||||
|
@ -23,7 +25,6 @@ Add_dependency run glib
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run gtk+3
|
Add_dependency run gtk+3
|
||||||
Add_dependency run dbus-glib
|
Add_dependency run dbus-glib
|
||||||
Add_dependency run ORBit2
|
|
||||||
Add_dependency run polkit
|
Add_dependency run polkit
|
||||||
Add_dependency run libxml2
|
Add_dependency run libxml2
|
||||||
|
|
||||||
|
@ -31,7 +32,6 @@ Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gtk+3-devel
|
Add_dependency build gtk+3-devel
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build ORBit2-devel
|
|
||||||
Add_dependency build polkit-devel
|
Add_dependency build polkit-devel
|
||||||
Add_dependency build libxml2-devel
|
Add_dependency build libxml2-devel
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue