gtk+: always depend on dbus-x11.
This commit is contained in:
parent
abdacff0b0
commit
367189819e
1 changed files with 14 additions and 10 deletions
|
@ -1,18 +1,9 @@
|
||||||
# Template build file for 'gtk+'.
|
# Template build file for 'gtk+'.
|
||||||
pkgname=gtk+
|
pkgname=gtk+
|
||||||
version=2.24.14
|
version=2.24.14
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cups --with-xinput"
|
configure_args="--enable-cups --with-xinput"
|
||||||
depends="gdk-pixbuf>=2.26.1_2 shared-mime-info gtk-update-icon-cache>=${version}_${revision}"
|
|
||||||
makedepends="pkg-config perl glib-devel libXcursor-devel libXext-devel
|
|
||||||
libXrender-devel libXinerama-devel libXi-devel libXrandr-devel
|
|
||||||
libXcomposite-devel libXdamage-devel fontconfig-devel
|
|
||||||
gdk-pixbuf-devel>=2.26.1_2 cairo-devel pango-devel>=1.28.0
|
|
||||||
atk-devel>=1.32.0 gobject-introspection cups-devel"
|
|
||||||
conf_files="/etc/gtk-2.0/im-multipress.conf"
|
|
||||||
triggers="gtk-immodules"
|
|
||||||
subpackages="gtk+-devel gtk+-demo gtk-update-icon-cache"
|
|
||||||
short_desc="The GTK+ toolkit (v2)"
|
short_desc="The GTK+ toolkit (v2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gtk.org"
|
homepage="http://www.gtk.org"
|
||||||
|
@ -29,3 +20,16 @@ long_desc="
|
||||||
languages, not only C/C++. Using GTK+ from languages such as Perl and
|
languages, not only C/C++. Using GTK+ from languages such as Perl and
|
||||||
Python (especially in combination with the Glade GUI builder) provides
|
Python (especially in combination with the Glade GUI builder) provides
|
||||||
an effective method of rapid application development."
|
an effective method of rapid application development."
|
||||||
|
|
||||||
|
depends="gdk-pixbuf>=2.26.1_2 shared-mime-info
|
||||||
|
gtk-update-icon-cache>=${version}_${revision} dbus-x11"
|
||||||
|
|
||||||
|
makedepends="pkg-config perl glib-devel libXcursor-devel libXext-devel
|
||||||
|
libXrender-devel libXinerama-devel libXi-devel libXrandr-devel
|
||||||
|
libXcomposite-devel libXdamage-devel fontconfig-devel
|
||||||
|
gdk-pixbuf-devel>=2.26.1_2 cairo-devel pango-devel>=1.28.0
|
||||||
|
atk-devel>=1.32.0 gobject-introspection cups-devel"
|
||||||
|
|
||||||
|
conf_files="/etc/gtk-2.0/im-multipress.conf"
|
||||||
|
triggers="gtk-immodules"
|
||||||
|
subpackages="gtk+-devel gtk+-demo gtk-update-icon-cache"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue