From 121cd7c8dc3e03dc524e6fcaef9a7b6f6bf753d1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Feb 2014 11:05:53 +0100 Subject: [PATCH] dfc-git: fix configuration files path; bump version. --- srcpkgs/dfc-git/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dfc-git/template b/srcpkgs/dfc-git/template index 12555bb7b06..290e35967df 100644 --- a/srcpkgs/dfc-git/template +++ b/srcpkgs/dfc-git/template @@ -1,14 +1,17 @@ # Template file for 'dfc-git' pkgname=dfc-git -version=20140105 +version=20140220 revision=1 build_style=cmake +configure_args="-DXDG_CONFIG_DIR=/etc/xdg" hostmakedepends="cmake" short_desc="Display file system space usage using graphs and colors" maintainer="Ypnose " license="BSD" homepage="http://projects.gw-computing.net/projects/dfc" +conf_files="/etc/xdg/dfc/dfcrc" + do_fetch() { local url="git://gw-computing.net/dfc" msg_normal "Fetching source from $url ...\n"