diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-04-05 14:19:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-04-05 14:19:29 +0000 |
commit | aa2aee578a6a217edbd64f1e8e3f0b07cf2af523 (patch) | |
tree | 4858a6dcfd9f556bcee7ec9f395f2ab7c1454013 /graphics/gthumb | |
parent | 107bea5d876919613384a07e1b3a40f5d8b5a4b2 (diff) |
Notes
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 13 | ||||
-rw-r--r-- | graphics/gthumb/pkg-plist | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 97d183dc52a7..27425363ce76 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -3,7 +3,7 @@ PORTNAME= gthumb PORTVERSION= 2.14.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= rm@FreeBSD.org COMMENT= Image viewer and browser for the GNOME 2 environment -LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas USES= bison gettext gmake pathfix pkgconfig tar:xz @@ -35,13 +35,10 @@ PLIST_SUB= GTHUMB_VER=2.14 OPTIONS_DEFINE= EXIV2 CLUTTER GSTREAMER OPENRAW SOUP BRASERO YELP OPTIONS_DEFAULT= EXIV2 CLUTTER GSTREAMER OPENRAW SOUP BRASERO YELP CLUTTER_DESC= Fancy slideshows -GSTREAMER_DESC= Video playback SOUP_DESC= Web services uploaders BRASERO_DESC= Write galleries to CD/DVD (large dependency) YELP_DESC= Viewer for built-in help system -NO_STAGE= yes - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXIV2} @@ -54,7 +51,7 @@ PLIST_SUB+= EXIV2="@comment " .endif .if ${PORT_OPTIONS:MCLUTTER} -LIB_DEPENDS+= clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk +LIB_DEPENDS+= libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk CONFIGURE_ARGS+=--enable-clutter .else CONFIGURE_ARGS+=--disable-clutter @@ -78,7 +75,7 @@ CONFIGURE_ARGS+=--disable-libopenraw .endif .if ${PORT_OPTIONS:MSOUP} -LIB_DEPENDS+= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS+= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome CONFIGURE_ARGS+=--enable-libsoup --enable-gnome-keyring PLIST_SUB+= SOUP="" GCONF_SCHEMAS+= gthumb-facebook.schemas gthumb-picasaweb.schemas @@ -88,7 +85,7 @@ PLIST_SUB+= SOUP="@comment " .endif .if ${PORT_OPTIONS:MBRASERO} -LIB_DEPENDS+= brasero-burn.3:${PORTSDIR}/sysutils/brasero +LIB_DEPENDS+= libbrasero-burn.so:${PORTSDIR}/sysutils/brasero CONFIGURE_ARGS+=--enable-libbrasero PLIST_SUB+= BRASERO="" .else diff --git a/graphics/gthumb/pkg-plist b/graphics/gthumb/pkg-plist index cb3a8032d176..00f9dbd2d596 100644 --- a/graphics/gthumb/pkg-plist +++ b/graphics/gthumb/pkg-plist @@ -977,14 +977,10 @@ share/locale/zh_TW/LC_MESSAGES/gthumb.mo @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/nds/LC_MESSAGES @dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz @dirrm share/gnome/help/gthumb/zh_CN/figures |