diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-01 21:39:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-01 21:39:54 +0000 |
commit | bc80c6241b1c3c25b85ef74b524802d94fe9c1af (patch) | |
tree | 3735517f855b49d4ec31a86f1355ca63de1b15e0 /misc/xdg-x11-dirs | |
parent | 5bd14b3cc24ad3fabcc82f70dfaf25235daf2e33 (diff) | |
download | pkgsrc-bc80c6241b1c3c25b85ef74b524802d94fe9c1af.tar.gz |
Update xdg-dirs and xdg-x11-dirs to 1.3:
- Register the share/pixmaps/backgrounds directory.
Diffstat (limited to 'misc/xdg-x11-dirs')
-rw-r--r-- | misc/xdg-x11-dirs/Makefile | 5 | ||||
-rw-r--r-- | misc/xdg-x11-dirs/dirs.mk | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/xdg-x11-dirs/Makefile b/misc/xdg-x11-dirs/Makefile index e0e670c3a5d..07938fdff15 100644 --- a/misc/xdg-x11-dirs/Makefile +++ b/misc/xdg-x11-dirs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:14 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/01 21:39:55 jmmv Exp $ # -DISTNAME= xdg-x11-dirs-1.2 -PKGREVISION= 2 +DISTNAME= xdg-x11-dirs-1.3 CATEGORIES= misc gnome kde MASTER_SITES= # empty DISTFILES= # empty diff --git a/misc/xdg-x11-dirs/dirs.mk b/misc/xdg-x11-dirs/dirs.mk index f82a1128093..57b5a5fe4a4 100644 --- a/misc/xdg-x11-dirs/dirs.mk +++ b/misc/xdg-x11-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.5 2005/12/05 20:50:41 rillig Exp $ +# $NetBSD: dirs.mk,v 1.6 2006/04/01 21:39:55 jmmv Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -13,6 +13,7 @@ XDG_X11_DIRS+= share/icons XDG_X11_DIRS+= share/images XDG_X11_DIRS+= share/mime-info XDG_X11_DIRS+= share/pixmaps +XDG_X11_DIRS+= share/pixmaps/backgrounds XDG_X11_DIRS+= share/sounds XDG_X11_DIRS+= share/themes |