Remove libtool archives from modules.
This commit is contained in:
parent
bec3c09e0e
commit
26d4cffb1f
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2012/09/28 07:51:54 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2012/09/28 08:28:02 ajacoutot Exp $
|
||||
|
||||
COMMENT= plugins for EOG
|
||||
|
||||
GNOME_PROJECT= eog-plugins
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -43,7 +44,11 @@ RUN_DEPENDS= x11/gnome/eog>=${GNOME_VERSION}
|
||||
|
||||
AUTOCONF_VERSION= 2.68
|
||||
CONFIGURE_STYLE= autoconf
|
||||
# XXX the "postr" plugin needs postr which hasn't been ported yet
|
||||
CONFIGURE_ARGS+= --enable-python \
|
||||
--with-plugins=all
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/eog/plugins/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/09/28 07:51:54 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2012/09/28 08:28:02 ajacoutot Exp $
|
||||
lib/eog/plugins/exif-display.plugin
|
||||
lib/eog/plugins/export-to-folder.plugin
|
||||
lib/eog/plugins/export-to-folder.py
|
||||
@ -10,26 +10,12 @@ lib/eog/plugins/fullscreenbg.py
|
||||
lib/eog/plugins/fullscreenbg.pyc
|
||||
lib/eog/plugins/fullscreenbg.pyo
|
||||
lib/eog/plugins/hide-titlebar.plugin
|
||||
@comment lib/eog/plugins/libexif-display.a
|
||||
@comment lib/eog/plugins/libexif-display.la
|
||||
lib/eog/plugins/libexif-display.so
|
||||
@comment lib/eog/plugins/libfit-to-width.a
|
||||
@comment lib/eog/plugins/libfit-to-width.la
|
||||
lib/eog/plugins/libfit-to-width.so
|
||||
@comment lib/eog/plugins/libhide-titlebar.a
|
||||
@comment lib/eog/plugins/libhide-titlebar.la
|
||||
lib/eog/plugins/libhide-titlebar.so
|
||||
@comment lib/eog/plugins/liblight-theme.a
|
||||
@comment lib/eog/plugins/liblight-theme.la
|
||||
lib/eog/plugins/liblight-theme.so
|
||||
@comment lib/eog/plugins/libmap.a
|
||||
@comment lib/eog/plugins/libmap.la
|
||||
lib/eog/plugins/libmap.so
|
||||
@comment lib/eog/plugins/libpostasa.a
|
||||
@comment lib/eog/plugins/libpostasa.la
|
||||
lib/eog/plugins/libpostasa.so
|
||||
@comment lib/eog/plugins/libsend-by-mail.a
|
||||
@comment lib/eog/plugins/libsend-by-mail.la
|
||||
lib/eog/plugins/libsend-by-mail.so
|
||||
lib/eog/plugins/light-theme.plugin
|
||||
lib/eog/plugins/map.plugin
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2012/09/28 07:51:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2012/09/28 08:28:02 ajacoutot Exp $
|
||||
|
||||
COMMENT= Eye of GNOME, image viewing and cataloging program
|
||||
|
||||
GNOME_PROJECT= eog
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -49,4 +50,7 @@ MODGNOME_ICON_CACHE= Yes
|
||||
CONFIGURE_ARGS+= --with-xmp \
|
||||
--with-libexif
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/eog/plugins/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.33 2012/09/28 07:51:42 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.34 2012/09/28 08:28:02 ajacoutot Exp $
|
||||
@bin bin/eog
|
||||
include/eog-3.0/
|
||||
include/eog-3.0/eog/
|
||||
@ -31,14 +31,8 @@ lib/eog/girepository-1.0/
|
||||
lib/eog/girepository-1.0/Eog-3.0.typelib
|
||||
lib/eog/plugins/
|
||||
lib/eog/plugins/fullscreen.plugin
|
||||
@comment lib/eog/plugins/libfullscreen.a
|
||||
@comment lib/eog/plugins/libfullscreen.la
|
||||
lib/eog/plugins/libfullscreen.so
|
||||
@comment lib/eog/plugins/libreload.a
|
||||
@comment lib/eog/plugins/libreload.la
|
||||
lib/eog/plugins/libreload.so
|
||||
@comment lib/eog/plugins/libstatusbar-date.a
|
||||
@comment lib/eog/plugins/libstatusbar-date.la
|
||||
lib/eog/plugins/libstatusbar-date.so
|
||||
lib/eog/plugins/reload.plugin
|
||||
lib/eog/plugins/statusbar-date.plugin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.79 2012/09/28 07:09:22 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.80 2012/09/28 08:28:02 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= GNOME settings daemon
|
||||
|
||||
GNOME_PROJECT= gnome-settings-daemon
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 0
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -69,4 +70,7 @@ FAKE_FLAGS= desktopdir=${PREFIX}/share/examples/gnome-settings-daemon/xdg/autost
|
||||
sysconfdir=${PREFIX}/share/examples/gnome-settings-daemon \
|
||||
DBUS_SYS_DIR=${PREFIX}/share/examples/gnome-settings-daemon/dbus-1/system.d
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gnome-settings-daemon-3.0/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.27 2012/09/28 07:09:23 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.28 2012/09/28 08:28:02 ajacoutot Exp $
|
||||
include/gnome-settings-daemon-3.0/
|
||||
include/gnome-settings-daemon-3.0/gnome-settings-daemon/
|
||||
include/gnome-settings-daemon-3.0/gnome-settings-daemon/gnome-settings-plugin.h
|
||||
@ -11,39 +11,22 @@ lib/gnome-settings-daemon-3.0/color.gnome-settings-plugin
|
||||
lib/gnome-settings-daemon-3.0/cursor.gnome-settings-plugin
|
||||
lib/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin
|
||||
lib/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
|
||||
@comment lib/gnome-settings-daemon-3.0/liba11y-keyboard.la
|
||||
lib/gnome-settings-daemon-3.0/liba11y-keyboard.so
|
||||
@comment lib/gnome-settings-daemon-3.0/liba11y-settings.la
|
||||
lib/gnome-settings-daemon-3.0/liba11y-settings.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libbackground.la
|
||||
lib/gnome-settings-daemon-3.0/libbackground.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libclipboard.la
|
||||
lib/gnome-settings-daemon-3.0/libclipboard.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libcolor.la
|
||||
lib/gnome-settings-daemon-3.0/libcolor.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libcursor.la
|
||||
lib/gnome-settings-daemon-3.0/libcursor.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libgsd.la
|
||||
lib/gnome-settings-daemon-3.0/libgsd.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libhousekeeping.la
|
||||
lib/gnome-settings-daemon-3.0/libhousekeeping.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libkeyboard.la
|
||||
lib/gnome-settings-daemon-3.0/libkeyboard.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libmedia-keys.la
|
||||
lib/gnome-settings-daemon-3.0/libmedia-keys.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libmouse.la
|
||||
lib/gnome-settings-daemon-3.0/libmouse.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libpower.la
|
||||
lib/gnome-settings-daemon-3.0/libpower.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libprint-notifications.la
|
||||
lib/gnome-settings-daemon-3.0/libprint-notifications.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libsmartcard.la
|
||||
lib/gnome-settings-daemon-3.0/libsmartcard.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libsound.la
|
||||
lib/gnome-settings-daemon-3.0/libsound.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libxrandr.la
|
||||
lib/gnome-settings-daemon-3.0/libxrandr.so
|
||||
@comment lib/gnome-settings-daemon-3.0/libxsettings.la
|
||||
lib/gnome-settings-daemon-3.0/libxsettings.so
|
||||
lib/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin
|
||||
lib/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user