mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed - Fix plist for NLS files - Add required LIBS for graphics/gtkam Approved by: portmgr blanket
This commit is contained in:
parent
f4c7894056
commit
056230126a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362751
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gtkam
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -20,6 +21,7 @@ GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= `pkg-config --libs gtk+-x11-2.0`
|
||||
|
||||
OPTIONS_DEFINE= DOCS GIMP GNOME
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libexif-gtk
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -14,9 +14,10 @@ LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USE_AUTOTOOLS= autoconf libtool
|
||||
USE_AUTOTOOLS= autoconf
|
||||
GUN_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,13 +13,12 @@ include/libexif-gtk/gtk-exif-entry-user-comment.h
|
||||
include/libexif-gtk/gtk-exif-entry-version.h
|
||||
include/libexif-gtk/gtk-exif-entry.h
|
||||
lib/libexif-gtk.a
|
||||
lib/libexif-gtk.la
|
||||
lib/libexif-gtk.so
|
||||
lib/libexif-gtk.so.6
|
||||
lib/libexif-gtk.so.5.1.0
|
||||
libdata/pkgconfig/libexif-gtk.pc
|
||||
share/locale/de/LC_MESSAGES/libexif-gtk-5.mo
|
||||
share/locale/es/LC_MESSAGES/libexif-gtk-5.mo
|
||||
share/locale/fr/LC_MESSAGES/libexif-gtk-5.mo
|
||||
share/locale/pl/LC_MESSAGES/libexif-gtk-5.mo
|
||||
share/locale/ru/LC_MESSAGES/libexif-gtk-5.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/libexif-gtk-5.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/libexif-gtk-5.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libexif-gtk-5.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/libexif-gtk-5.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/libexif-gtk-5.mo
|
||||
@dirrm include/libexif-gtk
|
||||
|
Loading…
Reference in New Issue
Block a user