42 Commits

Author SHA1 Message Date
rsadowski
9b2133f6ad Remove default maintainer in kf5.port.mk
Bump or explicit set me as maintainer.
2021-03-15 06:28:03 +00:00
rsadowski
08adc3075b Regen WANTLIB 2021-01-26 11:47:09 +00:00
rsadowski
f0dcad03a7 Remove wrong gtk-update-icon-cache directory
Spotted by and ok landry@, thanks
2021-01-04 06:13:31 +00:00
rsadowski
5d85ff1f8e Update kmymoney to 5.1.1 2020-12-21 11:14:52 +00:00
rsadowski
30cab363a0 Fix WANTLIB 2020-10-26 15:36:08 +00:00
rsadowski
9cc227730f Unbreak with productivity/libalkimia 8.0.3 2020-07-25 10:45:44 +00:00
rsadowski
e3fc99a4cf Unbreak kmymoney by update to version 5.1.0
This update switch kmymoney from Qt4/KDE4 to 5.
2020-07-16 05:01:23 +00:00
rsadowski
3e75aed1ec Unhook KDE4
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.

The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.

What happened here:

- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
 - klogic
 - soprano
 - strigi
 - automoc
 - prison
 - qimageblitz
 - cagibi
 - libkvkontakte
 - akonadi
 - attica
 - libalkimia
 - libkfbapi
 - libkgapi
 - qoauth
 - kwebkitpart
 - grantlee
 - libkscreen
 - polkit-qt
2020-06-13 16:22:52 +00:00
danj
a4577c7171 Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:46:32 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
5ec8553c69 llvm7: fix ordered comparison between pointer and zero 2019-01-24 22:39:51 +00:00
naddy
59455c520f llvm7: fix ordered comparison between pointer and zero 2019-01-23 19:17:05 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
espie
0ff5d4cb86 dependency: missed one 2018-07-23 08:05:58 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
rsadowski
e3b3091c90 Unhook kcalc KDE4 and hook KDE5
RUN_DPENEDS change from x11/kde4/kcalc to x11/kde-applications/kcalc
in productivity/kmymoney.
2018-06-06 10:30:16 +00:00
rsadowski
90ef8ccd79 Bump after security/gpgme update 2018-04-14 10:14:04 +00:00
rsadowski
fc4f81ab31 (Last) try to unbreak kmymoney
Create a custom target for KMYMONEYSETTINGS_H and create dependencies for all
targets which include/use generated kmymoneysettings.h

Tested by and ok sthen@ Thanks!
2018-03-21 19:21:33 +00:00
rsadowski
9c6de25074 Unbreak
- add missing CMAKE_CURRENT_{SOURCE,BINARY}_DIR to find kmymoneysettings.h
- rm -DCMAKE_POLICY_DEFAULT_CMP0071=NEW (Revert previous commit) and also
  revert reorder patch

spotted by naddy@ (Hopefully for the last time)
2018-03-20 12:52:26 +00:00
rsadowski
fe622d820f Set -DCMAKE_POLICY_DEFAULT_CMP0071=NEW to stabilize the build
"Since version 3.10, CMake processes regular and GENERATED source files in
AUTOMOC and AUTOUIC. In earlier CMake versions, only regular source files were
processed. GENERATED source files were ignored silently."

"The NEW behavior for this policy is to process GENERATED source files in
AUTOMOC and AUTOUIC just like regular source files."

Spotted by naddy@ and sthen@ in different bulks
2018-03-16 08:18:00 +00:00
rsadowski
ed636642f7 Unbreak kmymoney build; spotted by naddy@ Thanks! 2018-02-04 21:32:32 +00:00
rsadowski
a994d85ea8 Update kmymoney to 4.8.1.1
go ahead zhuk@
2018-01-15 23:12:48 +00:00
edd
3bc18c7732 Update security/gpgme to 1.9.0 and deal with fallout across the tree.
Fallout stems from the removal of the gpgme-pthread shared object.

Initial diff by me, refreshed diff from jca@.

Tested in a bulk by ajacoutot@.

OK jca@, ajacoutot@. Thanks.
2017-12-02 12:44:33 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
ajacoutot
bdca485ff0 Bump after libical pkgpath change. 2017-11-08 05:36:11 +00:00
dcoppa
2b5e133248 Fix Ninja build and remove 'USE_NINJA=No'
fixes from upstream git

ok rsadowski@
2017-08-24 09:31:35 +00:00
sthen
9b473d3fe0 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 10:05:20 +00:00
rsadowski
87ce984d78 disable doxygen
ok jca@
2017-04-29 16:16:38 +00:00
zhuk
138a8b9b64 Fix KBanking after update to 4.8.0.
The actual issue was that gwenhyfar had CMake interface different to what
KMyMoney was expecting.

Initial report from dorian dot buettner at gmx dot de, thanks!
2017-01-20 09:14:12 +00:00
zhuk
ac3c01b853 Update KMyMoney to 4.8.0.
KMyMoney gets faster, and grows support for online banking.

This update also includes local patches with support for new Belarusian
Ruble (1 BYN = 10000 BYR, since 01.07.2016), to be sent upstream.
2017-01-14 11:19:04 +00:00
zhuk
10575867cc MODGETTEXT_TOOLS is already set by default. Pointed out by aja@.
It looks like I need to stop juicing and restart coffeing...
2015-08-12 12:33:02 +00:00
zhuk
8a594154bd More gettext-tools love for KDE4 ports.
Inspired by recent aja@ commit in ktorrent-kde4.
2015-08-12 10:00:50 +00:00
zhuk
70e31df8d9 Update KMyMoney to 4.7.2.
The last patch gets removed, hurray!
2015-07-17 08:29:28 +00:00
ajacoutot
79589a1e82 Bump after the recent phonon MODULE change. 2015-06-26 09:18:39 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
ajacoutot
be1f4fed5d x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:14:14 +00:00
zhuk
20345466ed Unify my email in MAINTAINER lines to make portroach happy.
Kindly reminded by jasper@ a week (or two?) ago, sorry for slacking.
2014-11-02 10:33:50 +00:00
zhuk
96b46c5507 The Personal Finance Manager for free users. The ultimate objectives
of KMyMoney are:

* Accuracy. Using time tested double entry accounting principles
  KMyMoney can help ensure that your finances are kept in correct
  order.

* Ease of use. KMyMoney strives to be the easiest open source
  personal finance manager to use, especially for the non-technical
  user.

* Familiar features. KMyMoney intends to provide all important
  features found in the commercially-available, personal finance
  managers.

Long-time tested by nigel@, final okay landry@.
2014-07-09 16:09:35 +00:00