aboutsummaryrefslogtreecommitdiff
path: root/x11/terminology
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2018-12-22 21:49:32 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2018-12-22 21:49:32 +0000
commit8786a365c5e76d12220abb4a85fd2b767b2432f0 (patch)
tree31b61b6f961b5924eaeb8617c1416766270c7cb2 /x11/terminology
parent5c29daf3485a433d8d383d815978ac34b0916bc7 (diff)
downloadports-8786a365c5e76d12220abb4a85fd2b767b2432f0.tar.gz
ports-8786a365c5e76d12220abb4a85fd2b767b2432f0.zip
Remove unneeded patch.
patch-data_themes_meson.build was required to build Terminology older than 1.3.1 with meson 0.49.0, but now we have Terminology 1.3.2.
Notes
Notes: svn path=/head/; revision=488137
Diffstat (limited to 'x11/terminology')
-rw-r--r--x11/terminology/files/patch-data_themes_meson.build27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/terminology/files/patch-data_themes_meson.build b/x11/terminology/files/patch-data_themes_meson.build
deleted file mode 100644
index e7e50115dc12..000000000000
--- a/x11/terminology/files/patch-data_themes_meson.build
+++ /dev/null
@@ -1,27 +0,0 @@
-This file is from release 1.3.1 which works with meson 0.49.0.
-
---- data/themes/meson.build.orig 2018-05-14 20:20:41 UTC
-+++ data/themes/meson.build
-@@ -22,16 +22,16 @@ edje_install_dir = join_paths(get_option('datadir'),
- meson.project_name(), 'themes')
-
- foreach to_compile: edje_to_compile
-- out = to_compile[0] + '.edj'
-- in = to_compile[0] + '.edc'
-- edj_targets += [custom_target(out,
-+ output = to_compile[0] + '.edj'
-+ input = to_compile[0] + '.edc'
-+ edj_targets += [custom_target(output,
- install:true,
- install_dir: edje_install_dir,
- depend_files: files(to_compile[1]),
- command: command,
-- input: in,
-- output: out)]
-- edj_files += [join_paths(edje_install_dir, out)]
-+ input: input,
-+ output: output)]
-+ edj_files += [join_paths(edje_install_dir, output)]
- endforeach
-
- subdir('nyanology')