gnome-settings-daemon: move /etc to main pkg.
This commit is contained in:
parent
ee52fda355
commit
08212b2d60
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-settings-daemon'
|
# Template file for 'gnome-settings-daemon'
|
||||||
pkgname=gnome-settings-daemon
|
pkgname=gnome-settings-daemon
|
||||||
version=3.8.1
|
version=3.8.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-cups
|
configure_args="--disable-static --enable-cups
|
||||||
--disable-schemas-compile --enable-systemd --disable-packagekit"
|
--disable-schemas-compile --enable-systemd --disable-packagekit"
|
||||||
|
@ -30,6 +30,7 @@ gnome-settings-daemon-devel_package() {
|
||||||
gnome-settings-daemon_package() {
|
gnome-settings-daemon_package() {
|
||||||
depends="pulseaudio hicolor-icon-theme"
|
depends="pulseaudio hicolor-icon-theme"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue