2009-04-20 15:18:02 +00:00
|
|
|
# Template file for 'xfce4-settings'
|
|
|
|
pkgname=xfce4-settings
|
2012-04-29 07:41:20 +00:00
|
|
|
version=4.10.0
|
2012-05-03 06:46:09 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-04-19 15:26:49 +00:00
|
|
|
configure_args="--enable-sound-settings --enable-pluggable-dialogs"
|
2013-04-14 16:42:25 +00:00
|
|
|
hostmakedepends="pkg-config intltool"
|
|
|
|
makedepends="libxfce4ui-devel gtk+-devel xfconf-devel libXi-devel libXcursor-devel
|
|
|
|
exo-devel libXrandr-devel libxklavier-devel libnotify-devel dbus-devel
|
|
|
|
libcanberra-devel garcon-devel"
|
2009-04-20 15:18:02 +00:00
|
|
|
short_desc="Xfce settings manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-04 07:10:57 +00:00
|
|
|
homepage="http://www.xfce.org/"
|
|
|
|
license="GPL-2"
|
2013-04-14 16:42:25 +00:00
|
|
|
homepage="http://xfce.org"
|
2013-04-15 20:58:41 +00:00
|
|
|
distfiles="http://archive.se.xfce.org/src/xfce/xfce4-settings/4.10/$pkgname-$version.tar.bz2"
|
2012-04-29 07:41:20 +00:00
|
|
|
checksum=0843f09ba9673f1d1b5df8dce4a17b63c183a9ba3be75fb6ef99a67fc8c1f77e
|
2009-04-20 15:18:02 +00:00
|
|
|
long_desc="
|
2011-05-18 09:30:22 +00:00
|
|
|
${pkgname} is the settings manager for the Xfce desktop environment."
|
2009-04-20 15:18:02 +00:00
|
|
|
|
2013-04-14 16:42:25 +00:00
|
|
|
xfce4-settings_package() {
|
|
|
|
conf_files="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml"
|
|
|
|
depends="desktop-file-utils gnome-icon-theme"
|
|
|
|
pkg_install() {
|
|
|
|
vmove etc
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|