Mk/Uses: rename nautilus3 into nautilus4
This commit is contained in:
parent
36289e7e4b
commit
4f5eb42b4a
@ -415,7 +415,7 @@ proxydeps_suggest_uses() {
|
||||
elif [ ${pkg} = "devel/gobject-introspection" ]; then warn "you need USE_GNOME+=introspection"
|
||||
elif [ ${pkg} = "graphics/libart_lgpl" ]; then warn "you need USE_GNOME+=libartlgpl2"
|
||||
elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl"
|
||||
elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus3"
|
||||
elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus4"
|
||||
elif [ ${pkg} = "graphics/librsvg2-rust" ]; then warn "you need USE_GNOME+=librsvg2"
|
||||
# mate
|
||||
# grep LIB_DEPENDS= Mk/Uses/mate.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_MATE+=\1"|'
|
||||
|
||||
@ -76,11 +76,11 @@ _USE_GNOME_ALL+= atk cairo \
|
||||
_USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \
|
||||
gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 \
|
||||
gtksourceview4 libgda5 \
|
||||
libgda5-ui libgnomekbd libwnck3 metacity nautilus3 \
|
||||
libgda5-ui libgnomekbd libwnck3 metacity \
|
||||
pygobject3 vte3
|
||||
|
||||
# GNOME 40 components
|
||||
_USE_GNOME_ALL+=gtk40 libadwaita gtksourceview5 gnomedesktop4
|
||||
_USE_GNOME_ALL+=gtk40 libadwaita gtksourceview5 gnomedesktop4 nautilus4
|
||||
|
||||
# C++ bindings
|
||||
_USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm glibmm26 gtkmm24 \
|
||||
@ -254,8 +254,8 @@ librsvg2_RUN_DEPENDS= librsvg2>=0:graphics/librsvg2
|
||||
. endif
|
||||
librsvg2_USE_GNOME_IMPL=cairo gdkpixbuf
|
||||
|
||||
nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus
|
||||
nautilus3_USE_GNOME_IMPL=gnomedesktop3 libxml2
|
||||
nautilus4_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus
|
||||
nautilus4_USE_GNOME_IMPL=glib20
|
||||
|
||||
metacity_LIB_DEPENDS= libmetacity.so:x11-wm/metacity
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ ZIP_DESC= ZIP archive support
|
||||
ZIP_RUN_DEPENDS= zip:archivers/zip
|
||||
|
||||
NAUTILUS_DESC= Nautilus context menu actions
|
||||
NAUTILUS_USE= GNOME=nautilus3
|
||||
NAUTILUS_USE= GNOME=nautilus4
|
||||
NAUTILUS_MESON_ENABLED= nautilus-actions
|
||||
|
||||
post-patch:
|
||||
|
||||
@ -22,7 +22,7 @@ RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_dnssd>=0:www/mod_dnssd \
|
||||
|
||||
USES= apache gettext gmake gnome libtool pkgconfig tar:xz xorg
|
||||
USE_XORG= sm
|
||||
USE_GNOME= gnomeprefix gtk30 intlhack nautilus3
|
||||
USE_GNOME= gnomeprefix gtk30 intlhack nautilus4
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} \
|
||||
--disable-bluetooth
|
||||
|
||||
@ -39,7 +39,7 @@ OPTIONS_SUB= yes
|
||||
MESON_ARGS= -Dsearch_provider=true
|
||||
|
||||
NAUTILUS_MESON_TRUE= nautilus_extension
|
||||
NAUTILUS_USE= GNOME=nautilus3
|
||||
NAUTILUS_USE= GNOME=nautilus4
|
||||
NAUTILUS_DESC= Open in terminal extension for nautilus
|
||||
|
||||
post-install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user