Added xdg-user-dirs-0.12 build template.
--HG-- extra : convert_revision : 634abb49a0d0e1ef5167aba75437966f29865d68
This commit is contained in:
parent
86b3b5343a
commit
93001d3432
1 changed files with 19 additions and 0 deletions
19
srcpkgs/xdg-user-dirs/template
Normal file
19
srcpkgs/xdg-user-dirs/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'xdg-user-dirs'
|
||||
pkgname=xdg-user-dirs
|
||||
version=0.12
|
||||
distfiles="http://user-dirs.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Tool to help manage user directories"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0b9c18f06a035e498a2c01f1326f28e8a2f2f7f8fb947e39fc771ce570a79c5d
|
||||
long_desc="
|
||||
$pkgname is a tool to help manage 'well known' user directories like
|
||||
the desktop folder and the music folder. It also handles localization
|
||||
(i.e. translation) of the filenames."
|
||||
|
||||
noarch=yes
|
||||
conf_files="
|
||||
/etc/xdg/user-dirs.conf
|
||||
/etc/xdg/user-dirs.defaults"
|
||||
|
||||
Add_dependency build gettext
|
Loading…
Reference in a new issue