From 05167d6701c32d11e285abae85bf25ee19cdac41 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 12 Apr 2020 22:02:07 +0200 Subject: community/evolution-data-server: fix xdg autostart file location Currently the autostart file gets installed into /usr/etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop which is wrong, so fix the location by passing cmake the correct directory. --- community/evolution-data-server/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/evolution-data-server') diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD index 9fdade40c1..25efbbde18 100644 --- a/community/evolution-data-server/APKBUILD +++ b/community/evolution-data-server/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista pkgname=evolution-data-server pkgver=3.36.1 -pkgrel=1 +pkgrel=2 pkgdesc="data server for evolution" url="https://projects.gnome.org/evolution" arch="all" @@ -32,6 +32,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DSYSCONF_INSTALL_DIR=/etc \ -DCMAKE_BUILD_TYPE=None \ -DENABLE_GOA=ON \ -DENABLE_UOA=OFF \ -- cgit v1.2.3