void-packages/srcpkgs/ReText/template

35 lines
1.1 KiB
Text
Raw Normal View History

2014-05-02 07:45:57 +00:00
# Template file for 'ReText'
pkgname=ReText
2015-01-03 11:20:16 +00:00
version=5.0.1
2015-01-07 01:17:15 +00:00
revision=2
noarch=yes
2014-05-02 07:45:57 +00:00
build_style="python-module"
2014-06-18 11:36:31 +00:00
python_versions="3.4"
2015-01-07 01:17:15 +00:00
pycompile_version="3.4"
pycompile_module="ReText"
makedepends="python3.4 qt5-tools ImageMagick"
depends="python3.4-PyQt5-webkit python3.4-Markups python3.4-Markdown
desktop-file-utils shared-mime-info"
short_desc="Simple editor for Markdown and reStructuredText"
2014-05-02 07:45:57 +00:00
maintainer="Enno Boland <eb@s01.de>"
2015-01-03 11:37:54 +00:00
license="GPL-3"
2014-05-02 07:45:57 +00:00
homepage="http://retext.sourceforge.net"
2014-11-26 22:33:00 +00:00
distfiles="${SOURCEFORGE_SITE}/retext/ReText-${version%.*}/ReText-${version}.tar.gz"
2015-01-03 11:20:16 +00:00
checksum=a62f784f18bfcdad13969b8b15a8e92f57e930f23e93bfce1ab714e5ac77e939
2014-05-02 07:45:57 +00:00
post_install() {
2015-01-07 01:17:15 +00:00
lrelease locale/*.ts
2014-05-02 07:45:57 +00:00
local icondir=usr/share/icons/hicolor
for size in 16 22 24 32 48 128; do
vmkdir $icondir/${size}x${size}/apps
2014-05-03 21:02:21 +00:00
convert -resize $size icons/retext.png $DESTDIR/$icondir/${size}x${size}/apps/retext.png;
2014-05-02 07:45:57 +00:00
done
vmkdir $icondir/scalable/apps
vinstall icons/retext.svg 644 $icondir/scalable/apps
vinstall $FILESDIR/$pkgname.desktop 644 usr/share/applications
vmkdir usr/share/mime/packages
vcopy $FILESDIR/x-retext-*.xml usr/share/mime/packages
}