gnome-shell: update to 3.2.2.
This commit is contained in:
parent
f6648ffe1b
commit
3e406ab3cd
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'gnome-shell'
|
||||
pkgname=gnome-shell
|
||||
version=3.2.1
|
||||
revision=3
|
||||
version=3.2.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-install --disable-schemas-compile
|
||||
|
@ -10,7 +9,7 @@ short_desc="GNOME core user interface"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/GnomeShell"
|
||||
license="GPL-2"
|
||||
checksum=ac05e3133bd279c84812d8d3d8e362f8b33563cdc3e7a6aefa9c0b1c2aeab0eb
|
||||
checksum=68967b9d58ad0551d7d3d28a276526a15faf1fc1d27f4624eb405663910e2eb8
|
||||
long_desc="
|
||||
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
|
||||
like switching to windows and launching applications. GNOME Shell takes
|
||||
|
@ -29,6 +28,8 @@ Add_dependency run desktop-file-utils
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build startup-notification-devel
|
||||
Add_dependency build network-manager-applet-devel
|
||||
Add_dependency build caribou-devel
|
||||
Add_dependency build folks-devel
|
||||
|
@ -46,8 +47,7 @@ Add_dependency build polkit-devel
|
|||
|
||||
Add_dependency full gir-freedesktop
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||
--domain ${pkgname} ${wrksrc}/*.schemas
|
||||
|
|
Loading…
Reference in New Issue