gnome-session: update to 3.3.92.
This commit is contained in:
parent
1f22e0d753
commit
24a96428f9
|
@ -21,3 +21,6 @@ libglib-2.0.so.0
|
|||
libc.so.6
|
||||
libXcomposite.so.1
|
||||
libGL.so.1
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
libpolkit-gobject-1.so.0
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'gnome-session'
|
||||
pkgname=gnome-session
|
||||
version=3.2.1
|
||||
revision=2
|
||||
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-compile"
|
||||
short_desc="GNOME session management utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=a87dcf57fec83cc8fad4e7b84542c5005a70a2107d184f247f0b112f07a043b3
|
||||
checksum=d7bc5a4d54981040bdd62cfec9ccef4ff266e24ba10d0015fb6591094039051f
|
||||
long_desc="
|
||||
gnome-session provides the following components:
|
||||
|
||||
|
@ -29,9 +28,10 @@ Add_dependency build json-glib-devel
|
|||
Add_dependency build startup-notification-devel
|
||||
Add_dependency build libXtst-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
Add_dependency full dconf
|
||||
Add_dependency full alsa-plugins
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency run gsettings-desktop-schemas
|
||||
Add_dependency run dconf
|
||||
Add_dependency run alsa-plugins
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
|
Loading…
Reference in New Issue