Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTM committed Aug 15, 2024
1 parent 10afa2f commit 1c0811d
Show file tree
Hide file tree
Showing 41 changed files with 3,666 additions and 3,464 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.01) mx; urgency=medium

* Use QCalendarWidget to select release date and combobox to select
the kernel

-- Adrian <[email protected]> Wed, 14 Aug 2024 22:23:48 -0400

mx-snapshot (24.8) mx; urgency=medium

* Add support for ext2 and zfs for temporary work directory
Expand Down
34 changes: 34 additions & 0 deletions debs/mx-snapshot_24.8.01.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.01
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:
4f195854cd8930dae2970367680f76aff85a5ac4 251052 mx-snapshot_24.8.01.tar.xz
Checksums-Sha256:
9a9842198747b7a9d6a50baf160c60785eac23f138dc4c14e2dbbbc25de5b948 251052 mx-snapshot_24.8.01.tar.xz
Files:
d63c503b7b120b6b01d1458b5b1d4e8b 251052 mx-snapshot_24.8.01.tar.xz

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

iQFHBAEBCgAxFiEE8ndToY6S45N+YzXncJOMeAZ57pgFAma9bg0THGFkcmlhbkBt
eGxpbnV4Lm9yZwAKCRBwk4x4BnnumP6EB/9XQ0gws1nEIzaY0v5M5kLYyoDirkfQ
4W1z9d4FTAK/O63NIv4d5tbWrqZhmZJ/7afZpojCNRQm61wwhPRpa6CKDZlplr4g
/FyFinHAcFweokCnvVbjhYX5aqDBUBDdpQmEu7Z1GjS/LxBYyaw8zIr+LlrPCkQB
/s0MoVAVE5u+KON3XnrVsCbkhybqT6sUyLq2xA0qky5Ux45cGHZqyBfpJtmlbqoo
N/Ax+V8OJCdQjS/V1eqbJYUS50aysy6lfKD0SOEzlYdFJEK4kvpjnvSIY/M+rkhn
ujDUd218GqLKNbEI70ni+YS7e/7iDW2c7aBLE92XJu1v11vZ5XRHsu3x
=440J
-----END PGP SIGNATURE-----
Binary file added debs/mx-snapshot_24.8.01.tar.xz
Binary file not shown.
34 changes: 0 additions & 34 deletions debs/mx-snapshot_24.8.dsc

This file was deleted.

Binary file removed debs/mx-snapshot_24.8.tar.xz
Binary file not shown.
21 changes: 12 additions & 9 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,17 @@
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="textOptions">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
<item row="7" column="2">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>213</width>
<height>20</height>
</size>
</property>
Expand Down Expand Up @@ -131,7 +127,7 @@
<string notr="true"/>
</property>
<property name="styleSheet">
<string notr="true">text-align: left; padding-left: 3px;</string>
<string notr="true">text-align: left; padding-left: 5px;</string>
</property>
<property name="text">
<string>Current date</string>
Expand All @@ -141,6 +137,13 @@
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="textOptions">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down
Loading

0 comments on commit 1c0811d

Please sign in to comment.