Commit graph

77 commits

Author SHA1 Message Date
Oliver Smith
a56afc54c3
kde/itinerary, kde/kitineary: remove (!156)
Right now, this doesn't build anymore, it is failing with:

/home/pmos/build/src/itinerary-c47772e49de6662acd7769d5c8cef94379ea7bcf/src/app/reservationmanager.h:21:10: fatal error: KItinerary/ExtractorRepository: No such file or directory
 #include <KItinerary/ExtractorRepository>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I've tried to update it to the latest commit, but then it fails with
another error. Turns out, this package depends on kitinerary (with a
k!), and whenever we update that, we also need to update this package
to the latest commit. Unfortunatelly, itinerary does not have tagged
versions yet.

So I would like to remove it for now, it does not seem like anybody is
using it at this point, and so it's just additional maintenance effort
for nothing. We could package it again, when it has tagged versions and
is therefore easy to update together with kitinerary.

Remove kitinerary too, because it isn't used by anything else.
2019-01-21 06:45:55 +01:00
Grant Miller
d6c5d0ec4d kde/kitinerary: Update to 18.12.0 (!149) 2019-01-18 08:45:47 +01:00
Grant Miller
4dcaa95413 kde/kitinerary: Fix APKBUILD (!149)
Add karchive-dev and libxml2-dev to depends_dev
2019-01-18 08:45:19 +01:00
Grant Miller
f658d0d5de kde/qca-qt5: Delete in favor of upstream qca (!146) 2019-01-13 18:00:33 -06:00
PureTryOut
0bf985f5e1
main/maui*: update apps and plasma-angelfish (!136)
This MR updates the app to the latest commit (currently from 2 days
ago). It also updates plasma-angelfish, but I changed the $pkgrel to
follow the format of the other Git packages.

This also re-enables plasma-angelfish and vvave in the default Plasma
Mobile installation, as they were previously disabled due to
qt5-qtwebengine (which they depend on) requiring a soname bump
upstream.
2019-01-11 08:17:44 +01:00
PureTryOut
7f1c8ba865
kde/applications*: update to 18.12.0 [skip ci] (!135)
Add main/qt5-qtspeech, required dependency for kde/kpimtextedit. Disable
check in kde/kimap, as it fails at least with QEMU aarch64.

Change the source url for Sink and Kube to the KDE Download mirror
rather than their GitHub organization (they required rebuilding anyway
due to the applications upgrade).
2019-01-10 09:49:52 +01:00
Bart Ribbers
1b7d532bb9
kde/*: upgrade plasma framework to 5.14.4 (!120)
Since the Qt upgrade, Plasma Mobile boots into a black screen, even
on the current version in the master branch. Bhushan recommended we
update to the latest plasma framework anyway (which is possible now
due to the newer Qt version) and try to fix it from there. See #159.
[skip ci].
2019-01-02 07:28:31 +01:00
Oliver Smith
5a5cfa6b91
kde/libkleo: bump pkgrel after gpgme soname bump
The gpgme update (see last commit) caused a soname bump. Now we need to
rebuild libkleo.
2018-12-31 09:53:24 +01:00
Oliver Smith
bcd2b13e5e
QT: upgrade to 5.12.0 [skip ci]
Following today's upgrade in Alpine:
https://github.com/alpinelinux/aports/pull/5830

KDE packages have been bumped as described here:
https://wiki.postmarketos.org/wiki/Repository_maintenance
2018-12-28 17:34:27 +01:00
Bart Ribbers
bfd3159d3c
kde/framework: upgrade to 5.53.0 (!105)
Tested locally on qemu-amd64, everything appears to work correctly.

[skip ci]
2018-12-22 23:33:44 +01:00
Oliver Smith
968bb4ed37
kde/attica-qt: disable tests (!105)
ProviderTest::testFetchInvalidProvider() does not run through anymore:
https://bugs.kde.org/show_bug.cgi?id=402284
2018-12-22 23:33:03 +01:00
Oliver Smith
b46484ac65
kde/marble: bump pkgrel after soname bump
This does not exist anymore in Alpine, rebuilding: so:libgps.so.23
2018-12-22 09:29:47 +01:00
Robert Yang
9ec2f13a38 okular: Build epub backend (!100) 2018-12-13 08:32:20 +01:00
Oliver Smith
9a009ca393
various kde: increase pkgrel after soname bumps 2018-12-01 03:03:41 +01:00
PureTryOut
48b497e22d
kde-frameworks/*: update to 5.52.0 [skip ci] 2018-11-27 07:47:11 +01:00
Oliver Smith
a777bf071b
kfilemetadata: bump pkgrel after soname bump 2018-11-27 07:47:11 +01:00
Oliver Smith
c7096e13ad
kde/kfilemetadata: rebuild after soname bump
in libavformat.so
2018-11-27 07:47:11 +01:00
PureTryOut
1834a92a5b
kde-frameworks/*: update to 5.51.0 2018-11-27 07:47:11 +01:00
PureTryOut
9e7e7c4bc4
Add some new KDE applications 2018-11-27 07:47:11 +01:00
Bhushan Shah
99a676dc8a kde/kwin: Add patch to disable finding of QML module
ecm_find_qmlmodule checks if QML modules are installed, and if not it
warns during build time. This is purely for packager knowledge. Not
finding those packages here doesn't affect the runtime of the
kwin_wayland at all.

We are disabling this due to bug in the qmlplugindump which causes it to
not return and get stuck, See issue #28.

Revert this when QTBUG-70460 is solved upstream.
2018-09-12 12:12:39 +05:30
Bart Ribbers
ba0ba4e869
Update Plasma to 5.13.5 [skip ci] 2018-09-09 12:55:11 +02:00
Jonah Brüchert
779ac2fd7e
Add aport for angelfish 2018-09-04 09:00:57 +02:00
Bart Ribbers
192601326e Update plasma-phone-dialer to the latest upstream 2018-08-14 02:13:13 +00:00
Bart Ribbers
60b2b2dd05 Update KDE Frameworks to 5.49 2018-08-14 01:29:10 +00:00
Oliver Smith
716e6c10eb aports/kde: test case for framework versions
This commit adds a test case, which makes sure that the KDE framework
and plasma framework version are always the same.

Additional changes:
* APKBUILD parser parses the URL now (that's the best way I found to
  categorize the KDE aports in frameworks and other)
* Changed single quotes to double quotes in KDE APKBUILDs, so the
  parser doesn't include the single quotes in the parsed result
* Added the test case to the gitlab CI config
2018-08-02 20:33:20 +00:00
Bart Ribbers
491c6cc507 Update Plasma to 5.13.4 [skip ci] 2018-08-02 22:24:18 +02:00
Bart Ribbers
7c108d2a16 Upgrade Plasma to 5.13.3 2018-07-29 18:04:52 +00:00
Bart Ribbers
a35266bb10 Upgrade KDE-frameworks to 5.48 (!1638) [skip ci]
Skipping CI, because it wouldn't get done with building all the changed
KDE packages anyway.
2018-07-17 19:25:41 +02:00
Bhushan Shah
d2ce083552 aports/kde: upgrade to KDE Plasma 5.13.2 release
Also includes a revert for the commit which broke the libinput devices
for consolekit session. I am still unsure of solution for both of the
problems to suggest upstream. But it is in my todo list.

Fixes #1585
2018-07-02 12:09:58 +05:30
Bhushan Shah
75652ad9d3 kde/kwin: workaround the regression introduced in upstream (#1579) (#1579)
I have better fix planned but unfortunately I won't get it to work
before Plasma 5.13.2 release (Plasma 5.13.1 is due today).

Fixes #1574
2018-06-19 22:34:23 +00:00
Bart Ribbers
f8077cee82 Update Plasma to 5.13.0 (#1555) 2018-06-13 22:00:52 +00:00
Bart Ribbers
ddcb7397d0 Update KDE Frameworks to 5.47 [skip ci] (#1549) 2018-06-11 21:52:16 +00:00
Oliver Smith
62102c17d0 kde/falkon: fix typo in comment 2018-06-04 23:38:13 +02:00
Oliver Smith
1ad3f3b550 kde/falkon: disable checks (#1532)
Disable checks for good.
* half of them would not run anyway because they require X11
* falkon-cookietest hangs for more than 30 minutes with 100% CPU usage
  while cross compiling for armhf
2018-06-01 21:31:06 +00:00
George Hopkins
8cf07bf2cf kde/falkon: package 3.0.1 (#1525) 2018-06-01 18:26:41 +00:00
Bhushan Shah
a52d8a761b kde/plasma-phone-components: Add depends to the libqofono (#1502)
This is used by shell to show network status in top bar.
2018-05-18 10:46:44 +05:30
Bart Ribbers
06c78cb134 kde/konsole: add missing build dependency (#1497) 2018-05-15 21:48:13 +00:00
Bart Ribbers
8e8c6b053c Update KDE Frameworks to 5.46.0 (#1492) 2018-05-13 23:52:43 +00:00
Bart Ribbers
959932fa6a Update Plasma to 5.12.5 (#1481) 2018-05-12 22:59:51 +00:00
Oliver Smith
d76de92428 Revert "ki18n: downgrade to 5.44 and pretend to be 5.45"
That didn't help either, although it did work on a test run on the
same PC that builds the real binary repository packages. Must be
a race condition, see #1458.
2018-05-05 03:07:58 +02:00
Oliver Smith
0c7bf2ff3a ki18n: downgrade to 5.44 and pretend to be 5.45
This workaround made plasma-workspace compile for armhf when I just
tested it.
2018-05-04 21:58:35 +02:00
Oliver Smith
35ee57697f ki18n: add patch fixing plasma-workspace build
It was hanging for hours when cross compiling. This patch should fix
it. Source for the patch: <https://phabricator.kde.org/D12231>
2018-05-04 17:13:46 +02:00
Oliver Smith
d4fe8e365b kdeclarative: bump pkgrel because of qt update [skip ci] 2018-05-03 01:54:20 +02:00
Oliver Smith
709e3c5bfb kirigami2: don't depend on plasma-framework-dev
This was a circular dependency, because plasma-framework depends on
kirigami2-dev. Furthermore it broke building, because the old
plasma-framework-dev could not be used as it depended on a package that
has been renamed.
2018-05-03 01:23:42 +02:00
Oliver Smith
88f4f32070 KDE: bump pkgrels of pkgs using qt5-qtx11extras 2018-05-02 22:56:22 +02:00
Oliver Smith
d94853c525 KDE: fix depend on renamed qt5-qtx11extras
Old package name was qt5-x11extras.
2018-05-02 22:50:29 +02:00
Oliver Smith
f43151c365 Bump pkgrels of KDE packages after QT upgrade [skip ci]
These are private QT API users (see #978), so they need to be rebuilt:
kwayland, kwin, plasma-framework
2018-05-02 07:47:29 +02:00
Bart Ribbers
bc0cf15634 Update KDE Frameworks to 5.45 (#1413) 2018-04-15 21:24:48 +00:00
Bart Ribbers
d372f6f000 Bump pkgrel due to libressl soname upgrade (#1400)
Affected packages:
* qca-qt5
* qt5-qtbase
* libsamsung-ipc
2018-04-09 16:29:57 +00:00
Bhushan Shah
3b01bb6faf Add kwayland-integration to plasma-mobile dep (#1338)
* Add kwayland-integration packaging
* Make postmarketos-ui-plasma-mobile depend on kwayland-integration
2018-03-15 21:40:52 +00:00