Skip to content

Commit a7cceac

Browse files
committed
New build
1 parent ae71e64 commit a7cceac

53 files changed

Lines changed: 2271 additions & 3954 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PKGBUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ package() {
3636

3737
install -dm755 "${pkgdir}/usr/lib/mx-cleanup"
3838
install -Dm755 scripts/helper "${pkgdir}/usr/lib/mx-cleanup/helper"
39-
install -Dm755 scripts/helper-terminal "${pkgdir}/usr/lib/mx-cleanup/helper-terminal"
4039
install -Dm755 scripts/helper-terminal-keep-open "${pkgdir}/usr/lib/mx-cleanup/helper-terminal-keep-open"
4140

4241
install -Dm644 scripts/org.mxlinux.pkexec.mx-cleanup-helper.policy \

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mx-cleanup (26.01.1) mx; urgency=medium
1+
mx-cleanup (26.01.2) mx; urgency=medium
22

33
* Improve purge safety
44

debs/mx-cleanup_26.01.1.dsc

Lines changed: 0 additions & 34 deletions
This file was deleted.

debs/mx-cleanup_26.01.1.tar.xz

-147 KB
Binary file not shown.

debs/mx-cleanup_26.01.2.dsc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
-----BEGIN PGP SIGNED MESSAGE-----
2+
Hash: SHA512
3+
4+
Format: 3.0 (native)
5+
Source: mx-cleanup
6+
Binary: mx-cleanup
7+
Architecture: any
8+
Version: 26.01.2
9+
Maintainer: Adrian <adrian@mxlinux.org>
10+
Homepage: https://github.com/mxlinux/mx-cleanup
11+
Standards-Version: 3.9.8
12+
Vcs-Browser: https://github.com/mxlinux/mx-cleanup
13+
Vcs-Git: https://github.com/mxlinux/mx-cleanup.git
14+
Build-Depends: debhelper-compat (= 12), cmake (>= 3.16), ninja-build, qt6-base-dev, qt6-base-dev-tools, qt6-tools-dev, qt6-tools-dev-tools
15+
Package-List:
16+
mx-cleanup deb admin optional arch=any
17+
Checksums-Sha1:
18+
c36290f2d733420b3ed4731fb1394183bad9f261 147964 mx-cleanup_26.01.2.tar.xz
19+
Checksums-Sha256:
20+
e0aa42470784c136cf831750cb286700166d2a25d365a2e29f6f83b39d651a65 147964 mx-cleanup_26.01.2.tar.xz
21+
Files:
22+
579dc199c226fe0124c8f8d78b185b25 147964 mx-cleanup_26.01.2.tar.xz
23+
24+
-----BEGIN PGP SIGNATURE-----
25+
26+
iQFHBAEBCgAxFiEE8ndToY6S45N+YzXncJOMeAZ57pgFAml3zjYTHGFkcmlhbkBt
27+
eGxpbnV4Lm9yZwAKCRBwk4x4BnnumLiHCACtZ+HurS7oVeteQowOIC36m3Sdq+Qv
28+
7o0hTAsCV3nrh0i5cJYntrgppxS0HbYMr06PDj+UzVgFj8o1JeiNASiLZkZd2eYa
29+
Rueh3BdfSLCDfRBPN2BLwvXbWn/4d2A9blO0NLaRkdovUFA+XeMwOKZQwjGotWJo
30+
sMUFn/hcoGGvKyJoyzIdeEEENSrnoQtNw1/Ni+DE4gqy08tvnkjL6NI1FL4jGoh7
31+
yi5NVFJ/KguzMYjODDWjTlP28FFYa+t1ZkIHzLZtjhYG3zFtjY8E3pOFnJZmByzS
32+
KWc8oMdZrQ9BkhIcWIuwwA4DKzEj07ZW26K2nS0ku1LXnGhwfQA91u3v
33+
=QEVj
34+
-----END PGP SIGNATURE-----

debs/mx-cleanup_26.01.2.tar.xz

144 KB
Binary file not shown.

scripts/helper-terminal

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/helper-terminal-keep-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
export DEBIAN_FRONTEND=dialog
66

77
# Run the command passed as a single string argument
8-
bash -c -- "$1"
8+
bash -c "$1"
99
EXIT_CODE=$?
1010

1111
# Always show result and wait for user input

scripts/org.mxlinux.pkexec.mx-cleanup-helper.policy

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
</defaults>
1818
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/mx-cleanup/helper</annotate>
1919
</action>
20-
<action id="org.mxlinux.pkexec.mx-cleanup.helper-terminal">
21-
<message gettext-domain="mx-launcher-l10n">MX Cleanup</message>
22-
<description>Run MX Cleanup</description>
23-
<icon_name>mx-cleanup</icon_name>
24-
<defaults>
25-
<allow_any>no</allow_any>
26-
<allow_inactive>no</allow_inactive>
27-
<allow_active>auth_admin</allow_active>
28-
</defaults>
29-
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/mx-cleanup/helper-terminal</annotate>
30-
</action>
3120
<action id="org.mxlinux.pkexec.mx-cleanup.helper-terminal-keep-open">
3221
<message gettext-domain="mx-launcher-l10n">MX Cleanup</message>
3322
<description>Run MX Cleanup</description>

0 commit comments

Comments
 (0)