Skip to content
Permalink
Browse files

mousepad: Whitespace

 - Conform to modeline
 - add some blank lines
 - sort dependencies
  • Loading branch information
mf2k committed Apr 19, 2019
1 parent 834d761 commit 7da11c03869e73af150655259100789fbc99e769
Showing with 31 additions and 23 deletions.
  1. +31 −23 xfce/mousepad/Portfile
@@ -1,28 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0

name mousepad
version 0.4.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories xfce
platforms darwin
license GPL-2+
maintainers nomaintainer
description A text editor for Xfce based on Leafpad
long_description ${description}
homepage http://www.xfce.org/
master_sites http://archive.xfce.org/src/apps/${name}/${branch}/
use_bzip2 yes
checksums sha256 39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b \
rmd160 07b8d2295a23180d5c3ae8d3b1d8099ce7e36f34 \
size 644161

depends_build port:glib2 port:intltool port:pkgconfig port:desktop-file-utils
depends_lib port:gtk2 port:gtksourceview2 \
port:libxfce4util port:libxfce4ui

configure.args --enable-dbus --disable-gtk3
PortSystem 1.0

name mousepad
version 0.4.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories xfce
platforms darwin
license GPL-2+
maintainers nomaintainer

description A text editor for Xfce based on Leafpad
long_description ${description}

homepage http://www.xfce.org/
master_sites http://archive.xfce.org/src/apps/${name}/${branch}/
use_bzip2 yes

checksums sha256 39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b \
rmd160 07b8d2295a23180d5c3ae8d3b1d8099ce7e36f34 \
size 644161

depends_build port:desktop-file-utils \
port:glib2 \
port:intltool \
port:pkgconfig
depends_lib port:gtk2 \
port:gtksourceview2 \
port:libxfce4ui \
port:libxfce4util

configure.args --enable-dbus --disable-gtk3

post-activate {
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"

0 comments on commit 7da11c0

Please sign in to comment.
You can’t perform that action at this time.