dfc-git: fix configuration files path; bump version.
This commit is contained in:
parent
46f4d9c502
commit
121cd7c8dc
1 changed files with 4 additions and 1 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'dfc-git'
|
# Template file for 'dfc-git'
|
||||||
pkgname=dfc-git
|
pkgname=dfc-git
|
||||||
version=20140105
|
version=20140220
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
short_desc="Display file system space usage using graphs and colors"
|
short_desc="Display file system space usage using graphs and colors"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://projects.gw-computing.net/projects/dfc"
|
homepage="http://projects.gw-computing.net/projects/dfc"
|
||||||
|
|
||||||
|
conf_files="/etc/xdg/dfc/dfcrc"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://gw-computing.net/dfc"
|
local url="git://gw-computing.net/dfc"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue