vp-build/srcpkgs/xfce4-session/template

23 lines
949 B
Bash

# Template file for 'xfce4-session'
pkgname=xfce4-session
version=4.16.0
revision=2
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale --disable-static --enable-polkit"
hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel iceauth"
makedepends="libxfce4ui-devel upower-devel
libwnck-devel xfce4-panel-devel libSM-devel polkit-devel"
depends="iceauth hicolor-icon-theme desktop-file-utils"
conf_files="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
short_desc="Session manager for the XFCE desktop environment"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://xfce.org/"
distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
checksum=22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7
post_install() {
# startxfce4 needs bash.
replace_interpreter bash ${DESTDIR}/usr/bin/startxfce4
}