==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: cinnamon-translations 6.4.2-1 (Mon Jan  6 14:34:38 2025)
==> Retrieving sources...
  -> Found cinnamon-translations-6.4.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cinnamon-translations-6.4.2.tar.gz ... Passed
==> Validating source files with b2sums...
    cinnamon-translations-6.4.2.tar.gz ... Passed
==> Making package: cinnamon-translations 6.4.2-1 (Mon Jan  6 14:34:58 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cinnamon-translations-6.4.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting cinnamon-translations-6.4.2.tar.gz with bsdtar
==> Starting build()...
Building the mo files
# WARNING: the second sed below will only works correctly with the languages that don't contain "-"
for dir in `ls po-export`; do \
	for file in `ls po-export/$dir/*.po`; do \
		lang=`echo $file | sed 's/\.po$//' | sed 's/.*\-//'`; \
		install -d usr/share/locale/$lang/LC_MESSAGES/; \
		msgfmt -o usr/share/locale/$lang/LC_MESSAGES/$dir.mo $file; \
	done \
 done
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "cinnamon-translations"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cinnamon-translations 6.4.2-1 (Mon Jan  6 14:36:35 2025)
==> Cleaning up...