- add a workaround so that new Desktop "link to" files get created with

644 mode (instead of 444) and can be configurable out-of-the-box

ok espie@
This commit is contained in:
ajacoutot 2007-07-02 06:07:03 +00:00
parent 88f7ba0c03
commit 1182ca0cbe
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.74 2007/05/25 09:49:54 espie Exp $
# $OpenBSD: Makefile,v 1.75 2007/07/02 06:07:03 ajacoutot Exp $
COMMENT-main= "K Desktop Environment, basic applications"
COMMENT-plugins= "Konqueror nsplugins, essentially native JDK"
@ -6,7 +6,7 @@ COMMENT-samba= "K Desktop Environment, samba support"
CATEGORIES= x11 x11/kde
VERSION= 3.5.7
DISTNAME= kdebase-${VERSION}
PKGNAME-main= ${DISTNAME}
PKGNAME-main= ${DISTNAME}p0
PKGNAME-samba= kdesamba-${VERSION}
MODKDE_VERSION?= 3.5.7
SHARED_LIBS += konq 7.0 # .6.0

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-kdesktop_init_Templates_Makefile_in,v 1.1 2007/07/02 06:07:03 ajacoutot Exp $
--- kdesktop/init/Templates/Makefile.in.orig Mon Jun 11 12:28:23 2007
+++ kdesktop/init/Templates/Makefile.in Mon Jun 11 12:38:32 2007
@@ -57,7 +57,7 @@ am__vpath_adj = case $$p in \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(sourcesdir)" "$(DESTDIR)$(templdir)"
-sourcesDATA_INSTALL = $(INSTALL_DATA)
+sourcesDATA_INSTALL = $(install_sh_DATA)
templDATA_INSTALL = $(INSTALL_DATA)
DATA = $(sources_DATA) $(templ_DATA)
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)