Balló György pushed to branch main at Arch Linux / Packaging / Packages /
cutefish-settings
Commits:
b49de25e by Balló György at 2025-12-02T01:10:05+01:00
upgpkg: 0.8-12: Show launcher only in Cutefish
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cutefish-settings
pkgdesc = System Settings application for Cutefish Desktop
pkgver = 0.8
- pkgrel = 11
+ pkgrel = 12
url = https://github.com/cutefishos/settings
arch = x86_64
groups = cutefish
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=cutefish-settings
pkgver=0.8
-pkgrel=11
+pkgrel=12
pkgdesc="System Settings application for Cutefish Desktop"
arch=('x86_64')
url="https://github.com/cutefishos/settings"
@@ -30,6 +30,9 @@ prepare() {
# Disable layer effect when the Qt Quick software backend is used
sed -i 's/import QtQuick 2.4$/import QtQuick 2.8/
s/layer\.enabled: true/layer.enabled: GraphicsInfo.api !==
GraphicsInfo.Software/' src/qml/*.qml src/qml/*/*.qml
+
+ # Show launcher only in Cutefish
+ echo 'OnlyShowIn=Cutefish;' >> cutefish-settings.desktop
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cutefish-settings/-/commit/b49de25ea2636edfd5245cef074b96047d4dfceb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cutefish-settings/-/commit/b49de25ea2636edfd5245cef074b96047d4dfceb
You're receiving this email because of your account on gitlab.archlinux.org.