git: 8f4e8883e913 - main - graphics/ristretto: Update to 0.11.0
Guido Falsi
madpilot at FreeBSD.org
Fri Jun 11 13:03:17 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8f4e8883e913fdc9af8e26b00967a9b01f544f9d
commit 8f4e8883e913fdc9af8e26b00967a9b01f544f9d
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-06-11 13:02:42 +0000
Commit: Guido Falsi <madpilot at FreeBSD.org>
CommitDate: 2021-06-11 13:02:42 +0000
graphics/ristretto: Update to 0.11.0
While here, add missing dependency on harfbuzz.
---
graphics/ristretto/Makefile | 6 +++---
graphics/ristretto/distinfo | 6 +++---
graphics/ristretto/pkg-plist | 12 ++++++++----
3 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index 0ccb4e788d4c..d4f9ce8d3740 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -1,8 +1,7 @@
# Created by: Martin Wilke <miwi at 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
diff --git a/graphics/ristretto/distinfo b/graphics/ristretto/distinfo
index 624d2466ae10..508c82a04235 100644
--- a/graphics/ristretto/distinfo
+++ b/graphics/ristretto/distinfo
@@ -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
diff --git a/graphics/ristretto/pkg-plist b/graphics/ristretto/pkg-plist
index a2ab8fed9a66..a728ed2c0f09 100644
--- a/graphics/ristretto/pkg-plist
+++ b/graphics/ristretto/pkg-plist
@@ -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
More information about the dev-commits-ports-all
mailing list