mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-04-11 19:21:15 +00:00
Package Calamares for new upstream release.
Summary: Package Calamares for new upstream release 3.2.12 Bump debian/compat to 12. Adjust desktop patch to not show in LXQt. T108 Test Plan: Test Calamares install. Verify only one desktop file appears in menu. Reviewers: wxl, tsimonq2 Reviewed By: wxl, tsimonq2 Differential Revision: https://phab.lubuntu.me/D29
This commit is contained in:
parent
3d796470f3
commit
e691acdf25
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
calamares (3.2.12-0ubuntu1) eoan; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Update debian/compat to 12, no changes needed.
|
||||
* Adjust desktop patch to NotShowIn=LXQt.
|
||||
|
||||
-- Dan Simmons <kc2bez@lubuntu.me> Sun, 11 Aug 2019 20:46:30 -0400
|
||||
|
||||
calamares (3.2.11-0ubuntu1) eoan; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
11
|
||||
12
|
||||
|
12
debian/patches/0001-replace-pkexec-by-sudo.patch
vendored
12
debian/patches/0001-replace-pkexec-by-sudo.patch
vendored
@ -6,16 +6,20 @@ Subject: replace pkexec by sudo
|
||||
calamares.desktop | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/calamares.desktop b/calamares.desktop
|
||||
index f8be5d1..53c2424 100644
|
||||
--- a/calamares.desktop
|
||||
+++ b/calamares.desktop
|
||||
@@ -5,7 +5,7 @@ Name=Install System
|
||||
@@ -5,12 +5,13 @@ Name=Install System
|
||||
GenericName=System Installer
|
||||
Keywords=calamares;system;installer
|
||||
Keywords=calamares;system;installer;
|
||||
TryExec=calamares
|
||||
-Exec=pkexec /usr/bin/calamares
|
||||
+Exec=sudo /usr/bin/calamares
|
||||
Comment=Calamares — System Installer
|
||||
Icon=calamares
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Qt;System;
|
||||
+NotShowIn=LXQt;
|
||||
X-AppStream-Ignore=true
|
||||
|
||||
Name[ar]=تثبيت النظام
|
||||
|
Loading…
x
Reference in New Issue
Block a user