[Pkg-xfce-commits] [Git][xfce-team/desktop/garcon][debian/master] 4 commits: New upstream version 4.16.1
Yves-Alexis Perez
gitlab at salsa.debian.org
Mon Jan 18 19:29:34 GMT 2021
Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / garcon
Commits:
35c5e668 by Yves-Alexis Perez at 2021-01-18T20:17:28+01:00
New upstream version 4.16.1
- - - - -
eff5c534 by Yves-Alexis Perez at 2021-01-18T20:17:30+01:00
Update upstream source from tag 'upstream/4.16.1'
Update to upstream version '4.16.1'
with Debian dir 1d73e0a6cf5ca940edbb2729e13449a61d73f028
- - - - -
0c164afa by Yves-Alexis Perez at 2021-01-18T20:21:29+01:00
finalize changelog
- - - - -
6ecec5eb by Yves-Alexis Perez at 2021-01-18T20:21:38+01:00
upload garcon 4.16.1-1 to unstable
- - - - -
24 changed files:
- ChangeLog
- + INSTALL
- Makefile.in
- NEWS
- configure
- configure.ac
- data/Makefile.in
- data/xfce/Makefile.in
- debian/changelog
- docs/Makefile.in
- docs/reference/Makefile.in
- docs/reference/html/garcon-Version-Information.html
- docs/reference/html/index.html
- docs/reference/version.xml
- garcon-gtk/Makefile.in
- garcon-gtk/garcon-gtk-menu.c
- garcon/Makefile.in
- garcon/garcon-config.h
- icons/32x32/Makefile.in
- icons/Makefile.in
- + mkinstalldirs
- + po/kab.po
- po/pt.po
- tests/Makefile.in
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,41 @@
+commit aa0fd53e451031426ad8c3bb180fb144eddcf0b1
+Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
+Date: Thu Jan 14 16:42:12 2021 +0100
+
+ Launch applications as children again (Fixes #18)
+
+commit 5c996f8cc996197ae2890154d9317c406cd79463
+Author: Anonymous <noreply at xfce.org>
+Date: Mon Jan 4 00:45:07 2021 +0100
+
+ I18n: Add new translation kab (91%).
+
+ 33 translated messages, 3 untranslated messages.
+
+ Transifex (https://www.transifex.com/xfce/public/).
+
+commit 2ddcbd98faa7503bc3504789990cd54a9310603f
+Author: Hugo Carvalho <hugokarvalho at hotmail.com>
+Date: Sun Dec 27 00:45:05 2020 +0100
+
+ I18n: Update translation pt (100%).
+
+ 36 translated messages.
+
+ Transifex (https://www.transifex.com/xfce/public/).
+
+commit 9336413252d639bc03e1d46bf3167a41113e0095
+Author: Romain Bouvier <skunnyk at alteroot.org>
+Date: Wed Dec 23 00:11:46 2020 +0100
+
+ Back to development
+
+commit 785739d316e4f54101add9e9498398458ad51777
+Author: Romain Bouvier <skunnyk at alteroot.org>
+Date: Wed Dec 23 00:11:16 2020 +0100
+
+ Updates for release
+
commit 4b177eaa634b4bea76653671ff709dd5fafe2abf
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Wed Dec 23 00:06:02 2020 +0100
=====================================
INSTALL
=====================================
@@ -0,0 +1,368 @@
+Installation Instructions
+*************************
+
+ Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
+
+ Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved. This file is offered as-is,
+without warranty of any kind.
+
+Basic Installation
+==================
+
+ Briefly, the shell command './configure && make && make install'
+should configure, build, and install this package. The following
+more-detailed instructions are generic; see the 'README' file for
+instructions specific to this package. Some packages provide this
+'INSTALL' file but do not implement all of the features documented
+below. The lack of an optional feature in a given package is not
+necessarily a bug. More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
+
+ The 'configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation. It uses
+those values to create a 'Makefile' in each directory of the package.
+It may also create one or more '.h' files containing system-dependent
+definitions. Finally, it creates a shell script 'config.status' that
+you can run in the future to recreate the current configuration, and a
+file 'config.log' containing compiler output (useful mainly for
+debugging 'configure').
+
+ It can also use an optional file (typically called 'config.cache' and
+enabled with '--cache-file=config.cache' or simply '-C') that saves the
+results of its tests to speed up reconfiguring. Caching is disabled by
+default to prevent problems with accidental use of stale cache files.
+
+ If you need to do unusual things to compile the package, please try
+to figure out how 'configure' could check whether to do them, and mail
+diffs or instructions to the address given in the 'README' so they can
+be considered for the next release. If you are using the cache, and at
+some point 'config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+ The file 'configure.ac' (or 'configure.in') is used to create
+'configure' by a program called 'autoconf'. You need 'configure.ac' if
+you want to change it or regenerate 'configure' using a newer version of
+'autoconf'.
+
+ The simplest way to compile this package is:
+
+ 1. 'cd' to the directory containing the package's source code and type
+ './configure' to configure the package for your system.
+
+ Running 'configure' might take a while. While running, it prints
+ some messages telling which features it is checking for.
+
+ 2. Type 'make' to compile the package.
+
+ 3. Optionally, type 'make check' to run any self-tests that come with
+ the package, generally using the just-built uninstalled binaries.
+
+ 4. Type 'make install' to install the programs and any data files and
+ documentation. When installing into a prefix owned by root, it is
+ recommended that the package be configured and built as a regular
+ user, and only the 'make install' phase executed with root
+ privileges.
+
+ 5. Optionally, type 'make installcheck' to repeat any self-tests, but
+ this time using the binaries in their final installed location.
+ This target does not install anything. Running this target as a
+ regular user, particularly if the prior 'make install' required
+ root privileges, verifies that the installation completed
+ correctly.
+
+ 6. You can remove the program binaries and object files from the
+ source code directory by typing 'make clean'. To also remove the
+ files that 'configure' created (so you can compile the package for
+ a different kind of computer), type 'make distclean'. There is
+ also a 'make maintainer-clean' target, but that is intended mainly
+ for the package's developers. If you use it, you may have to get
+ all sorts of other programs in order to regenerate files that came
+ with the distribution.
+
+ 7. Often, you can also type 'make uninstall' to remove the installed
+ files again. In practice, not all packages have tested that
+ uninstallation works correctly, even though it is required by the
+ GNU Coding Standards.
+
+ 8. Some packages, particularly those that use Automake, provide 'make
+ distcheck', which can by used by developers to test that all other
+ targets like 'make install' and 'make uninstall' work correctly.
+ This target is generally not run by end users.
+
+Compilers and Options
+=====================
+
+ Some systems require unusual options for compilation or linking that
+the 'configure' script does not know about. Run './configure --help'
+for details on some of the pertinent environment variables.
+
+ You can give 'configure' initial values for configuration parameters
+by setting variables in the command line or in the environment. Here is
+an example:
+
+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+
+ *Note Defining Variables::, for more details.
+
+Compiling For Multiple Architectures
+====================================
+
+ You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory. To do this, you can use GNU 'make'. 'cd' to the
+directory where you want the object files and executables to go and run
+the 'configure' script. 'configure' automatically checks for the source
+code in the directory that 'configure' is in and in '..'. This is known
+as a "VPATH" build.
+
+ With a non-GNU 'make', it is safer to compile the package for one
+architecture at a time in the source code directory. After you have
+installed the package for one architecture, use 'make distclean' before
+reconfiguring for another architecture.
+
+ On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple '-arch' options to the
+compiler but only a single '-arch' option to the preprocessor. Like
+this:
+
+ ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+ CPP="gcc -E" CXXCPP="g++ -E"
+
+ This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the 'lipo' tool if you have problems.
+
+Installation Names
+==================
+
+ By default, 'make install' installs the package's commands under
+'/usr/local/bin', include files under '/usr/local/include', etc. You
+can specify an installation prefix other than '/usr/local' by giving
+'configure' the option '--prefix=PREFIX', where PREFIX must be an
+absolute file name.
+
+ You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files. If you
+pass the option '--exec-prefix=PREFIX' to 'configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
+
+ In addition, if you use an unusual directory layout you can give
+options like '--bindir=DIR' to specify different values for particular
+kinds of files. Run 'configure --help' for a list of the directories
+you can set and what kinds of files go in them. In general, the default
+for these options is expressed in terms of '${prefix}', so that
+specifying just '--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+ The most portable way to affect installation locations is to pass the
+correct locations to 'configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+'make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+ The first method involves providing an override variable for each
+affected directory. For example, 'make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+'${prefix}'. Any directories that were specified during 'configure',
+but not in terms of '${prefix}', must each be overridden at install time
+for the entire installation to be relocated. The approach of makefile
+variable overrides for each directory variable is required by the GNU
+Coding Standards, and ideally causes no recompilation. However, some
+platforms have known limitations with the semantics of shared libraries
+that end up requiring recompilation when using this method, particularly
+noticeable in packages that use GNU Libtool.
+
+ The second method involves providing the 'DESTDIR' variable. For
+example, 'make install DESTDIR=/alternate/directory' will prepend
+'/alternate/directory' before all installation names. The approach of
+'DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters. On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of '${prefix}'
+at 'configure' time.
+
+Optional Features
+=================
+
+ If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving 'configure' the
+option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'.
+
+ Some packages pay attention to '--enable-FEATURE' options to
+'configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to '--with-PACKAGE' options, where PACKAGE
+is something like 'gnu-as' or 'x' (for the X Window System). The
+'README' should mention any '--enable-' and '--with-' options that the
+package recognizes.
+
+ For packages that use the X Window System, 'configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the 'configure' options '--x-includes=DIR' and
+'--x-libraries=DIR' to specify their locations.
+
+ Some packages offer the ability to configure how verbose the
+execution of 'make' will be. For these packages, running './configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with 'make V=1'; while running './configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with 'make V=0'.
+
+Particular systems
+==================
+
+ On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC
+is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+ ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+ HP-UX 'make' updates targets which have the same time stamps as their
+prerequisites, which makes it generally unusable when shipped generated
+files such as 'configure' are involved. Use GNU 'make' instead.
+
+ On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its '<wchar.h>' header file. The option '-nodtk' can be used as a
+workaround. If GNU CC is not installed, it is therefore recommended to
+try
+
+ ./configure CC="cc"
+
+and if that doesn't work, try
+
+ ./configure CC="cc -nodtk"
+
+ On Solaris, don't put '/usr/ucb' early in your 'PATH'. This
+directory contains several dysfunctional programs; working variants of
+these programs are available in '/usr/bin'. So, if you need '/usr/ucb'
+in your 'PATH', put it _after_ '/usr/bin'.
+
+ On Haiku, software installed for all users goes in '/boot/common',
+not '/usr/local'. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
+Specifying the System Type
+==========================
+
+ There may be some features 'configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on. Usually, assuming the package is built to be run on the
+_same_ architectures, 'configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
+'--build=TYPE' option. TYPE can either be a short name for the system
+type, such as 'sun4', or a canonical name which has the form:
+
+ CPU-COMPANY-SYSTEM
+
+where SYSTEM can have one of these forms:
+
+ OS
+ KERNEL-OS
+
+ See the file 'config.sub' for the possible values of each field. If
+'config.sub' isn't included in this package, then this package doesn't
+need to know the machine type.
+
+ If you are _building_ compiler tools for cross-compiling, you should
+use the option '--target=TYPE' to select the type of system they will
+produce code for.
+
+ If you want to _use_ a cross compiler, that generates code for a
+platform different from the build platform, you should specify the
+"host" platform (i.e., that on which the generated programs will
+eventually be run) with '--host=TYPE'.
+
+Sharing Defaults
+================
+
+ If you want to set default values for 'configure' scripts to share,
+you can create a site shell script called 'config.site' that gives
+default values for variables like 'CC', 'cache_file', and 'prefix'.
+'configure' looks for 'PREFIX/share/config.site' if it exists, then
+'PREFIX/etc/config.site' if it exists. Or, you can set the
+'CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all 'configure' scripts look for a site script.
+
+Defining Variables
+==================
+
+ Variables not defined in a site shell script can be set in the
+environment passed to 'configure'. However, some packages may run
+configure again during the build, and the customized values of these
+variables may be lost. In order to avoid this problem, you should set
+them in the 'configure' command line, using 'VAR=value'. For example:
+
+ ./configure CC=/usr/local2/bin/gcc
+
+causes the specified 'gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an
+Autoconf limitation. Until the limitation is lifted, you can use this
+workaround:
+
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+'configure' Invocation
+======================
+
+ 'configure' recognizes the following options to control how it
+operates.
+
+'--help'
+'-h'
+ Print a summary of all of the options to 'configure', and exit.
+
+'--help=short'
+'--help=recursive'
+ Print a summary of the options unique to this package's
+ 'configure', and exit. The 'short' variant lists options used only
+ in the top level, while the 'recursive' variant lists options also
+ present in any nested packages.
+
+'--version'
+'-V'
+ Print the version of Autoconf used to generate the 'configure'
+ script, and exit.
+
+'--cache-file=FILE'
+ Enable the cache: use and save the results of the tests in FILE,
+ traditionally 'config.cache'. FILE defaults to '/dev/null' to
+ disable caching.
+
+'--config-cache'
+'-C'
+ Alias for '--cache-file=config.cache'.
+
+'--quiet'
+'--silent'
+'-q'
+ Do not print messages saying which checks are being made. To
+ suppress all normal output, redirect it to '/dev/null' (any error
+ messages will still be shown).
+
+'--srcdir=DIR'
+ Look for the package's source code in directory DIR. Usually
+ 'configure' can determine that directory automatically.
+
+'--prefix=DIR'
+ Use DIR as the installation prefix. *note Installation Names:: for
+ more details, including other options available for fine-tuning the
+ installation locations.
+
+'--no-create'
+'-n'
+ Run the configure checks, but stop before creating any output
+ files.
+
+'configure' also accepts some other, not widely useful, options. Run
+'configure --help' for more details.
=====================================
Makefile.in
=====================================
@@ -116,7 +116,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -178,8 +178,9 @@ CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
- COPYING ChangeLog NEWS THANKS TODO compile config.guess \
- config.sub install-sh ltmain.sh missing
+ COPYING ChangeLog INSTALL NEWS THANKS TODO compile \
+ config.guess config.sub install-sh ltmain.sh missing \
+ mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+4.16.1
+======
+- Launch applications as children again (Fixes #18)
+- Translation Updates:
+ Kabyle, Portuguese
+
0.8.0
======
- fix GarconMenuItem file documentation
=====================================
configure
=====================================
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.ac 4b177ea.
+# From configure.ac aa0fd53.
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for garcon 0.8.0.
+# Generated by GNU Autoconf 2.69 for garcon 4.16.1.
#
# Report bugs to <https://gitlab.xfce.org/xfce/garcon>.
#
@@ -595,8 +595,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='garcon'
PACKAGE_TARNAME='garcon'
-PACKAGE_VERSION='0.8.0'
-PACKAGE_STRING='garcon 0.8.0'
+PACKAGE_VERSION='4.16.1'
+PACKAGE_STRING='garcon 4.16.1'
PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/garcon'
PACKAGE_URL=''
@@ -1476,7 +1476,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures garcon 0.8.0 to adapt to many kinds of systems.
+\`configure' configures garcon 4.16.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1548,7 +1548,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of garcon 0.8.0:";;
+ short | recursive ) echo "Configuration of garcon 4.16.1:";;
esac
cat <<\_ACEOF
@@ -1687,7 +1687,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-garcon configure 0.8.0
+garcon configure 4.16.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2060,7 +2060,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by garcon $as_me 0.8.0, which was
+It was created by garcon $as_me 4.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3040,7 +3040,7 @@ fi
# Define the identity of the package.
PACKAGE='garcon'
- VERSION='0.8.0'
+ VERSION='4.16.1'
cat >>confdefs.h <<_ACEOF
@@ -3317,9 +3317,9 @@ AM_BACKSLASH='\'
GARCON_VERINFO=0:0:0
-GARCON_VERSION_MAJOR=0
-GARCON_VERSION_MINOR=8
-GARCON_VERSION_MICRO=0
+GARCON_VERSION_MAJOR=4
+GARCON_VERSION_MINOR=16
+GARCON_VERSION_MICRO=1
GARCON_VERSION_API_MAJOR=1
GARCON_VERSION_API=$GARCON_VERSION_API_MAJOR
@@ -14125,7 +14125,7 @@ _ACEOF
- ALL_LINGUAS="bg nb hye ca ug de ro gl hr en_GB en_AU hy hy_AM ast ie hi nl te th ru tr sq el et id eo zh_CN oc ar cs uz uz at Latn sr fr pt_BR is ko be es ka bn eu zh_HK sk sv da pt uk cy it am he lv pa lt pl zh_TW ms fi nn kk hu sl ja "
+ ALL_LINGUAS="am ar ast be bg bn ca cs cy da de el en_AU en_GB eo es et eu fi fr gl he hi hr hu hy hy_AM hye id ie is it ja ka kab kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru sk sl sq sr sv te th tr ug uk uz uz at Latn zh_CN zh_HK zh_TW"
for ac_header in locale.h
do :
@@ -17551,7 +17551,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by garcon $as_me 0.8.0, which was
+This file was extended by garcon $as_me 4.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17617,7 +17617,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-garcon config.status 0.8.0
+garcon config.status 4.16.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -28,10 +28,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([garcon_verinfo], [0:0:0])
m4_define([garcon_version_api_major], [1])
-m4_define([garcon_version_major], [0])
-m4_define([garcon_version_minor], [8])
-m4_define([garcon_version_micro], [0])
-m4_define([garcon_version_build], [4b177ea])
+m4_define([garcon_version_major], [4])
+m4_define([garcon_version_minor], [16])
+m4_define([garcon_version_micro], [1])
+m4_define([garcon_version_build], [aa0fd53])
m4_define([garcon_version_tag], [])
m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(), [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])])
@@ -54,7 +54,7 @@ Copyright (c) 2012-2020 The Xfce development team
AC_INIT([garcon], [garcon_version], [https://gitlab.xfce.org/xfce/garcon])
AC_PREREQ([2.69])
AC_CONFIG_MACRO_DIRS([m4])
-AC_REVISION([4b177ea])
+AC_REVISION([aa0fd53])
AC_CANONICAL_TARGET()
dnl ***************************
@@ -117,7 +117,7 @@ dnl AC_CHECK_FUNCS([])
dnl ******************************
dnl *** Check for i18n support ***
dnl ******************************
-XDT_I18N([bg nb hye ca ug de ro gl hr en_GB en_AU hy hy_AM ast ie hi nl te th ru tr sq el et id eo zh_CN oc ar cs uz uz at Latn sr fr pt_BR is ko be es ka bn eu zh_HK sk sv da pt uk cy it am he lv pa lt pl zh_TW ms fi nn kk hu sl ja ])
+XDT_I18N([])
dnl ***********************************
dnl *** Check for required packages ***
=====================================
data/Makefile.in
=====================================
@@ -113,7 +113,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -172,7 +172,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
=====================================
data/xfce/Makefile.in
=====================================
@@ -114,7 +114,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -167,7 +167,7 @@ am__uninstall_files_from_dir = { \
am__installdirs = "$(DESTDIR)$(directorydir)" "$(DESTDIR)$(menudir)"
DATA = $(directory_DATA) $(menu_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+garcon (4.16.1-1) unstable; urgency=medium
+
+ * New upstream version 4.16.1
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 18 Jan 2021 20:21:34 +0100
+
garcon (0.8.0-1) unstable; urgency=medium
* New upstream version 0.8.0
=====================================
docs/Makefile.in
=====================================
@@ -98,7 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -157,7 +157,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
=====================================
docs/reference/Makefile.in
=====================================
@@ -137,7 +137,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version.xml
CONFIG_CLEAN_VPATH_FILES =
@@ -162,7 +162,7 @@ am__can_run_installinfo = \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.xml.in \
- $(top_srcdir)/gtk-doc.make
+ $(top_srcdir)/gtk-doc.make $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
=====================================
docs/reference/html/garcon-Version-Information.html
=====================================
@@ -290,7 +290,7 @@ garcon_config_build_paths (<em class="parameter"><code>const <span class="type">
<a name="garcon-Version-Information.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GARCON-MAJOR-VERSION:CAPS"></a><h3>GARCON_MAJOR_VERSION</h3>
-<pre class="programlisting">#define GARCON_MAJOR_VERSION 0
+<pre class="programlisting">#define GARCON_MAJOR_VERSION 4
</pre>
<p>The major version number of the garcon library.
Like garcon_major_version, but from the headers used at
@@ -300,7 +300,7 @@ linked against at application run time.</p>
<hr>
<div class="refsect2">
<a name="GARCON-MINOR-VERSION:CAPS"></a><h3>GARCON_MINOR_VERSION</h3>
-<pre class="programlisting">#define GARCON_MINOR_VERSION 8
+<pre class="programlisting">#define GARCON_MINOR_VERSION 16
</pre>
<p>The minor version number of the garcon library.
Like garcon_minor_version, but from the headers used at
@@ -310,7 +310,7 @@ linked against at application run time.</p>
<hr>
<div class="refsect2">
<a name="GARCON-MICRO-VERSION:CAPS"></a><h3>GARCON_MICRO_VERSION</h3>
-<pre class="programlisting">#define GARCON_MICRO_VERSION 0
+<pre class="programlisting">#define GARCON_MICRO_VERSION 1
</pre>
<p>The micro version number of the garcon library.
Like garcon_micro_version, but from the headers used at
=====================================
docs/reference/html/index.html
=====================================
@@ -20,7 +20,7 @@
</h3>
<div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jannis at xfce.org">jannis at xfce.org</a>></code></p></div></div>
</div></div></div>
-<div><p class="releaseinfo">Version 0.8.0
+<div><p class="releaseinfo">Version 4.16.1
</p></div>
<div><p class="copyright">Copyright © 2006, 2007, 2008, 2009 Jannis Pohlmann</p></div>
<div><div class="legalnotice">
=====================================
docs/reference/version.xml
=====================================
@@ -1 +1 @@
-0.8.0
+4.16.1
=====================================
garcon-gtk/Makefile.in
=====================================
@@ -118,7 +118,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(libgarcon_gtk3include_HEADERS) \
$(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = garcon-gtk3-1.pc
CONFIG_CLEAN_VPATH_FILES =
@@ -231,7 +231,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/garcon-gtk3-1.pc.in \
- $(top_srcdir)/depcomp
+ $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
=====================================
garcon-gtk/garcon-gtk-menu.c
=====================================
@@ -370,7 +370,7 @@ garcon_gtk_menu_item_activate_real (GtkWidget *mi,
argv, NULL, G_SPAWN_SEARCH_PATH,
garcon_menu_item_supports_startup_notification (item),
gtk_get_current_event_time (),
- icon, FALSE, &error);
+ icon, TRUE, &error);
g_strfreev (argv);
}
=====================================
garcon/Makefile.in
=====================================
@@ -119,7 +119,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(libgarconinclude_HEADERS) \
$(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = garcon-1.pc garcon-config.h
CONFIG_CLEAN_VPATH_FILES =
@@ -264,7 +264,8 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/garcon-1.pc.in \
- $(srcdir)/garcon-config.h.in $(top_srcdir)/depcomp
+ $(srcdir)/garcon-config.h.in $(top_srcdir)/depcomp \
+ $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
=====================================
garcon/garcon-config.h
=====================================
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
* application compile time, rather than from the library
* linked against at application run time.
**/
-#define GARCON_MAJOR_VERSION 0
+#define GARCON_MAJOR_VERSION 4
/**
* GARCON_MINOR_VERSION:
@@ -47,7 +47,7 @@ G_BEGIN_DECLS
* application compile time, rather than from the library
* linked against at application run time.
**/
-#define GARCON_MINOR_VERSION 8
+#define GARCON_MINOR_VERSION 16
/**
* GARCON_MICRO_VERSION:
@@ -57,7 +57,7 @@ G_BEGIN_DECLS
* application compile time, rather than from the library
* linked against at application run time.
**/
-#define GARCON_MICRO_VERSION 0
+#define GARCON_MICRO_VERSION 1
/**
* GARCON_CHECK_VERSION:
=====================================
icons/32x32/Makefile.in
=====================================
@@ -95,7 +95,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -148,7 +148,7 @@ am__uninstall_files_from_dir = { \
am__installdirs = "$(DESTDIR)$(Datadir)"
DATA = $(Data_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
=====================================
icons/Makefile.in
=====================================
@@ -94,7 +94,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -153,7 +153,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
=====================================
mkinstalldirs
=====================================
@@ -0,0 +1,162 @@
+#! /bin/sh
+# mkinstalldirs --- make directory hierarchy
+
+scriptversion=2018-03-07.03; # UTC
+
+# Original author: Noah Friedman <friedman at prep.ai.mit.edu>
+# Created: 1993-05-16
+# Public domain.
+#
+# This file is maintained in Automake, please report
+# bugs to <bug-automake at gnu.org> or send patches to
+# <automake-patches at gnu.org>.
+
+nl='
+'
+IFS=" "" $nl"
+errstatus=0
+dirmode=
+
+usage="\
+Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
+
+Create each directory DIR (with mode MODE, if specified), including all
+leading file name components.
+
+Report bugs to <bug-automake at gnu.org>."
+
+# process command line arguments
+while test $# -gt 0 ; do
+ case $1 in
+ -h | --help | --h*) # -h for help
+ echo "$usage"
+ exit $?
+ ;;
+ -m) # -m PERM arg
+ shift
+ test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
+ dirmode=$1
+ shift
+ ;;
+ --version)
+ echo "$0 $scriptversion"
+ exit $?
+ ;;
+ --) # stop option processing
+ shift
+ break
+ ;;
+ -*) # unknown option
+ echo "$usage" 1>&2
+ exit 1
+ ;;
+ *) # first non-opt arg
+ break
+ ;;
+ esac
+done
+
+for file
+do
+ if test -d "$file"; then
+ shift
+ else
+ break
+ fi
+done
+
+case $# in
+ 0) exit 0 ;;
+esac
+
+# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
+# mkdir -p a/c at the same time, both will detect that a is missing,
+# one will create a, then the other will try to create a and die with
+# a "File exists" error. This is a problem when calling mkinstalldirs
+# from a parallel make. We use --version in the probe to restrict
+# ourselves to GNU mkdir, which is thread-safe.
+case $dirmode in
+ '')
+ if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
+ echo "mkdir -p -- $*"
+ exec mkdir -p -- "$@"
+ else
+ # On NextStep and OpenStep, the 'mkdir' command does not
+ # recognize any option. It will interpret all options as
+ # directories to create, and then abort because '.' already
+ # exists.
+ test -d ./-p && rmdir ./-p
+ test -d ./--version && rmdir ./--version
+ fi
+ ;;
+ *)
+ if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
+ test ! -d ./--version; then
+ echo "mkdir -m $dirmode -p -- $*"
+ exec mkdir -m "$dirmode" -p -- "$@"
+ else
+ # Clean up after NextStep and OpenStep mkdir.
+ for d in ./-m ./-p ./--version "./$dirmode";
+ do
+ test -d $d && rmdir $d
+ done
+ fi
+ ;;
+esac
+
+for file
+do
+ case $file in
+ /*) pathcomp=/ ;;
+ *) pathcomp= ;;
+ esac
+ oIFS=$IFS
+ IFS=/
+ set fnord $file
+ shift
+ IFS=$oIFS
+
+ for d
+ do
+ test "x$d" = x && continue
+
+ pathcomp=$pathcomp$d
+ case $pathcomp in
+ -*) pathcomp=./$pathcomp ;;
+ esac
+
+ if test ! -d "$pathcomp"; then
+ echo "mkdir $pathcomp"
+
+ mkdir "$pathcomp" || lasterr=$?
+
+ if test ! -d "$pathcomp"; then
+ errstatus=$lasterr
+ else
+ if test ! -z "$dirmode"; then
+ echo "chmod $dirmode $pathcomp"
+ lasterr=
+ chmod "$dirmode" "$pathcomp" || lasterr=$?
+
+ if test ! -z "$lasterr"; then
+ errstatus=$lasterr
+ fi
+ fi
+ fi
+ fi
+
+ pathcomp=$pathcomp/
+ done
+done
+
+exit $errstatus
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'before-save-hook 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC0"
+# time-stamp-end: "; # UTC"
+# End:
=====================================
po/kab.po
=====================================
@@ -0,0 +1,169 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package..
+#
+# Translators:
+# Kahina Messaoudi, 2021
+msgid ""
+msgstr ""
+"Project-Id-Version: Garcon\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-06-20 18:30+0200\n"
+"PO-Revision-Date: 2021-01-03 22:14+0000\n"
+"Last-Translator: Kahina Messaoudi\n"
+"Language-Team: Kabyle (http://www.transifex.com/xfce/garcon/language/kab/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: kab\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../data/xfce/xfce-accessories.directory.in.h:1
+msgid "Accessories"
+msgstr "Imerniyen "
+
+#: ../data/xfce/xfce-accessories.directory.in.h:2
+msgid "Common desktop tools and applications"
+msgstr "Ifecka d yisnasen yettwassnen n uselkim "
+
+#: ../data/xfce/xfce-development.directory.in.h:1
+msgid "Development"
+msgstr "Taneflit"
+
+#: ../data/xfce/xfce-development.directory.in.h:2
+msgid "Software development tools"
+msgstr "Ifecka n tneflit n yiseɣẓanen "
+
+#: ../data/xfce/xfce-education.directory.in.h:1
+msgid "Education"
+msgstr "Asegmi"
+
+#: ../data/xfce/xfce-education.directory.in.h:2
+msgid "Educational software"
+msgstr "Iseɣẓanen n usegmi "
+
+#: ../data/xfce/xfce-games.directory.in.h:1
+msgid "Games"
+msgstr "Uraren"
+
+#: ../data/xfce/xfce-games.directory.in.h:2
+msgid "Games, puzzles, and other fun software"
+msgstr "Uraren, ipuzulen d yiseɣẓanen-nniḍen n unecreḥ"
+
+#: ../data/xfce/xfce-graphics.directory.in.h:1
+msgid "Graphics"
+msgstr "Udlifen "
+
+#: ../data/xfce/xfce-graphics.directory.in.h:2
+msgid "Graphics creation and manipulation applications"
+msgstr ""
+
+#: ../data/xfce/xfce-hardware.directory.in.h:1
+msgid "Hardware"
+msgstr "Arrum"
+
+#: ../data/xfce/xfce-hardware.directory.in.h:2
+msgid "Settings for several hardware devices"
+msgstr "Personal settings"
+
+#: ../data/xfce/xfce-multimedia.directory.in.h:1
+msgid "Multimedia"
+msgstr "Agetmedia"
+
+#: ../data/xfce/xfce-multimedia.directory.in.h:2
+msgid "Audio and video players and editors"
+msgstr "Imeɣriyen d yimaẓragen n umeslaw d uvidyu "
+
+#: ../data/xfce/xfce-network.directory.in.h:1
+msgid "Internet"
+msgstr "Internet"
+
+#: ../data/xfce/xfce-network.directory.in.h:2
+msgid "Applications for Internet access"
+msgstr "Isnasen i unekcum ɣer internet "
+
+#: ../data/xfce/xfce-office.directory.in.h:1
+msgid "Office"
+msgstr "Asirra"
+
+#: ../data/xfce/xfce-office.directory.in.h:2
+msgid "Office and productivity applications"
+msgstr "Tanarit d yisnasen n tiffursa "
+
+#: ../data/xfce/xfce-other.directory.in.h:1
+msgid "Other"
+msgstr "Nniḍen"
+
+#: ../data/xfce/xfce-other.directory.in.h:2
+msgid "Applications that don't fit into other categories"
+msgstr "Isnasen ur netteddu ara d taggayin-nniḍen"
+
+#: ../data/xfce/xfce-personal.directory.in.h:1
+msgid "Personal"
+msgstr "Udmawan"
+
+#: ../data/xfce/xfce-personal.directory.in.h:2
+msgid "Personal settings"
+msgstr "Iɣewwaren udmawanen "
+
+#: ../data/xfce/xfce-screensavers.directory.in.h:1
+msgid "Screensavers"
+msgstr "Isedmasen n ugdil"
+
+#: ../data/xfce/xfce-screensavers.directory.in.h:2
+msgid "Screensaver applets"
+msgstr "Tiplatin n usedmas n ugdil "
+
+#: ../data/xfce/xfce-settings.directory.in.h:1
+msgid "Settings"
+msgstr "Iɣewwaren"
+
+#: ../data/xfce/xfce-settings.directory.in.h:2
+msgid "Desktop and system settings applications"
+msgstr "Aselkim d yisnasen n yiɣewwaren n unagraw "
+
+#: ../data/xfce/xfce-system.directory.in.h:1
+msgid "System"
+msgstr "Anagraw"
+
+#: ../data/xfce/xfce-system.directory.in.h:2
+msgid "System tools and utilities"
+msgstr ""
+
+#: ../garcon/garcon-menu.c:702
+#, c-format
+msgid "File \"%s\" not found"
+msgstr "Afaylu \"%s\" ulac-it "
+
+#: ../garcon/garcon-menu-parser.c:276
+#, c-format
+msgid "Could not load menu file data from %s: %s"
+msgstr "Ur izmir ara ad d-issali isefka n ufaylu n wumuɣ seg %s: %s"
+
+#: ../garcon/garcon-menu-parser.c:283
+#, c-format
+msgid "Could not load menu file data from %s"
+msgstr "Ur izmir ara ad d-issali isefka n ufaylu n wumuɣ seg %s"
+
+#: ../garcon-gtk/garcon-gtk-menu.c:446
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Aselkem n tludna yecceḍ \"%s\". "
+
+#: ../garcon-gtk/garcon-gtk-menu.c:472
+msgid "Launch Error"
+msgstr "Tuccḍa deg usenker "
+
+#: ../garcon-gtk/garcon-gtk-menu.c:474
+msgid ""
+"Unable to launch \"exo-desktop-item-edit\", which is required to create and "
+"edit menu items."
+msgstr ""
+
+#: ../garcon-gtk/garcon-gtk-menu.c:476
+msgid "_Close"
+msgstr "_Mdel"
+
+#: ../garcon-gtk/garcon-gtk-menu.c:988
+msgid "Failed to load the applications menu"
+msgstr "Asali n wumuɣ n yisnasen yecceḍ"
=====================================
po/pt.po
=====================================
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package..
#
# Translators:
+# Hugo Carvalho <hugokarvalho at hotmail.com>, 2020
# José Vieira <jvieira33 at sapo.pt>, 2020
# Nuno Miguel <nunomgue at gmail.com>, 2013,2016
msgid ""
@@ -10,8 +11,8 @@ msgstr ""
"Project-Id-Version: Garcon\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-20 18:30+0200\n"
-"PO-Revision-Date: 2020-04-11 17:11+0000\n"
-"Last-Translator: José Vieira <jvieira33 at sapo.pt>\n"
+"PO-Revision-Date: 2020-12-26 23:00+0000\n"
+"Last-Translator: Hugo Carvalho <hugokarvalho at hotmail.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/xfce/garcon/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -53,7 +54,7 @@ msgstr "Jogos, puzzles e outros programas de lazer"
#: ../data/xfce/xfce-graphics.directory.in.h:1
msgid "Graphics"
-msgstr "Grafismo/Imagem"
+msgstr "Gráficos"
#: ../data/xfce/xfce-graphics.directory.in.h:2
msgid "Graphics creation and manipulation applications"
=====================================
tests/Makefile.in
=====================================
@@ -116,7 +116,7 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -212,7 +212,8 @@ am__define_uniq_tagged_files = \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
+ $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/garcon/-/compare/9bada78630a3403cc80edbad6d0bdb9ace62c442...6ecec5ebe050d65e6e5bbe9381feb3c8cbdf7c62
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/garcon/-/compare/9bada78630a3403cc80edbad6d0bdb9ace62c442...6ecec5ebe050d65e6e5bbe9381feb3c8cbdf7c62
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20210118/637fca8c/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list