[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/xarchive/xarchive.desc [COPY] Copyright (C) 2014 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A lightweight GTK2 frontend for archives [T] Xarchiver is a lightweight GTK2 only frontend to 7zip, arj, bzip2, gzip, [T] iso, rar, lha, deb, rpm, tar and zip. [T] Note: this is NOT xarchiver. [U] https://xarchive.sourceforge.net/ [A] Lee Bigelow [A] rodin.s [M] The T2 Project [C] extra/tool [L] GPL [S] Stable [V] 0.2.8.6 #use i18n source. refer: http://bkhome.org/blog/?viewDetailed=02836 [D] 549bb0ce96b42959b12bcc49f0eae480506d5173cc42f1a66b034947 xarchive-0.2.8-6-i18n.tar.gz https://distro.ibiblio.org/puppylinux/sources/x/ xarchive_pot() { cd src [ -f xarchive.pot ] && rm -f xarchive.pot xgettext --keyword="_" main.c widgets_gtk.c myfc_gtk.c -o xarchive.pot mkdir -p $root/usr/share/doc/nls/xarchive install -m644 xarchive.pot $root/usr/share/doc/nls/xarchive cd .. } hook_add postmake 5 "xarchive_pot"