Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Sedat Dilek
On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining  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-wayland4:5.21.0-1
ii  kwin-wayland-backend-drm4:5.21.0-1
ii  kwin-wayland-backend-wayland4:5.21.0-1
ii  kwin-wayland-backend-x114:5.21.0-1
ii  kwin-x114: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  libkwineffects134:5.21.0-1
ii  libkwinglutils134: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 -



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Sedat Dilek
On Sat, Feb 20, 2021 at 12:50 PM Norbert Preining  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 -



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Sedat Dilek
On Sat, Feb 20, 2021 at 11:50 AM Sedat Dilek  wrote:
>
> On Sat, Feb 20, 2021 at 11:46 AM Sedat Dilek  wrote:
> >
> > On Sat, Feb 20, 2021 at 11:43 AM Norbert Preining  
> > 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
>

TaTaaa...

- sed@ -


Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Norbert Preining
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



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Sedat Dilek
On Sat, Feb 20, 2021 at 11:46 AM Sedat Dilek  wrote:
>
> On Sat, Feb 20, 2021 at 11:43 AM Norbert Preining  
> 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 -



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Sedat Dilek
On Sat, Feb 20, 2021 at 11:43 AM Norbert Preining  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 -



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Sedat Dilek
On Wed, Feb 17, 2021 at 9:14 PM Norbert Preining  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 -



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-20 Thread Norbert Preining
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