diff options
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/Manifest.gz | bin | 37067 -> 37074 bytes | |||
-rw-r--r-- | kde-apps/kmix/Manifest | 3 | ||||
-rw-r--r-- | kde-apps/kmix/files/kmix-23.04.2-autostart_disable.patch | 24 | ||||
-rw-r--r-- | kde-apps/kmix/kmix-23.04.2.ebuild | 12 |
4 files changed, 35 insertions, 4 deletions
diff --git a/kde-apps/Manifest.gz b/kde-apps/Manifest.gz Binary files differindex f61d4a6ce395..35405dbd4888 100644 --- a/kde-apps/Manifest.gz +++ b/kde-apps/Manifest.gz diff --git a/kde-apps/kmix/Manifest b/kde-apps/kmix/Manifest index 953e349d4879..ce73d8d22576 100644 --- a/kde-apps/kmix/Manifest +++ b/kde-apps/kmix/Manifest @@ -1,5 +1,6 @@ +AUX kmix-23.04.2-autostart_disable.patch 1151 BLAKE2B 9f9609a39f66e97d7a6427fae6aaf14c0f65755b05ddfe55d05ad49f42463960d4e9a9f97eae9a38311174b376c8e182336ec4bed793f36a02cd2aa71bda3d42 SHA512 5d1ded259efc871d4b4d9b6fd43aff29970f9c04579cdd1419563a08761cb4fbb9d16642cb648d547aeec7c53b26976d49e30e2e0c8cae23b3bb2d7ba1fa6b9b DIST kmix-22.12.3.tar.xz 1196164 BLAKE2B c01b50de2e9fd60e34d3e1cb884596f6a7691111bb524fad266af188c111e8f5a2f0e69185ee2c5552d7a5c9fc5add000d7287ad2d5fedced594d00d5d1ff501 SHA512 4c244e042b85ffdcee65cb78fe8dead317ba45135d7f4cb82d019a7bae8ecd0ec641f40278cea1e99ea374e03b6a61a9c0541a518f4d3871344fcb472cac58c6 DIST kmix-23.04.2.tar.xz 1196820 BLAKE2B e7fdc869bcc63f8f1c4faf50d78923fb31f28db37427633382b93064c1b3494156d8694d569d4354578c134d5a250ede7c9de21ffa95bf280b7cc089dc0a3a0a SHA512 fc6c165306cf27dd5a13b3d461cdf78376fa967ab8a4a392f691dc0c3aa029319e3d1e687b4380a8db3ffdafb62ff7bd6ca730cb6ee819ccfe43821dfd90e973 EBUILD kmix-22.12.3.ebuild 1923 BLAKE2B bf0e1f81402aa1a2431fa57567e3fb26cf1b4f0bbed94d880aeafd5c5f3b3bfaf9b23311a74f43e2130e5e432ec522b5f39d2a82ced85a9517d5bfdce6a59872 SHA512 0e3aee57cbe2a900a399ecd4879b435f80a9116bc9063aa4f0357eeaacec6862db1a2d9bfd70124beef9cf0083d9e90b129f07565485d62f03822ea512450db9 -EBUILD kmix-23.04.2.ebuild 1926 BLAKE2B 041d688f2fb9e609a1c7941ce093bf175c60fba83ee9ed130fc47d027a3a705937f961e9b3989b78506bf82effbb78ed256167a01f83be22f7951ee3437c0e10 SHA512 1e77864de72606e5012babc07dc398554f96aeabfcedcca5e4c1ba8a0be065c55b1582c95372956228aeef79315c0b8917e9dfea69a65941b55a43e8fb57cd57 +EBUILD kmix-23.04.2.ebuild 2199 BLAKE2B b6fa7a91688f27d21afe7c3c8937085071a69d1b9d19fb63c8e8b6c786b97badf9cd76bc80b39ef83447405b56834687eeeb2ac1748b25730bd06ffa18db34c3 SHA512 e37130b293a5ae95a06ee261c4bdb7bfa5f4169981a65ce37c3acd14b66b85e8f63f987a703935dc4a81973e36e01210aca7f8f95911cda75e06d0394087ef50 MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-apps/kmix/files/kmix-23.04.2-autostart_disable.patch b/kde-apps/kmix/files/kmix-23.04.2-autostart_disable.patch new file mode 100644 index 000000000000..8d587f2317c7 --- /dev/null +++ b/kde-apps/kmix/files/kmix-23.04.2-autostart_disable.patch @@ -0,0 +1,24 @@ +diff -up kmix-21.04.0/core/settings.kcfg.autostart_disable kmix-21.04.0/core/settings.kcfg +--- kmix-21.04.0/core/settings.kcfg.autostart_disable 2021-04-28 16:34:04.623152452 -0500 ++++ kmix-21.04.0/core/settings.kcfg 2021-04-28 16:31:03.076698930 -0500 +@@ -57,7 +57,7 @@ + <!-- Set by KMixPrefDlg, read by kmix_autostart.desktop --> + + <entry name="AutoStart" type="Bool"> +- <default>true</default> ++ <default>false</default> + </entry> + + <!-- Saved by KMixWindow::saveBaseConfig() and loaded --> +diff -up kmix-21.04.0/desktop/kmix_autostart.desktop.autostart_disable kmix-21.04.0/desktop/kmix_autostart.desktop +--- kmix-21.04.0/desktop/kmix_autostart.desktop.autostart_disable 2021-04-28 16:34:18.456263203 -0500 ++++ kmix-21.04.0/desktop/kmix_autostart.desktop 2021-04-28 16:32:58.722624829 -0500 +@@ -8,7 +8,7 @@ X-KDE-autostart-after=panel + X-KDE-autostart-after=pulseaudio + X-KDE-StartupNotify=false + X-DBUS-StartupType=Unique +-X-KDE-autostart-condition=kmixrc:Global:AutoStart:true ++X-KDE-autostart-condition=kmixrc:Global:AutoStart:false + Icon=kmix + GenericName=Sound Mixer + GenericName[bg]=Звуков смесител diff --git a/kde-apps/kmix/kmix-23.04.2.ebuild b/kde-apps/kmix/kmix-23.04.2.ebuild index 735f7812bc1f..823f1c6324f5 100644 --- a/kde-apps/kmix/kmix-23.04.2.ebuild +++ b/kde-apps/kmix/kmix-23.04.2.ebuild @@ -44,6 +44,8 @@ RDEPEND="${DEPEND} kde-plasma/kde-cli-tools:5 " +PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream + src_configure() { local mycmakeargs=( $(cmake_use_find_package alsa ALSA) @@ -57,12 +59,16 @@ src_configure() { pkg_postinst() { if use pulseaudio && has_version kde-plasma/plasma-pa; then - elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler." - elog "Should you prefer this to be kde-apps/kmix instead, do the following:" + elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler," + elog "therefore, autostart by default was disabled for KMix." + elog + elog "Should you prefer to still use kde-apps/kmix instead, do the following:" elog " - In system tray, right click on [Show hidden items]" elog " - Select [Configure System Tray]" elog " - In [Entries], search for [Audio Volume] and set it to [Disabled]" - elog "KMix will be shown as [Volume Control]." + elog fi + elog "KMix will be shown as [Volume Control] after manually starting it once" + elog "and will be autostarted after configuring such in KMix startup settings." ecm_pkg_postinst } |