Added Thunar-1.0.1 template.
--HG-- extra : convert_revision : c0fd1a9d72c3e246e8147157322327c3aeacdb76
This commit is contained in:
parent
e21c0f61c3
commit
8634bdce36
4 changed files with 58 additions and 0 deletions
1
templates/Thunar-devel
Symbolic link
1
templates/Thunar-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
Thunar
|
2
templates/Thunar/depends
Normal file
2
templates/Thunar/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.0.1
|
||||
api_depends=${abi_depends}
|
20
templates/Thunar/devel.template
Normal file
20
templates/Thunar/devel.template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'Thunar-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run Thunar
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib/thunarx-1
|
||||
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/lib/thunarx-1/*.la ${DESTDIR}/usr/lib/thunarx-1
|
||||
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||
}
|
35
templates/Thunar/template
Normal file
35
templates/Thunar/template
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Template file for 'Thunar'
|
||||
pkgname=Thunar
|
||||
sourcepkg=$pkgname
|
||||
version=1.0.1
|
||||
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-gnome-thumbnailers --enable-exif --enable-pcre"
|
||||
short_desc="Thunar File Manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7a2b6b493463756bbc9c54144fab2f2163bc84f0896b4c06fd225d11025a210d
|
||||
long_desc="
|
||||
Thunar is a new modern file manager for the Xfce Desktop Environment.
|
||||
It has been designed from the ground up to be fast and easy-to-use.
|
||||
Its user interface is clean and intuitive, and does not include any
|
||||
confusing or useless options. Thunar is fast and responsive with a
|
||||
good start up time and directory load time."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
triggers="gtk-icon-cache update-desktopdb"
|
||||
|
||||
subpackages="devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency full glibc
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full libexif
|
||||
Add_dependency full gamin
|
||||
Add_dependency full pcre
|
||||
Add_dependency full glib
|
||||
Add_dependency full gtk+
|
||||
Add_dependency full hal
|
||||
Add_dependency full libxfce4util
|
||||
Add_dependency full exo
|
||||
Add_dependency full startup-notification
|
||||
Add_dependency full xfce4-panel
|
Loading…
Reference in a new issue