Bugfix update to nautilus-3.0.2.
This commit is contained in:
parent
f1472f3af9
commit
4264c18208
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/05/20 08:52:27 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/05/24 19:59:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME file manager
|
||||
|
||||
@ -16,7 +16,7 @@ COMMENT= GNOME file manager
|
||||
# x11/gnome/tracker
|
||||
|
||||
GNOME_PROJECT= nautilus
|
||||
GNOME_VERSION= 3.0.1.1
|
||||
GNOME_VERSION= 3.0.2
|
||||
|
||||
SHARED_LIBS += nautilus-extension 3.0 # 5.0
|
||||
|
||||
@ -38,7 +38,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-3 m notify pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += startup-notification-1 xcb xcb-atom xcb-aux xcb-event
|
||||
WANTLIB += xcb-render xcb-shm xml2 z
|
||||
WANTLIB += xcb-render xcb-shm xml2 z X11-xcb
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
@ -73,6 +73,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/nautilus
|
||||
|
||||
# needs 'org.gnome.nautilus.preferences'
|
||||
REGRESS_DEPENDS= ${BASE_PKGPATH}
|
||||
REGRESS_IS_INTERACTIVE= x11
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/nautilus-3.0.1.1.tar.bz2) = iq+Ay+SZPeoV1tPqB2fajw==
|
||||
RMD160 (gnome/nautilus-3.0.1.1.tar.bz2) = EV0GuPHR10HqNz8pYcnQXQk7ltk=
|
||||
SHA1 (gnome/nautilus-3.0.1.1.tar.bz2) = BKn5eRzE4rBnjjxAnXMgj5NlAos=
|
||||
SHA256 (gnome/nautilus-3.0.1.1.tar.bz2) = ulOyuKOLzU1qGGBCHeIi3FtrmQTM7tSbLQ2Q6XLufdY=
|
||||
SIZE (gnome/nautilus-3.0.1.1.tar.bz2) = 5622454
|
||||
MD5 (gnome/nautilus-3.0.2.tar.bz2) = lJGHsfJBE3rTpea9yj37Cw==
|
||||
RMD160 (gnome/nautilus-3.0.2.tar.bz2) = 8TOrxJNOb+wOKiaIulohLpIyeaY=
|
||||
SHA1 (gnome/nautilus-3.0.2.tar.bz2) = 8qkmEyqPbCG+GgyTFYi3+1JuoEo=
|
||||
SHA256 (gnome/nautilus-3.0.2.tar.bz2) = akxrdVk/DoFXY9AECHjNkI2nIxjxiwXzPSQEDg1gKyI=
|
||||
SIZE (gnome/nautilus-3.0.2.tar.bz2) = 5636620
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/19 18:40:59 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/05/24 19:59:10 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/nautilus
|
||||
@bin bin/nautilus-autorun-software
|
||||
@ -34,6 +34,13 @@ share/applications/nautilus.desktop
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
share/dbus-1/services/org.gnome.Nautilus.service
|
||||
share/examples/nautilus/
|
||||
share/examples/nautilus/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
share/examples/nautilus/xdg/autostart/
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/
|
||||
share/examples/nautilus/xdg/autostart/nautilus-autostart.desktop
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/nautilus-autostart.desktop
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/Nautilus-3.0.gir
|
||||
share/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user