You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
rednotebook: update to v2.42
This commit is contained in:
committed by
Dan Ports
parent
80943fc606
commit
c214c9b8c2
+12
-17
@@ -1,10 +1,11 @@
|
||||
# -*- 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
|
||||
PortGroup github 1.0
|
||||
PortGroup python 1.0
|
||||
|
||||
name rednotebook
|
||||
version 2.25
|
||||
github.setup jendrikseipp rednotebook 2.42 v
|
||||
github.tarball_from archive
|
||||
categories-prepend office
|
||||
license GPL-2+
|
||||
maintainers nomaintainer
|
||||
@@ -17,27 +18,21 @@ long_description {*}${description}. It lets you format, tag and search \
|
||||
supported_archs noarch
|
||||
platforms {darwin any}
|
||||
|
||||
homepage https://rednotebook.sourceforge.io/
|
||||
master_sites sourceforge:project/rednotebook
|
||||
|
||||
checksums md5 7bc49fcae2e6816756a3375e1a007da6 \
|
||||
sha1 ef72ff66139d097f70ba5b2ca801cab023aec5fd \
|
||||
rmd160 606dbc24b2c0b1c06a2502fd75e06744bea5d8bb \
|
||||
sha256 28a8226c3b0d06e6a7eaee6a04db95e5e9a5559f322a243966aecb3288d6484c
|
||||
checksums rmd160 bc2276bb6dd33aff67d64c432c2c228b19e7cb8b \
|
||||
sha256 f0eddb338a74c5819000a6be16ef24b2821f9e60f86b3505f93f9a5bd2e3e9b2 \
|
||||
size 2286219
|
||||
|
||||
python.default_version 310
|
||||
python.pep517 yes
|
||||
|
||||
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
||||
path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk \
|
||||
path:lib/pkgconfig/webkit2gtk-4.1.pc:webkit2-gtk \
|
||||
port:gtksourceview3 \
|
||||
port:py${python.version}-enchant\
|
||||
port:py${python.version}-enchant \
|
||||
port:py${python.version}-gobject3 \
|
||||
port:py${python.version}-yaml
|
||||
|
||||
post-destroot {
|
||||
xinstall -m 644 -W ${worksrcpath} CHANGELOG.md LICENSE README.md \
|
||||
${destroot}${prefix}/share/doc/${name}
|
||||
xinstall -m 644 -W ${worksrcpath} CHANGELOG.md LICENSE README.md \
|
||||
${destroot}${prefix}/share/doc/${name}
|
||||
}
|
||||
|
||||
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|
||||
|
||||
Reference in New Issue
Block a user