@comment -> post-install rm

This commit is contained in:
ajacoutot 2012-09-29 13:14:04 +00:00
parent ef8fd0638d
commit 388c0f6585
21 changed files with 64 additions and 84 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 2012/04/30 14:50:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.77 2012/09/29 13:14:05 ajacoutot Exp $
COMMENT-main= configuration database system for GNOME
COMMENT-polkit= PolicyKit integration for GConf2
@ -10,7 +10,7 @@ PKGNAME= gconf2-${GNOME_VERSION}
PKGNAME-main= gconf2-${GNOME_VERSION}
PKGNAME-polkit= gconf2-polkit-${GNOME_VERSION}
REVISION-main= 1
REVISION-main= 2
SHARED_LIBS += gconf-2 6.2 # 5.5
@ -76,5 +76,7 @@ pre-configure:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/schemas/
rm ${PREFIX}/lib/GConf/2/*.{a,la}
rm ${PREFIX}/lib/gio/modules/*.{a,la}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.12 2012/04/01 08:52:11 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.13 2012/09/29 13:14:05 ajacoutot Exp $
@pkgpath devel/gconf2
@unexec-delete rm -fr /var/db/gconf/gconf.xml.defaults/*
@unexec-delete rm -fr /var/db/gconf/gconf.xml.mandatory/*
@ -21,14 +21,8 @@ include/gconf/2/gconf/gconf-value.h
include/gconf/2/gconf/gconf.h
lib/GConf/
lib/GConf/2/
@comment lib/GConf/2/libgconfbackend-oldxml.a
@comment lib/GConf/2/libgconfbackend-oldxml.la
lib/GConf/2/libgconfbackend-oldxml.so
@comment lib/GConf/2/libgconfbackend-xml.a
@comment lib/GConf/2/libgconfbackend-xml.la
lib/GConf/2/libgconfbackend-xml.so
@comment lib/gio/modules/libgsettingsgconfbackend.a
@comment lib/gio/modules/libgsettingsgconfbackend.la
lib/gio/modules/libgsettingsgconfbackend.so
lib/girepository-1.0/
lib/girepository-1.0/GConf-2.0.typelib

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.49 2012/09/21 13:51:17 jasper Exp $
# $OpenBSD: Makefile,v 1.50 2012/09/29 13:14:04 ajacoutot Exp $
COMMENT= user interface builder for the gtk+3 toolkit
GNOME_VERSION= 3.14.0
GNOME_PROJECT= glade
REVISION= 0
CATEGORIES= devel
@ -50,4 +51,7 @@ CONFIGURE_STYLE= gnu
MODGNOME_CPPFLAGS= -pthread
MODGNOME_LDFLAGS= -pthread -lutil
post-install:
rm ${PREFIX}/lib/glade/modules/*.{a,la}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.19 2012/09/21 13:51:17 jasper Exp $
@comment $OpenBSD: PLIST,v 1.20 2012/09/29 13:14:04 ajacoutot Exp $
@conflict glade3-<3.8.0p1
@bin bin/glade
@bin bin/glade-previewer
@ -39,11 +39,7 @@ include/libgladeui-2.0/gladeui/glade.h
lib/girepository-1.0/Gladeui-2.0.typelib
lib/glade/
lib/glade/modules/
@comment lib/glade/modules/libgladegtk.a
@comment lib/glade/modules/libgladegtk.la
lib/glade/modules/libgladegtk.so
@comment lib/glade/modules/libgladepython.a
@comment lib/glade/modules/libgladepython.la
lib/glade/modules/libgladepython.so
lib/libgladeui-2.a
lib/libgladeui-2.la

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.37 2012/06/15 08:32:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2012/09/29 13:14:04 ajacoutot Exp $
COMMENT = user interface builder for the GTK2+ toolkit
SHARED_ONLY = Yes
GNOME_VERSION = 3.8.2
GNOME_PROJECT = glade3
REVISION = 0
REVISION = 1
CATEGORIES = devel
SHARED_LIBS += gladeui-1 1.0 # 10.0
@ -51,4 +51,7 @@ MODGNOME_LDFLAGS = -pthread
MAKE_FLAGS = DOC_ID=glade3 \
TARGET_DIR=${PREFIX}/share/gtk-doc/html/gladeui3
post-install:
rm ${PREFIX}/lib/glade3/modules/*.{a,la}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.21 2012/06/15 08:32:15 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.22 2012/09/29 13:14:04 ajacoutot Exp $
@bin bin/glade-3
include/libgladeui-1.0/
include/libgladeui-1.0/gladeui/
@ -57,11 +57,7 @@ include/libgladeui-1.0/gladeui/glade-xml-utils.h
include/libgladeui-1.0/gladeui/glade.h
lib/glade3/
lib/glade3/modules/
@comment lib/glade3/modules/libgladegnome.a
@comment lib/glade3/modules/libgladegnome.la
lib/glade3/modules/libgladegnome.so
@comment lib/glade3/modules/libgladegtk.a
@comment lib/glade3/modules/libgladegtk.la
lib/glade3/modules/libgladegtk.so
lib/libgladeui-1.a
lib/libgladeui-1.la

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.62 2012/09/24 18:46:18 jasper Exp $
# $OpenBSD: Makefile,v 1.63 2012/09/29 13:14:05 ajacoutot Exp $
COMMENT= GObject Introspection
GNOME_VERSION= 1.34.0
GNOME_PROJECT= gobject-introspection
REVISION= 0
CATEGORIES= devel
SHARED_LIBS += girepository-1.0 3.0 # 1.0
@ -51,4 +53,7 @@ MODPY_ADJ_FILES= giscanner/scannermain.py \
pre-configure:
${SUBST_CMD} ${WRKSRC}/giscanner/{dumper,scannermain,sourcescanner}.py
post-install:
rm ${PREFIX}/lib/gobject-introspection/giscanner/*.{a,la}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2012/09/21 13:19:40 jasper Exp $
@comment $OpenBSD: PLIST,v 1.12 2012/09/29 13:14:05 ajacoutot Exp $
bin/g-ir-annotation-tool
@bin bin/g-ir-compiler
@bin bin/g-ir-generate
@ -46,8 +46,6 @@ lib/gobject-introspection/giscanner/
lib/gobject-introspection/giscanner/__init__.py
lib/gobject-introspection/giscanner/__init__.pyc
lib/gobject-introspection/giscanner/__init__.pyo
@comment lib/gobject-introspection/giscanner/_giscanner.a
@comment lib/gobject-introspection/giscanner/_giscanner.la
lib/gobject-introspection/giscanner/_giscanner.so
lib/gobject-introspection/giscanner/annotationmain.py
lib/gobject-introspection/giscanner/annotationmain.pyc

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2012/09/28 14:43:43 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2012/09/29 13:14:05 ajacoutot Exp $
COMMENT= gobject-based plugins engine
GNOME_PROJECT= libpeas
GNOME_VERSION= 1.6.0
REVISION= 0
REVISION= 1
CATEGORIES= devel
@ -52,8 +52,10 @@ LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-static \
--disable-glade-catalog \
--enable-gjs \
--disable-seed \
--enable-python
--disable-seed
post-install:
rm ${PREFIX}/lib/libpeas-1.0/loaders/*.la
rm ${PREFIX}/lib/peas-demo/plugins/{helloworld,secondtime}/*.la
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2012/09/28 14:43:43 jasper Exp $
@comment $OpenBSD: PLIST,v 1.13 2012/09/29 13:14:05 ajacoutot Exp $
@bin bin/peas-demo
include/libpeas-1.0/
include/libpeas-1.0/libpeas/
@ -21,9 +21,7 @@ lib/libpeas-1.0/
lib/libpeas-1.0.la
@lib lib/libpeas-1.0.so.${LIBpeas-1.0_VERSION}
lib/libpeas-1.0/loaders/
@comment lib/libpeas-1.0/loaders/libgjsloader.la
lib/libpeas-1.0/loaders/libgjsloader.so
@comment lib/libpeas-1.0/loaders/libpythonloader.la
lib/libpeas-1.0/loaders/libpythonloader.so
lib/libpeas-gtk-1.0.la
@lib lib/libpeas-gtk-1.0.so.${LIBpeas-gtk-1.0_VERSION}
@ -34,7 +32,6 @@ lib/peas-demo/plugins/gjshello/gjshello.js
lib/peas-demo/plugins/gjshello/gjshello.plugin
lib/peas-demo/plugins/helloworld/
lib/peas-demo/plugins/helloworld/helloworld.plugin
@comment lib/peas-demo/plugins/helloworld/libhelloworld.la
lib/peas-demo/plugins/helloworld/libhelloworld.so
lib/peas-demo/plugins/pythonhello/
lib/peas-demo/plugins/pythonhello/pythonhello.plugin
@ -42,7 +39,6 @@ lib/peas-demo/plugins/pythonhello/pythonhello.py
lib/peas-demo/plugins/pythonhello/pythonhello.pyc
lib/peas-demo/plugins/pythonhello/pythonhello.pyo
lib/peas-demo/plugins/secondtime/
@comment lib/peas-demo/plugins/secondtime/libsecondtime.la
lib/peas-demo/plugins/secondtime/libsecondtime.so
lib/peas-demo/plugins/secondtime/secondtime.plugin
lib/pkgconfig/libpeas-1.0.pc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.100 2012/08/13 09:33:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.101 2012/09/29 13:14:05 ajacoutot Exp $
# Don't pull in x11/py-gtk2 on these archs; build fails with binutils 2.15
NOT_FOR_ARCHS-python= mips64 mips64el
@ -15,7 +15,7 @@ FULLPKGNAME-main= vte-${GNOME_VERSION}
FULLPKGNAME-python= py-${DISTNAME}
REVISION-main = 8
REVISION-python = 4
REVISION-python = 5
CATEGORIES= devel
@ -72,4 +72,7 @@ CONFIGURE_ARGS+= --disable-Bsymbolic \
--with-gtk=2.0 \
--program-suffix=2
post-install:
rm ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/gtk-2.0/*.la
.include <bsd.port.mk>

View File

@ -1,6 +1,4 @@
@comment $OpenBSD: PLIST-python,v 1.6 2011/05/13 23:07:16 jasper Exp $
@comment $OpenBSD: PLIST-python,v 1.7 2012/09/29 13:14:05 ajacoutot Exp $
lib/pkgconfig/pyvte.pc
@comment lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.a
@comment lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.la
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.so
share/pygtk/2.0/defs/vte.defs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2012/09/28 11:44:52 jasper Exp $
# $OpenBSD: Makefile,v 1.84 2012/09/29 13:14:04 ajacoutot Exp $
SHARED_ONLY= Yes
@ -20,6 +20,11 @@ PKGNAME-djvu= evince-djvu-${GNOME_VERSION}
PKGNAME-dvi= evince-dvi-${GNOME_VERSION}
PKGNAME-nautilus= nautilus-evince-${GNOME_VERSION}
REVISION-main= 0
REVISION-djvu= 0
REVISION-dvi= 0
REVISION-nautilus=0
SHARED_LIBS += evdocument3 0.0 # 3.0
SHARED_LIBS += evview3 0.0 # 3.0
@ -123,4 +128,8 @@ CONFIGURE_ARGS+= --disable$s
. endif
.endfor
post-install:
rm ${PREFIX}/lib/nautilus/extensions-${MAJ_V}/*.la
rm ${PREFIX}/lib/evince/4/backends/*.la
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-djvu,v 1.8 2012/03/29 07:03:31 ajacoutot Exp $
@comment $OpenBSD: PLIST-djvu,v 1.9 2012/09/29 13:14:04 ajacoutot Exp $
lib/evince/4/backends/djvudocument.evince-backend
@comment lib/evince/3/backends/libdjvudocument.la
lib/evince/4/backends/libdjvudocument.so

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-dvi,v 1.8 2012/03/29 07:03:31 ajacoutot Exp $
@comment $OpenBSD: PLIST-dvi,v 1.9 2012/09/29 13:14:04 ajacoutot Exp $
lib/evince/4/backends/dvidocument.evince-backend
@comment lib/evince/3/backends/libdvidocument.la
lib/evince/4/backends/libdvidocument.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.23 2012/09/28 11:44:52 jasper Exp $
@comment $OpenBSD: PLIST-main,v 1.24 2012/09/29 13:14:04 ajacoutot Exp $
@pkgpath graphics/evince
@bin bin/evince
@bin bin/evince-previewer
@ -57,13 +57,8 @@ include/evince/${MAJ_V}/libview/ev-view.h
lib/evince/
lib/evince/4/
lib/evince/4/backends/
lib/evince/4/backends/libdjvudocument.la
lib/evince/4/backends/libdvidocument.la
@comment lib/evince/4/backends/libpdfdocument.la
lib/evince/4/backends/libpdfdocument.so
@comment lib/evince/4/backends/libpsdocument.la
lib/evince/4/backends/libpsdocument.so
@comment lib/evince/4/backends/libtiffdocument.la
lib/evince/4/backends/libtiffdocument.so
lib/evince/4/backends/pdfdocument.evince-backend
lib/evince/4/backends/psdocument.evince-backend

View File

@ -1,6 +1,4 @@
@comment $OpenBSD: PLIST-nautilus,v 1.4 2012/09/28 11:44:52 jasper Exp $
@comment $OpenBSD: PLIST-nautilus,v 1.5 2012/09/29 13:14:04 ajacoutot Exp $
lib/nautilus/
lib/nautilus/extensions-${MAJ_V}/
@comment lib/nautilus/extensions-${MAJ_V}/libevince-properties-page.la
lib/nautilus/extensions-${MAJ_V}/libevince-properties-page.so

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2012/09/21 07:01:54 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2012/09/29 13:14:05 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= social web services integration framework
GNOME_PROJECT= libsocialweb
GNOME_VERSION= 0.25.20
REVISION= 1
REVISION= 2
SHARED_LIBS += socialweb-client 2.0 # 2.0
SHARED_LIBS += socialweb-keyfob 0.0 # 0.0
@ -45,4 +45,7 @@ CONFIGURE_ARGS+= --disable-static \
--enable-all-services \
--with-online=always # Other choices are ConnMan and NM
post-install:
rm ${PREFIX}/lib/libsocialweb/services/*.la
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2011/09/28 15:08:15 jasper Exp $
@comment $OpenBSD: PLIST,v 1.6 2012/09/29 13:14:05 ajacoutot Exp $
include/libsocialweb/
include/libsocialweb/interfaces/
include/libsocialweb/interfaces/sw-avatar-ginterface.h
@ -52,27 +52,16 @@ lib/libsocialweb-keystore.la
lib/libsocialweb.la
@lib lib/libsocialweb.so.${LIBsocialweb_VERSION}
lib/libsocialweb/services/
@comment lib/libsocialweb/services/libfacebook.la
lib/libsocialweb/services/libfacebook.so
@comment lib/libsocialweb/services/libflickr.la
lib/libsocialweb/services/libflickr.so
@comment lib/libsocialweb/services/liblastfm.la
lib/libsocialweb/services/liblastfm.so
@comment lib/libsocialweb/services/libmyspace.la
lib/libsocialweb/services/libmyspace.so
@comment lib/libsocialweb/services/libphotobucket.la
lib/libsocialweb/services/libphotobucket.so
@comment lib/libsocialweb/services/libplurk.la
lib/libsocialweb/services/libplurk.so
@comment lib/libsocialweb/services/libsina.la
lib/libsocialweb/services/libsina.so
@comment lib/libsocialweb/services/libsmugmug.la
lib/libsocialweb/services/libsmugmug.so
@comment lib/libsocialweb/services/libtwitter.la
lib/libsocialweb/services/libtwitter.so
@comment lib/libsocialweb/services/libvimeo.la
lib/libsocialweb/services/libvimeo.so
@comment lib/libsocialweb/services/libyoutube.la
lib/libsocialweb/services/libyoutube.so
lib/pkgconfig/libsocialweb-client.pc
lib/pkgconfig/libsocialweb-keyfob.pc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2012/09/28 10:32:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.44 2012/09/29 13:14:04 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= collection of extensions for Epiphany
GNOME_PROJECT= epiphany-extensions
GNOME_VERSION= 3.4.0
REVISION= 1
REVISION= 2
M= ${GNOME_VERSION:R}
SUBST_VARS= M
@ -56,4 +56,7 @@ CONFIGURE_ARGS= --disable-static \
# part of ALL_EXTENSIONS, not DEFAULT
CONFIGURE_ARGS += --disable-opensp
post-install:
rm ${PREFIX}/lib/epiphany/${M}/extensions/*.la
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2012/04/03 15:41:28 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.15 2012/09/29 13:14:04 ajacoutot Exp $
lib/epiphany/
lib/epiphany/${M}/
lib/epiphany/${M}/extensions/
@ -9,29 +9,17 @@ lib/epiphany/${M}/extensions/extensions-manager-ui.ephy-extension
lib/epiphany/${M}/extensions/gestures.ephy-extension
lib/epiphany/${M}/extensions/greasemonkey.ephy-extension
lib/epiphany/${M}/extensions/html5tube.ephy-extension
@comment lib/epiphany/${M}/extensions/libactionsextension.la
lib/epiphany/${M}/extensions/libactionsextension.so
@comment lib/epiphany/${M}/extensions/libadblockextension.la
lib/epiphany/${M}/extensions/libadblockextension.so
@comment lib/epiphany/${M}/extensions/libautoreloadextension.la
lib/epiphany/${M}/extensions/libautoreloadextension.so
@comment lib/epiphany/${M}/extensions/libextensionsmanageruiextension.la
lib/epiphany/${M}/extensions/libextensionsmanageruiextension.so
@comment lib/epiphany/${M}/extensions/libgesturesextension.la
lib/epiphany/${M}/extensions/libgesturesextension.so
@comment lib/epiphany/${M}/extensions/libgreasemonkeyextension.la
lib/epiphany/${M}/extensions/libgreasemonkeyextension.so
@comment lib/epiphany/${M}/extensions/libhtml5tubeextension.la
lib/epiphany/${M}/extensions/libhtml5tubeextension.so
@comment lib/epiphany/${M}/extensions/libpushscrollerextension.la
lib/epiphany/${M}/extensions/libpushscrollerextension.so
@comment lib/epiphany/${M}/extensions/librssextension.la
lib/epiphany/${M}/extensions/librssextension.so
@comment lib/epiphany/${M}/extensions/libsoupflyextension.la
lib/epiphany/${M}/extensions/libsoupflyextension.so
@comment lib/epiphany/${M}/extensions/libtabkeytabnavigateextension.la
lib/epiphany/${M}/extensions/libtabkeytabnavigateextension.so
@comment lib/epiphany/${M}/extensions/libtabstatesextension.la
lib/epiphany/${M}/extensions/libtabstatesextension.so
lib/epiphany/${M}/extensions/push-scroller.ephy-extension
lib/epiphany/${M}/extensions/rss.ephy-extension