mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/ristretto: Update to 0.13.4
- Convert build to using meson - Remove unneeded dependencies
This commit is contained in:
parent
754a7c04e5
commit
f6b6a54870
2 changed files with 11 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= ristretto
|
PORTNAME= ristretto
|
||||||
PORTVERSION= 0.13.3
|
PORTVERSION= 0.13.4
|
||||||
CATEGORIES= graphics xfce
|
CATEGORIES= graphics xfce
|
||||||
MASTER_SITES= XFCE/apps
|
MASTER_SITES= XFCE/apps
|
||||||
DIST_SUBDIR= xfce4
|
DIST_SUBDIR= xfce4
|
||||||
|
@ -11,17 +11,14 @@ WWW= https://docs.xfce.org/apps/ristretto/start
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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 \
|
USES= cmake:indirect compiler:c11 desktop-file-utils gettext-tools gnome \
|
||||||
pkgconfig tar:bzip2 xfce xorg
|
meson pkgconfig tar:xz xfce xorg
|
||||||
USE_GNOME= cairo gdkpixbuf glib20 gtk30
|
USE_GNOME= cairo gdkpixbuf glib20 gtk30
|
||||||
USE_XFCE= libmenu xfconf
|
USE_XFCE= libexo libmenu xfconf
|
||||||
USE_XORG= ice sm x11
|
USE_XORG= ice sm x11
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS TUMBLER
|
OPTIONS_DEFINE= NLS TUMBLER
|
||||||
OPTIONS_DEFAULT= TUMBLER
|
OPTIONS_DEFAULT= TUMBLER
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
@ -29,8 +26,10 @@ OPTIONS_SUB= yes
|
||||||
TUMBLER_DESC= Install Tumbler dependency for creating thumbnails
|
TUMBLER_DESC= Install Tumbler dependency for creating thumbnails
|
||||||
|
|
||||||
NLS_USES= gettext-runtime
|
NLS_USES= gettext-runtime
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
|
||||||
|
|
||||||
TUMBLER_RUN_DEPENDS= xfce4-tumbler>0:deskutils/xfce4-tumbler
|
TUMBLER_RUN_DEPENDS= xfce4-tumbler>0:deskutils/xfce4-tumbler
|
||||||
|
|
||||||
|
post-patch-NLS-off:
|
||||||
|
@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1735172808
|
TIMESTAMP = 1743023968
|
||||||
SHA256 (xfce4/ristretto-0.13.3.tar.bz2) = 5b9172ef704ae192a5338df6bee4e91a59edc65618c375bb4433ffb38e2126cb
|
SHA256 (xfce4/ristretto-0.13.4.tar.xz) = a84ef8cb80638681d9b9ef09cddff86a5d7a0e028603b4a601cf0ff6c2869ce8
|
||||||
SIZE (xfce4/ristretto-0.13.3.tar.bz2) = 854176
|
SIZE (xfce4/ristretto-0.13.4.tar.xz) = 277320
|
||||||
|
|
Loading…
Add table
Reference in a new issue