gnome-shell: update to 3.3.92.
This commit is contained in:
parent
bdaebafab8
commit
f1eeb2ff6b
2 changed files with 17 additions and 24 deletions
|
@ -2,7 +2,6 @@ libmutter.so.0
|
|||
libgirepository-1.0.so.1
|
||||
libtelepathy-glib.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libclutter-glx-1.0.so.0
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libcairo.so.2
|
||||
|
@ -10,10 +9,8 @@ libgobject-2.0.so.0
|
|||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libecal-1.2.so.10
|
||||
libical.so.0
|
||||
libedataserverui-3.0.so.1
|
||||
libedataserver-1.2.so.15
|
||||
libgconf-2.so.4
|
||||
libgio-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
|
@ -45,7 +42,6 @@ libcogl-pango.so.0
|
|||
libjson-glib-1.0.so.0
|
||||
libGL.so.1
|
||||
libXi.so.6
|
||||
libcogl.so.5
|
||||
libdrm.so.2
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
|
@ -53,17 +49,23 @@ libXcomposite.so.1
|
|||
libXfixes.so.3
|
||||
libcroco-0.6.so.3
|
||||
libxml2.so.2
|
||||
libgnome-desktop-3.so.2
|
||||
libX11.so.6
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgmodule-2.0.so.0
|
||||
libpulse-mainloop-glib.so.0
|
||||
libpulse.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libgcr-3.so.1
|
||||
libgcr-base-3.so.1
|
||||
libgck-1.so.0
|
||||
libp11-kit.so.0
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
libecal-1.2.so.11
|
||||
libedataserver-1.2.so.16
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
# 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"
|
||||
version=3.3.92
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$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
|
||||
configure_args="--disable-schemas-compile
|
||||
--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
|
||||
checksum=1c66198324512742c3be6879d15294c41239941480a7669cd547d7f8106977fe
|
||||
long_desc="
|
||||
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
|
||||
like switching to windows and launching applications. GNOME Shell takes
|
||||
|
@ -19,7 +17,6 @@ long_desc="
|
|||
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
|
||||
|
@ -29,7 +26,6 @@ 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
|
||||
|
@ -41,17 +37,12 @@ Add_dependency build telepathy-logger-devel
|
|||
Add_dependency build libcanberra-devel
|
||||
Add_dependency build pulseaudio-devel
|
||||
Add_dependency build polkit-devel
|
||||
Add_dependency build libgnome-keyring-devel
|
||||
Add_dependency build gcr-devel
|
||||
Add_dependency build systemd-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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue