void-packages/srcpkgs/gnome-shell/template
2012-02-09 16:56:33 +01:00

58 lines
2.1 KiB
Plaintext

# Template file for 'gnome-shell'
pkgname=gnome-shell
version=3.2.2.1
revision=1
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
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
short_desc="GNOME core user interface"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/GnomeShell"
license="GPL-2"
checksum=209363084ef2d58777d70d8430e4659b058cf854c4b9766f3019d69ffea34d6f
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 build pkg-config
Add_dependency build intltool
Add_dependency build gnome-doc-utils
Add_dependency build gobject-introspection
Add_dependency build json-glib-devel ">=0.14.0"
Add_dependency build startup-notification-devel
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 libcanberra-devel
Add_dependency build pulseaudio-devel
Add_dependency build polkit-devel
Add_dependency full pulseaudio
Add_dependency full caribou
Add_dependency full mesa-demos
Add_dependency full desktop-file-utils
Add_dependency full ca-certificates
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
}