Skip to content

Commit e3a0d64

Browse files
committed
Fix category of kdeconnect, remove stoken small and add litehtml as depends to use in assistant6 from qt6-tools package
1 parent 2efc9d2 commit e3a0d64

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def _find_bcc_desktop_files(self):
297297
"org.gnome.baobab.desktop",
298298
"klassy-settings.desktop",
299299
"kcm_pulseaudio.desktop",
300+
"stoken-gui-small.desktop",
300301
]
301302

302303
result = []
@@ -939,7 +940,7 @@ def _get_replacements(self):
939940
"app_categories": "System",
940941
},
941942
{
942-
"app_id": "org.kde.kdeconnect.app.desktop",
943+
"app_id": "org.kde.kdeconnect.app",
943944
"app_description": _(
944945
"This program can transfer files between smartphones, tablets, and other computers. With it, you can, for example, use your smartphone as a wireless mouse and keyboard to control the computer, among other features. It integrates best with BigLinux and sits among the applets located near the system clock. To sync with your smartphone, go to the Google Store or Apple Store and install KDE Connect."
945946
),

pkgbuild/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license=('GPL')
88
url="https://github.com/biglinux/bigcontrolcenter"
99
pkgdesc="Complete control center to use in BigLinux with KDE"
1010
# python-pyqt5 add as depends because hplip interface need this and not in hplip package, but don't needed by bigcontrolcenter
11-
12-
depends=('bash' 'gtk3' 'python' 'polkit' 'dbus' 'hicolor-icon-theme' 'lsb-release' 'kdialog' 'print-manager' 'inxi' 'biglinux-session-and-themes' 'big-network-info' 'biglinux-config' 'bigicons-papient' 'xdg-desktop-portal-kde' 'gettext' 'python-gobject' 'xdg-utils' 'procps-ng' 'util-linux' 'coreutils' 'biglinux-settings')
11+
# litehtml add as depends because assistant6 need this and not in qt6-tools package, but don't needed by bigcontrolcenter
12+
depends=('bash' 'gtk3' 'python' 'polkit' 'dbus' 'hicolor-icon-theme' 'lsb-release' 'kdialog' 'print-manager' 'inxi' 'biglinux-session-and-themes' 'big-network-info' 'biglinux-config' 'bigicons-papient' 'xdg-desktop-portal-kde' 'gettext' 'python-gobject' 'xdg-utils' 'procps-ng' 'util-linux' 'coreutils' 'biglinux-settings' 'litehtml')
1313
depends_x86_64=('biglinux-driver-manager' 'gnome-alsamixer')
1414
source=("git+https://github.com/biglinux/bigcontrolcenter.git")
1515
md5sums=(SKIP)

0 commit comments

Comments
 (0)