gnome-desktop: remove unrequired deps, needs gobject-introspection to build.
This commit is contained in:
parent
c7f7da7dc1
commit
a195b6f5fa
2 changed files with 5 additions and 9 deletions
|
@ -5,9 +5,9 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run pkg-config
|
||||
revision=1
|
||||
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run startup-notification-devel
|
||||
Add_dependency run gnome-desktop
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -4,9 +4,8 @@ version=3.2.1
|
|||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gnome-distributor=XBPS
|
||||
--disable-scrollkeeper"
|
||||
revision=1
|
||||
configure_args="--with-gnome-distributor=XBPS --disable-scrollkeeper"
|
||||
revision=2
|
||||
short_desc="GNOME desktop management utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
|
@ -22,13 +21,10 @@ long_desc="
|
|||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run libpng
|
||||
Add_dependency run startup-notification
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build startup-notification-devel
|
||||
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
|
|
Loading…
Reference in a new issue