Update to seahorse-nautilus-3.6.0.
This commit is contained in:
parent
72ad0a5a1a
commit
7153f66049
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/01 14:36:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/09/28 15:18:07 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= GnuPG extension for nautilus(1)
|
||||
|
||||
GNOME_PROJECT= seahorse-nautilus
|
||||
GNOME_VERSION= 3.4.0
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 3.6.0
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
@ -21,14 +20,15 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm assuan atk-1.0 c
|
||||
WANTLIB += cairo cairo-gobject cryptui dbus-1 dbus-glib-1 drm
|
||||
WANTLIB += expat ffi fontconfig freetype gconf-2 gcrypt gdk-3
|
||||
WANTLIB += expat ffi fontconfig freetype gcrypt gdk-3
|
||||
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring
|
||||
WANTLIB += gobject-2.0 gpg-error gpgme gthread-2.0 gtk-3 m nautilus-extension
|
||||
WANTLIB += notify pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs stdc++ xcb xcb-render xcb-shm
|
||||
WANTLIB += z
|
||||
WANTLIB += ICE SM atk-bridge-2.0 atspi harfbuzz icudata icule
|
||||
WANTLIB += icuuc p11-kit z
|
||||
|
||||
LIB_DEPENDS= x11/gnome/nautilus \
|
||||
LIB_DEPENDS= x11/gnome/nautilus>=3.6.0 \
|
||||
x11/gnome/libcryptui
|
||||
|
||||
MODULES= devel/gettext \
|
||||
@ -41,4 +41,12 @@ LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/nautilus/extensions-3.0/*.la
|
||||
# XXX push upstream
|
||||
# /usr/local/share/glib-2.0/schemas/org.gnome.seahorse.window.gschema.xml:
|
||||
# Error on line 3 char 1: <schema id='org.gnome.seahorse.window'> already specified.
|
||||
# This entire file has been ignored.
|
||||
rm ${PREFIX}/share/glib-2.0/schemas/org.gnome.seahorse.nautilus.window.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/seahorse-nautilus-3.4.0.tar.xz) = RyRDi4wJ1cJcMKMEy8OYlQ1aL90eLvP2OJ/78YrAFIA=
|
||||
SIZE (gnome/seahorse-nautilus-3.4.0.tar.xz) = 384884
|
||||
SHA256 (gnome/seahorse-nautilus-3.6.0.tar.xz) = 7a6Xz3urOO2SjiWngFkTl3+JLsm5EgeD2HTNoHkSUZ0=
|
||||
SIZE (gnome/seahorse-nautilus-3.6.0.tar.xz) = 385144
|
||||
|
@ -1,12 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/29 08:10:23 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/28 15:18:07 ajacoutot Exp $
|
||||
@conflict seahorse-plugins-*
|
||||
@bin bin/seahorse-tool
|
||||
@comment lib/nautilus/extensions-3.0/libnautilus-seahorse.la
|
||||
lib/nautilus/extensions-3.0/libnautilus-seahorse.so
|
||||
@man man/man1/seahorse-tool.1
|
||||
share/GConf/gsettings/org.gnome.seahorse.nautilus.convert
|
||||
share/applications/seahorse-pgp-encrypted.desktop
|
||||
share/applications/seahorse-pgp-keys.desktop
|
||||
share/applications/seahorse-pgp-signature.desktop
|
||||
share/glib-2.0/schemas/org.gnome.seahorse.nautilus.gschema.xml
|
||||
share/locale/ar/LC_MESSAGES/seahorse-nautilus.mo
|
||||
share/locale/as/LC_MESSAGES/seahorse-nautilus.mo
|
||||
share/locale/ast/LC_MESSAGES/seahorse-nautilus.mo
|
||||
@ -87,5 +88,7 @@ share/seahorse-nautilus/ui/
|
||||
share/seahorse-nautilus/ui/seahorse-multi-encrypt.xml
|
||||
share/seahorse-nautilus/ui/seahorse-notify.xml
|
||||
share/seahorse-nautilus/ui/seahorse-progress.xml
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user