summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-17 12:05:01 +0000
committernia <nia@pkgsrc.org>2020-11-17 12:05:01 +0000
commit5fbb9a32ee649374a55d36bd253e45b8dfc3f609 (patch)
treec3f6c09c483149570de808f62a7a794f26ae6df0 /x11
parent014a6f88d71f527e3bc792f79ac27b8f956de48c (diff)
downloadpkgsrc-5fbb9a32ee649374a55d36bd253e45b8dfc3f609.tar.gz
vte3: Do not install files to SYSCONFDIR. Use CONF_FILES.
Should fix the build on systems where SYSCONFDIR exists outside of PREFIX.
Diffstat (limited to 'x11')
-rw-r--r--x11/vte3/Makefile12
-rw-r--r--x11/vte3/PLIST6
-rw-r--r--x11/vte3/distinfo3
-rw-r--r--x11/vte3/patches/patch-src_meson.build24
4 files changed, 38 insertions, 7 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile
index 679f9a51272..c2253cb60d4 100644
--- a/x11/vte3/Makefile
+++ b/x11/vte3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2020/11/07 10:05:11 nia Exp $
+# $NetBSD: Makefile,v 1.34 2020/11/17 12:05:01 nia Exp $
DISTNAME= vte-0.60.3
PKGNAME= ${DISTNAME:S/vte/vte3/}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.60/}
EXTRACT_SUFX= .tar.xz
@@ -16,7 +16,7 @@ PKGCONFIG_OVERRIDE_STAGE= post-configure
PKGCONFIG_OVERRIDE+= output/meson-private/vte-2.91.pc
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake intltool msgfmt pkg-config bash
+USE_TOOLS+= msgfmt pkg-config bash
USE_LANGUAGES= c c++17
# for c++17
GCC_REQD+= 7
@@ -25,6 +25,12 @@ GCC_REQD+= 7
# have libsystemd.
MESON_ARGS+= -D_systemd=false
+CONF_FILES+= ${PREFIX}/share/examples/profile.d/vte.sh \
+ ${PKG_SYSCONFDIR}/profile.d/vte.sh
+
+CONF_FILES+= ${PREFIX}/share/examples/profile.d/vte.csh \
+ ${PKG_SYSCONFDIR}/profile.d/vte.csh
+
.include "options.mk"
.include "../../devel/meson/build.mk"
.include "../../converters/fribidi/buildlink3.mk"
diff --git a/x11/vte3/PLIST b/x11/vte3/PLIST
index e510a321f27..6b0fdbd052c 100644
--- a/x11/vte3/PLIST
+++ b/x11/vte3/PLIST
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2020/06/20 00:10:24 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/11/17 12:05:01 nia Exp $
bin/vte-2.91
-etc/profile.d/vte.csh
-etc/profile.d/vte.sh
include/vte-2.91/vte/vte.h
include/vte-2.91/vte/vtedeprecated.h
include/vte-2.91/vte/vteenums.h
@@ -18,6 +16,8 @@ lib/libvte-2.91.so.0
lib/libvte-2.91.so.0.6000.3
lib/pkgconfig/vte-2.91.pc
libexec/vte-urlencode-cwd
+share/examples/profile.d/vte.csh
+share/examples/profile.d/vte.sh
share/gir-1.0/Vte-2.91.gir
share/locale/am/LC_MESSAGES/vte-2.91.mo
share/locale/an/LC_MESSAGES/vte-2.91.mo
diff --git a/x11/vte3/distinfo b/x11/vte3/distinfo
index 881a89d6827..69b86be7a07 100644
--- a/x11/vte3/distinfo
+++ b/x11/vte3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2020/09/25 08:51:41 jperkin Exp $
+$NetBSD: distinfo,v 1.14 2020/11/17 12:05:01 nia Exp $
SHA1 (vte-0.60.3.tar.xz) = ba1e2f241326a2e146336832c21c41b61e0e55af
RMD160 (vte-0.60.3.tar.xz) = 2615d28eaaf9293038f305d26e62e049f503064a
@@ -9,6 +9,7 @@ SHA1 (patch-meson.build) = ac82a0168f221fb67839062cb9a832b542470616
SHA1 (patch-src_app_app.cc) = ff76c74840342195a4d318418474f69e385f6571
SHA1 (patch-src_decoder-cat.cc) = 438b934314a440f04ab586022fdb057b6512167b
SHA1 (patch-src_dumpkeys.c) = 102f24d7404d46b13194f3431d0a864d480e5da7
+SHA1 (patch-src_meson.build) = a8e159688fb36e4cfac40249e279a670c9c6cda8
SHA1 (patch-src_mev.c) = b38dc42e02a8d5fa1e579349319f0b8c8b31dbce
SHA1 (patch-src_parser-cat.cc) = 2ee7d7113b4688a631021bcbef13ee6196f534e9
SHA1 (patch-src_pty.cc) = a9f52d89f356eb0a34de90748a7881d34ae27f12
diff --git a/x11/vte3/patches/patch-src_meson.build b/x11/vte3/patches/patch-src_meson.build
new file mode 100644
index 00000000000..64ac0a16cc4
--- /dev/null
+++ b/x11/vte3/patches/patch-src_meson.build
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_meson.build,v 1.1 2020/11/17 12:05:01 nia Exp $
+
+Install config files to examples.
+
+--- src/meson.build.orig 2020-05-13 09:51:07.000000000 +0000
++++ src/meson.build
+@@ -555,7 +555,7 @@ vte_csh = configure_file(
+ 'libexecdir': vte_prefix / vte_libexecdir,
+ },
+ install: true,
+- install_dir: vte_sysconfdir / 'profile.d',
++ install_dir: vte_datadir / 'examples' / 'profile.d',
+ )
+
+ vte_sh = configure_file(
+@@ -565,7 +565,7 @@ vte_sh = configure_file(
+ 'libexecdir': vte_prefix / vte_libexecdir,
+ },
+ install: true,
+- install_dir: vte_sysconfdir / 'profile.d',
++ install_dir: vte_datadir / 'examples' / 'profile.d',
+ )
+
+ # Systemd integration