make plist has been broken long enough that I don't want to deal with it
anymore; instead of using @comment markers in PLIST, use a post-install target to remove what we don't want.
This commit is contained in:
parent
985eb08ea5
commit
fdd040d029
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2012/09/28 18:56:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= versatile IDE for GNOME
|
||||
|
||||
GNOME_PROJECT= anjuta
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += anjuta-3 0.0 # 0.0
|
||||
|
||||
@ -88,4 +89,8 @@ pre-configure:
|
||||
${WRKSRC}/plugins/project-wizard/templates/pygtk/src/main.py \
|
||||
${WRKSRC}/plugins/project-wizard/templates/python/src/main.py
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/anjuta/*.la
|
||||
rm ${PREFIX}/lib/glade/modules/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.24 2012/09/28 18:56:55 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.25 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@conflict gnome-build-*
|
||||
@pkgpath x11/gnome/build
|
||||
@bin bin/anjuta
|
||||
@ -156,88 +156,49 @@ lib/anjuta/git.plugin
|
||||
lib/anjuta/js-support-plugin.plugin
|
||||
lib/anjuta/js_debugger.plugin
|
||||
lib/anjuta/language-manager.plugin
|
||||
@comment lib/anjuta/libam-project.la
|
||||
lib/anjuta/libam-project.so
|
||||
@comment lib/anjuta/libanjuta-build-basic-autotools.la
|
||||
lib/anjuta/libanjuta-build-basic-autotools.so
|
||||
@comment lib/anjuta/libanjuta-class-gen.la
|
||||
lib/anjuta/libanjuta-class-gen.so
|
||||
@comment lib/anjuta/libanjuta-cvs-plugin.la
|
||||
lib/anjuta/libanjuta-cvs-plugin.so
|
||||
@comment lib/anjuta/libanjuta-debug-manager.la
|
||||
lib/anjuta/libanjuta-debug-manager.so
|
||||
@comment lib/anjuta/libanjuta-devhelp.la
|
||||
lib/anjuta/libanjuta-devhelp.so
|
||||
@comment lib/anjuta/libanjuta-document-manager.la
|
||||
lib/anjuta/libanjuta-document-manager.so
|
||||
@comment lib/anjuta/libanjuta-file-wizard.la
|
||||
lib/anjuta/libanjuta-file-wizard.so
|
||||
@comment lib/anjuta/libanjuta-gdb.la
|
||||
lib/anjuta/libanjuta-gdb.so
|
||||
@comment lib/anjuta/libanjuta-git.la
|
||||
lib/anjuta/libanjuta-git.so
|
||||
@comment lib/anjuta/libanjuta-glade.la
|
||||
lib/anjuta/libanjuta-glade.so
|
||||
@comment lib/anjuta/libanjuta-indentation-c-style.la
|
||||
lib/anjuta/libanjuta-indentation-c-style.so
|
||||
@comment lib/anjuta/libanjuta-indentation-python-style.la
|
||||
lib/anjuta/libanjuta-indentation-python-style.so
|
||||
@comment lib/anjuta/libanjuta-language-cpp-java.la
|
||||
lib/anjuta/libanjuta-language-cpp-java.so
|
||||
@comment lib/anjuta/libanjuta-language-support-python.la
|
||||
lib/anjuta/libanjuta-language-support-python.so
|
||||
@comment lib/anjuta/libanjuta-language-vala.la
|
||||
lib/anjuta/libanjuta-language-vala.so
|
||||
@comment lib/anjuta/libanjuta-loader.la
|
||||
lib/anjuta/libanjuta-loader.so
|
||||
@comment lib/anjuta/libanjuta-message-view.la
|
||||
lib/anjuta/libanjuta-message-view.so
|
||||
@comment lib/anjuta/libanjuta-parser-cxx.la
|
||||
lib/anjuta/libanjuta-parser-cxx.so
|
||||
@comment lib/anjuta/libanjuta-patch.la
|
||||
lib/anjuta/libanjuta-patch.so
|
||||
@comment lib/anjuta/libanjuta-project-import.la
|
||||
lib/anjuta/libanjuta-project-import.so
|
||||
@comment lib/anjuta/libanjuta-project-manager.la
|
||||
lib/anjuta/libanjuta-project-manager.so
|
||||
@comment lib/anjuta/libanjuta-project-wizard.la
|
||||
lib/anjuta/libanjuta-project-wizard.so
|
||||
@comment lib/anjuta/libanjuta-python-loader.la
|
||||
lib/anjuta/libanjuta-python-loader.so
|
||||
@comment lib/anjuta/libanjuta-run-program.la
|
||||
lib/anjuta/libanjuta-run-program.so
|
||||
@comment lib/anjuta/libanjuta-snippets-manager.la
|
||||
lib/anjuta/libanjuta-snippets-manager.so
|
||||
@comment lib/anjuta/libanjuta-sourceview.la
|
||||
lib/anjuta/libanjuta-sourceview.so
|
||||
@comment lib/anjuta/libanjuta-starter.la
|
||||
lib/anjuta/libanjuta-starter.so
|
||||
@comment lib/anjuta/libanjuta-subversion.la
|
||||
lib/anjuta/libanjuta-subversion.so
|
||||
@comment lib/anjuta/libanjuta-symbol-db.la
|
||||
lib/anjuta/libanjuta-symbol-db.so
|
||||
@comment lib/anjuta/libanjuta-terminal.la
|
||||
lib/anjuta/libanjuta-terminal.so
|
||||
@comment lib/anjuta/libanjuta-tools.la
|
||||
lib/anjuta/libanjuta-tools.so
|
||||
@comment lib/anjuta/libdir-project.la
|
||||
lib/anjuta/libdir-project.so
|
||||
@comment lib/anjuta/libfile-manager.la
|
||||
lib/anjuta/libfile-manager.so
|
||||
@comment lib/anjuta/libjs-support-plugin.la
|
||||
lib/anjuta/libjs-support-plugin.so
|
||||
@comment lib/anjuta/libjs_debugger.la
|
||||
lib/anjuta/libjs_debugger.so
|
||||
@comment lib/anjuta/liblanguage-manager.la
|
||||
lib/anjuta/liblanguage-manager.so
|
||||
@comment lib/anjuta/libmk-project.la
|
||||
lib/anjuta/libmk-project.so
|
||||
lib/anjuta/mk-project.plugin
|
||||
lib/anjuta/sourceview.plugin
|
||||
lib/anjuta/symbol-db.plugin
|
||||
lib/girepository-1.0/Anjuta-3.0.typelib
|
||||
lib/girepository-1.0/IAnjuta-3.0.typelib
|
||||
@comment lib/glade/modules/libgladeanjuta.la
|
||||
lib/glade/modules/libgladeanjuta.so
|
||||
lib/libanjuta-3.la
|
||||
@lib lib/libanjuta-3.so.${LIBanjuta-3_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2012/09/28 07:57:29 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= atk-bridge for at-spi2
|
||||
|
||||
GNOME_PROJECT= at-spi2-atk
|
||||
GNOME_VERSION= 2.6.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
SHARED_LIBS += atk-bridge-2.0 0.0 # 0.0
|
||||
|
||||
@ -33,4 +33,7 @@ MODGNOME_CPPFLAGS=-I${X11BASE}/include
|
||||
# connects to DBus
|
||||
REGRESS_IS_INTERACTIVE= x11
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gtk-2.0/modules/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/09/21 13:24:51 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@conflict at-spi-<=1.32.0p3
|
||||
include/at-spi2-atk/
|
||||
include/at-spi2-atk/2.0/
|
||||
@ -8,8 +8,6 @@ lib/gnome-settings-daemon-3.0/gtk-modules/
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
|
||||
lib/gtk-2.0/
|
||||
lib/gtk-2.0/modules/
|
||||
@comment lib/gtk-2.0/modules/libatk-bridge.a
|
||||
@comment lib/gtk-2.0/modules/libatk-bridge.la
|
||||
lib/gtk-2.0/modules/libatk-bridge.so
|
||||
lib/libatk-bridge-2.0.a
|
||||
lib/libatk-bridge-2.0.la
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/09/06 12:38:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= music management and playback application for GNOME
|
||||
|
||||
GNOME_VERSION= 2.4.1
|
||||
GNOME_PROJECT= banshee
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
@ -98,4 +98,8 @@ DLLMAP_FILES= src/Hyena/Hyena/Hyena.dll.config \
|
||||
MAKE_FLAGS += INSTALL_DATA='/usr/bin/install -c -m 444'
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/banshee/Backends/*.la
|
||||
rm ${PREFIX}/lib/banshee/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/06/15 08:30:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
bin/bamz
|
||||
bin/banshee
|
||||
bin/muinshee
|
||||
@ -14,7 +14,6 @@ lib/banshee/Backends/Banshee.NowPlaying.X11.dll.mdb
|
||||
lib/banshee/Backends/Banshee.Unix.dll
|
||||
lib/banshee/Backends/Banshee.Unix.dll.config
|
||||
lib/banshee/Backends/Banshee.Unix.dll.mdb
|
||||
@comment lib/banshee/Backends/libbnpx11.la
|
||||
lib/banshee/Backends/libbnpx11.so
|
||||
lib/banshee/Banshee.CollectionIndexer.dll
|
||||
lib/banshee/Banshee.CollectionIndexer.dll.mdb
|
||||
@ -129,9 +128,7 @@ lib/banshee/MusicBrainz.dll.mdb
|
||||
lib/banshee/Nereid.exe
|
||||
lib/banshee/Nereid.exe.mdb
|
||||
lib/banshee/gconf-schema-extractor.exe
|
||||
@comment lib/banshee/libbanshee.la
|
||||
lib/banshee/libbanshee.so
|
||||
@comment lib/banshee/libossifer.la
|
||||
lib/banshee/libossifer.so
|
||||
lib/monodoc/sources/banshee-docs.source
|
||||
lib/monodoc/sources/banshee-docs.tree
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/05 10:03:45 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
COMMENT= input assistive technology
|
||||
|
||||
GNOME_PROJECT= caribou
|
||||
GNOME_VERSION= 0.4.4
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += caribou 0.0 # 0.0
|
||||
|
||||
@ -58,5 +59,6 @@ FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/caribou
|
||||
# XXX until they come up with a proper icon
|
||||
post-install:
|
||||
echo "NoDisplay=true" >> ${PREFIX}/share/applications/caribou.desktop
|
||||
rm ${PREFIX}/lib/gtk-{2,3}.0/modules/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,15 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/05 10:03:45 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
bin/caribou
|
||||
bin/caribou-preferences
|
||||
include/libcaribou/
|
||||
include/libcaribou/caribou.h
|
||||
lib/girepository-1.0/Caribou-1.0.typelib
|
||||
lib/gnome-settings-daemon-3.0/
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop
|
||||
@comment lib/gtk-2.0/modules/libcaribou-gtk-module.la
|
||||
lib/gtk-2.0/modules/libcaribou-gtk-module.so
|
||||
@comment lib/gtk-3.0/modules/libcaribou-gtk-module.la
|
||||
lib/gtk-3.0/modules/libcaribou-gtk-module.so
|
||||
lib/libcaribou.la
|
||||
@lib lib/libcaribou.so.${LIBcaribou_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2012/09/10 10:24:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
# if ekiga ever moves to gstreamer, detect_sndiosink_devices() will need
|
||||
# to be implemented in:
|
||||
@ -10,6 +10,8 @@ COMMENT= SIP and H.323 compatible conferencing application
|
||||
|
||||
GNOME_PROJECT= ekiga
|
||||
GNOME_VERSION= 3.9.90
|
||||
REVISION= 0
|
||||
|
||||
SUBST_VARS += GNOME_VERSION # pkg/PLIST
|
||||
|
||||
CATEGORIES= net multimedia
|
||||
@ -66,4 +68,7 @@ CONFIGURE_ARGS= --disable-static \
|
||||
--with-ldap-dir=${LOCALBASE} \
|
||||
--with-libsasl2-dir=${LOCALBASE}
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/ekiga/${GNOME_VERSION}/{,plugins}/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,15 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2012/08/25 13:30:50 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@bin bin/ekiga
|
||||
bin/ekiga-config-tool
|
||||
@bin bin/ekiga-helper
|
||||
lib/ekiga/
|
||||
lib/ekiga/${GNOME_VERSION}/
|
||||
@comment lib/ekiga/${GNOME_VERSION}/libekiga.la
|
||||
lib/ekiga/${GNOME_VERSION}/libekiga.so
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/
|
||||
@comment lib/ekiga/${GNOME_VERSION}/plugins/libgmevolution.la
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/libgmevolution.so
|
||||
@comment lib/ekiga/${GNOME_VERSION}/plugins/libgmldap.la
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/libgmldap.so
|
||||
@man man/man1/ekiga.1
|
||||
share/applications/ekiga.desktop
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.102 2012/09/10 10:47:22 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.103 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
COMMENT= Telepathy based messenger for GNOME
|
||||
|
||||
GNOME_PROJECT= empathy
|
||||
GNOME_VERSION= 3.4.2
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -87,6 +87,8 @@ CONFIGURE_ARGS += --disable-geocode
|
||||
# needs connman or network-manager
|
||||
CONFIGURE_ARGS+= --without-connectivity
|
||||
|
||||
USE_GROFF= Yes
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/mission-control-plugins.0/*.{a,la}
|
||||
rm ${PREFIX}/lib/lib/nautilus-sendto/plugins/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,15 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.26 2012/07/07 17:20:44 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.27 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@bin bin/empathy
|
||||
@bin bin/empathy-accounts
|
||||
@bin bin/empathy-debugger
|
||||
lib/mission-control-plugins.0/
|
||||
@comment lib/mission-control-plugins.0/mcp-account-manager-goa.a
|
||||
@comment lib/mission-control-plugins.0/mcp-account-manager-goa.la
|
||||
lib/mission-control-plugins.0/mcp-account-manager-goa.so
|
||||
lib/nautilus-sendto/
|
||||
lib/nautilus-sendto/plugins/
|
||||
@comment lib/nautilus-sendto/plugins/libnstempathy.a
|
||||
@comment lib/nautilus-sendto/plugins/libnstempathy.la
|
||||
lib/nautilus-sendto/plugins/libnstempathy.so
|
||||
@bin libexec/empathy-auth-client
|
||||
@bin libexec/empathy-call
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2012/07/13 16:57:39 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,8 +6,7 @@ COMMENT= personal photo management application for GNOME
|
||||
|
||||
GNOME_VERSION= 0.8.2
|
||||
GNOME_PROJECT= f-spot
|
||||
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -81,4 +80,7 @@ pre-configure:
|
||||
${WRKSRC}/src/Clients/MainApp/FSpot/ColorManagement.cs \
|
||||
${WRKSRC}/src/Clients/MainApp/FSpot.UI.Dialog/PreferenceDialog.cs
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/f-spot/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.22 2012/06/15 08:30:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.23 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
bin/f-spot
|
||||
bin/f-spot-sqlite-upgrade
|
||||
lib/f-spot/
|
||||
@ -93,7 +93,6 @@ lib/f-spot/gio-sharp.dll.config
|
||||
lib/f-spot/gkeyfile-sharp.dll
|
||||
lib/f-spot/gtk-sharp-beans.dll
|
||||
lib/f-spot/gtk-sharp-beans.dll.config
|
||||
@comment lib/f-spot/libfspot.la
|
||||
lib/f-spot/libfspot.so
|
||||
lib/f-spot/unique-sharp.dll
|
||||
lib/f-spot/unique-sharp.dll.config
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2012/09/28 09:48:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -11,6 +11,8 @@ GNOME_VERSION= 3.6.0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-nautilus= nautilus-${DISTNAME}
|
||||
|
||||
REVISION-nautilus= 0
|
||||
|
||||
CATEGORIES= archivers
|
||||
|
||||
# GPLv2
|
||||
@ -62,4 +64,7 @@ MODGNOME_DESKTOP_FILE= Yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-packagekit
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/nautilus/extensions-3.0/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-nautilus,v 1.1 2011/09/12 07:26:20 ajacoutot Exp $
|
||||
@comment lib/nautilus/extensions-3.0/libnautilus-fileroller.a
|
||||
@comment lib/nautilus/extensions-3.0/libnautilus-fileroller.la
|
||||
@comment $OpenBSD: PLIST-nautilus,v 1.2 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
lib/nautilus/extensions-3.0/libnautilus-fileroller.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2012/08/11 15:16:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
BROKEN-powerpc= clang dumps core
|
||||
|
||||
@ -8,7 +8,7 @@ COMMENT= code assistance for Gedit
|
||||
|
||||
GNOME_PROJECT= gedit-code-assistance
|
||||
GNOME_VERSION= 0.1.3
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= editors devel
|
||||
|
||||
@ -43,4 +43,7 @@ RUN_DEPENDS= x11/gnome/gedit>=3.2.0
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/src/backends/c/gcp-c-compile-args.c
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gedit/plugins/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/08/11 15:16:49 ajacoutot Exp $
|
||||
lib/gedit/
|
||||
lib/gedit/plugins/
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
lib/gedit/plugins/gcp.plugin
|
||||
@comment lib/gedit/plugins/libgcp.a
|
||||
@comment lib/gedit/plugins/libgcp.la
|
||||
lib/gedit/plugins/libgcp.so
|
||||
share/gedit/
|
||||
share/gedit/plugins/
|
||||
share/gedit/plugins/gcp/
|
||||
share/gedit/plugins/gcp/gcp.css
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/08/15 08:04:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= themes design plugin for Gedit
|
||||
|
||||
GNOME_PROJECT= gedit-cossa
|
||||
GNOME_VERSION= 3.2.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -37,4 +37,7 @@ LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gedit/plugins/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/08/15 08:04:24 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/29 10:10:46 ajacoutot Exp $
|
||||
@bin bin/cossa-standalone-previewer
|
||||
lib/gedit/plugins/cossa.plugin
|
||||
@comment lib/gedit/plugins/libcossa.la
|
||||
lib/gedit/plugins/libcossa.so
|
||||
share/gedit/plugins/cossa/
|
||||
share/gedit/plugins/cossa/samples/
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.51 2012/09/27 14:15:05 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.52 2012/09/29 10:10:46 ajacoutot Exp $
|
||||
|
||||
COMMENT= plugins for Gedit
|
||||
|
||||
GNOME_PROJECT= gedit-plugins
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -48,4 +49,7 @@ CONFIGURE_ARGS+= --disable-static \
|
||||
MODGNOME_CPPFLAGS= -I${X11BASE}/include -pthread
|
||||
MODGNOME_LDFLAGS= -L${X11BASE}/lib -pthread
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gedit/plugins/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2012/09/27 14:15:05 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/09/29 10:10:46 ajacoutot Exp $
|
||||
lib/gedit/plugins/bookmarks.plugin
|
||||
lib/gedit/plugins/bracketcompletion.plugin
|
||||
lib/gedit/plugins/bracketcompletion.py
|
||||
@ -93,13 +93,9 @@ lib/gedit/plugins/joinlines.plugin
|
||||
lib/gedit/plugins/joinlines.py
|
||||
lib/gedit/plugins/joinlines.pyc
|
||||
lib/gedit/plugins/joinlines.pyo
|
||||
@comment lib/gedit/plugins/libbookmarks.la
|
||||
lib/gedit/plugins/libbookmarks.so
|
||||
@comment lib/gedit/plugins/libdrawspaces.la
|
||||
lib/gedit/plugins/libdrawspaces.so
|
||||
@comment lib/gedit/plugins/libtaglist.la
|
||||
lib/gedit/plugins/libtaglist.so
|
||||
@comment lib/gedit/plugins/libwordcompletion.la
|
||||
lib/gedit/plugins/libwordcompletion.so
|
||||
lib/gedit/plugins/multiedit/
|
||||
lib/gedit/plugins/multiedit.plugin
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2012/09/27 14:14:54 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
COMMENT= lightweight GNOME text editor
|
||||
|
||||
GNOME_PROJECT= gedit
|
||||
GNOME_VERSION= 3.6.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -54,6 +55,7 @@ CONFIGURE_ARGS= --disable-static \
|
||||
|
||||
REGRESS_IS_INTERACTIVE= X11
|
||||
|
||||
USE_GROFF= Yes
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gedit/plugins/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.26 2012/09/27 14:14:54 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.27 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@bin bin/gedit
|
||||
bin/gnome-text-editor
|
||||
include/gedit-3.0/
|
||||
@ -59,19 +59,12 @@ lib/gedit/plugins/externaltools/windowactivatable.py
|
||||
lib/gedit/plugins/externaltools/windowactivatable.pyc
|
||||
lib/gedit/plugins/externaltools/windowactivatable.pyo
|
||||
lib/gedit/plugins/filebrowser.plugin
|
||||
@comment lib/gedit/plugins/libchangecase.la
|
||||
lib/gedit/plugins/libchangecase.so
|
||||
@comment lib/gedit/plugins/libdocinfo.la
|
||||
lib/gedit/plugins/libdocinfo.so
|
||||
@comment lib/gedit/plugins/libfilebrowser.la
|
||||
lib/gedit/plugins/libfilebrowser.so
|
||||
@comment lib/gedit/plugins/libmodelines.la
|
||||
lib/gedit/plugins/libmodelines.so
|
||||
@comment lib/gedit/plugins/libsort.la
|
||||
lib/gedit/plugins/libsort.so
|
||||
@comment lib/gedit/plugins/libspell.la
|
||||
lib/gedit/plugins/libspell.so
|
||||
@comment lib/gedit/plugins/libtime.la
|
||||
lib/gedit/plugins/libtime.so
|
||||
lib/gedit/plugins/modelines.plugin
|
||||
lib/gedit/plugins/pythonconsole/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2012/06/15 08:30:19 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= advanced general purpose calculator
|
||||
|
||||
GNOME_PROJECT= genius
|
||||
GNOME_VERSION= 1.0.15
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
HOMEPAGE= http://www.jirka.org/genius.html
|
||||
|
||||
@ -47,4 +47,7 @@ MODGNOME_LDFLAGS= -L${X11BASE}/lib -lgmp
|
||||
CONFIGURE_ARGS= --disable-update-mimedb \
|
||||
--disable-extra-gcc-optimization
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/genius/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2012/06/15 08:30:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@bin bin/genius
|
||||
@bin bin/gnome-genius
|
||||
include/genius/
|
||||
@ -17,8 +17,6 @@ include/genius/plug_api.h
|
||||
include/genius/structs.h
|
||||
include/genius/utype.h
|
||||
lib/genius/
|
||||
@comment lib/genius/libtestplugin.a
|
||||
@comment lib/genius/libtestplugin.la
|
||||
lib/genius/libtestplugin.so
|
||||
@bin libexec/genius-readline-helper-fifo
|
||||
share/application-registry/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2012/09/27 07:06:23 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/09/29 10:10:46 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= Javascript bindings for GNOME
|
||||
|
||||
GNOME_PROJECT= gjs
|
||||
GNOME_VERSION= 1.34.0
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += gjs 2.0 # 0.0
|
||||
SHARED_LIBS += gjs-dbus 2.0 # 0.0
|
||||
@ -52,5 +53,6 @@ REGRESS_DEPENDS += ${MODPY_RUN_DEPENDS} # scripts/make-tests needs python to run
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gjs/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/gjs/
|
||||
rm ${PREFIX}/lib/gjs-1.0/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/09/27 07:06:23 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/09/29 10:10:46 ajacoutot Exp $
|
||||
bin/gjs
|
||||
@bin bin/gjs-console
|
||||
include/gjs-1.0/
|
||||
@ -35,23 +35,14 @@ include/gjs-1.0/gjs/native.h
|
||||
include/gjs-1.0/gjs/type-module.h
|
||||
lib/gjs/
|
||||
lib/gjs-1.0/
|
||||
@comment lib/gjs-1.0/cairoNative.la
|
||||
lib/gjs-1.0/cairoNative.so
|
||||
@comment lib/gjs-1.0/console.la
|
||||
lib/gjs-1.0/console.so
|
||||
@comment lib/gjs-1.0/dbusNative.la
|
||||
lib/gjs-1.0/dbusNative.so
|
||||
@comment lib/gjs-1.0/debugger.la
|
||||
lib/gjs-1.0/debugger.so
|
||||
@comment lib/gjs-1.0/formatNative.la
|
||||
lib/gjs-1.0/formatNative.so
|
||||
@comment lib/gjs-1.0/gettextNative.la
|
||||
lib/gjs-1.0/gettextNative.so
|
||||
@comment lib/gjs-1.0/langNative.la
|
||||
lib/gjs-1.0/langNative.so
|
||||
@comment lib/gjs-1.0/mainloop.la
|
||||
lib/gjs-1.0/mainloop.so
|
||||
@comment lib/gjs-1.0/system.la
|
||||
lib/gjs-1.0/system.so
|
||||
lib/gjs/girepository-1.0/
|
||||
lib/gjs/girepository-1.0/GjsPrivate-1.0.typelib
|
||||
|
Loading…
x
Reference in New Issue
Block a user