Modify the rules into line with the usual.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ea1cb59b68
)
pull/92/head
parent
f844b0af32
commit
541e8ed0cc
@ -1,62 +0,0 @@
|
||||
.TH dolphin 1 "December 7, 2006"
|
||||
.SH NAME
|
||||
dolphin \- File manager for TDE focusing on usability
|
||||
.SH SYNOPSIS
|
||||
.B dolphin
|
||||
.RI [Qt-options] [TDE-options] [URL]
|
||||
.SH DESCRIPTION
|
||||
dolphin is not intended to be a competitor to Konqueror, the default TDE
|
||||
file manager: Konqueror acts as universal viewer being able to show HTML
|
||||
pages, text documents, directories and a lot more, whereas dolphin focuses
|
||||
on being only a file manager. This approach allows to optimize the user
|
||||
interface for the task of file management.
|
||||
.PP
|
||||
.SH FEATURES
|
||||
.PP
|
||||
* Navigation bar (breadcrumbs)
|
||||
.PP
|
||||
* View properties remembered for each folder
|
||||
.PP
|
||||
* Split views
|
||||
.PP
|
||||
* Network transparency
|
||||
.PP
|
||||
* Undo/redo functionality
|
||||
.PP
|
||||
* Renaming of a variable number of selected items in one step.
|
||||
.PP
|
||||
.SH OPTIONS
|
||||
.SS
|
||||
.SS Generic Options:
|
||||
.TP
|
||||
.B --help
|
||||
Show help about options
|
||||
.TP
|
||||
.B --help-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B --help-tde
|
||||
Show TDE specific options
|
||||
.TP
|
||||
.B --help-all
|
||||
Show all options
|
||||
.TP
|
||||
.B --author
|
||||
Show author information
|
||||
.TP
|
||||
.B -v, --version
|
||||
Show version information
|
||||
.TP
|
||||
.B --license
|
||||
Show license information
|
||||
.SS
|
||||
.SS Arguments:
|
||||
.TP
|
||||
.B URL
|
||||
Document to open
|
||||
.PP
|
||||
.SH HOMEPAGE
|
||||
Homepage: http://enzosworld.gmxhome.de/
|
||||
.SH AUTHOR
|
||||
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>,
|
||||
for the Debian project (but may be used by others).
|
@ -1 +0,0 @@
|
||||
debian/dolphin.1
|
@ -1,27 +1,24 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||
&& echo xz || echo bzip2)
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DBUILD_ALL="ON" \
|
||||
-DWITH_ALL_OPTIONS="ON"
|
||||
|
||||
binary-install/dolphin-trinity::
|
||||
mkdir -p debian/dolphin-trinity/opt/trinity/bin
|
||||
ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin
|
||||
mv debian/dolphin-trinity/usr/share/man debian/dolphin-trinity/opt/trinity/share/
|
||||
mkdir -p debian/$(cdbs_curpkg)/opt/trinity/bin
|
||||
ln -s d3lphin debian/$(cdbs_curpkg)/opt/trinity/bin/dolphin
|
||||
|
@ -1,62 +0,0 @@
|
||||
.TH dolphin 1 "December 7, 2006"
|
||||
.SH NAME
|
||||
dolphin \- File manager for TDE focusing on usability
|
||||
.SH SYNOPSIS
|
||||
.B dolphin
|
||||
.RI [Qt-options] [TDE-options] [URL]
|
||||
.SH DESCRIPTION
|
||||
dolphin is not intended to be a competitor to Konqueror, the default TDE
|
||||
file manager: Konqueror acts as universal viewer being able to show HTML
|
||||
pages, text documents, directories and a lot more, whereas dolphin focuses
|
||||
on being only a file manager. This approach allows to optimize the user
|
||||
interface for the task of file management.
|
||||
.PP
|
||||
.SH FEATURES
|
||||
.PP
|
||||
* Navigation bar (breadcrumbs)
|
||||
.PP
|
||||
* View properties remembered for each folder
|
||||
.PP
|
||||
* Split views
|
||||
.PP
|
||||
* Network transparency
|
||||
.PP
|
||||
* Undo/redo functionality
|
||||
.PP
|
||||
* Renaming of a variable number of selected items in one step.
|
||||
.PP
|
||||
.SH OPTIONS
|
||||
.SS
|
||||
.SS Generic Options:
|
||||
.TP
|
||||
.B --help
|
||||
Show help about options
|
||||
.TP
|
||||
.B --help-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B --help-tde
|
||||
Show TDE specific options
|
||||
.TP
|
||||
.B --help-all
|
||||
Show all options
|
||||
.TP
|
||||
.B --author
|
||||
Show author information
|
||||
.TP
|
||||
.B -v, --version
|
||||
Show version information
|
||||
.TP
|
||||
.B --license
|
||||
Show license information
|
||||
.SS
|
||||
.SS Arguments:
|
||||
.TP
|
||||
.B URL
|
||||
Document to open
|
||||
.PP
|
||||
.SH HOMEPAGE
|
||||
Homepage: http://enzosworld.gmxhome.de/
|
||||
.SH AUTHOR
|
||||
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>,
|
||||
for the Debian project (but may be used by others).
|
@ -1 +0,0 @@
|
||||
debian/dolphin.1
|
@ -1,27 +1,24 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||
&& echo xz || echo bzip2)
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DBUILD_ALL="ON" \
|
||||
-DWITH_ALL_OPTIONS="ON"
|
||||
|
||||
binary-install/dolphin-trinity::
|
||||
mkdir -p debian/dolphin-trinity/opt/trinity/bin
|
||||
ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin
|
||||
mv debian/dolphin-trinity/usr/share/man debian/dolphin-trinity/opt/trinity/share/
|
||||
mkdir -p debian/$(cdbs_curpkg)/opt/trinity/bin
|
||||
ln -s d3lphin debian/$(cdbs_curpkg)/opt/trinity/bin/dolphin
|
||||
|
@ -1,62 +0,0 @@
|
||||
.TH dolphin 1 "December 7, 2006"
|
||||
.SH NAME
|
||||
dolphin \- File manager for TDE focusing on usability
|
||||
.SH SYNOPSIS
|
||||
.B dolphin
|
||||
.RI [Qt-options] [TDE-options] [URL]
|
||||
.SH DESCRIPTION
|
||||
dolphin is not intended to be a competitor to Konqueror, the default TDE
|
||||
file manager: Konqueror acts as universal viewer being able to show HTML
|
||||
pages, text documents, directories and a lot more, whereas dolphin focuses
|
||||
on being only a file manager. This approach allows to optimize the user
|
||||
interface for the task of file management.
|
||||
.PP
|
||||
.SH FEATURES
|
||||
.PP
|
||||
* Navigation bar (breadcrumbs)
|
||||
.PP
|
||||
* View properties remembered for each folder
|
||||
.PP
|
||||
* Split views
|
||||
.PP
|
||||
* Network transparency
|
||||
.PP
|
||||
* Undo/redo functionality
|
||||
.PP
|
||||
* Renaming of a variable number of selected items in one step.
|
||||
.PP
|
||||
.SH OPTIONS
|
||||
.SS
|
||||
.SS Generic Options:
|
||||
.TP
|
||||
.B --help
|
||||
Show help about options
|
||||
.TP
|
||||
.B --help-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B --help-tde
|
||||
Show TDE specific options
|
||||
.TP
|
||||
.B --help-all
|
||||
Show all options
|
||||
.TP
|
||||
.B --author
|
||||
Show author information
|
||||
.TP
|
||||
.B -v, --version
|
||||
Show version information
|
||||
.TP
|
||||
.B --license
|
||||
Show license information
|
||||
.SS
|
||||
.SS Arguments:
|
||||
.TP
|
||||
.B URL
|
||||
Document to open
|
||||
.PP
|
||||
.SH HOMEPAGE
|
||||
Homepage: http://enzosworld.gmxhome.de/
|
||||
.SH AUTHOR
|
||||
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>,
|
||||
for the Debian project (but may be used by others).
|
@ -1 +0,0 @@
|
||||
debian/dolphin.1
|
@ -1,27 +1,24 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||
&& echo xz || echo bzip2)
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DBUILD_ALL="ON" \
|
||||
-DWITH_ALL_OPTIONS="ON"
|
||||
|
||||
binary-install/dolphin-trinity::
|
||||
mkdir -p debian/dolphin-trinity/opt/trinity/bin
|
||||
ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin
|
||||
mv debian/dolphin-trinity/usr/share/man debian/dolphin-trinity/opt/trinity/share/
|
||||
mkdir -p debian/$(cdbs_curpkg)/opt/trinity/bin
|
||||
ln -s d3lphin debian/$(cdbs_curpkg)/opt/trinity/bin/dolphin
|
||||
|
Loading…
Reference in new issue