Update to 0.2.8
Use XFCE master site macro, instead of 1 mirror. depend on desktopfileutils so it will show up in xfce without session restart PR: ports/150932 Submitted by: Olivier DUCHATEAU <duchateau.olivier@gmail.com>
This commit is contained in:
parent
8637abaf29
commit
518ab08837
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262371
3 changed files with 10 additions and 7 deletions
|
@ -7,9 +7,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= midori
|
||||
PORTVERSION= 0.2.7
|
||||
PORTVERSION= 0.2.8
|
||||
CATEGORIES= www xfce
|
||||
MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
|
@ -33,7 +34,7 @@ MAKE_JOBS_SAFE= yes
|
|||
HAS_CONFIGURE= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig
|
||||
USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig desktopfileutils
|
||||
USE_XORG= xscrnsaver
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -74,6 +75,7 @@ PLIST_SUB+= APIDOCS="@comment "
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
@-update-desktop-database
|
||||
.if defined(WITH_APIDOCS)
|
||||
${MKDIR} ${DOCSDIR}/api/katze/html
|
||||
${MKDIR} ${DOCSDIR}/api/midori/html
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xfce4/midori-0.2.7.tar.bz2) = 638a16424b444837d319723de5942a33
|
||||
SHA256 (xfce4/midori-0.2.7.tar.bz2) = b1dcc479ceb938c8d9cdea098c8d72d563bce5010c27fbcaa4c992d10f2d809c
|
||||
SIZE (xfce4/midori-0.2.7.tar.bz2) = 771673
|
||||
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
|
||||
|
|
|
@ -16,8 +16,8 @@ lib/midori/libpage-holder.so
|
|||
lib/midori/libshortcuts.so
|
||||
lib/midori/libstatus-clock.so
|
||||
lib/midori/libstatusbar-features.so
|
||||
lib/midori/libtabs-minimized.so
|
||||
lib/midori/libtab-panel.so
|
||||
lib/midori/libtabs-minimized.so
|
||||
lib/midori/libtoolbar-editor.so
|
||||
lib/midori/libweb-cache.so
|
||||
share/applications/midori.desktop
|
||||
|
@ -113,6 +113,7 @@ share/icons/hicolor/scalable/status/news-feed.svg
|
|||
%%NLS%%share/locale/it/LC_MESSAGES/midori.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/midori.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/midori.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/midori.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/midori.mo
|
||||
%%NLS%%share/locale/no/LC_MESSAGES/midori.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/midori.mo
|
||||
|
|
Loading…
Reference in a new issue