2011-03-02 10:09:45 +01:00
|
|
|
# Template file for 'gnome-shell'
|
|
|
|
pkgname=gnome-shell
|
2012-01-20 09:13:22 +01:00
|
|
|
version=3.2.2.1
|
2011-09-30 13:54:50 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-03-02 10:09:45 +01:00
|
|
|
configure_args="--disable-schemas-install --disable-schemas-compile
|
2011-10-16 19:46:38 +02:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
2011-03-02 10:09:45 +01:00
|
|
|
short_desc="GNOME core user interface"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 13:54:50 +02:00
|
|
|
homepage="http://live.gnome.org/GnomeShell"
|
|
|
|
license="GPL-2"
|
2012-01-20 09:13:22 +01:00
|
|
|
checksum=209363084ef2d58777d70d8430e4659b058cf854c4b9766f3019d69ffea34d6f
|
2011-03-02 10:09:45 +01:00
|
|
|
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"
|
|
|
|
|
2011-09-30 13:54:50 +02:00
|
|
|
Add_dependency run pulseaudio
|
2011-09-30 17:35:58 +02:00
|
|
|
Add_dependency run caribou
|
2011-07-13 09:46:20 +02:00
|
|
|
Add_dependency run mesa-demos
|
|
|
|
Add_dependency run desktop-file-utils
|
2011-03-02 10:09:45 +01:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
2012-01-18 20:37:55 +01:00
|
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency build startup-notification-devel
|
2011-09-30 13:54:50 +02:00
|
|
|
Add_dependency build network-manager-applet-devel
|
|
|
|
Add_dependency build caribou-devel
|
|
|
|
Add_dependency build folks-devel
|
2011-03-02 10:09:45 +01:00
|
|
|
Add_dependency build gnome-menus-devel
|
2011-09-30 13:54:50 +02:00
|
|
|
Add_dependency build gnome-desktop-devel
|
2011-03-02 10:09:45 +01:00
|
|
|
Add_dependency build gnome-bluetooth-devel
|
|
|
|
Add_dependency build libcroco-devel
|
2011-09-30 13:54:50 +02:00
|
|
|
Add_dependency build gjs-devel
|
|
|
|
Add_dependency build mutter-devel
|
2011-03-23 10:45:43 +01:00
|
|
|
Add_dependency build telepathy-logger-devel
|
2011-09-30 13:54:50 +02:00
|
|
|
Add_dependency build json-glib-devel ">=0.14.0"
|
2011-10-18 08:26:50 +02:00
|
|
|
Add_dependency build libcanberra-devel
|
2011-09-30 13:54:50 +02:00
|
|
|
Add_dependency build pulseaudio-devel
|
2011-10-31 04:03:37 +01:00
|
|
|
Add_dependency build polkit-devel
|
2011-07-13 11:43:56 +02:00
|
|
|
|
|
|
|
Add_dependency full gir-freedesktop
|
2011-03-02 10:09:45 +01:00
|
|
|
|
2012-01-18 20:37:55 +01:00
|
|
|
post_install() {
|
2011-03-04 14:38:01 +01:00
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
|
|
}
|
|
|
|
|