Update to sushi-3.8.0.
This commit is contained in:
parent
05cf027027
commit
b6afe8adfd
@ -1,33 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:46:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/28 19:33:46 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= quick previewer for Nautilus
|
||||
|
||||
GNOME_PROJECT= sushi
|
||||
GNOME_VERSION= 3.6.1
|
||||
GNOME_VERSION= 3.8.0
|
||||
|
||||
HOMEPAGE= https://live.gnome.org/ThreePointOne/Features/FilePreviewing
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm asn1
|
||||
WANTLIB += atk-1.0 atk-bridge-2.0 atspi c cairo cairo-gobject
|
||||
WANTLIB += clutter-1.0 clutter-gst-2.0 clutter-gtk-1.0 cogl cogl-pango
|
||||
WANTLIB += crypto dbus-1 dbus-glib-1 drm enchant evdocument3 evview3
|
||||
WANTLIB += expat ffi fontconfig freetype gailutil-3 gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += geoclue gio-2.0 girepository-1.0 gjs gjs-dbus glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 gssapi gstapp-0.10 gstaudio-0.10
|
||||
WANTLIB += gstaudio-1.0 gstbase-0.10 gstbase-1.0 gstfft-0.10 gstinterfaces-0.10
|
||||
WANTLIB += gstpbutils-0.10 gstpbutils-1.0 gstreamer-0.10 gstreamer-1.0
|
||||
WANTLIB += gsttag-1.0 gstvideo-0.10 gstvideo-1.0 gthread-2.0 gtk-3
|
||||
WANTLIB += gtksourceview-3.0 harfbuzz icudata icui18n icule icuuc
|
||||
WANTLIB += javascriptcoregtk-3.0 jpeg json-glib-1.0 krb5 m mozjs185
|
||||
WANTLIB += musicbrainz5 neon nspr4 orc-0.4 pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png proxy pthread
|
||||
WANTLIB += pthread-stubs soup-2.4 sqlite3 ssl stdc++ webkitgtk-3.0
|
||||
WANTLIB += GL ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xt asn1 atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += atspi c cairo cairo-gobject clutter-1.0 clutter-gst-2.0
|
||||
WANTLIB += clutter-gtk-1.0 cogl cogl-pango crypto dbus-1 dbus-glib-1
|
||||
WANTLIB += enchant evdocument3 evview3 expat ffi fontconfig freetype
|
||||
WANTLIB += gailutil-3 gdk-3 gdk_pixbuf-2.0 geoclue gio-2.0 girepository-1.0
|
||||
WANTLIB += gjs glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gssapi
|
||||
WANTLIB += gstapp-0.10 gstaudio-0.10 gstaudio-1.0 gstbase-0.10
|
||||
WANTLIB += gstbase-1.0 gstfft-0.10 gstinterfaces-0.10 gstpbutils-0.10
|
||||
WANTLIB += gstpbutils-1.0 gstreamer-0.10 gstreamer-1.0 gsttag-1.0
|
||||
WANTLIB += gstvideo-0.10 gstvideo-1.0 gthread-2.0 gtk-3 gtksourceview-3.0
|
||||
WANTLIB += harfbuzz icudata icui18n icule icuuc javascriptcoregtk-3.0
|
||||
WANTLIB += jpeg json-glib-1.0 krb5 m mozjs185 musicbrainz5 ncursesw
|
||||
WANTLIB += neon nspr4 orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 plc4 plds4 png proxy pthread pthread-stubs
|
||||
WANTLIB += readline soup-2.4 sqlite3 ssl stdc++ webkitgtk-3.0
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 xslt z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
@ -39,7 +39,7 @@ LIB_DEPENDS= audio/libmusicbrainz5 \
|
||||
graphics/evince \
|
||||
multimedia/gstreamer1/plugins-base \
|
||||
www/webkit,gtk3 \
|
||||
x11/gnome/gjs \
|
||||
x11/gnome/gjs>=1.36.0 \
|
||||
x11/gtksourceview3
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/sushi-3.6.1.tar.xz) = 3c+k/YrWqKf/LaEKUZCgMd+enevyF8sfze7CoYEiKvg=
|
||||
SIZE (gnome/sushi-3.6.1.tar.xz) = 306728
|
||||
SHA256 (gnome/sushi-3.8.0.tar.xz) = nhfDYBpQnEKNct7gTaGUVV/U8tPRIofvm6z5sUe/X64=
|
||||
SIZE (gnome/sushi-3.8.0.tar.xz) = 308208
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2012/09/29 12:12:06 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2013/03/28 19:33:46 ajacoutot Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Mon Sep 24 17:57:40 2012
|
||||
+++ configure Sat Sep 29 10:05:28 2012
|
||||
@@ -4695,6 +4695,9 @@ else
|
||||
--- configure.orig Mon Mar 25 16:25:51 2013
|
||||
+++ configure Thu Mar 28 16:38:06 2013
|
||||
@@ -4693,6 +4693,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/11/13 07:39:51 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2013/03/28 19:33:46 ajacoutot Exp $
|
||||
bin/sushi
|
||||
lib/sushi/
|
||||
lib/sushi/girepository-1.0/
|
||||
@ -28,6 +28,7 @@ share/locale/eu/LC_MESSAGES/sushi.mo
|
||||
share/locale/fa/LC_MESSAGES/sushi.mo
|
||||
share/locale/fi/LC_MESSAGES/sushi.mo
|
||||
share/locale/fr/LC_MESSAGES/sushi.mo
|
||||
share/locale/fur/LC_MESSAGES/sushi.mo
|
||||
share/locale/gl/LC_MESSAGES/sushi.mo
|
||||
share/locale/gu/LC_MESSAGES/sushi.mo
|
||||
share/locale/he/LC_MESSAGES/sushi.mo
|
||||
@ -36,6 +37,7 @@ share/locale/hu/LC_MESSAGES/sushi.mo
|
||||
share/locale/id/LC_MESSAGES/sushi.mo
|
||||
share/locale/it/LC_MESSAGES/sushi.mo
|
||||
share/locale/ja/LC_MESSAGES/sushi.mo
|
||||
share/locale/kn/LC_MESSAGES/sushi.mo
|
||||
share/locale/ko/LC_MESSAGES/sushi.mo
|
||||
share/locale/lt/LC_MESSAGES/sushi.mo
|
||||
share/locale/lv/LC_MESSAGES/sushi.mo
|
||||
@ -56,6 +58,7 @@ share/locale/sr@latin/LC_MESSAGES/sushi.mo
|
||||
share/locale/sv/LC_MESSAGES/sushi.mo
|
||||
share/locale/ta/LC_MESSAGES/sushi.mo
|
||||
share/locale/te/LC_MESSAGES/sushi.mo
|
||||
share/locale/tg/LC_MESSAGES/sushi.mo
|
||||
share/locale/th/LC_MESSAGES/sushi.mo
|
||||
share/locale/tr/LC_MESSAGES/sushi.mo
|
||||
share/locale/ug/LC_MESSAGES/sushi.mo
|
||||
@ -80,7 +83,6 @@ share/sushi/js/ui/tweener.js
|
||||
share/sushi/js/ui/utils.js
|
||||
share/sushi/js/util/
|
||||
share/sushi/js/util/constants.js
|
||||
share/sushi/js/util/features.js
|
||||
share/sushi/js/util/format.js
|
||||
share/sushi/js/util/path.js
|
||||
share/sushi/js/util/totemMimeTypes.js
|
||||
|
Loading…
Reference in New Issue
Block a user