summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorsnj <snj>2009-12-24 03:13:07 +0000
committersnj <snj>2009-12-24 03:13:07 +0000
commitb112114b4d40d287009fcbaa8415c97c0f64e5cb (patch)
tree238db8c77fa8f4336afb763e6da267ab513287e4 /wm
parentcd9387771663100bde8caa9fdb2181e5cfd35fa2 (diff)
downloadpkgsrc-b112114b4d40d287009fcbaa8415c97c0f64e5cb.tar.gz
Give autostart.sh the full CONF_FILES treatment. Fixes PR pkg/42502.
Diffstat (limited to 'wm')
-rw-r--r--wm/openbox/Makefile5
-rw-r--r--wm/openbox/PLIST4
-rw-r--r--wm/openbox/distinfo4
-rw-r--r--wm/openbox/patches/patch-aa22
4 files changed, 27 insertions, 8 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile
index 93cacde2171..ceab20108c0 100644
--- a/wm/openbox/Makefile
+++ b/wm/openbox/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2009/12/15 12:42:04 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2009/12/24 03:13:07 snj Exp $
DISTNAME= openbox-3.4.8
+PKGREVISION= 1
CATEGORIES= wm x11
MASTER_SITES= http://icculus.org/openbox/releases/
# PR pkg/36489
@@ -32,6 +33,8 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/openbox
EGDIR= ${PREFIX}/share/examples/openbox
CONF_FILES= ${EGDIR}/menu.xml ${PKG_SYSCONFDIR}/openbox/menu.xml
CONF_FILES+= ${EGDIR}/rc.xml ${PKG_SYSCONFDIR}/openbox/rc.xml
+CONF_FILES+= ${EGDIR}/autostart.sh \
+ ${PKG_SYSCONFDIR}/openbox/autostart.sh
BUILDLINK_DEPMETHOD.libXt?= build
diff --git a/wm/openbox/PLIST b/wm/openbox/PLIST
index b6c602f18b2..baa28531159 100644
--- a/wm/openbox/PLIST
+++ b/wm/openbox/PLIST
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.20 2009/12/15 12:42:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2009/12/24 03:13:07 snj Exp $
bin/gdm-control
bin/gnome-panel-control
bin/openbox
bin/openbox-gnome-session
bin/openbox-kde-session
bin/openbox-session
-etc/xdg/openbox/autostart.sh
include/openbox/3.4/openbox/color.h
include/openbox/3.4/openbox/font.h
include/openbox/3.4/openbox/geom.h
@@ -45,6 +44,7 @@ share/doc/openbox/xbm/shade.xbm
share/doc/openbox/xbm/shade_toggled.xbm
share/examples/openbox/menu.xml
share/examples/openbox/rc.xml
+share/examples/openbox/autostart.sh
share/gnome/wm-properties/openbox.desktop
share/locale/ar/LC_MESSAGES/openbox.mo
share/locale/bn_IN/LC_MESSAGES/openbox.mo
diff --git a/wm/openbox/distinfo b/wm/openbox/distinfo
index d558ea82390..f472bd9e374 100644
--- a/wm/openbox/distinfo
+++ b/wm/openbox/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2009/12/15 12:42:04 wiz Exp $
+$NetBSD: distinfo,v 1.23 2009/12/24 03:13:07 snj Exp $
SHA1 (openbox-3.4.8.tar.gz) = dae3c3d84ce896e93a52bca0d098fe37c4df4424
RMD160 (openbox-3.4.8.tar.gz) = 93b8a28275261563b988ca893a3577a2297c60a9
Size (openbox-3.4.8.tar.gz) = 906181 bytes
-SHA1 (patch-aa) = ab103dd0ac0c711f5f4670e30596646b86fcd158
+SHA1 (patch-aa) = 7a6b00fce344776bc518bc9a0161213e4c47355e
SHA1 (patch-ab) = bb13ec5801c2e271f1e6b2dc4d0aa149c9e2dff1
diff --git a/wm/openbox/patches/patch-aa b/wm/openbox/patches/patch-aa
index 4cd01fa82e0..389e6badc3e 100644
--- a/wm/openbox/patches/patch-aa
+++ b/wm/openbox/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.8 2009/12/15 12:42:04 wiz Exp $
+$NetBSD: patch-aa,v 1.9 2009/12/24 03:13:07 snj Exp $
---- Makefile.in.orig 2009-12-08 20:57:45.000000000 +0000
-+++ Makefile.in
+--- Makefile.in.orig 2009-12-08 12:57:45.000000000 -0800
++++ Makefile.in 2009-12-23 19:06:19.000000000 -0800
@@ -483,7 +483,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = m4 po
docxbmdir = $(docdir)/xbm
@@ -27,3 +27,19 @@ $NetBSD: patch-aa,v 1.8 2009/12/15 12:42:04 wiz Exp $
done
uninstall-dist_rcDATA:
+@@ -3146,12 +3146,12 @@ uninstall-nodist_pkgconfigDATA:
+ done
+ install-nodist_rcDATA: $(nodist_rc_DATA)
+ @$(NORMAL_INSTALL)
+- test -z "$(rcdir)" || $(MKDIR_P) "$(DESTDIR)$(rcdir)"
++ test -z "$(rcdir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)/examples/openbox"
+ @list='$(nodist_rc_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+- echo " $(nodist_rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
+- $(nodist_rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
++ echo " $(nodist_rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/examples/openbox/$$f'"; \
++ $(nodist_rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/examples/openbox/$$f"; \
+ done
+
+ uninstall-nodist_rcDATA: