You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gpodder: non-functional: minor improvements to portfile
This commit is contained in:
committed by
Renee Otten
parent
2fed17820d
commit
80ef452cd4
+13
-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 gpodder
|
||||
version 3.11.4
|
||||
github.setup gpodder gpodder 3.11.4
|
||||
revision 0
|
||||
categories gnome audio
|
||||
license GPL-3
|
||||
maintainers nomaintainer
|
||||
@@ -17,25 +18,25 @@ long_description gPodder is a standalone podcast manager. \
|
||||
but requires an external player to actually listen/view \
|
||||
the content, e.g. Apple QuickTime Player.
|
||||
|
||||
homepage http://gpodder.org
|
||||
master_sites https://github.com/gpodder/gpodder/archive/refs/tags
|
||||
distfiles ${version}.tar.gz
|
||||
homepage https://gpodder.github.io
|
||||
|
||||
checksums rmd160 add2b5360277b46112110d88eb2a0e72271fecc7 \
|
||||
sha256 8022a6c29157dc287b5661f8915d04404767c33b6858e8d1a6c728904f8dae55 \
|
||||
size 1183463
|
||||
github.tarball_from archive
|
||||
|
||||
depends_build port:help2man \
|
||||
depends_build-append \
|
||||
port:help2man \
|
||||
port:intltool
|
||||
|
||||
depends_lib port:vorbis-tools \
|
||||
depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
||||
port:lame \
|
||||
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
||||
path:lib/pkgconfig/librsvg-2.0.pc:librsvg
|
||||
path:lib/pkgconfig/librsvg-2.0.pc:librsvg \
|
||||
port:vorbis-tools
|
||||
|
||||
# python group overrides
|
||||
destroot.cmd make
|
||||
destroot.destdir DESTDIR=${destroot}
|
||||
destroot.cmd make
|
||||
destroot.destdir DESTDIR=${destroot}
|
||||
|
||||
variant python38 conflicts python39 python310 python311 python312 description {Use Python 3.8} {}
|
||||
variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
|
||||
@@ -63,9 +64,8 @@ python.pep517 no
|
||||
|
||||
set my_python "${frameworks_dir}/Python.framework/Versions/${python.branch}"
|
||||
|
||||
depends_lib-append \
|
||||
depends_lib-append port:dbus-python${python.version} \
|
||||
port:py${python.version}-gobject3 \
|
||||
port:dbus-python${python.version} \
|
||||
port:py${python.version}-mutagen \
|
||||
port:py${python.version}-mygpoclient \
|
||||
port:py${python.version}-podcastparser
|
||||
@@ -107,7 +107,3 @@ post-destroot {
|
||||
"${destroot}${applications_dir}/gPodder.app/Contents/Info.plist"
|
||||
}
|
||||
}
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url ${master_sites}
|
||||
livecheck.regex "gpodder-(\\d+(?:\\.\\d+)*)${extract.suffix}"
|
||||
|
||||
Reference in New Issue
Block a user