mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
graphics/ristretto: Update to 0.11.0
While here, add missing dependency on harfbuzz.
This commit is contained in:
parent
b89864c482
commit
8f4e8883e9
@ -1,8 +1,7 @@
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
|
||||
PORTNAME= ristretto
|
||||
PORTVERSION= 0.10.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= graphics xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -13,7 +12,8 @@ COMMENT= Image viewer with Xfce integration
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libexif.so:graphics/libexif
|
||||
LIB_DEPENDS= libexif.so:graphics/libexif \
|
||||
libharfbuzz.so:print/harfbuzz
|
||||
|
||||
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
||||
pkgconfig tar:bzip2 xfce xorg
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565382555
|
||||
SHA256 (xfce4/ristretto-0.10.0.tar.bz2) = 16225dd74245eb6e0f82b9c72c6112f161bb8d8b11f3fc77277b7bc3432d4769
|
||||
SIZE (xfce4/ristretto-0.10.0.tar.bz2) = 586447
|
||||
TIMESTAMP = 1623410945
|
||||
SHA256 (xfce4/ristretto-0.11.0.tar.bz2) = 877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823
|
||||
SIZE (xfce4/ristretto-0.11.0.tar.bz2) = 589169
|
||||
|
@ -1,9 +1,11 @@
|
||||
bin/ristretto
|
||||
share/applications/ristretto.desktop
|
||||
share/icons/hicolor/128x128/apps/ristretto.png
|
||||
share/icons/hicolor/16x16/apps/ristretto.png
|
||||
share/icons/hicolor/48x48/apps/ristretto.png
|
||||
share/icons/hicolor/scalable/apps/ristretto.svg
|
||||
share/icons/hicolor/128x128/apps/org.xfce.ristretto.png
|
||||
share/icons/hicolor/16x16/apps/org.xfce.ristretto.png
|
||||
share/icons/hicolor/24x24/apps/org.xfce.ristretto.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.ristretto.png
|
||||
share/icons/hicolor/48x48/apps/org.xfce.ristretto.png
|
||||
share/icons/hicolor/scalable/apps/org.xfce.ristretto.svg
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/ristretto.mo
|
||||
@ -16,6 +18,7 @@ share/icons/hicolor/scalable/apps/ristretto.svg
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/ristretto.mo
|
||||
@ -24,6 +27,7 @@ share/icons/hicolor/scalable/apps/ristretto.svg
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/hye/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/ristretto.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/ristretto.mo
|
||||
|
Loading…
Reference in New Issue
Block a user