• Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

    From Sedat Dilek@21:1/5 to All on Wed Feb 17 20:00:01 2021
    Hi Norbert,

    here my feedback on a simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental.

    root# RELEASE="experimental" ; LC_ALL=C apt-get dist-upgrade -V -t $RELEASE
    ...
    The following packages have been kept back:
    kde-config-screenlocker (5.20.5-1 => 5.21.0-1)
    libkscreenlocker5 (5.20.5-1 => 5.21.0-1)
    libkwaylandserver5 (5.20.5-1 => 5.21.0-1)

    Get the list of installed KP packages:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' | sort > ZZZ-KP-5-20-5

    Simulated upgrade shows:

    root# LC_ALL=C apt-get install -s -t experimental $( cat ZZZ-KP-5-20-5 ) Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    kde-config-gtk-style is already the newest version (4:5.20.5-2). libkdecorations2-5v5 is already the newest version (4:5.20.5-1). libkdecorations2private7 is already the newest version (4:5.20.5-1). kwin-common is already the newest version (4:5.20.5-1).
    kwin-data is already the newest version (4:5.20.5-1).
    kwin-wayland is already the newest version (4:5.20.5-1). kwin-wayland-backend-drm is already the newest version (4:5.20.5-1). kwin-wayland-backend-wayland is already the newest version (4:5.20.5-1). kwin-wayland-backend-x11 is already the newest version (4:5.20.5-1).
    kwin-x11 is already the newest version (4:5.20.5-1).
    libkwin4-effect-builtins1 is already the newest version (4:5.20.5-1). libkwineffects12a is already the newest version (4:5.20.5-1).
    libkwinglutils12 is already the newest version (4:5.20.5-1). libkwinxrenderutils12 is already the newest version (4:5.20.5-1). plasma-discover is already the newest version (5.20.5-2). plasma-discover-common is already the newest version (5.20.5-2).
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    kwin-common : Depends: libkwaylandserver5-5.20
    kwin-wayland : Depends: libkwaylandserver5-5.20
    kwin-wayland-backend-drm : Depends: libkwaylandserver5-5.20 kwin-wayland-backend-wayland : Depends: libkwaylandserver5-5.20 kwin-wayland-backend-x11 : Depends: libkwaylandserver5-5.20
    kwin-x11 : Depends: libkwaylandserver5-5.20
    libkscreenlocker5 : Breaks: kwin-common (< 4:5.20.90) but 4:5.20.5-1
    is to be installed
    libkwin4-effect-builtins1 : Depends: libkwaylandserver5-5.20
    E: Unable to correct problems, you have held broken packages.

    root# apt-cache search libkwaylandserver5
    libkwaylandserver5 - Qt library wrapper for Wayland libraries

    root# LC_ALL=C apt-cache policy libkwaylandserver5
    libkwaylandserver5:
    Installed: 5.20.5-1
    Candidate: 5.20.5-1
    Version table:
    5.21.0-1 99
    99 https://incoming.debian.org/debian-buildd
    buildd-experimental/main amd64 Packages
    99 http://ftp.debian.org/debian experimental/main amd64 Packages
    99 https://deb.debian.org/debian experimental/main amd64 Packages
    *** 5.20.5-1 500
    500 http://ftp.debian.org/debian testing/main amd64 Packages
    500 https://deb.debian.org/debian testing/main amd64 Packages
    99 http://ftp.debian.org/debian unstable/main amd64 Packages
    99 https://deb.debian.org/debian unstable/main amd64 Packages
    100 /var/lib/dpkg/status

    root# LC_ALL=C apt-cache policy libkscreenlocker5
    libkscreenlocker5:
    Installed: 5.20.5-1
    Candidate: 5.20.5-1
    Version table:
    5.21.0-1 99
    99 https://incoming.debian.org/debian-buildd
    buildd-experimental/main amd64 Packages
    99 http://ftp.debian.org/debian experimental/main amd64 Packages
    99 https://deb.debian.org/debian experimental/main amd64 Packages
    *** 5.20.5-1 500
    500 http://ftp.debian.org/debian testing/main amd64 Packages
    500 https://deb.debian.org/debian testing/main amd64 Packages
    99 http://ftp.debian.org/debian unstable/main amd64 Packages
    99 https://deb.debian.org/debian unstable/main amd64 Packages
    100 /var/lib/dpkg/status

    [ KWIN ]

    So, kwin should depend on libkwaylandserver5 not libkwaylandserver5-5.20.

    [ KSCREENLOCKER ]

    libkscreenlocker5 : Breaks: kwin-common (< 4:5.20.90) but 4:5.20.5-1
    is to be installed

    That Breaks LGTM, but I guess the problem might be kwin from above?

    Thanks.

    Regards,
    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to sedat.dilek@gmail.com on Wed Feb 17 20:00:02 2021
    OK, I see:

    root# LC_ALL=C apt-cache policy kwin-common
    kwin-common:
    Installed: 4:5.20.5-1
    Candidate: 4:5.20.5-1
    Version table:
    *** 4:5.20.5-1 500
    500 http://ftp.debian.org/debian testing/main amd64 Packages
    500 https://deb.debian.org/debian testing/main amd64 Packages
    99 http://ftp.debian.org/debian unstable/main amd64 Packages
    99 https://deb.debian.org/debian unstable/main amd64 Packages
    100 /var/lib/dpkg/status

    An upgraded kwin version 4:5.21.0-1 is not available.

    - Sedat -

    On Wed, Feb 17, 2021 at 7:34 PM Sedat Dilek <sedat.dilek@gmail.com> wrote:

    Hi Norbert,

    here my feedback on a simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental.

    root# RELEASE="experimental" ; LC_ALL=C apt-get dist-upgrade -V -t $RELEASE ...
    The following packages have been kept back:
    kde-config-screenlocker (5.20.5-1 => 5.21.0-1)
    libkscreenlocker5 (5.20.5-1 => 5.21.0-1)
    libkwaylandserver5 (5.20.5-1 => 5.21.0-1)

    Get the list of installed KP packages:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $2}' | sort > ZZZ-KP-5-20-5

    Simulated upgrade shows:

    root# LC_ALL=C apt-get install -s -t experimental $( cat ZZZ-KP-5-20-5 ) Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    kde-config-gtk-style is already the newest version (4:5.20.5-2). libkdecorations2-5v5 is already the newest version (4:5.20.5-1). libkdecorations2private7 is already the newest version (4:5.20.5-1). kwin-common is already the newest version (4:5.20.5-1).
    kwin-data is already the newest version (4:5.20.5-1).
    kwin-wayland is already the newest version (4:5.20.5-1). kwin-wayland-backend-drm is already the newest version (4:5.20.5-1). kwin-wayland-backend-wayland is already the newest version (4:5.20.5-1). kwin-wayland-backend-x11 is already the newest version (4:5.20.5-1).
    kwin-x11 is already the newest version (4:5.20.5-1). libkwin4-effect-builtins1 is already the newest version (4:5.20.5-1). libkwineffects12a is already the newest version (4:5.20.5-1). libkwinglutils12 is already the newest version (4:5.20.5-1). libkwinxrenderutils12 is already the newest version (4:5.20.5-1). plasma-discover is already the newest version (5.20.5-2). plasma-discover-common is already the newest version (5.20.5-2).
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    kwin-common : Depends: libkwaylandserver5-5.20
    kwin-wayland : Depends: libkwaylandserver5-5.20
    kwin-wayland-backend-drm : Depends: libkwaylandserver5-5.20 kwin-wayland-backend-wayland : Depends: libkwaylandserver5-5.20 kwin-wayland-backend-x11 : Depends: libkwaylandserver5-5.20
    kwin-x11 : Depends: libkwaylandserver5-5.20
    libkscreenlocker5 : Breaks: kwin-common (< 4:5.20.90) but 4:5.20.5-1
    is to be installed
    libkwin4-effect-builtins1 : Depends: libkwaylandserver5-5.20
    E: Unable to correct problems, you have held broken packages.

    root# apt-cache search libkwaylandserver5
    libkwaylandserver5 - Qt library wrapper for Wayland libraries

    root# LC_ALL=C apt-cache policy libkwaylandserver5
    libkwaylandserver5:
    Installed: 5.20.5-1
    Candidate: 5.20.5-1
    Version table:
    5.21.0-1 99
    99 https://incoming.debian.org/debian-buildd
    buildd-experimental/main amd64 Packages
    99 http://ftp.debian.org/debian experimental/main amd64 Packages
    99 https://deb.debian.org/debian experimental/main amd64 Packages
    *** 5.20.5-1 500
    500 http://ftp.debian.org/debian testing/main amd64 Packages
    500 https://deb.debian.org/debian testing/main amd64 Packages
    99 http://ftp.debian.org/debian unstable/main amd64 Packages
    99 https://deb.debian.org/debian unstable/main amd64 Packages
    100 /var/lib/dpkg/status

    root# LC_ALL=C apt-cache policy libkscreenlocker5
    libkscreenlocker5:
    Installed: 5.20.5-1
    Candidate: 5.20.5-1
    Version table:
    5.21.0-1 99
    99 https://incoming.debian.org/debian-buildd
    buildd-experimental/main amd64 Packages
    99 http://ftp.debian.org/debian experimental/main amd64 Packages
    99 https://deb.debian.org/debian experimental/main amd64 Packages
    *** 5.20.5-1 500
    500 http://ftp.debian.org/debian testing/main amd64 Packages
    500 https://deb.debian.org/debian testing/main amd64 Packages
    99 http://ftp.debian.org/debian unstable/main amd64 Packages
    99 https://deb.debian.org/debian unstable/main amd64 Packages
    100 /var/lib/dpkg/status

    [ KWIN ]

    So, kwin should depend on libkwaylandserver5 not libkwaylandserver5-5.20.

    [ KSCREENLOCKER ]

    libkscreenlocker5 : Breaks: kwin-common (< 4:5.20.90) but 4:5.20.5-1
    is to be installed

    That Breaks LGTM, but I guess the problem might be kwin from above?

    Thanks.

    Regards,
    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Norbert Preining@21:1/5 to Sedat Dilek on Wed Feb 17 21:20:01 2021
    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of
    the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.

    Best

    Norbert

    --
    PREINING Norbert https://www.preining.info
    Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev
    GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Norbert Preining@21:1/5 to All on Fri Feb 19 08:00:02 2021
    Hi

    What is wrong with kwin (see [2] and [3] "Pipeline #231753 failed
    with stages")?
    What does [2] exactly say: Issues with "build source"?

    That is SalsaCI which is currently, or has always been broken for me. I
    have seen only sporadic test success ;-)

    I completely ignore the salsaci stuff.

    Is there a (new) NEW processing of kwin (planned)?
    The one I see is still the one from 17-Feb-2021 (see [4])?

    No, it is still in the new queue, see https://ftp-master.debian.org/new.html

    Best

    Norbert

    --
    PREINING Norbert https://www.preining.info
    Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev
    GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Fri Feb 19 08:10:02 2021
    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining <norbert@preining.info> wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of
    the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    Thanks for your feedback and instructions.

    What is wrong with kwin (see [2] and [3] "Pipeline #231753 failed
    with stages")?
    What does [2] exactly say: Issues with "build source"?

    Is there a (new) NEW processing of kwin (planned)?
    The one I see is still the one from 17-Feb-2021 (see [4])?

    I am not familiar with your development workflow.
    Can you enlighten?

    - Sedat -

    [1] https://salsa.debian.org/qt-kde-team/kde/kwin/-/commits/experimental
    [2] https://salsa.debian.org/qt-kde-team/kde/kwin/-/commit/8eb1163e4c3db6f3d8cf1193980263254d65e908/pipelines?ref=experimental
    [3] https://salsa.debian.org/qt-kde-team/kde/kwin/-/pipelines/231753
    [4] https://lists.debian.org/debian-qt-kde/2021/02/msg00452.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Fri Feb 19 08:30:01 2021
    On Fri, Feb 19, 2021 at 7:52 AM Norbert Preining <norbert@preining.info> wrote:

    Hi

    What is wrong with kwin (see [2] and [3] "Pipeline #231753 failed
    with stages")?
    What does [2] exactly say: Issues with "build source"?

    That is SalsaCI which is currently, or has always been broken for me. I
    have seen only sporadic test success ;-)

    I completely ignore the salsaci stuff.

    Is there a (new) NEW processing of kwin (planned)?
    The one I see is still the one from 17-Feb-2021 (see [4])?

    No, it is still in the new queue, see https://ftp-master.debian.org/new.html


    Oops, I see in that NEW queue packages waiting for 2 months.
    What does that mean for kwin in NEW... and the availability of its
    packages from buildd-experimental/experimental :-)?

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Norbert Preining@21:1/5 to All on Fri Feb 19 08:20:01 2021
    What does that mean for kwin in NEW... and the availability of its

    Wait and have lots of tea!

    Norbert

    --
    PREINING Norbert https://www.preining.info
    Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev
    GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Fri Feb 19 09:00:02 2021
    On Fri, Feb 19, 2021 at 8:17 AM Norbert Preining <norbert@preining.info> wrote:

    What does that mean for kwin in NEW... and the availability of its

    Wait and have lots of tea!


    Yupp, drinking camomile tea...

    - sed@ -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Norbert Preining@21:1/5 to All on Fri Feb 19 10:00:02 2021
    can something be done to stop need for drinking thea ?

    Become ftp-master and work on the NEW queue?

    Norbert

    --
    PREINING Norbert https://www.preining.info
    Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev
    GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luc Castermans@21:1/5 to All on Fri Feb 19 09:50:01 2021
    can something be done to stop need for drinking thea ?

    Op vr 19 feb. 2021 08:57 schreef Sedat Dilek <sedat.dilek@gmail.com>:

    On Fri, Feb 19, 2021 at 8:17 AM Norbert Preining <norbert@preining.info> wrote:

    What does that mean for kwin in NEW... and the availability of its

    Wait and have lots of tea!


    Yupp, drinking camomile tea...

    - sed@ -



    <div dir="auto">can something be done to stop need for drinking thea ? </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op vr 19 feb. 2021 08:57 schreef Sedat Dilek &lt;<a href="mailto:sedat.dilek@gmail.com">sedat.dilek@gmail.com</a>&
    gt;:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Feb 19, 2021 at 8:17 AM Norbert Preining &lt;<a href="mailto:norbert@preining.info" target="_blank" rel="noreferrer">norbert@
    preining.info</a>&gt; wrote:<br>
    &gt;<br>
    &gt; &gt; What does that mean for kwin in NEW... and the availability of its<br>
    &gt;<br>
    &gt; Wait and have lots of tea!<br>
    &gt;<br>

    Yupp, drinking camomile tea...<br>

    - sed@ -<br>

    </blockquote></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Fri Feb 19 12:30:02 2021
    On Fri, Feb 19, 2021 at 9:52 AM Norbert Preining <norbert@preining.info> wrote:

    can something be done to stop need for drinking thea ?

    Become ftp-master and work on the NEW queue?


    Good connections to current FTP-master admins should be enough.

    We are talking about something for Debian/experimental with no high severity/importance, so...

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Sat Feb 20 11:50:01 2021
    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining <norbert@preining.info> wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of
    the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    After the above 2 steps (before: download tarball from
    download.kde.org and symlink to ...orig.tar.xz):

    dileks@iniza:~/src/kdecoration/git$ LC_ALL=C debuild
    ...
    debian/rules binary
    dh binary --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
    dh_update_autotools_config -O--buildsystem=kf5
    dh_autoreconf -O--buildsystem=kf5
    dh_auto_configure --buildsystem=kf5 -O--buildsystem=kf5
    cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE
    _EXPORT_NO_PACKAGE_REGISTRY=ON
    -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
    -DCMAKE_INSTALL_RUNSTATEDIR=/run
    -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" - DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
    CMake Error: The source directory "/home/dileks/src/kdecoration/git"
    does not appear to contain CMakeLists.txt.
    Specify --help for usage, or press the help button on the CMake GUI. dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTA
    TEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
    -DCMAKE_INSTALL_RUNSTATEDIR=/run
    -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-
    GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT
    _SYS_PATHS=ON .. returned exit code 1
    make: *** [debian/rules:9: binary] Error 2
    dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 debuild: fatal error at line 1182:
    dpkg-buildpackage -us -uc -ui failed

    YES, there is no CMakeLists.txt.

    How do I generate it?

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to sedat.dilek@gmail.com on Sat Feb 20 12:10:01 2021
    On Sat, Feb 20, 2021 at 11:46 AM Sedat Dilek <sedat.dilek@gmail.com> wrote:

    On Sat, Feb 20, 2021 at 11:43 AM Norbert Preining <norbert@preining.info> wrote:

    On Sat, 20 Feb 2021, Sedat Dilek wrote:
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    After the above 2 steps (before: download tarball from
    download.kde.org and symlink to ...orig.tar.xz):

    That would have been done by the uscan call ...

    dileks@iniza:~/src/kdecoration/git$ LC_ALL=C debuild

    Does not work ... you need to build a source package, that is the second line.

    Why don't you do what I said?


    No, it was not.

    I unpacked the tarball manually and copied git/debian to kdecoration-5.21.0 dir.
    Now, I have deb files generated.

    I try with kwin again - your way.


    OK, I see.

    cd git/

    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    cd ..
    dpkg-source -x *.dsc

    cd kwin-5.21.0
    LC_ALL=C debuild

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Sat Feb 20 12:10:01 2021
    On Sat, Feb 20, 2021 at 11:43 AM Norbert Preining <norbert@preining.info> wrote:

    On Sat, 20 Feb 2021, Sedat Dilek wrote:
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    After the above 2 steps (before: download tarball from
    download.kde.org and symlink to ...orig.tar.xz):

    That would have been done by the uscan call ...

    dileks@iniza:~/src/kdecoration/git$ LC_ALL=C debuild

    Does not work ... you need to build a source package, that is the second line.

    Why don't you do what I said?


    No, it was not.

    I unpacked the tarball manually and copied git/debian to kdecoration-5.21.0 dir.
    Now, I have deb files generated.

    I try with kwin again - your way.

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Norbert Preining@21:1/5 to Sedat Dilek on Sat Feb 20 11:50:02 2021
    On Sat, 20 Feb 2021, Sedat Dilek wrote:
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    After the above 2 steps (before: download tarball from
    download.kde.org and symlink to ...orig.tar.xz):

    That would have been done by the uscan call ...

    dileks@iniza:~/src/kdecoration/git$ LC_ALL=C debuild

    Does not work ... you need to build a source package, that is the second
    line.

    Why don't you do what I said?

    Norbert

    --
    PREINING Norbert https://www.preining.info
    Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev
    GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Sat Feb 20 13:10:02 2021
    On Sat, Feb 20, 2021 at 12:50 PM Norbert Preining <norbert@preining.info> wrote:

    On Sat, 20 Feb 2021, Sedat Dilek wrote:
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    cd ..
    dpkg-source -x *.dsc

    cd kwin-5.21.0
    LC_ALL=C debuild

    This is what I said, build the source package, and then build it in your preferred method. I use cowbuilder ...

    Good that it finally worked out


    Thanks for your help Norbert.

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Norbert Preining@21:1/5 to Sedat Dilek on Sat Feb 20 13:00:01 2021
    On Sat, 20 Feb 2021, Sedat Dilek wrote:
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d

    cd ..
    dpkg-source -x *.dsc

    cd kwin-5.21.0
    LC_ALL=C debuild

    This is what I said, build the source package, and then build it in your preferred method. I use cowbuilder ...

    Good that it finally worked out

    Norbert

    --
    PREINING Norbert https://www.preining.info
    Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev
    GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to norbert@preining.info on Sat Feb 20 13:40:01 2021
    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining <norbert@preining.info> wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of
    the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    LGTM:

    root# dpkg -l | egrep 'kwin|kdecoration|plasma-discover' | awk '/^ii/
    {print $1 " " $2 " " $3}' | column -t
    ii kwin-common 4:5.21.0-1
    ii kwin-data 4:5.21.0-1
    ii kwin-style-breeze 4:5.21.0-1
    ii kwin-wayland 4:5.21.0-1
    ii kwin-wayland-backend-drm 4:5.21.0-1
    ii kwin-wayland-backend-wayland 4:5.21.0-1
    ii kwin-wayland-backend-x11 4:5.21.0-1
    ii kwin-x11 4:5.21.0-1
    ii libkdecorations2-5v5:amd64 4:5.21.0-1
    ii libkdecorations2-dev:amd64 4:5.21.0-1
    ii libkdecorations2private7:amd64 4:5.20.5-1
    ii libkdecorations2private8:amd64 4:5.21.0-1
    ii libkf5windowsystem-dev 5.79.0-1
    ii libkwin4-effect-builtins1 4:5.21.0-1
    ii libkwineffects13 4:5.21.0-1
    ii libkwinglutils13 4:5.21.0-1
    ii libkwinxrenderutils13 4:5.21.0-1
    ii plasma-discover 5.21.0-1
    ii plasma-discover-common 5.21.0-1
    ii qml-module-org-kde-kwindowsystem:amd64 5.79.0-1

    Rest:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $1 " " $2 " " $3}' | column -t ii kde-config-gtk-style:amd64 4:5.20.5-2
    ii libkdecorations2private7:amd64 4:5.20.5-1

    Note: kde-config-gtk-style depends on libkdecorations2private7

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to sedat.dilek@gmail.com on Sun Feb 21 21:00:01 2021
    On Sat, Feb 20, 2021 at 1:21 PM Sedat Dilek <sedat.dilek@gmail.com> wrote:

    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining <norbert@preining.info> wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of
    the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    LGTM:

    root# dpkg -l | egrep 'kwin|kdecoration|plasma-discover' | awk '/^ii/
    {print $1 " " $2 " " $3}' | column -t
    ii kwin-common 4:5.21.0-1
    ii kwin-data 4:5.21.0-1
    ii kwin-style-breeze 4:5.21.0-1
    ii kwin-wayland 4:5.21.0-1
    ii kwin-wayland-backend-drm 4:5.21.0-1
    ii kwin-wayland-backend-wayland 4:5.21.0-1
    ii kwin-wayland-backend-x11 4:5.21.0-1
    ii kwin-x11 4:5.21.0-1
    ii libkdecorations2-5v5:amd64 4:5.21.0-1
    ii libkdecorations2-dev:amd64 4:5.21.0-1
    ii libkdecorations2private7:amd64 4:5.20.5-1
    ii libkdecorations2private8:amd64 4:5.21.0-1
    ii libkf5windowsystem-dev 5.79.0-1
    ii libkwin4-effect-builtins1 4:5.21.0-1
    ii libkwineffects13 4:5.21.0-1
    ii libkwinglutils13 4:5.21.0-1
    ii libkwinxrenderutils13 4:5.21.0-1
    ii plasma-discover 5.21.0-1
    ii plasma-discover-common 5.21.0-1
    ii qml-module-org-kde-kwindowsystem:amd64 5.79.0-1

    Rest:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $1 " " $2 " " $3}' | column -t
    ii kde-config-gtk-style:amd64 4:5.20.5-2
    ii libkdecorations2private7:amd64 4:5.20.5-1

    Note: kde-config-gtk-style depends on libkdecorations2private7


    The 3 packages are now available in Debian/experimental.

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sedat Dilek@21:1/5 to luc.castermans@gmail.com on Sun Feb 21 21:40:02 2021
    On Sun, Feb 21, 2021 at 9:17 PM Luc Castermans <luc.castermans@gmail.com> wrote:

    wow, no more tea drinking!


    Here it is past 9p.m., so no more tea-time.

    I built kde-gtk-config and installed the missing...

    -ii kde-config-gtk-style:amd64 4:5.20.5-2
    +ii kde-config-gtk-style:amd64 4:5.21.0-1
    -ii libkdecorations2private7:amd64 4:5.20.5-1

    ...and removed (now unneeded) libkdecorations2private7.

    Finally:

    root# dpkg -l | grep 5.20.5
    [ empty ]

    Means full KDE/Plasma 5.21.0 installed.

    - Sedat -

    Op zo 21 feb. 2021 om 20:57 schreef Sedat Dilek <sedat.dilek@gmail.com>:

    On Sat, Feb 20, 2021 at 1:21 PM Sedat Dilek <sedat.dilek@gmail.com> wrote: >> >
    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining <norbert@preining.info> wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of >> > > the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    LGTM:

    root# dpkg -l | egrep 'kwin|kdecoration|plasma-discover' | awk '/^ii/
    {print $1 " " $2 " " $3}' | column -t
    ii kwin-common 4:5.21.0-1
    ii kwin-data 4:5.21.0-1
    ii kwin-style-breeze 4:5.21.0-1
    ii kwin-wayland 4:5.21.0-1
    ii kwin-wayland-backend-drm 4:5.21.0-1
    ii kwin-wayland-backend-wayland 4:5.21.0-1
    ii kwin-wayland-backend-x11 4:5.21.0-1
    ii kwin-x11 4:5.21.0-1
    ii libkdecorations2-5v5:amd64 4:5.21.0-1
    ii libkdecorations2-dev:amd64 4:5.21.0-1
    ii libkdecorations2private7:amd64 4:5.20.5-1
    ii libkdecorations2private8:amd64 4:5.21.0-1
    ii libkf5windowsystem-dev 5.79.0-1
    ii libkwin4-effect-builtins1 4:5.21.0-1
    ii libkwineffects13 4:5.21.0-1
    ii libkwinglutils13 4:5.21.0-1
    ii libkwinxrenderutils13 4:5.21.0-1
    ii plasma-discover 5.21.0-1
    ii plasma-discover-common 5.21.0-1
    ii qml-module-org-kde-kwindowsystem:amd64 5.79.0-1

    Rest:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $1 " " $2 " " $3}' | column -t
    ii kde-config-gtk-style:amd64 4:5.20.5-2
    ii libkdecorations2private7:amd64 4:5.20.5-1

    Note: kde-config-gtk-style depends on libkdecorations2private7


    The 3 packages are now available in Debian/experimental.

    - Sedat -



    --
    Luc Castermans
    mailto:luc.castermans@gmail.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luc Castermans@21:1/5 to All on Sun Feb 21 21:20:01 2021
    wow, no more tea drinking!

    Op zo 21 feb. 2021 om 20:57 schreef Sedat Dilek <sedat.dilek@gmail.com>:

    On Sat, Feb 20, 2021 at 1:21 PM Sedat Dilek <sedat.dilek@gmail.com> wrote:

    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining <norbert@preining.info>
    wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch of the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    LGTM:

    root# dpkg -l | egrep 'kwin|kdecoration|plasma-discover' | awk '/^ii/ {print $1 " " $2 " " $3}' | column -t
    ii kwin-common 4:5.21.0-1
    ii kwin-data 4:5.21.0-1
    ii kwin-style-breeze 4:5.21.0-1
    ii kwin-wayland 4:5.21.0-1
    ii kwin-wayland-backend-drm 4:5.21.0-1
    ii kwin-wayland-backend-wayland 4:5.21.0-1
    ii kwin-wayland-backend-x11 4:5.21.0-1
    ii kwin-x11 4:5.21.0-1
    ii libkdecorations2-5v5:amd64 4:5.21.0-1
    ii libkdecorations2-dev:amd64 4:5.21.0-1
    ii libkdecorations2private7:amd64 4:5.20.5-1
    ii libkdecorations2private8:amd64 4:5.21.0-1
    ii libkf5windowsystem-dev 5.79.0-1
    ii libkwin4-effect-builtins1 4:5.21.0-1
    ii libkwineffects13 4:5.21.0-1
    ii libkwinglutils13 4:5.21.0-1
    ii libkwinxrenderutils13 4:5.21.0-1
    ii plasma-discover 5.21.0-1
    ii plasma-discover-common 5.21.0-1
    ii qml-module-org-kde-kwindowsystem:amd64 5.79.0-1

    Rest:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $1 " " $2 " " $3}' |
    column -t
    ii kde-config-gtk-style:amd64 4:5.20.5-2
    ii libkdecorations2private7:amd64 4:5.20.5-1

    Note: kde-config-gtk-style depends on libkdecorations2private7


    The 3 packages are now available in Debian/experimental.

    - Sedat -



    --
    Luc Castermans
    mailto:luc.castermans@gmail.com

    <div dir="ltr">wow, no more tea drinking!<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op zo 21 feb. 2021 om 20:57 schreef Sedat Dilek &lt;<a href="mailto:sedat.dilek@gmail.com">sedat.dilek@gmail.com</a>&gt;:<br></div><
    blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, Feb 20, 2021 at 1:21 PM Sedat Dilek &lt;<a href="mailto:sedat.dilek@gmail.com" target="_blank">sedat.dilek@gmail.com</a>&gt;
    wrote:<br>
    &gt;<br>
    &gt; On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining &lt;<a href="mailto:norbert@preining.info" target="_blank">norbert@preining.info</a>&gt; wrote:<br>
    &gt; &gt;<br>
    &gt; &gt; On Wed, 17 Feb 2021, Sedat Dilek wrote:<br>
    &gt; &gt; &gt; An upgraded kwin version 4:5.21.0-1 is not available.<br>
    &gt; &gt;<br>
    &gt; &gt; Yes, kdecorations, kwin, plasma-discover need NEW processing.<br> &gt; &gt;<br>
    &gt; &gt; If you are in hurry, get the git repo, checkout experimental branch of<br>
    &gt; &gt; the three, run<br>
    &gt; &gt;         uscan --rename --download-current-version<br>
    &gt; &gt;         dpkg-buildpackage -us -uc -rfakeroot -S -d<br>
    &gt; &gt; and then build the binary package in your favorite way.<br>
    &gt; &gt;<br>
    &gt;<br>
    &gt; LGTM:<br>
    &gt;<br>
    &gt; root# dpkg -l | egrep &#39;kwin|kdecoration|plasma-discover&#39; | awk &#39;/^ii/<br>
    &gt; {print $1 &quot; &quot; $2 &quot; &quot; $3}&#39; | column -t<br>
    &gt; ii  kwin-common                             4:5.21.0-1<br> &gt; ii  kwin-data                               4:5.21.0-1<br>
    &gt; ii  kwin-style-breeze                       4:5.21.0-1<br> &gt; ii  kwin-wayland                            4:5.21.0-1<br> &gt; ii  kwin-wayland-backend-drm                4:5.21.0-1<br>
    &gt; ii  kwin-wayland-backend-wayland            4:5.21.0-1<br>
    &gt; ii  kwin-wayland-backend-x11                4:5.21.0-1<br>
    &gt; ii  kwin-x11                                4:5.21.0-1<br>
    &gt; ii  libkdecorations2-5v5:amd64              4:5.21.0-1<br>
    &gt; ii  libkdecorations2-dev:amd64              4:5.21.0-1<br>
    &gt; ii  libkdecorations2private7:amd64          4:5.20.5-1<br>
    &gt; ii  libkdecorations2private8:amd64          4:5.21.0-1<br>
    &gt; ii  libkf5windowsystem-dev                  5.79.0-1<br>
    &gt; ii  libkwin4-effect-builtins1               4:5.21.0-1<br>
    &gt; ii  libkwineffects13                        4:5.21.0-1<br> &gt; ii  libkwinglutils13                        4:5.21.0-1<br> &gt; ii  libkwinxrenderutils13                   4:5.21.0-1<br>
    &gt; ii  plasma-discover                         5.21.0-1<br> &gt; ii  plasma-discover-common                  5.21.0-1<br>
    &gt; ii  qml-module-org-kde-kwindowsystem:amd64  5.79.0-1<br>
    &gt;<br>
    &gt; Rest:<br>
    &gt;<br>
    &gt; root# dpkg -l | grep 5.20.5 | awk &#39;/^ii/ {print $1 &quot; &quot; $2 &quot; &quot; $3}&#39; | column -t<br>
    &gt; ii  kde-config-gtk-style:amd64      4:5.20.5-2<br>
    &gt; ii  libkdecorations2private7:amd64  4:5.20.5-1<br>
    &gt;<br>
    &gt; Note: kde-config-gtk-style depends on libkdecorations2private7<br> &gt;<br>

    The 3 packages are now available in Debian/experimental.<br>

    - Sedat -<br>

    </blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature">Luc Castermans<br>mailto:<a href="mailto:luc.castermans@gmail.com" target="_blank">luc.castermans@gmail.com</a></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luc Castermans@21:1/5 to All on Sun Feb 21 21:30:02 2021
    Indeed thanks Sedat, Norbert, all I forget now. I upgrade from Experimental like a charm!!


    Besturingssysteem: Debian GNU/Linux
    KDE Plasma-versie: 5.21.0
    Versie van KDE-Frameworks: 5.79.0
    Qt-versie: 5.15.2
    Kernel-versie: 5.10.0-3-amd64
    Type OS: 64-bit
    Grafisch platform: X11
    Processors: 4 × Intel® Core™ i5-4200U CPU @ 1.60GHz
    Geheugen: 7,2 GiB RAM
    Grafische processor: Mesa DRI Intel® HD Graphics 4400

    Op zo 21 feb. 2021 om 21:23 schreef Sedat Dilek <sedat.dilek@gmail.com>:

    On Sun, Feb 21, 2021 at 9:17 PM Luc Castermans <luc.castermans@gmail.com> wrote:

    wow, no more tea drinking!


    Here it is past 9p.m., so no more tea-time.

    I built kde-gtk-config and installed the missing...

    -ii kde-config-gtk-style:amd64 4:5.20.5-2
    +ii kde-config-gtk-style:amd64 4:5.21.0-1
    -ii libkdecorations2private7:amd64 4:5.20.5-1

    ...and removed (now unneeded) libkdecorations2private7.

    Finally:

    root# dpkg -l | grep 5.20.5
    [ empty ]

    Means full KDE/Plasma 5.21.0 installed.

    - Sedat -

    Op zo 21 feb. 2021 om 20:57 schreef Sedat Dilek <sedat.dilek@gmail.com>:

    On Sat, Feb 20, 2021 at 1:21 PM Sedat Dilek <sedat.dilek@gmail.com>
    wrote:

    On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining < norbert@preining.info> wrote:

    On Wed, 17 Feb 2021, Sedat Dilek wrote:
    An upgraded kwin version 4:5.21.0-1 is not available.

    Yes, kdecorations, kwin, plasma-discover need NEW processing.

    If you are in hurry, get the git repo, checkout experimental branch
    of
    the three, run
    uscan --rename --download-current-version
    dpkg-buildpackage -us -uc -rfakeroot -S -d
    and then build the binary package in your favorite way.


    LGTM:

    root# dpkg -l | egrep 'kwin|kdecoration|plasma-discover' | awk '/^ii/
    {print $1 " " $2 " " $3}' | column -t
    ii kwin-common 4:5.21.0-1
    ii kwin-data 4:5.21.0-1
    ii kwin-style-breeze 4:5.21.0-1
    ii kwin-wayland 4:5.21.0-1
    ii kwin-wayland-backend-drm 4:5.21.0-1
    ii kwin-wayland-backend-wayland 4:5.21.0-1
    ii kwin-wayland-backend-x11 4:5.21.0-1
    ii kwin-x11 4:5.21.0-1
    ii libkdecorations2-5v5:amd64 4:5.21.0-1
    ii libkdecorations2-dev:amd64 4:5.21.0-1
    ii libkdecorations2private7:amd64 4:5.20.5-1
    ii libkdecorations2private8:amd64 4:5.21.0-1
    ii libkf5windowsystem-dev 5.79.0-1
    ii libkwin4-effect-builtins1 4:5.21.0-1
    ii libkwineffects13 4:5.21.0-1
    ii libkwinglutils13 4:5.21.0-1
    ii libkwinxrenderutils13 4:5.21.0-1
    ii plasma-discover 5.21.0-1
    ii plasma-discover-common 5.21.0-1
    ii qml-module-org-kde-kwindowsystem:amd64 5.79.0-1

    Rest:

    root# dpkg -l | grep 5.20.5 | awk '/^ii/ {print $1 " " $2 " " $3}' | column -t
    ii kde-config-gtk-style:amd64 4:5.20.5-2
    ii libkdecorations2private7:amd64 4:5.20.5-1

    Note: kde-config-gtk-style depends on libkdecorations2private7


    The 3 packages are now available in Debian/experimental.

    - Sedat -



    --
    Luc Castermans
    mailto:luc.castermans@gmail.com



    --
    Luc Castermans
    mailto:luc.castermans@gmail.com

    <div dir="ltr"><div>Indeed thanks Sedat, Norbert, all I forget now. I upgrade from Experimental like a charm!!<br></div><div><br></div><div><br></div><div>Besturingssysteem: Debian GNU/Linux<br>KDE Plasma-versie: 5.21.0<br>Versie van KDE-Frameworks: 5.79.
    0<br>Qt-versie: 5.15.2<br>Kernel-versie: 5.10.0-3-amd64<br>Type OS: 64-bit<br>Grafisch platform: X11<br>Processors: 4 × Intel® Core™ i5-4200U CPU @ 1.60GHz<br>Geheugen: 7,2 GiB RAM<br>Grafische processor: Mesa DRI Intel® HD Graphics 4400</div></div><
    <div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op zo 21 feb. 2021 om 21:23 schreef Sedat Dilek &lt;<a href="mailto:sedat.dilek@gmail.com">sedat.dilek@gmail.com</a>&gt;:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.
    8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, Feb 21, 2021 at 9:17 PM Luc Castermans &lt;<a href="mailto:luc.castermans@gmail.com" target="_blank">luc.castermans@gmail.com</a>&
  • From Sedat Dilek@21:1/5 to luc.castermans@gmail.com on Mon Feb 22 10:50:02 2021
    On Sun, Feb 21, 2021 at 9:25 PM Luc Castermans <luc.castermans@gmail.com> wrote:

    Indeed thanks Sedat, Norbert, all I forget now. I upgrade from Experimental like a charm!!


    Besturingssysteem: Debian GNU/Linux
    KDE Plasma-versie: 5.21.0
    Versie van KDE-Frameworks: 5.79.0
    Qt-versie: 5.15.2
    Kernel-versie: 5.10.0-3-amd64
    Type OS: 64-bit
    Grafisch platform: X11
    Processors: 4 × Intel® Core™ i5-4200U CPU @ 1.60GHz
    Geheugen: 7,2 GiB RAM
    Grafische processor: Mesa DRI Intel® HD Graphics 4400


    Cool.
    Thanks for the feedback and enjoy it, Luc.

    kde-gtk-config packages are now in Debian/experimental.
    For me: All KP packages v5.21.0 upgraded.

    - Sedat -

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)