gnome-session: update to 3.8.2.
This commit is contained in:
parent
a0f74d963e
commit
47830c2b24
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-session'
|
# Template file for 'gnome-session'
|
||||||
pkgname=gnome-session
|
pkgname=gnome-session
|
||||||
version=3.8.1
|
version=3.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --enable-systemd"
|
configure_args="--disable-schemas-compile --enable-systemd"
|
||||||
|
@ -14,20 +14,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=6c1cf3c0bc86da1dc5ec2d1a7bb3332b15652d4a468c52c5ae894b46b4a14770
|
checksum=a6ed1c109005f81ec34a8aa09b2f114c07b4fba8feef47d2f23559797be88640
|
||||||
long_desc="
|
|
||||||
gnome-session provides the following components:
|
|
||||||
|
|
||||||
* The GNOME session manager.
|
|
||||||
* The GNOME session manager configuration program and several other
|
|
||||||
session management related utilities.
|
|
||||||
* The GNOME session manager proxy, which handles basic session
|
|
||||||
management for applications that do not support XSM."
|
|
||||||
|
|
||||||
gnome-session_package() {
|
gnome-session_package() {
|
||||||
depends="gsettings-desktop-schemas>=3.8.0 dconf alsa-plugins
|
depends="gsettings-desktop-schemas>=3.8.0 dconf alsa-plugins
|
||||||
hicolor-icon-theme desktop-file-utils"
|
hicolor-icon-theme desktop-file-utils"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue