Added xfconf-4.6.1 template.
--HG-- extra : convert_revision : 11b894ba1d31d3d2ec48df2fec12a44206026492
This commit is contained in:
parent
aa8c28e765
commit
4f60ab5b71
6 changed files with 62 additions and 0 deletions
1
templates/xfconf-devel
Symbolic link
1
templates/xfconf-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
xfconf
|
1
templates/xfconf-perl
Symbolic link
1
templates/xfconf-perl
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
xfconf
|
2
templates/xfconf/depends
Normal file
2
templates/xfconf/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=4.6.1
|
||||||
|
api_depends=${abi_depends}
|
19
templates/xfconf/devel.template
Normal file
19
templates/xfconf/devel.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'xfconf-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run xfconf
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mkdir -p ${DESTDIR}/usr/share
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||||
|
}
|
19
templates/xfconf/perl.template
Normal file
19
templates/xfconf/perl.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'xfconf-perl'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} perl bindings"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the Perl bindings."
|
||||||
|
|
||||||
|
Add_dependency run xfconf
|
||||||
|
Add_dependency run perl
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mkdir -p ${DESTDIR}/usr/share
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/perl5 ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/man ${DESTDIR}/usr/share
|
||||||
|
find ${DESTDIR}/usr/lib/perl5 -type f \
|
||||||
|
-name perllocal.pod -o -name .packlist|xargs rm -f
|
||||||
|
}
|
20
templates/xfconf/template
Normal file
20
templates/xfconf/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'xfconf'
|
||||||
|
pkgname=xfconf
|
||||||
|
sourcepkg=$pkgname
|
||||||
|
version=4.6.1
|
||||||
|
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Xfce hierarchical (tree-like) configuration system"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=22a596f73795be398382e82e9c11062423daa374339ce6db808f73a6ba19380e
|
||||||
|
long_desc="
|
||||||
|
Xfconf is a hierarchical (tree-like) configuration system where the
|
||||||
|
immediate child nodes of the root are called \"channels\". All settings
|
||||||
|
beneath the channel nodes are called properties."
|
||||||
|
|
||||||
|
subpackages="devel perl"
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build perl-Glib
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full dbus-glib
|
||||||
|
Add_dependency full libxfce4util
|
Loading…
Reference in a new issue