Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTM committed Aug 5, 2024
1 parent 3413209 commit 33866cc
Show file tree
Hide file tree
Showing 43 changed files with 664 additions and 649 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mx-snapshot (24.8) mx; urgency=medium

* Add support for ext2 and zfs for temporary work directory
* Update translations

-- Adrian <[email protected]> Mon, 05 Aug 2024 12:02:33 -0400

mx-snapshot (24.7.03) mx; urgency=medium

* Remove the nvidia boot option that may have been added with a
Expand Down
34 changes: 0 additions & 34 deletions debs/mx-snapshot_24.7.03.dsc

This file was deleted.

Binary file removed debs/mx-snapshot_24.7.03.tar.xz
Binary file not shown.
34 changes: 34 additions & 0 deletions debs/mx-snapshot_24.8.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (native)
Source: mx-snapshot
Binary: mx-snapshot, iso-snapshot-cli
Architecture: any
Version: 24.8
Maintainer: Adrian <[email protected]>
Homepage: https://mxlinux.org
Standards-Version: 3.9.8
Vcs-Git: git://github.com/AdrianTM/mx-snapshot
Build-Depends: debhelper (>= 10), qtbase5-dev, qttools5-dev-tools
Package-List:
iso-snapshot-cli deb admin optional arch=any
mx-snapshot deb admin optional arch=any
Checksums-Sha1:
841e26660d072df3bb2c972c36b2dfbd109a3156 250784 mx-snapshot_24.8.tar.xz
Checksums-Sha256:
545180e5cb59bd1e9b6c384a2a729181c1f4b4337ff3489c6d73cd30184014af 250784 mx-snapshot_24.8.tar.xz
Files:
734067d4de545fcf7ce1830940704794 250784 mx-snapshot_24.8.tar.xz

-----BEGIN PGP SIGNATURE-----

iQFHBAEBCgAxFiEE8ndToY6S45N+YzXncJOMeAZ57pgFAmaw+CYTHGFkcmlhbkBt
eGxpbnV4Lm9yZwAKCRBwk4x4BnnumJVgB/9u3eCiaOEt3L/DYRNPCmFvrYs9IHDh
N2c8bv2mM9cYhNxOf7um9cw5RvHrwTkgghi3Na/gfWvQ2Oj2A5mqbwIWE7hc0idB
RmwCcboXw242LpAEWQszxn1I4o+7Z2zgIPyB2zjk3E79WuQvxCJwtOlrduCOJZqR
V+EAROnW3wAQrPwlaCtbWzY9jTIHdLQlk3jUZADTsqEXFIYCYqHXJaJoV547fF5L
foEToctxedicONFdTtyEsg+W8GHRZIMQAYnBmSa8W4Hy/v/aQtX9i0SDsiVaGBJt
agXHjBZmCQsDJBqNcV2ueIPaj1fOHY89RmQbzpAx7Yk3dDXBNwiZkd5v
=bOTY
-----END PGP SIGNATURE-----
Binary file added debs/mx-snapshot_24.8.tar.xz
Binary file not shown.
1 change: 1 addition & 0 deletions mx-snapshot.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Comment[cy]=Creu ciplun iso byw o'ch system redeg.
Comment[da]=Opret et live-iso-øjeblikebillede af dit kørende system.
Comment[de]=Einen Schnappschuss des laufenden Systems als bootfähige Live-ISO erzeugen.
Comment[el]=Δημιουργία στιγμιότυπου του συστήματος σας σε μορφή live iso.
Comment[en_GB]=System Snapshot Tool
Comment[eo]=Kreu vivan iso-foton de via funkcianta sistemo.
Comment[es]=Crear imagen live de su sistema activo.
Comment[es_ES]=Crea una instantánea iso en vivo de su sistema en funcionamiento.
Expand Down
1 change: 1 addition & 0 deletions settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ bool Settings::isLive()
bool Settings::isOnSupportedPart(const QString &dir)
{
qDebug() << "+++" << __PRETTY_FUNCTION__ << "+++";
// Supported partition types (NTFS returns fuseblk)
static const QSet<QString> supportedPartitions
= {"ext2", "ext3", "ext4", "btrfs", "jfs", "xfs", "overlay", "fuseblk", "ramfs", "tmpfs", "zfs"};
const QString partType = QStorageInfo(dir + "/").fileSystemType();
Expand Down
6 changes: 5 additions & 1 deletion translations-desktop-file/po/mx-snapshot-desktop_en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Robin, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-04 14:53-0500\n"
"PO-Revision-Date: 2022-12-04 20:22+0000\n"
"Last-Translator: Robin, 2024\n"
"Language-Team: English (United Kingdom) (https://app.transifex.com/anticapitalista/teams/10162/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -25,4 +29,4 @@ msgstr ""
#. # The desktop entry comment will be shown within the menu.
#: desktop-in/mx-snapshot.desktop.in:7
msgid "Create a live iso snapshot of your running system."
msgstr ""
msgstr "System Snapshot Tool"
26 changes: 13 additions & 13 deletions translations/mx-snapshot_am.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@
<location filename="../main.cpp" line="219"/>
<location filename="../settings.cpp" line="240"/>
<location filename="../settings.cpp" line="255"/>
<location filename="../settings.cpp" line="730"/>
<location filename="../settings.cpp" line="829"/>
<location filename="../settings.cpp" line="732"/>
<location filename="../settings.cpp" line="831"/>
<source>Error</source>
<translation>ስህተት</translation>
</message>
Expand Down Expand Up @@ -674,12 +674,12 @@
<translation>የ ተጠቀሙት ቦታ በ /home: </translation>
</message>
<message>
<location filename="../settings.cpp" line="456"/>
<location filename="../settings.cpp" line="458"/>
<source>Free space on %1, where snapshot folder is placed: </source>
<translation>ነፃ ቦታ በ %1, የ መመልከቻ ፎቶ ፎልደር የሚቀመጥበት:</translation>
</message>
<message>
<location filename="../settings.cpp" line="460"/>
<location filename="../settings.cpp" line="462"/>
<source>The free space should be sufficient to hold the compressed data from / and /home

If necessary, you can create more available space
Expand All @@ -689,43 +689,43 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings.cpp" line="478"/>
<location filename="../settings.cpp" line="480"/>
<source>Desktop</source>
<translation>ዴስክቶፕ</translation>
</message>
<message>
<location filename="../settings.cpp" line="479"/>
<location filename="../settings.cpp" line="481"/>
<source>Documents</source>
<translation>ሰነዶች</translation>
</message>
<message>
<location filename="../settings.cpp" line="480"/>
<location filename="../settings.cpp" line="482"/>
<source>Downloads</source>
<translation>የ ወረዱ</translation>
</message>
<message>
<location filename="../settings.cpp" line="481"/>
<location filename="../settings.cpp" line="483"/>
<source>Music</source>
<translation>ሙዚቃ</translation>
</message>
<message>
<location filename="../settings.cpp" line="482"/>
<location filename="../settings.cpp" line="484"/>
<source>Networks</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings.cpp" line="483"/>
<location filename="../settings.cpp" line="485"/>
<source>Pictures</source>
<translation>ስእሎች</translation>
</message>
<message>
<location filename="../settings.cpp" line="485"/>
<location filename="../settings.cpp" line="487"/>
<source>Videos</source>
<translation>ቪዲዮ</translation>
</message>
<message>
<location filename="../settings.cpp" line="723"/>
<location filename="../settings.cpp" line="822"/>
<location filename="../settings.cpp" line="725"/>
<location filename="../settings.cpp" line="824"/>
<source>Output file %1 already exists. Please use another file name, or delete the existent file.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
44 changes: 22 additions & 22 deletions translations/mx-snapshot_ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
<message>
<location filename="../batchprocessing.cpp" line="101"/>
<source>This computer uses an NVIDIA graphics card. Are you planning to use the resulting ISO on the same computer or another computer with an NVIDIA card?</source>
<translation type="unfinished"></translation>
<translation>Aquest ordinador usa una targeta gràfica NVIDIA. Teniu previst usar l&apos;ISO obtingut en el mateix ordinador o un altre amb targeta NVIDIA?</translation>
</message>
<message>
<location filename="../batchprocessing.cpp" line="111"/>
<source>Note: If you use the resulting ISO on a computer without an NVIDIA card, you will likely need to remove &apos;xorg=nvidia&apos; from the boot options.</source>
<translation type="unfinished"></translation>
<translation>Nota: Si voleu usar l&apos;ISO obtingut en un ordinador sense targeta NVIDIA, probablement necessitareu eliminar &apos;xorg=nvidia&apos; de les opcions d&apos;arrencada.</translation>
</message>
<message>
<location filename="../batchprocessing.cpp" line="114"/>
<source>Note: If you use the resulting ISO on a computer with an NVIDIA card, you may need to add &apos;xorg=nvidia&apos; to the boot options.</source>
<translation type="unfinished"></translation>
<translation>Nota: Si useu l&apos;ISO obtingut en on ordinador amb targeta NVIDIA, probablement necessitareu afegir &apos;xorg=nvidia&apos; a les opcions d&apos;arrencada.</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -374,27 +374,27 @@
<location filename="../mainwindow.cpp" line="383"/>
<location filename="../mainwindow.cpp" line="392"/>
<source>NVIDIA Detected</source>
<translation type="unfinished"></translation>
<translation>Detectada NVIDIA</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="384"/>
<source>This computer uses an NVIDIA graphics card. Are you planning to use the resulting ISO on the same computer or another computer with an NVIDIA card?</source>
<translation type="unfinished"></translation>
<translation>Aquest ordinador usa una targeta gràfica NVIDIA. Teniu previst usar el ISO obtingut en el mateix ordinador o un altre amb targeta NVIDIA?</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="388"/>
<source>NVIDIA Selected</source>
<translation type="unfinished"></translation>
<translation>Seleccionada NVIDIA</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="389"/>
<source>Note: If you use the resulting ISO on a computer without an NVIDIA card, you will likely need to remove &apos;xorg=nvidia&apos; from the boot options.</source>
<translation type="unfinished"></translation>
<translation>Nota: Si voleu usar l&apos;ISO obtingut en un ordinador sense targeta NVIDIA, probablement necessitareu eliminar &apos;xorg=nvidia&apos; de les opcions d&apos;arrencada.</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="393"/>
<source>Note: If you use the resulting ISO on a computer with an NVIDIA card, you may need to add &apos;xorg=nvidia&apos; to the boot options.</source>
<translation type="unfinished"></translation>
<translation>Nota: Si useu l&apos;ISO obtingut en on ordinador amb targeta NVIDIA, probablement necessitareu afegir &apos;xorg=nvidia&apos; a les opcions d&apos;arrencada.</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="404"/>
Expand Down Expand Up @@ -634,8 +634,8 @@
<location filename="../main.cpp" line="219"/>
<location filename="../settings.cpp" line="240"/>
<location filename="../settings.cpp" line="255"/>
<location filename="../settings.cpp" line="730"/>
<location filename="../settings.cpp" line="829"/>
<location filename="../settings.cpp" line="732"/>
<location filename="../settings.cpp" line="831"/>
<source>Error</source>
<translation>Error</translation>
</message>
Expand Down Expand Up @@ -676,12 +676,12 @@
<translation>Espai usat a /home: </translation>
</message>
<message>
<location filename="../settings.cpp" line="456"/>
<location filename="../settings.cpp" line="458"/>
<source>Free space on %1, where snapshot folder is placed: </source>
<translation>Espai lliure a %1, on es desarà la instantània: </translation>
</message>
<message>
<location filename="../settings.cpp" line="460"/>
<location filename="../settings.cpp" line="462"/>
<source>The free space should be sufficient to hold the compressed data from / and /home

If necessary, you can create more available space
Expand All @@ -696,43 +696,43 @@
</translation>
</message>
<message>
<location filename="../settings.cpp" line="478"/>
<location filename="../settings.cpp" line="480"/>
<source>Desktop</source>
<translation>Escriptori</translation>
</message>
<message>
<location filename="../settings.cpp" line="479"/>
<location filename="../settings.cpp" line="481"/>
<source>Documents</source>
<translation>Documents</translation>
</message>
<message>
<location filename="../settings.cpp" line="480"/>
<location filename="../settings.cpp" line="482"/>
<source>Downloads</source>
<translation>Baixades </translation>
</message>
<message>
<location filename="../settings.cpp" line="481"/>
<location filename="../settings.cpp" line="483"/>
<source>Music</source>
<translation>Música</translation>
</message>
<message>
<location filename="../settings.cpp" line="482"/>
<location filename="../settings.cpp" line="484"/>
<source>Networks</source>
<translation>Xarxes</translation>
</message>
<message>
<location filename="../settings.cpp" line="483"/>
<location filename="../settings.cpp" line="485"/>
<source>Pictures</source>
<translation>Imatges</translation>
</message>
<message>
<location filename="../settings.cpp" line="485"/>
<location filename="../settings.cpp" line="487"/>
<source>Videos</source>
<translation>Vídeos</translation>
</message>
<message>
<location filename="../settings.cpp" line="723"/>
<location filename="../settings.cpp" line="822"/>
<location filename="../settings.cpp" line="725"/>
<location filename="../settings.cpp" line="824"/>
<source>Output file %1 already exists. Please use another file name, or delete the existent file.</source>
<translation>El fitxer de sortida %1 ja hi és. Si us plau, useu un altre nom de fitxer, o esborreu el fitxer existent.</translation>
</message>
Expand Down Expand Up @@ -843,7 +843,7 @@
<message>
<location filename="../work.cpp" line="289"/>
<source>MX Snapshot completed successfully!</source>
<translation type="unfinished"></translation>
<translation>MX Snapshot completat amb èxit!</translation>
</message>
<message>
<location filename="../work.cpp" line="290"/>
Expand Down
Loading

0 comments on commit 33866cc

Please sign in to comment.