You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
liferea: update to v1.16.9
This commit is contained in:
committed by
Dan Ports
parent
8810e44f69
commit
3d7a13c4f0
+12
-19
@@ -4,10 +4,9 @@ PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
PortGroup gobject_introspection 1.0
|
||||
|
||||
github.setup lwindolf liferea 1.12.9 v
|
||||
# Change github.tarball_from to 'releases' or 'archive' next update
|
||||
github.tarball_from tarball
|
||||
revision 2
|
||||
github.setup lwindolf liferea 1.16.9 v
|
||||
github.tarball_from releases
|
||||
use_bzip2 yes
|
||||
# Note: do not remove the epoch line.
|
||||
epoch 20090731
|
||||
description A feed aggregator for GTK+/GNOME.
|
||||
@@ -20,38 +19,32 @@ categories gnome net
|
||||
license GPL-2+
|
||||
homepage http://lzone.de/${name}/
|
||||
|
||||
checksums rmd160 c6b0e8c8d15b7f2200d2900b4a998f4124fb2686 \
|
||||
sha256 dee452a3e173ec7932c7df67afd358624e2460ca4b240fe2a930193646aa6b0d \
|
||||
size 1531405
|
||||
checksums rmd160 90fbb6a224038a68ca8cc1560221329ea19e2757 \
|
||||
sha256 738c924e501f2f511bb35fa92d97792a274edd4705f472a157f46918b45295c6 \
|
||||
size 1781829
|
||||
|
||||
depends_build port:pkgconfig \
|
||||
port:intltool \
|
||||
port:autoconf \
|
||||
port:automake \
|
||||
port:libtool
|
||||
port:intltool
|
||||
|
||||
depends_lib port:desktop-file-utils \
|
||||
port:fribidi \
|
||||
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
||||
port:libxml2 \
|
||||
port:libxslt \
|
||||
port:sqlite3 \
|
||||
port:libsoup-2.4 \
|
||||
port:libsoup \
|
||||
port:json-glib \
|
||||
port:gsettings-desktop-schemas \
|
||||
port:libpeas1 \
|
||||
path:lib/pkgconfig/webkit2-gtk-4.0.pc:webkit2-gtk
|
||||
port:libpeas \
|
||||
path:lib/pkgconfig/webkit2gtk-4.1.pc:webkit2-gtk
|
||||
|
||||
depends_run port:adwaita-icon-theme
|
||||
|
||||
patchfiles patch-autogen.sh.diff
|
||||
|
||||
gobject_introspection yes
|
||||
|
||||
# blacklist compilers that do not support C11 (redefinition of typedef ‘WebKitWebEditor’ at WebKitWebEditor.h)
|
||||
# blacklist compilers that do not support C11
|
||||
compiler.blacklist *gcc-3.* *gcc-4.* {clang < 300}
|
||||
|
||||
configure.cmd ./autogen.sh
|
||||
|
||||
configure.args --disable-schemas-compile \
|
||||
--disable-silent-rules
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- autogen.sh.orig 2014-09-18 20:36:18.000000000 -0700
|
||||
+++ autogen.sh 2014-09-18 20:36:30.000000000 -0700
|
||||
@@ -12,7 +12,7 @@
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-tmp=`which libtoolize`
|
||||
+tmp=`which glibtoolize`
|
||||
if [ "$tmp" = "" ]; then
|
||||
echo "ERROR: You need to install libtool!"
|
||||
exit 1
|
||||
Reference in New Issue
Block a user