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-21 21:03:56 +00:00
parent 861a799ae0
commit 8fa1353734
22 changed files with 61 additions and 47 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2009/08/10 06:34:09 kili Exp $
# $OpenBSD: Makefile,v 1.3 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT = labels and businesss card designer
GNOME_PROJECT = glabels
GNOME_VERSION = 2.2.5
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES = productivity
SHARED_LIBS = glabels 0.0 #.6.1

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/07/19 11:59:05 landry Exp $
@comment $OpenBSD: PLIST,v 1.2 2009/12/21 21:03:56 ajacoutot Exp $
%%SHARED%%
@bin bin/glabels
@bin bin/glabels-batch
@ -121,6 +121,6 @@ share/pixmaps/glabels/ex-round-size.png
share/pixmaps/glabels/glabels-about-logo.png
share/pixmaps/glabels/glabels-splash.png
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2009/10/14 21:36:11 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2009/12/21 21:03:56 ajacoutot Exp $
SHARED_ONLY = Yes
@ -6,6 +6,7 @@ COMMENT = personal and small-business financial-accounting software
GNOME_PROJECT = gnucash
GNOME_VERSION = 2.2.9
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += gnc-backend-file-utils 0.0 # .0.0
SHARED_LIBS += gnc-business-ledger 0.0 # .0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2009/10/14 21:36:12 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2009/12/21 21:03:56 ajacoutot Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@ -975,6 +975,6 @@ share/xml/gnucash/xsl/gnucash-std.xsl
share/xml/gnucash/xsl/string.xsl
share/xml/gnucash/xsl/vcard-gnccustomer.pl
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2009/08/10 06:34:09 kili Exp $
# $OpenBSD: Makefile,v 1.9 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT= personal accounting application
DISTNAME= grisbi-0.5.9
PKGNAME= ${DISTNAME}p4
PKGNAME= ${DISTNAME}p5
CATEGORIES= productivity x11
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2008/09/26 11:44:39 landry Exp $
@comment $OpenBSD: PLIST,v 1.4 2009/12/21 21:03:56 ajacoutot Exp $
@bin bin/grisbi
@man man/man1/grisbi.1
share/applications/
@ -64,4 +64,4 @@ share/pixmaps/grisbi/reconciliation.png
share/pixmaps/grisbi/transaction-list.png
share/pixmaps/grisbi/warnings.png
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2009/04/05 16:43:45 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT= GTD organizer for GNOME
GNOME_PROJECT= gtg
GNOME_VERSION= 0.1.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity
HOMEPAGE= http://gtg.fritalk.com/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2009/04/05 16:43:45 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2009/12/21 21:03:56 ajacoutot Exp $
bin/gtg
lib/python${MODPY_VERSION}/site-packages/GTG/
lib/python${MODPY_VERSION}/site-packages/GTG/__init__.py
@ -124,6 +124,6 @@ share/locale/nl/LC_MESSAGES/gtg.mo
share/locale/ru/LC_MESSAGES/gtg.mo
share/locale/sv/LC_MESSAGES/gtg.mo
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@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

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2009/11/10 20:36:21 pea Exp $
# $OpenBSD: Makefile,v 1.8 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT = personal accounting application
DISTNAME = homebank-4.1
PKGNAME = ${DISTNAME}p0
CATEGORIES = productivity x11
HOMEPAGE = http://homebank.free.fr

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2009/11/10 20:36:21 pea Exp $
@comment $OpenBSD: PLIST,v 1.5 2009/12/21 21:03:56 ajacoutot Exp $
@bin bin/homebank
share/application-registry/
share/application-registry/homebank.applications
@ -320,8 +320,8 @@ share/mime-info/homebank.keys
share/mime-info/homebank.mime
share/mime/packages/homebank.xml
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2009/12/01 20:57:50 pea Exp $
# $OpenBSD: Makefile,v 1.10 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT= handy personal organizer
DISTNAME= osmo-0.2.2
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= productivity
HOMEPAGE= http://clayo.org/osmo/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2008/08/25 14:48:42 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.5 2009/12/21 21:03:56 ajacoutot Exp $
@bin bin/osmo
@man man/man1/osmo.1
share/applications/osmo.desktop
@ -22,4 +22,4 @@ share/pixmaps/
share/pixmaps/osmo.png
share/pixmaps/osmo.svg
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2009/11/19 13:56:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT = diary and journal application
MODPY_EGG_VERSION = 0.8.9
DISTNAME = rednotebook-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME}p0
PKGNAME = ${DISTNAME}p1
CATEGORIES = productivity

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2009/11/12 10:10:57 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.5 2009/12/21 21:03:56 ajacoutot Exp $
bin/rednotebook
lib/python${MODPY_VERSION}/site-packages/rednotebook/
lib/python${MODPY_VERSION}/site-packages/rednotebook-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
@ -213,6 +213,6 @@ share/icons/hicolor/48x48/apps/rednotebook.png
share/pixmaps/
share/pixmaps/rednotebook.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

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/08 16:39:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2009/12/21 21:03:56 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= addressbook manager
DISTNAME= rubrica2-2.0.6
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity x11
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/08 16:39:37 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2009/12/21 21:03:56 ajacoutot Exp $
@bin bin/rubrica2
include/libral-1.0/
include/libral-1.0/libral/
@ -151,6 +151,6 @@ ${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/rubrica2.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2009/11/18 08:56:40 landry Exp $
# $OpenBSD: Makefile,v 1.4 2009/12/21 21:03:56 ajacoutot Exp $
SHARED_ONLY = Yes
@ -7,7 +7,7 @@ COMMENT-lightning = Mozilla Thunderbird calendar extension
VER = 0.9
DISTNAME = lightning-sunbird-${VER}-source
PKGNAME-main = sunbird-${VER}p1
PKGNAME-main = sunbird-${VER}p2
PKGNAME-lightning = lightning-${VER}p1
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2009/11/10 20:48:06 landry Exp $
@comment $OpenBSD: PLIST-main,v 1.2 2009/12/21 21:03:56 ajacoutot Exp $
bin/sunbird
bin/sunbird-config
@comment mozilla-thunderbird/
@ -431,7 +431,7 @@ sunbird/res/viewsource.css
sunbird/run-mozilla.sh
@bin sunbird/sunbird-bin
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec TEMP=`mktemp -d` && cd %D/sunbird && env HOME=$TEMP LD_LIBRARY_PATH=%D/sunbird ./regxpcom && rm -fr $TEMP
@unexec rm -f %D/sunbird/components/compreg.dat
@unexec rm -f %D/sunbird/components/xpti.dat

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.14 2009/08/10 06:34:09 kili Exp $
# $OpenBSD: Makefile,v 1.15 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT= project management tool
DISTNAME= taskjuggler-2.4.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= productivity
SHARED_LIBS= taskjuggler 4.0
HOMEPAGE= http://www.taskjuggler.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2007/12/16 00:04:27 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2009/12/21 21:03:56 ajacoutot Exp $
%%SHARED%%
bin/TaskJugglerUI
bin/taskjuggler
@ -111,4 +111,4 @@ share/mimelnk/application/x-tji.desktop
share/mimelnk/application/x-tjp.desktop
share/mimelnk/application/x-tjx.desktop
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2009/10/13 11:01:22 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2009/12/21 21:03:56 ajacoutot Exp $
COMMENT= lightweight tasklist
DISTNAME= tasks-0.16
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity x11
HOMEPAGE= http://pimlico-project.org/tasks.html

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2009/10/13 11:01:22 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2009/12/21 21:03:56 ajacoutot Exp $
@bin bin/tasks
share/applications/tasks.desktop
share/icons/
@ -60,6 +60,6 @@ share/locale/tr/LC_MESSAGES/tasks.mo
share/locale/vi/LC_MESSAGES/tasks.mo
share/locale/zh_CN/LC_MESSAGES/tasks.mo
@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