F23 : missing kdeartwork

Issue #17 resolved
Lukas Middendorf created an issue

The kdeartwork package containing some desktop themes (e.g. Aya) and kwin decorations (e.g. Keramik) is missing from the repo.

The stock packages for Fedora 23 do not contain the actual kdeartwork package.

I tried to rebuild the srpm from http://koji.fedoraproject.org/koji/buildinfo?buildID=618301 and after removing the first if in the spec file (leaving only the else block)

%if 0%{?fedora} > 21
%global plasma5 1
%else
%if 0%{?fedora} || 0%{?epel}
%global xscreensaver 1
%endif
%endif

I seem to have a working kdeartwork package. It unfortunately still is obsoleted by the stock kdeartwork-common for Fedora 23, so I also bumped the epoch to 1. It now seems to work without being obsoleted by kdeartwork-common.

Comments (10)

  1. Lukas Middendorf reporter

    The main kdeartwork package seems to work. But the subpackages (like kdeartwork-wallpapers) are lacking the epoch from their requires, so they can not be installed because there are no epochless packages with the same version.

    And it would have been sufficient to set epoch to 1 (instead of 2), every epoch is later than no epoch.

  2. Piotr Gbyliczek repo owner

    I have added more epoch to spec and pushed to builders last week. Testing seems fine on test VM, but can you provide more feedback ?

  3. Log in to comment