rox: unmark nocross
This commit is contained in:
parent
96a708aa03
commit
7eadf4fb27
2 changed files with 6 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec /usr/share/ROX-Filer/AppRun "$@"
|
|
@ -1,4 +1,4 @@
|
|||
# Template build file for 'rox'.
|
||||
# Template file for 'rox'
|
||||
pkgname=rox
|
||||
version=2.11
|
||||
revision=2
|
||||
|
@ -6,9 +6,9 @@ wrksrc="rox-filer-${version}"
|
|||
hostmakedepends="pkg-config librsvg-utils"
|
||||
makedepends="gtk+-devel libxml2-devel libSM-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="A small and fast file manager which can optionally manage the desktop background and panels"
|
||||
short_desc="Small file-manager that can manage the desktop background and panels"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://rox.sourceforge.net/desktop/"
|
||||
distfiles="${SOURCEFORGE_SITE}/rox/rox-filer-$version.tar.bz2"
|
||||
checksum=a929bd32ee18ef7a2ed48b971574574592c42e34ae09f36604bf663d7c101ba8
|
||||
|
@ -26,11 +26,13 @@ do_install() {
|
|||
cp -rp ROX-Filer ${DESTDIR}/usr/share
|
||||
rm -fr ${DESTDIR}/usr/share/ROX-Filer/{src,build}
|
||||
|
||||
vbin ${FILESDIR}/rox.sh rox
|
||||
vman rox.1
|
||||
ln -sf rox.1 ${DESTDIR}/usr/share/man/man1/ROX-Filer.1
|
||||
|
||||
vinstall ${FILESDIR}/rox.desktop 644 usr/share/applications
|
||||
vinstall ${FILESDIR}/rox.svg 644 usr/share/pixmaps
|
||||
vinstall rox.png 644 usr/share/pixmaps
|
||||
vbin ${DESTDIR}/usr/share/ROX-Filer/ROX-Filer rox
|
||||
rm -rf ${DESTDIR}/usr/share/ROX-Filer/ROX-Filer
|
||||
rm -rf ${DESTDIR}/usr/share/ROX-Filer/ROX-Filer.dbg
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue