mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
graphics/shotwell: update to 0.30.1
Announcement: https://mail.gnome.org/archives/shotwell-list/2018-September/msg00008.html Now explicitly build-requires python3 for a newly added meson postinstall script (which's shebang has to be whacked a little).
This commit is contained in:
parent
7d05c2d16c
commit
52378b672e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481030
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= shotwell
|
||||
PORTVERSION= 0.30.0
|
||||
PORTVERSION= 0.30.1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -32,12 +32,16 @@ LIB_DEPENDS= libgio-2.0.so:devel/glib20 \
|
||||
libxml2.so:textproc/libxml2
|
||||
|
||||
USES= gettext desktop-file-utils gnome meson ninja pkgconfig \
|
||||
sqlite tar:xz
|
||||
python:3.4+,build shebangfix sqlite tar:xz
|
||||
USE_GNOME= cairo dconf gtk30 gnomedocutils
|
||||
USE_GSTREAMER1= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11
|
||||
|
||||
SHEBANG_FILES= build-aux/meson/postinstall.py
|
||||
python_OLD_CMD= "/usr/bin/env python3"
|
||||
python_CMD= ${SETENV} ${PYTHON_VERSION}
|
||||
|
||||
MESON_ARGS= -Dudev=false -Dextra-plugins=true -Dinstall-apport-hook=false \
|
||||
-Dpublishers=facebook,flickr,gallery3,picasa,piwigo,rajce,tumblr,yandex,youtube
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1537533952
|
||||
SHA256 (shotwell-0.30.0.tar.xz) = d496de89587a7aa13fd08323b919bafefac71d48a160c2cff2f28b7dbd6b9ed5
|
||||
SIZE (shotwell-0.30.0.tar.xz) = 6341136
|
||||
TIMESTAMP = 1538330525
|
||||
SHA256 (shotwell-0.30.1.tar.xz) = 3762b10945f909b108a691a83f5d1fa9d0fac486c0f8e43c195b42035eac1a06
|
||||
SIZE (shotwell-0.30.1.tar.xz) = 6341940
|
||||
|
@ -1,13 +1,13 @@
|
||||
bin/shotwell
|
||||
lib/libshotwell-authenticator.so
|
||||
lib/libshotwell-authenticator.so.0
|
||||
lib/libshotwell-authenticator.so.0.30.0
|
||||
lib/libshotwell-authenticator.so.0.30.1
|
||||
lib/libshotwell-plugin-common.so
|
||||
lib/libshotwell-plugin-common.so.0
|
||||
lib/libshotwell-plugin-common.so.0.30.0
|
||||
lib/libshotwell-plugin-common.so.0.30.1
|
||||
lib/libshotwell-plugin-dev-1.0.so
|
||||
lib/libshotwell-plugin-dev-1.0.so.0
|
||||
lib/libshotwell-plugin-dev-1.0.so.0.30.0
|
||||
lib/libshotwell-plugin-dev-1.0.so.0.30.1
|
||||
lib/shotwell/plugins/builtin/libshotwell-publishing-extras.so
|
||||
lib/shotwell/plugins/builtin/libshotwell-publishing.so
|
||||
lib/shotwell/plugins/builtin/libshotwell-transitions.so
|
||||
|
Loading…
Reference in New Issue
Block a user