Codebase list gnome-terminal / 35edf4e
Import Debian changes 3.38.3-1 gnome-terminal (3.38.3-1) unstable; urgency=medium . * Team upload * New upstream release - Limit the number of clipboard targets to 255 - Update Norwegian Bokmål translation * d/gbp.conf: Use upstream/3.38.x branch for upstream source code. 3.39.x releases have already happened. Simon McVittie authored 3 years ago Arnaud Rebillout committed 3 years ago
16 changed file(s) with 121 addition(s) and 71 deletion(s). Raw diff Collapse all Expand all
0 commit 3be01f5fa7991bcd28a1a9d4b4390de3d4c16cb8
1 Author: Christian Persch <[email protected]>
2 Date: Thu Feb 4 18:48:15 2021 +0100
3
4 app: Limit the number of clipboard targets to a sensible number
5
6 (cherry picked from commit 4085fd5b87ebdc8fac4ebfa2ca926e47bf3f48ad)
7
8 src/terminal-app.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 commit 340e57ce13ad742d185815dd889e304915d76cee
12 Author: Kjartan Maraas <[email protected]>
13 Date: Mon Jan 25 14:50:19 2021 +0000
14
15 Update Norwegian Bokmål translation
16
17 po/nb.po | 28 ++++++++++++++--------------
18 1 file changed, 14 insertions(+), 14 deletions(-)
19
20 commit 5179a3306fc62d3cce837cacf4b53a006cadeacb
21 Author: Christian Persch <[email protected]>
22 Date: Sat Jan 9 20:10:39 2021 +0100
23
24 Post release version bump
25
26 configure.ac | 2 +-
27 1 file changed, 1 insertion(+), 1 deletion(-)
28
029 commit 8682ee73244a9ad92d19cd3b52cb04a0155d4282
130 Author: Akarshan Biswas <[email protected]>
231 Date: Mon Jan 4 08:27:36 2021 +0000
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.2 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
173173 $(am__extra_recursive_targets)
174174 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
175175 cscope distdir distdir-am dist dist-all distcheck
176 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
177 $(LISP)config.h.in
176 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
177 config.h.in
178178 # Read a list of newline-separated strings from the standard input,
179179 # and print each of them once, without duplicates. Input order is
180180 # *not* preserved.
759759 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
760760 $(am__post_remove_distdir)
761761
762 dist-zstd: distdir
763 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
764 $(am__post_remove_distdir)
765
762766 dist-tarZ: distdir
763767 @echo WARNING: "Support for distribution archives compressed with" \
764768 "legacy program 'compress' is deprecated." >&2
801805 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
802806 *.zip*) \
803807 unzip $(distdir).zip ;;\
808 *.tar.zst*) \
809 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
804810 esac
805811 chmod -R a-w $(distdir)
806812 chmod u+w $(distdir)
985991 am--refresh check check-am check-local clean clean-cscope \
986992 clean-generic clean-libtool cscope cscopelist-am ctags \
987993 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
988 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
989 distclean-generic distclean-hdr distclean-libtool \
994 dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \
995 distclean distclean-generic distclean-hdr distclean-libtool \
990996 distclean-tags distcleancheck distdir distuninstallcheck dvi \
991997 dvi-am html html-am info info-am install install-am \
992998 install-data install-data-am install-dvi install-dvi-am \
0 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.16.2 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
666666 m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])])
667667 ])
668668
669 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
669 # Copyright (C) 2002-2020 Free Software Foundation, Inc.
670670 #
671671 # This file is free software; the Free Software Foundation
672672 # gives unlimited permission to copy and/or distribute it,
681681 [am__api_version='1.16'
682682 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
683683 dnl require some minimum version. Point them to the right macro.
684 m4_if([$1], [1.16.1], [],
684 m4_if([$1], [1.16.2], [],
685685 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
686686 ])
687687
697697 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
698698 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
699699 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
700 [AM_AUTOMAKE_VERSION([1.16.1])dnl
700 [AM_AUTOMAKE_VERSION([1.16.2])dnl
701701 m4_ifndef([AC_AUTOCONF_VERSION],
702702 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
703703 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
704704
705705 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
706706
707 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
707 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
708708 #
709709 # This file is free software; the Free Software Foundation
710710 # gives unlimited permission to copy and/or distribute it,
756756
757757 # AM_CONDITIONAL -*- Autoconf -*-
758758
759 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
759 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
760760 #
761761 # This file is free software; the Free Software Foundation
762762 # gives unlimited permission to copy and/or distribute it,
787787 Usually this means the macro was only invoked conditionally.]])
788788 fi])])
789789
790 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
790 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
791791 #
792792 # This file is free software; the Free Software Foundation
793793 # gives unlimited permission to copy and/or distribute it,
978978
979979 # Generate code to set up dependency tracking. -*- Autoconf -*-
980980
981 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
981 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
982982 #
983983 # This file is free software; the Free Software Foundation
984984 # gives unlimited permission to copy and/or distribute it,
10171017 done
10181018 if test $am_rc -ne 0; then
10191019 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
1020 for automatic dependency tracking. Try re-running configure with the
1020 for automatic dependency tracking. If GNU make was not used, consider
1021 re-running the configure script with MAKE="gmake" (or whatever is
1022 necessary). You can also try re-running configure with the
10211023 '--disable-dependency-tracking' option to at least be able to build
10221024 the package (albeit without support for automatic dependency tracking).])
10231025 fi
10441046
10451047 # Do all the work for Automake. -*- Autoconf -*-
10461048
1047 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1049 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
10481050 #
10491051 # This file is free software; the Free Software Foundation
10501052 # gives unlimited permission to copy and/or distribute it,
12411243 done
12421244 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
12431245
1244 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1246 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
12451247 #
12461248 # This file is free software; the Free Software Foundation
12471249 # gives unlimited permission to copy and/or distribute it,
12621264 fi
12631265 AC_SUBST([install_sh])])
12641266
1265 # Copyright (C) 2003-2018 Free Software Foundation, Inc.
1267 # Copyright (C) 2003-2020 Free Software Foundation, Inc.
12661268 #
12671269 # This file is free software; the Free Software Foundation
12681270 # gives unlimited permission to copy and/or distribute it,
12841286 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
12851287 # From Jim Meyering
12861288
1287 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1289 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
12881290 #
12891291 # This file is free software; the Free Software Foundation
12901292 # gives unlimited permission to copy and/or distribute it,
13191321
13201322 # Check to see how 'make' treats includes. -*- Autoconf -*-
13211323
1322 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1324 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
13231325 #
13241326 # This file is free software; the Free Software Foundation
13251327 # gives unlimited permission to copy and/or distribute it,
13621364
13631365 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
13641366
1365 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
1367 # Copyright (C) 1997-2020 Free Software Foundation, Inc.
13661368 #
13671369 # This file is free software; the Free Software Foundation
13681370 # gives unlimited permission to copy and/or distribute it,
14011403
14021404 # Helper functions for option handling. -*- Autoconf -*-
14031405
1404 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1406 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
14051407 #
14061408 # This file is free software; the Free Software Foundation
14071409 # gives unlimited permission to copy and/or distribute it,
14301432 AC_DEFUN([_AM_IF_OPTION],
14311433 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
14321434
1433 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
1435 # Copyright (C) 1999-2020 Free Software Foundation, Inc.
14341436 #
14351437 # This file is free software; the Free Software Foundation
14361438 # gives unlimited permission to copy and/or distribute it,
14771479 # For backward compatibility.
14781480 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
14791481
1480 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1482 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
14811483 #
14821484 # This file is free software; the Free Software Foundation
14831485 # gives unlimited permission to copy and/or distribute it,
14961498
14971499 # Check to make sure that the build environment is sane. -*- Autoconf -*-
14981500
1499 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1501 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
15001502 #
15011503 # This file is free software; the Free Software Foundation
15021504 # gives unlimited permission to copy and/or distribute it,
15771579 rm -f conftest.file
15781580 ])
15791581
1580 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
1582 # Copyright (C) 2009-2020 Free Software Foundation, Inc.
15811583 #
15821584 # This file is free software; the Free Software Foundation
15831585 # gives unlimited permission to copy and/or distribute it,
16371639 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
16381640 ])
16391641
1640 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1642 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
16411643 #
16421644 # This file is free software; the Free Software Foundation
16431645 # gives unlimited permission to copy and/or distribute it,
16651667 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
16661668 AC_SUBST([INSTALL_STRIP_PROGRAM])])
16671669
1668 # Copyright (C) 2006-2018 Free Software Foundation, Inc.
1670 # Copyright (C) 2006-2020 Free Software Foundation, Inc.
16691671 #
16701672 # This file is free software; the Free Software Foundation
16711673 # gives unlimited permission to copy and/or distribute it,
16841686
16851687 # Check how to create a tarball. -*- Autoconf -*-
16861688
1687 # Copyright (C) 2004-2018 Free Software Foundation, Inc.
1689 # Copyright (C) 2004-2020 Free Software Foundation, Inc.
16881690 #
16891691 # This file is free software; the Free Software Foundation
16901692 # gives unlimited permission to copy and/or distribute it,
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GNOME Terminal 3.38.2.
2 # Generated by GNU Autoconf 2.69 for GNOME Terminal 3.38.3.
33 #
44 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal>.
55 #
590590 # Identity of this package.
591591 PACKAGE_NAME='GNOME Terminal'
592592 PACKAGE_TARNAME='gnome-terminal'
593 PACKAGE_VERSION='3.38.2'
594 PACKAGE_STRING='GNOME Terminal 3.38.2'
593 PACKAGE_VERSION='3.38.3'
594 PACKAGE_STRING='GNOME Terminal 3.38.3'
595595 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal'
596596 PACKAGE_URL=''
597597
14081408 # Omit some internal or obsolete options to make the list less imposing.
14091409 # This message is too long to be a string in the A/UX 3.1 sh.
14101410 cat <<_ACEOF
1411 \`configure' configures GNOME Terminal 3.38.2 to adapt to many kinds of systems.
1411 \`configure' configures GNOME Terminal 3.38.3 to adapt to many kinds of systems.
14121412
14131413 Usage: $0 [OPTION]... [VAR=VALUE]...
14141414
14781478
14791479 if test -n "$ac_init_help"; then
14801480 case $ac_init_help in
1481 short | recursive ) echo "Configuration of GNOME Terminal 3.38.2:";;
1481 short | recursive ) echo "Configuration of GNOME Terminal 3.38.3:";;
14821482 esac
14831483 cat <<\_ACEOF
14841484
16391639 test -n "$ac_init_help" && exit $ac_status
16401640 if $ac_init_version; then
16411641 cat <<\_ACEOF
1642 GNOME Terminal configure 3.38.2
1642 GNOME Terminal configure 3.38.3
16431643 generated by GNU Autoconf 2.69
16441644
16451645 Copyright (C) 2012 Free Software Foundation, Inc.
20082008 This file contains any messages produced by compilers while
20092009 running configure, to aid debugging if configure makes a mistake.
20102010
2011 It was created by GNOME Terminal $as_me 3.38.2, which was
2011 It was created by GNOME Terminal $as_me 3.38.3, which was
20122012 generated by GNU Autoconf 2.69. Invocation command line was
20132013
20142014 $ $0 $@
28772877
28782878 # Define the identity of the package.
28792879 PACKAGE='gnome-terminal'
2880 VERSION='3.38.2'
2880 VERSION='3.38.3'
28812881
28822882
28832883 cat >>confdefs.h <<_ACEOF
1687416874
1687516875 TERMINAL_MINOR_VERSION=38
1687616876
16877 TERMINAL_MICRO_VERSION=2
16877 TERMINAL_MICRO_VERSION=3
1687816878
1687916879 TERMINAL_API_VERSION=0
1688016880
1745017450 # report actual input values of CONFIG_FILES etc. instead of their
1745117451 # values after options handling.
1745217452 ac_log="
17453 This file was extended by GNOME Terminal $as_me 3.38.2, which was
17453 This file was extended by GNOME Terminal $as_me 3.38.3, which was
1745417454 generated by GNU Autoconf 2.69. Invocation command line was
1745517455
1745617456 CONFIG_FILES = $CONFIG_FILES
1751617516 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1751717517 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1751817518 ac_cs_version="\\
17519 GNOME Terminal config.status 3.38.2
17519 GNOME Terminal config.status 3.38.3
1752017520 configured by $0, generated by GNU Autoconf 2.69,
1752117521 with options \\"\$ac_cs_config\\"
1752217522
1862518625 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1862618626 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1862718627 as_fn_error $? "Something went wrong bootstrapping makefile fragments
18628 for automatic dependency tracking. Try re-running configure with the
18628 for automatic dependency tracking. If GNU make was not used, consider
18629 re-running the configure script with MAKE=\"gmake\" (or whatever is
18630 necessary). You can also try re-running configure with the
1862918631 '--disable-dependency-tracking' option to at least be able to build
1863018632 the package (albeit without support for automatic dependency tracking).
1863118633 See \`config.log' for more details" "$LINENO" 5; }
00 m4_define([terminal_version_major],[3])
11 m4_define([terminal_version_minor],[38])
2 m4_define([terminal_version_micro],[2])
2 m4_define([terminal_version_micro],[3])
33 m4_define([terminal_version_extra],[])
44 m4_define([terminal_version],[terminal_version_major().terminal_version_minor().terminal_version_micro()terminal_version_extra])
55
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.2 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.2 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
0 gnome-terminal (3.38.3-1) unstable; urgency=medium
1
2 * Team upload
3 * New upstream release
4 - Limit the number of clipboard targets to 255
5 - Update Norwegian Bokmål translation
6 * d/gbp.conf: Use upstream/3.38.x branch for upstream source code.
7 3.39.x releases have already happened.
8
9 -- Simon McVittie <[email protected]> Wed, 17 Feb 2021 23:08:58 +0000
10
011 gnome-terminal (3.38.2-1) unstable; urgency=medium
112
213 * Team upload
00 [DEFAULT]
11 pristine-tar = True
22 debian-branch = debian/master
3 upstream-branch = upstream/latest
3 upstream-branch = upstream/3.38.x
44 upstream-vcs-tag = %(version)s
55
66 [buildpackage]
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.2 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.2 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: gnome-terminal 3.38.x\n"
99 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-terminal/issues\n"
10 "POT-Creation-Date: 2020-10-05 07:18+0000\n"
11 "PO-Revision-Date: 2020-12-04 14:53+0100\n"
10 "POT-Creation-Date: 2020-12-04 13:55+0000\n"
11 "PO-Revision-Date: 2021-01-25 15:49+0100\n"
1212 "Last-Translator: Kjartan Maraas <[email protected]>\n"
1313 "Language-Team: Norwegian bokmål <[email protected]>\n"
1414 "Language: nb\n"
6363 #: org.gnome.Terminal.appdata.xml.in:45
6464 msgid ""
6565 "https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal.png"
66 msgstr ""
66 msgstr "https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal.png"
6767
6868 #: org.gnome.Terminal.appdata.xml.in:48
6969 msgid "HiDpiIcon"
70 msgstr ""
70 msgstr "HiDpiIcon"
7171
7272 #: org.gnome.Terminal.appdata.xml.in:49
7373 msgid "HighContrast"
74 msgstr ""
74 msgstr "HighContrast"
7575
7676 #: org.gnome.Terminal.appdata.xml.in:50
7777 msgid "ModernToolkit"
78 msgstr ""
78 msgstr "ModernToolkit"
7979
8080 #: org.gnome.Terminal.appdata.xml.in:51
8181 msgid "SearchProvider"
82 msgstr "Søkemotor"
82 msgstr "SearchProvider"
8383
8484 #: org.gnome.Terminal.appdata.xml.in:52
8585 msgid "UserDocs"
86 msgstr ""
86 msgstr "UserDocs"
8787
8888 #: org.gnome.Terminal.appdata.xml.in:54
8989 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:44
9090 msgid "https://wiki.gnome.org/Apps/Terminal"
91 msgstr ""
91 msgstr "https://wiki.gnome.org/Apps/Terminal"
9292
9393 #. This is the name of a colour scheme
9494 #: org.gnome.Terminal.appdata.xml.in:55 org.gnome.Terminal.appdata.xml.in:56
9999 #: org.gnome.Terminal.appdata.xml.in:57
100100 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:46
101101 msgid "https://wiki.gnome.org/Apps/Terminal/ReportingBugs"
102 msgstr ""
102 msgstr "https://wiki.gnome.org/Apps/Terminal/ReportingBugs"
103103
104104 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:35
105105 msgid "org.gnome.Terminal.Nautilus"
106 msgstr ""
106 msgstr "org.gnome.Terminal.Nautilus"
107107
108108 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:36
109109 msgid "org.gnome.Nautilus.desktop"
110 msgstr ""
110 msgstr "org.gnome.Nautilus.desktop"
111111
112112 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:39
113113 msgid "Terminal plugin for Files"
12811281 #. Translators: "GNOME" is the name of a colour scheme, "light" can be translated
12821282 #: src/profile-editor.c:178
12831283 msgid "GNOME light"
1284 msgstr ""
1284 msgstr "GNOME lys"
12851285
12861286 #. Translators: "GNOME" is the name of a colour scheme, "dark" can be translated
12871287 #: src/profile-editor.c:183
12881288 msgid "GNOME dark"
1289 msgstr ""
1289 msgstr "GNOME mørk"
12901290
12911291 #. Translators: "Tango" is the name of a colour scheme, "light" can be translated
12921292 #: src/profile-editor.c:188
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.2 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
639639 free_clipboard_targets (app);
640640
641641 /* Sometimes we receive targets == NULL but n_targets == -1 */
642 if (targets != NULL) {
642 if (targets != NULL && n_targets < 255) {
643643 app->clipboard_targets = g_memdup (targets, sizeof (targets[0]) * n_targets);
644644 app->n_clipboard_targets = n_targets;
645645 }
2323
2424 #define TERMINAL_MAJOR_VERSION (3)
2525 #define TERMINAL_MINOR_VERSION (38)
26 #define TERMINAL_MICRO_VERSION (2)
26 #define TERMINAL_MICRO_VERSION (3)
2727
2828 #define TERMINAL_CHECK_VERSION(major,minor,micro) \
2929 (TERMINAL_MAJOR_VERSION > (major) || \