55 lines
1.9 KiB
Text
55 lines
1.9 KiB
Text
# Template file for 'gnome-shell'
|
|
pkgname=gnome-shell
|
|
version=3.2.1
|
|
revision=3
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-install --disable-schemas-compile
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
|
short_desc="GNOME core user interface"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://live.gnome.org/GnomeShell"
|
|
license="GPL-2"
|
|
checksum=ac05e3133bd279c84812d8d3d8e362f8b33563cdc3e7a6aefa9c0b1c2aeab0eb
|
|
long_desc="
|
|
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
|
|
like switching to windows and launching applications. GNOME Shell takes
|
|
advantage of the capabilities of modern graphics hardware and introduces
|
|
innovative user interface concepts to provide a visually attractive and
|
|
easy to use experience."
|
|
|
|
gconf_schemas="$pkgname.schemas"
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
Add_dependency run pulseaudio
|
|
Add_dependency run caribou
|
|
Add_dependency run mesa-demos
|
|
Add_dependency run desktop-file-utils
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gnome-doc-utils
|
|
Add_dependency build network-manager-applet-devel
|
|
Add_dependency build caribou-devel
|
|
Add_dependency build folks-devel
|
|
Add_dependency build gnome-menus-devel
|
|
Add_dependency build gnome-desktop-devel
|
|
Add_dependency build gnome-bluetooth-devel
|
|
Add_dependency build libcroco-devel
|
|
Add_dependency build gjs-devel
|
|
Add_dependency build mutter-devel
|
|
Add_dependency build telepathy-logger-devel
|
|
Add_dependency build json-glib-devel ">=0.14.0"
|
|
Add_dependency build libcanberra-devel
|
|
Add_dependency build pulseaudio-devel
|
|
Add_dependency build polkit-devel
|
|
|
|
Add_dependency full gir-freedesktop
|
|
|
|
post_install()
|
|
{
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
}
|
|
|