Skip to content

Commit

Permalink
graphics/ufraw: remove GNOME option
Browse files Browse the repository at this point in the history
gnome option only served the purpose to instal mime data including
gconf information only useful for gnome2 which is gone.

The mime data information are anyway installed by shared-mime-info
making this option completly unuseful
  • Loading branch information
bapt committed Jun 8, 2022
1 parent 37c4642 commit 95e667c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions graphics/ufraw/Makefile
Expand Up @@ -26,14 +26,15 @@ USE_GNOME+= cairo gdkpixbuf2 glib20 gtk20

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-extras \
--enable-jasper
--enable-jasper \
--disable-mime

CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib

CONFLICTS_INSTALL= dcraw

OPTIONS_DEFINE= CONTRAST DST EXIV2 FITS GIMP GNOME GTK2 LENSFUN
OPTIONS_DEFINE= CONTRAST DST EXIV2 FITS GIMP GTK2 LENSFUN
OPTIONS_DEFAULT= CONTRAST EXIV2 GTK2 LENSFUN
OPTIONS_SUB= yes

Expand All @@ -53,10 +54,6 @@ GIMP_LIB_DEPENDS= libbabl-0.1.so:x11/babl \
libgimp-2.0.so:graphics/gimp-app \
libjson-glib-1.0.so:devel/json-glib
GIMP_CONFIGURE_WITH= gimp
GNOME_USE= GNOME=gconf2
GNOME_CONFIGURE_ENABLE= mime
GNOME_VARS= CATEGORIES+=gnome \
GCONF_SCHEMAS=${PORTNAME}.schemas
GTK2_LIB_DEPENDS= libgtkimageview.so:x11-toolkits/gtkimageview
GTK2_CONFIGURE_WITH= gtk
LENSFUN_LIB_DEPENDS= liblensfun.so:graphics/lensfun
Expand Down
1 change: 0 additions & 1 deletion graphics/ufraw/pkg-plist
Expand Up @@ -4,7 +4,6 @@ bin/nikon-curve
bin/ufraw-batch
%%GIMP%%libexec/gimp/2.2/plug-ins/ufraw-gimp
man/man1/ufraw.1.gz
%%GNOME%%share/appdata/ufraw.appdata.xml
share/applications/ufraw.desktop
share/locale/ca/LC_MESSAGES/ufraw.mo
share/locale/cs/LC_MESSAGES/ufraw.mo
Expand Down

0 comments on commit 95e667c

Please sign in to comment.