Update to 0.2.9
Add licence blob. Vala is a build dependacy. PR: ports/151860 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
This commit is contained in:
parent
7db179edb4
commit
f36d9ffc2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264537
3 changed files with 13 additions and 13 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= midori
|
||||
PORTVERSION= 0.2.8
|
||||
PORTVERSION= 0.2.9
|
||||
CATEGORIES= www xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}/
|
||||
|
@ -18,9 +18,12 @@ COMMENT= Lightweight web browser using WebKit browser engine
|
|||
|
||||
LIB_DEPENDS= webkit-1.0:${PORTSDIR}/www/webkit-gtk2 \
|
||||
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
||||
notify.1:${PORTSDIR}/devel/libnotify \
|
||||
vala.0:${PORTSDIR}/lang/vala
|
||||
BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2
|
||||
notify.1:${PORTSDIR}/devel/libnotify
|
||||
BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
|
||||
valac:${PORTSDIR}/lang/vala
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -38,6 +41,9 @@ USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig desktopfileutils
|
|||
USE_XORG= xscrnsaver
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
.endif
|
||||
|
||||
OPTIONS= NLS "Enable Native Language support" on \
|
||||
USERDOCS "Build user documentation" off \
|
||||
|
@ -49,7 +55,6 @@ OPTIONS= NLS "Enable Native Language support" on \
|
|||
CONFIGURE_ENV+= CC="${CC}"
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
|
@ -67,7 +72,7 @@ PLIST_SUB+= USERDOCS="@comment "
|
|||
|
||||
.if defined(WITH_APIDOCS)
|
||||
BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
|
||||
CONFIGURE_ARGS+=--enable-apidocs
|
||||
CONFIGURE_ARGS+=--enable-apidocs
|
||||
PLIST_SUB+= APIDOCS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-apidocs
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (xfce4/midori-0.2.8.tar.bz2) = 56bad3b922a4a4dcfe74186ca136d818
|
||||
SHA256 (xfce4/midori-0.2.8.tar.bz2) = 1f91829a036f28c55c15538545ede2c195685a01075dc01c88741996cf098be1
|
||||
SIZE (xfce4/midori-0.2.8.tar.bz2) = 790455
|
||||
SHA256 (xfce4/midori-0.2.9.tar.bz2) = 803bf534ab73cf7a50ddd38bbd68976258c36f335a3f1dc1880f53915c7fdf78
|
||||
SIZE (xfce4/midori-0.2.9.tar.bz2) = 802627
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
bin/midori
|
||||
etc/xdg/midori/search
|
||||
include/midori-0.2/extensions/external-applications.h
|
||||
include/midori-0.2/extensions/history-list.h
|
||||
lib/midori/libadblock.so
|
||||
lib/midori/libaddons.so
|
||||
lib/midori/libcolorful-tabs.so
|
||||
lib/midori/libcookie-manager.so
|
||||
lib/midori/libcopy-tabs.so
|
||||
lib/midori/libexternal-applications.so
|
||||
lib/midori/libfeed-panel.so
|
||||
lib/midori/libformhistory.so
|
||||
lib/midori/libhistory-list.so
|
||||
|
@ -138,8 +136,6 @@ share/icons/hicolor/scalable/status/news-feed.svg
|
|||
%%DATADIR%%/res/mootools.js
|
||||
%%DATADIR%%/res/speeddial-head.html
|
||||
%%DATADIR%%/res/speeddial.json
|
||||
share/vala/vapi/external-applications.deps
|
||||
share/vala/vapi/external-applications.vapi
|
||||
share/vala/vapi/history-list.deps
|
||||
share/vala/vapi/history-list.vapi
|
||||
@dirrmtry share/vala/vapi
|
||||
|
|
Loading…
Reference in a new issue