Commits

Ryan Schmidt authored d7caeb184ef
desklaunch: Add modeline and reformat
No tags

x11/desklaunch/Portfile

Modified
1 -PortSystem 1.0
1 +# -*- 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
2 2
3 -name desklaunch
3 +PortSystem 1.0
4 +
5 +name desklaunch
4 6 version 1.1.8
5 7 checksums rmd160 9521264d20864b996f7aa2899f80e9b75fa76856 \
6 8 sha256 8cb14b959f80ab119d9a420494c36d6fa80108d3a5febd98cdd76713a1b73dd3 \
7 9 size 14258
8 10
9 -description DeskLaunch is a small utility for creating desktop icons.
10 -long_description DeskLaunch is a small utility for creating desktop icons using pixmaps. A simple click will launch the desired application. DeskLaunch itself runs unter X11 and uses a small configuration file to decide which icons to create. It is meant to supplement the Oroborus \"minimalistic window manager\".
11 -homepage https://www.oroborus.org/
12 -maintainers nomaintainer
13 -categories x11
14 -license GPL-2+
15 -platforms darwin
11 +categories x11
12 +platforms darwin
13 +maintainers nomaintainer
14 +license GPL-2+
15 +
16 +description DeskLaunch is a small utility for creating desktop icons.
17 +
18 +long_description DeskLaunch is a small utility for creating desktop icons \
19 + using pixmaps. A simple click will launch the desired \
20 + application. DeskLaunch itself runs under X11 and uses a \
21 + small configuration file to decide which icons to create. \
22 + It is meant to supplement the Oroborus \"minimalistic \
23 + window manager\".
16 24
25 +homepage https://www.oroborus.org/
17 26 master_sites debian:d/desklaunch
18 -distname ${name}_${version}
27 +distname ${name}_${version}
19 28
20 29 depends_lib port:xorg-libX11 \
21 - port:xorg-libXext \
22 - port:xpm
30 + port:xorg-libXext \
31 + port:xpm
23 32
24 -worksrcdir ${name}-${version}
33 +worksrcdir ${name}-${version}
25 34
26 35 patchfiles desklaunch.1.patch \
27 36 Makefile.patch
28 37
29 -use_configure no
38 +use_configure no
30 39 universal_variant yes
31 40
32 41 build.args CC="${configure.cc}" \
33 42 INCLUDES="${configure.cppflags}" \
34 43 PREFIX="${prefix}"
35 44
36 45 pre-build {
37 46 build.args-append \
38 47 CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
39 48 LDPATH="${configure.ldflags} [get_canonical_archflags ld]"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut