Use @unexec-delete instead of @unexec for the *-update-* goos.

prodded by espie@
discussed with espie@ sthen@ landry@
This commit is contained in:
ajacoutot 2009-12-22 15:08:35 +00:00
parent ea541aff62
commit 04052a6f9c
14 changed files with 31 additions and 29 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.72 2009/10/10 09:51:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.73 2009/12/22 15:08:35 ajacoutot Exp $
COMMENT= free cross-platform WYSIWYG word processor
VERSION= 2.6.8
MAJORVER= ${VERSION:C/..$//}
DISTNAME= abiword-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= editors
HOMEPAGE= http://www.abisource.com/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.22 2009/10/10 09:51:52 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.23 2009/12/22 15:08:35 ajacoutot Exp $
@bin bin/abiword
include/abiword-${MAJORVER}/
include/abiword-${MAJORVER}/abiwidget.h
@ -253,4 +253,4 @@ share/icons/abiword_48.png
share/mime-info/
share/mime-info/abiword.keys
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2009/08/10 06:31:08 kili Exp $
# $OpenBSD: Makefile,v 1.18 2009/12/22 15:08:35 ajacoutot Exp $
COMMENT= lightweight Gtk text editor with syntax highlighting
DISTNAME= beaver0_3_0_1
PKGNAME= beaver-0.3.0.1p1
PKGNAME= beaver-0.3.0.1p2
CATEGORIES= editors
HOMEPAGE= http://www.nongnu.org/beaver/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2008/09/16 20:00:18 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2009/12/22 15:08:35 ajacoutot Exp $
@bin bin/beaver
@man man/man1/beaver.1
share/applications/beaver.desktop
@ -12,4 +12,4 @@ share/beaver/pixmaps/about.xpm
share/beaver/pixmaps/beaver.png
share/beaver/pixmaps/stock_about.xpm
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2009/08/10 06:31:08 kili Exp $
# $OpenBSD: Makefile,v 1.15 2009/12/22 15:08:35 ajacoutot Exp $
COMMENT= integrated LaTeX environment for KDE
DISTNAME= kile-2.0
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= editors x11/kde
HOMEPAGE= http://kile.sourceforge.net/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2008/03/29 16:35:13 steven Exp $
@comment $OpenBSD: PLIST,v 1.6 2009/12/22 15:08:35 ajacoutot Exp $
bin/kile
share/applications/kde/kile.desktop
share/apps/katepart/syntax/bibtex-kile.xml
@ -1585,4 +1585,4 @@ share/locale/uk/LC_MESSAGES/kile.mo
share/locale/zh_CN/LC_MESSAGES/kile.mo
share/mimelnk/text/x-kilepr.desktop
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2009/12/22 10:38:55 robert Exp $
# $OpenBSD: Makefile,v 1.33 2009/12/22 15:08:35 ajacoutot Exp $
ONLY_FOR_ARCHS= amd64 i386
@ -10,7 +10,7 @@ VERSION= 3.1.1
DISTNAME= OOo_${VERSION}
WRKDIST= ${WRKDIR}/OOO310_m19
PKGNAME= openoffice-${VERSION}p0
PKGNAME-main= openoffice-${VERSION}p3
PKGNAME-main= openoffice-${VERSION}p4
PKGNAME-kde= openoffice-kde-${VERSION}
PKGNAME-java= openoffice-java-${VERSION}p0
CATEGORIES= editors productivity

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.7 2009/12/21 16:13:02 robert Exp $
@comment $OpenBSD: PLIST-main,v 1.8 2009/12/22 15:08:35 ajacoutot Exp $
@pkgpath editors/openoffice
%%SHARED%%
bin/sbase
@ -5907,8 +5907,8 @@ share/icons/hicolor/48x48/apps/ooo-impress.png
share/icons/hicolor/48x48/apps/ooo-math.png
share/icons/hicolor/48x48/apps/ooo-writer.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/openoffice.org3/program/unopkg add --shared %D/openoffice.org3/share/extension/install/dict-en.oxt > /dev/null 2>&1
@unexec %D/openoffice.org3/program/unopkg remove --shared org.openoffice.en.hunspell.dictionaries > /dev/null 2>&1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2009/11/18 00:49:09 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2009/12/22 15:08:35 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= GTK+2 subtitles editor
V= 0.33.0
DISTNAME= subtitleeditor-${V}
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= graphics editors

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2009/10/14 21:47:20 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2009/12/22 15:08:35 ajacoutot Exp $
@bin bin/subtitleeditor
lib/libsubtitleeditor.la
@lib lib/libsubtitleeditor.so.${LIBsubtitleeditor_VERSION}
@ -235,6 +235,6 @@ share/subtitleeditor/plugins-share/textcorrection/assistant-text-correction.glad
share/subtitleeditor/plugins-share/viewmanager/
share/subtitleeditor/plugins-share/viewmanager/dialog-view-manager.glade
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2009/10/15 10:40:14 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2009/12/22 15:09:40 ajacoutot Exp $
COMMENT= interactive geometry program
DISTNAME= drgeo-1.1.0
PKGNAME= ${DISTNAME}p12
PKGNAME= ${DISTNAME}p13
CATEGORIES= education math
HOMEPAGE= http://www.ofset.org/drgeo/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2009/10/11 18:51:20 kili Exp $
@comment $OpenBSD: PLIST,v 1.6 2009/12/22 15:09:40 ajacoutot Exp $
@bin bin/drgeo
share/applications/drgeo.desktop
share/drgeo/
@ -242,4 +242,4 @@ share/pixmaps/drgeo-book.png
share/pixmaps/drgeo-file.png
share/pixmaps/ofset-logo.png
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2009/08/10 06:31:09 kili Exp $
# $OpenBSD: Makefile,v 1.39 2009/12/22 15:11:48 ajacoutot Exp $
SHARED_ONLY = Yes
ONLY_FOR_ARCHS = i386 amd64
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = i386 amd64
COMMENT = wine enables you to run windows binaries
DISTNAME = wine-1.1.21
PKGNAME = ${DISTNAME}p0
PKGNAME = ${DISTNAME}p1
SHARED_LIBS = wine 0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2009/05/25 15:33:10 ariane Exp $
@comment $OpenBSD: PLIST,v 1.12 2009/12/22 15:11:48 ajacoutot Exp $
bin/function_grep.pl
bin/msiexec
bin/notepad
@ -1179,4 +1179,4 @@ share/wine/fonts/vgasyst.fon
share/wine/generic.ppd
share/wine/wine.inf
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database