New package: fsv-0.9.1
This commit is contained in:
parent
e0a778593a
commit
e487cf350a
2 changed files with 34 additions and 0 deletions
11
srcpkgs/fsv/files/fsv.desktop
Executable file
11
srcpkgs/fsv/files/fsv.desktop
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=FSV
|
||||
Comment=Filesystem visualizer
|
||||
Exec=fsv
|
||||
Icon=fsv
|
||||
GenericName=FSV
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;System;
|
23
srcpkgs/fsv/template
Normal file
23
srcpkgs/fsv/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'fsv'
|
||||
pkgname=fsv
|
||||
version=0.9.1
|
||||
revision=1
|
||||
wrksrc="fsv-fsv-0.9-1"
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config"
|
||||
makedepends="gtkmm-devel ftgl-devel gtkglarea-devel"
|
||||
short_desc="GTK2 port of fsv, the filesystem visualizer"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://fsv.sourceforge.net/"
|
||||
distfiles="https://github.com/mcuelenaere/fsv/archive/fsv-0.9-1.tar.gz"
|
||||
checksum=aede9d231858016d410eb1cc47f5315055eafc259f80a9e82a5846ea2f682d18
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
post_install() {
|
||||
vinstall src/xmaps/fsv-icon.xpm 644 usr/share/pixmaps fsv.xpm
|
||||
vinstall ${FILESDIR}/fsv.desktop 644 usr/share/applications
|
||||
}
|
Loading…
Reference in a new issue