Commit Graph

24985 Commits

Author SHA1 Message Date
Schrijvers Luc
18837057c4 kdsoap, bump version, add qt6 package (#10411) 2024-05-04 09:55:33 +02:00
Schrijvers Luc
68fa05c3b5 osmctools, new recipe (#10414) 2024-05-03 18:55:00 +02:00
Schrijvers Luc
95d2bf208c mm_common, bump version (#10413) 2024-05-03 17:49:34 +02:00
Schrijvers Luc
852c239a0d futuresql, enable 32bit (#10410) 2024-05-03 14:52:32 +02:00
Schrijvers Luc
333c898e8f futuresql, revbump, switch to official release (#10409) 2024-05-03 14:02:56 +02:00
Schrijvers Luc
edf5ccafd5 qcoro, bump version, cleanup (#10408) 2024-05-03 13:28:59 +02:00
Schrijvers Luc
0c9584bdba kdesdk_thumbnailers, new recipe (#10406) 2024-05-02 15:17:20 +02:00
Schrijvers Luc
91d17f7255 libsass, bump version (#10405) 2024-05-02 14:46:11 +02:00
Schrijvers Luc
916790db28 nano, bump version (#10403) 2024-05-02 13:24:05 +02:00
Schrijvers Luc
b377726538 pimcommon, revbump, move qtdesigner plugins to the right path (#10401) 2024-05-01 18:34:19 +02:00
Schrijvers Luc
99c9cff6e4 akonadi, revbump, move qtdesigner plugin to the right place (#10400) 2024-05-01 18:21:33 +02:00
Schrijvers Luc
d4cb88cbee rehex, revbump, build fixes (#10399) 2024-05-01 17:41:56 +02:00
Schrijvers Luc
f392c1b88b libkdepim, revbump, move qtdesigner to the right place, cleanup (#10398) 2024-05-01 11:58:38 +02:00
Schrijvers Luc
41c57930d0 kpimtextedit, revome unneeded version for ECM, no rebuild (#10397) 2024-05-01 11:50:13 +02:00
Schrijvers Luc
a57a0b2819 kpimtextedit, revbump, move qtdesigner plugin to the right place, cleanup (#10396) 2024-05-01 11:38:41 +02:00
Schrijvers Luc
0e3deb3cf5 kitemviews, revbump, move qtdesigner plugin to the right place, cleanup (#10394) 2024-05-01 11:24:43 +02:00
Schrijvers Luc
37d46cd91a extra_cmake_modules, bump version, add documentation package (#10395) 2024-05-01 11:17:02 +02:00
PulkoMandy
584ebda8f7 rehex: fix build
I had patches in generated files, patch the generator instead.
Also provide the same flags at build and install time (it seems to help
with locating the plugins)
2024-05-01 11:09:43 +02:00
PulkoMandy
9a6199aa67 rehex: add recipe 2024-05-01 10:42:53 +02:00
Schrijvers Luc
b009fa7a48 kplotting, revbump, move qtdesigner plugin to the right place, cleanup (#10393) 2024-05-01 10:38:29 +02:00
Schrijvers Luc
2f937b20b1 ksyntax_highlighting, revbump, move qtdesigner plugin to the right place, cleanup (#10392) 2024-05-01 10:29:46 +02:00
Schrijvers Luc
5aacc2af91 ktextwidgets, revbump, move qtdesigner plugin to the right place, cleanup (#10391) 2024-05-01 10:14:01 +02:00
Schrijvers Luc
5381901dcb kcompletion, revbump, move qtdesigner plugin to correct path, cleanup (#10390) 2024-05-01 10:00:15 +02:00
augiedoggie
bafd44ed4e cronie: miscellaneous fixes (#10389)
move settings back to /system/settings and adjust documentation
create crond user for the daemon to use
fix sendmail paths
fix standard PATH variable for jobs
2024-05-01 00:04:56 -06:00
Schrijvers Luc
6b5724682f phonon, revbump, move plugin to correct place, cleanup recipe (#10387) 2024-05-01 07:55:07 +02:00
augiedoggie
bf0537fd9e mutt: update to 2.2.13 (#10388) 2024-04-30 18:02:35 -06:00
augiedoggie
29c3b67529 at: add recipe for 3.2.5 (#10385)
The recipe needs the post-install script to fix directory and executable
permissions, similar to the `dma` recipe.
2024-04-30 17:48:19 -06:00
augiedoggie
e8f9a7f304 dma: fix 32 bit requirements 2024-04-30 17:43:37 -06:00
augiedoggie
8ea68cb1f8 dma: add recipe for 0.14~git (#10384)
Untested with internet delivery but delivering to local users works.

The recipe is a bit ugly since the `dma` executable wants to have setgid of the
group that is created by the package itself.  The package could be made to run
as uid 0, but, using a post-install script to make the spool dirs and a copy of
the dma executable with correct ownership seems to work ok for now.
2024-04-30 17:39:24 -06:00
Schrijvers Luc
748da473a8 Add recipe for lastfm, patch commes from Debian (#10386) 2024-04-30 17:57:37 +02:00
augiedoggie
c633bb3b18 meson_python: add summary
fixes #10380
2024-04-29 01:30:37 -06:00
Schrijvers Luc
32aada3ec8 prison, revbump, add zxing library for libKF5PrisonScanner (#10383)
Also some cleanup/fixing install/packaging
2024-04-28 14:53:55 +02:00
PulkoMandy
08cc563ac5 libsdl2: remove unneeded extra looper
When SDL2 is running in an application that already has a main thread,
it started its own looper to handle things. This create problems because
this thread can end up calling application code, and the code is
confused about which thread it is running in.

Instead, create a BHandler and attach it to the existing BApplication
looper, so all code is run from the same thread.
2024-04-28 12:16:38 +02:00
PulkoMandy
56c190c904 GrafX2: update to version 2.9 2024-04-28 12:14:50 +02:00
Piotr Halama
0ec0d86aeb Add Cro-Mag Rally recipe (#10298)
* Add Cro-Mag Rally recipe
2024-04-28 07:51:28 +02:00
augiedoggie
803c94db5f ccls: update to 0.20240202 (#10382) 2024-04-27 21:14:29 -06:00
augiedoggie
64209a3313 tinyxxd: fix gcc_syslibs_devel package name on 32 bit 2024-04-27 19:13:38 -06:00
augiedoggie
005b9c7f40 tinyxxd: add recipe for 1.3.1 (#10381) 2024-04-27 19:05:20 -06:00
Joachim Mairböck
f173593675 xapian: add workarounds for outdated haikuporter versions
The fixCMake scriptlet had some bugs until recently, and the builders aren't updated yet.
2024-04-27 15:26:18 +02:00
Joachim Mairböck
20fcab5132 xapian: fix references to $libDir where $developLibDir should be used
using the fixed `fixCMake` scriptlet

remove the now unneeded library symlink
2024-04-27 14:49:18 +02:00
Schrijvers Luc
c7948a72c5 xapian, bump version (#10379)
link *.so back into libDir , fixes build for khelpcenter(still not functiona)
2024-04-27 11:01:37 +02:00
Gerasim Troeglazov
f946c01c47 libreoffice: fix crash for presentation mode 2024-04-26 21:38:05 +10:00
Alex Brown
51607cf3b8 mame: Update to 0.265 (#10377) 2024-04-26 12:15:18 +02:00
Schrijvers Luc
70ee26b874 add actual rdef file (#10378) 2024-04-26 11:56:34 +02:00
Schrijvers Luc
96fafa8acd krdc, bump version (#10365) 2024-04-26 11:32:48 +02:00
Schrijvers Luc
fed64248d6 freerdp, bump version (#10364) 2024-04-26 11:21:37 +02:00
Zakero
3b73f22653 fossil: update to 2.24 (#10369) 2024-04-26 11:02:34 +02:00
Schrijvers Luc
a340428f08 gpgme, disable kill gpg-agent, fails on buildmaster (#10376) 2024-04-25 14:02:02 +02:00
Schrijvers Luc
d56c352763 ghostwriter, bump version (#10375) 2024-04-25 12:44:01 +02:00
Schrijvers Luc
3b7748a9de gpgme, bump version (#10368) 2024-04-25 12:40:22 +02:00