DISTFILES: stx-btree: stx-btree-0.9.tar.bz2

2019-05-13 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://panthema.net/2007/stx-btree/stx-btree-0.9.tar.bz2
823b16956c50d63040953962d720e837  stx-btree-0.9.tar.bz2
Size: 1726256 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: hamlib: hamlib-3.3.tar.gz

2019-05-13 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/Hamlib/Hamlib/releases/download/3.3/hamlib-3.3.tar.gz
2faa2894a61ed0ef307740aa6e3b73e4  hamlib-3.3.tar.gz
Size: 2192119 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/hamlib] - new; partially based on Fedora package

2019-05-13 Thread qboosh
commit e4d9f909ad7cdd5ebdf0e46114405f6ac4acc1c4
Author: Jakub Bogusz 
Date:   Mon May 13 21:56:54 2019 +0200

- new; partially based on Fedora package

 hamlib-format.patch   |  11 ++
 hamlib-info.patch |  14 ++
 hamlib-perl_install.patch |  11 ++
 hamlib-usrp.patch |  11 ++
 hamlib.spec   | 374 ++
 5 files changed, 421 insertions(+)
---
diff --git a/hamlib.spec b/hamlib.spec
new file mode 100644
index 000..cfcf1a9
--- /dev/null
+++ b/hamlib.spec
@@ -0,0 +1,374 @@
+#
+# Conditional build:
+%bcond_without static_libs # static library
+%bcond_without usrp# USRP backend
+%bcond_without lua # Lua binding
+%bcond_without perl# Perl binding
+%bcond_without python  # Python binding
+%bcond_without tcl # Tcl binding
+
+Summary:   Library to control radio transceivers and receivers
+Summary(pl.UTF-8): Biblioteka do sterowania nadajnikami i odbiornikami 
radiowymi
+Name:  hamlib
+Version:   3.3
+Release:   1
+License:   LGPL v2.1+ (library), GPL v2+ (programs)
+Group: Libraries
+#Source0Download: https://github.com/Hamlib/Hamlib/releases
+Source0:   
https://github.com/Hamlib/Hamlib/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 2faa2894a61ed0ef307740aa6e3b73e4
+Patch0:%{name}-perl_install.patch
+Patch1:%{name}-format.patch
+Patch2:%{name}-info.patch
+Patch3:%{name}-usrp.patch
+URL:   http://hamlib.org/
+BuildRequires: autoconf >= 2.67
+BuildRequires: automake
+BuildRequires: boost-devel
+BuildRequires: doxygen
+BuildRequires: gd-devel
+BuildRequires: libltdl-devel >= 2:2.2.6b
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:2.2.6b
+%{?with_usrp:BuildRequires:libusrp-devel >= 0.8}
+BuildRequires: libusb-devel >= 1.0
+BuildRequires: libxml2-devel >= 2.0
+%{?with_lua:BuildRequires: lua52-devel >= 5.2}
+%{?with_perl:BuildRequires:perl-devel}
+BuildRequires: pkgconfig
+%{?with_python:BuildRequires:  python-devel >= 2.1}
+BuildRequires: readline-devel
+%{?with_perl:BuildRequires:swig-perl >= 1.3.22}
+%{?with_python:BuildRequires:  swig-python >= 1.3.22}
+%{?with_tcl:BuildRequires: swig-tcl >= 1.3.22}
+%{?with_tcl:BuildRequires: tcl-devel}
+BuildRequires: texinfo
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hamlib provides a standardized programming interface that applications
+can use to send the appropriate commands to a radio.
+
+Also included in the package is a simple radio control program
+'rigctl', which lets one control a radio transceiver or receiver,
+either from command line interface or in a text-oriented interactive
+interface.
+
+%description -l pl.UTF-8
+Hamlib zapewnia ustandaryzowany interfejs programistyczny, który może
+być używany przez aplikacje do wysyłania odpowiednich poleceń do
+radia.
+
+W pakiecie dołączony jest także prosty program do sterowania radiem
+"rigctl", który pozwala sterować nadajnikiem lub odbiornikiem radiowym
+z poziomu linii poleceń lub interaktywnego interfejsu tekstowego.
+
+%package devel
+Summary:   Header files for Hamlib library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Hamlib
+License:   LGPL v2.1+
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  libusb-devel >= 1.0
+
+%description devel
+Development headers for building C applications with Hamlib radio
+control library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe do tworzenia aplikacji w C z użyciem biblioteki
+sterującej radiem Hamlib.
+
+%package static
+Summary:   Static Hamlib library
+Summary(pl.UTF-8): Statyczna biblioteka Hamlib
+License:   LGPL v2.1+
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static Hamlib library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka Hamlib.
+
+%package doc
+Summary:   Documentation for the Hamlib radio control library
+Summary(pl.UTF-8): Dokumentacja do biblioteki sterującej radiem Hamlib
+License:   LGPL v2.1+
+Group: Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch: noarch
+%endif
+
+%description doc
+This package provides the developers documentation for the Hamlib
+radio control library API.
+
+%description doc -l pl.UTF-8
+Ten pakiet zawiera dokumentację programistyczną API biblioteki
+sterującej radiem Hamlib.
+
+%package c++
+Summary:   Hamlib radio control library C++ binding
+Summary(pl.UTF-8): Wiązanie C++ do biblioteki sterującej radiem Hamlib
+License:   LGPL v2.1+
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description c++
+Hamlib radio control library C++ language binding.
+
+%description c++ -l pl.UTF-8
+Wiązanie C++ do biblioteki sterującej radiem Hamlib.
+
+%package c++-devel

[packages/hamlib] Created branch master

2019-05-13 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  e4d9f90... - new; partially based on Fedora package
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/stx-btree] Created branch master

2019-05-13 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  38d48a9... - new
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/stx-btree] - new

2019-05-13 Thread qboosh
commit 38d48a9455f500a714dbb4eabf7f7a68c37ea189
Author: Jakub Bogusz 
Date:   Mon May 13 21:55:26 2019 +0200

- new

 stx-btree.spec | 140 +
 1 file changed, 140 insertions(+)
---
diff --git a/stx-btree.spec b/stx-btree.spec
new file mode 100644
index 000..ee6f8ed
--- /dev/null
+++ b/stx-btree.spec
@@ -0,0 +1,140 @@
+# NOTE: for legacy applications; new projects should use tlx
+#
+# Conditional build:
+%bcond_without wx  # wxWidgets based demo
+#
+Summary:   STX B+ Tree C++ template classes
+Summary(pl.UTF-8): Klasy szablonów STX implementujących B+-drzewa w C++
+Name:  stx-btree
+Version:   0.9
+Release:   1
+License:   Boost v1.0 (library), GPL v3 (demo and tests)
+Group: Libraries
+Source0:   http://panthema.net/2007/stx-btree/%{name}-%{version}.tar.bz2
+# Source0-md5: 823b16956c50d63040953962d720e837
+URL:   http://panthema.net/2007/stx-btree/
+%if %{with wx}
+BuildRequires: libstdc++-devel
+BuildRequires: wxGTK3-unicode-devel >= 2.6.0
+%endif
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The STX B+ Tree package is a set of C++ template classes implementing
+a B+ tree key/data container in main memory. The classes are designed
+as drop-in replacements of the STL containers set, map, multiset and
+multimap and follow their interfaces very closely. By packing
+multiple value pairs into each node of the tree the B+ tree reduces
+heap fragmentation and utilizes cache-line effects better than the
+standard red-black binary tree. The tree algorithms are based on the
+implementation in Cormen, Leiserson and Rivest's Introduction into
+Algorithms, Jan Jannink's paper and other algorithm resources. The
+classes contain extensive assertion and verification mechanisms to
+ensure the implementation's correctness by testing the tree
+invariants. To illustrate the B+ tree's structure a wxWidgets demo
+program is included in %{name}-demo subpackage.
+
+%description -l pl.UTF-8
+Pakiet STX B+ Tree to zbiór klas szablonów C++ implementujących
+kontenery B+-drzew klucz-wsartość w pamięci głównej. Klasy są
+zaprojektowane jako zamienniki kontenerów STL: set, map, multiset i
+multimap, z bardzo zbliżonymi interfejsami. Dzięki upakowaniu wielu
+oar wartości w pojedynczym węźle B+-drzewa zmniejsza się fragmentacja
+sterty i lepiej wykorzystywane są efekty wierszy pamięci podręcznej
+niż w standardowych drzewach czerwono-czarnych. Algorytmy drzew są
+oparte na "Wprowadzeniu do algorytmów" Cormena, Leisersona i Rivesta,
+dokumencie Jana Janninka oraz innych źródłach. Klasy zawierają
+obszerne mechanizmy zapewnień i weryfikacji, aby zapewnić poprawność
+implementacji poprzez testowanie niezmienników drzewa. W celu
+zilustrowania struktury drzew B+, załączony jest oparty na wxWidgets
+program demonstracyjny (podpakiet %{name}-demo).
+
+%package devel
+Summary:   STX B+ Tree C++ template classes
+Summary(pl.UTF-8): Klasy szablonów STX implementujących B+-drzewa w C++
+License:   Boost v1.0
+Group: Development/Libraries
+Requires:  libstdc++-devel
+
+%description devel
+The STX B+ Tree package is a set of C++ template classes implementing
+a B+ tree key/data container in main memory. The classes are designed
+as drop-in replacements of the STL containers set, map, multiset and
+multimap and follow their interfaces very closely. By packing
+multiple value pairs into each node of the tree the B+ tree reduces
+heap fragmentation and utilizes cache-line effects better than the
+standard red-black binary tree. The tree algorithms are based on the
+implementation in Cormen, Leiserson and Rivest's Introduction into
+Algorithms, Jan Jannink's paper and other algorithm resources. The
+classes contain extensive assertion and verification mechanisms to
+ensure the implementation's correctness by testing the tree
+invariants.
+
+%description devel -l pl.UTF-8
+Pakiet STX B+ Tree to zbiór klas szablonów C++ implementujących
+kontenery B+-drzew klucz-wsartość w pamięci głównej. Klasy są
+zaprojektowane jako zamienniki kontenerów STL: set, map, multiset i
+multimap, z bardzo zbliżonymi interfejsami. Dzięki upakowaniu wielu
+oar wartości w pojedynczym węźle B+-drzewa zmniejsza się fragmentacja
+sterty i lepiej wykorzystywane są efekty wierszy pamięci podręcznej
+niż w standardowych drzewach czerwono-czarnych. Algorytmy drzew są
+oparte na "Wprowadzeniu do algorytmów" Cormena, Leisersona i Rivesta,
+dokumencie Jana Janninka oraz innych źródłach. Klasy zawierają
+obszerne mechanizmy zapewnień i weryfikacji, aby zapewnić poprawność
+implementacji poprzez testowanie niezmienników drzewa.
+
+%package demo
+Summary:   STX B+ Tree demo GUI
+Summary(pl.UTF-8): Graficzny interfejs demonstracyjny do B+-drzew STX
+License:   GPL v3
+Group: X11/Applications
+
+%description demo
+This demonstration program draws illustrations of the B+ trees
+constructed by the STX B+ 

[packages/ka5-libkdcraw] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit d557dedad3a5eae1cb079512e08cbb7a03a72415
Author: Witold Filipczyk 
Date:   Mon May 13 11:27:22 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-libkdcraw.spec | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ka5-libkdcraw.spec b/ka5-libkdcraw.spec
index 0850c9d..060c06d 100644
--- a/ka5-libkdcraw.spec
+++ b/ka5-libkdcraw.spec
@@ -1,19 +1,20 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  libkdcraw
 Summary:   Libkdcraw
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: daa3a67d3e2f5efe1ce6710a54580e1e
+# Source0-md5: 44f355eb057be6191b3aed8918e26b3c
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
 BuildRequires: cmake >= 2.8.12
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
 BuildRequires: libraw-devel >= 0.18
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
@@ -51,6 +52,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-libkdcraw.git/commitdiff/d557dedad3a5eae1cb079512e08cbb7a03a72415

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kwordquiz: kwordquiz-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kwordquiz-19.04.1.tar.xz
a76504898a44874ea4f875388e5ad8e1  kwordquiz-19.04.1.tar.xz
Size: 4166792 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-zeroconf-ioslave] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit bb0ee69aa4155d61af70fc40e08a9cbba183ed26
Author: Witold Filipczyk 
Date:   Mon May 13 11:41:54 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-zeroconf-ioslave.spec | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/ka5-zeroconf-ioslave.spec b/ka5-zeroconf-ioslave.spec
index 0d37ee2..f65e46d 100644
--- a/ka5-zeroconf-ioslave.spec
+++ b/ka5-zeroconf-ioslave.spec
@@ -1,23 +1,24 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  zeroconf-ioslave
 Summary:   zeroconf ioslave
 Summary(pl.UTF-8): zeroconf ioslave
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 41d470c2e191086efea24ecd4d1f
+# Source0-md5: 1293682d80aacba090e61b74e88a4745
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.37.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.37.0
-BuildRequires: kf5-kdnssd-devel >= 5.37.0
-BuildRequires: kf5-ki18n-devel >= 5.37.0
-BuildRequires: kf5-kio-devel >= 5.37.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdnssd-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= 5.9.0
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -34,6 +35,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-zeroconf-ioslave.git/commitdiff/bb0ee69aa4155d61af70fc40e08a9cbba183ed26

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-libgravatar: libgravatar-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/libgravatar-19.04.1.tar.xz
f5d0426850b912096380898b99ed567b  libgravatar-19.04.1.tar.xz
Size: 31084 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-parley: parley-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/parley-19.04.1.tar.xz
ddaaedcba6dc4959fd87cb65809f5398  parley-19.04.1.tar.xz
Size: 8819920 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kde-dev-utils: kde-dev-utils-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kde-dev-utils-19.04.1.tar.xz
312caee5e2ef7bc6a160f26be19720d3  kde-dev-utils-19.04.1.tar.xz
Size: 61736 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ktp-auth-handler: ktp-auth-handler-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ktp-auth-handler-19.04.1.tar.xz
5e8dcf22d70f9fbfb9b19d6672d26fa3  ktp-auth-handler-19.04.1.tar.xz
Size: 45992 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-klickety: klickety-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/klickety-19.04.1.tar.xz
4cf1720bb5f3dd837837bb0cb7beda8e  klickety-19.04.1.tar.xz
Size: 1388332 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kmix: kmix-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kmix-19.04.1.tar.xz
d7c0dc5f49170e435a25abd8c3f63f94  kmix-19.04.1.tar.xz
Size: 1070212 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ksirk: ksirk-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ksirk-19.04.1.tar.xz
738cc304a28a8e5e81f608ccec9c4608  ksirk-19.04.1.tar.xz
Size: 6994692 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-k3b] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 88b2f65340fb15ee68283860ad62805fe9292d17
Author: Witold Filipczyk 
Date:   Mon May 13 11:27:52 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-k3b.spec | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/ka5-k3b.spec b/ka5-k3b.spec
index c3754f5..83c4bdf 100644
--- a/ka5-k3b.spec
+++ b/ka5-k3b.spec
@@ -1,21 +1,22 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  k3b
 Summary:   K3b - CD Kreator
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 7909afd711ca91fa901ee91ae833c1cf
+# Source0-md5: 6c1900f17b3c9bdb24a15750b162f775
 Patch0:musepack.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: ffmpeg-devel
 BuildRequires: flac-c++-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
 BuildRequires: libdvdread-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libmad-devel
@@ -69,6 +70,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -110,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/qt5/plugins/kcm_k3blameencoder.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/kcm_k3boggvorbisencoder.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/kcm_k3bsoxencoder.so
-%attr(755,root,root) %{_libdir}/qt5/plugins/kio_videodvd.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kf5/kio/videodvd.so
 %{_desktopdir}/org.kde.k3b.desktop
 %{_iconsdir}/hicolor/128x128/apps/k3b.png
 %{_iconsdir}/hicolor/128x128/mimetypes/application-x-k3b.png


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-k3b.git/commitdiff/88b2f65340fb15ee68283860ad62805fe9292d17

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: exim-surbl: exim_surbl-2.3.tar.gz

2019-05-13 Thread arekm
Request by: arekm


Files fetched: 1

STORED: https://www.teuton.org/~ejm/exim_surbl/exim_surbl-2.3.tar.gz
fe23aad8d686ef9c48f9e82461a2f1bc  exim_surbl-2.3.tar.gz
Size: 26394 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-mailcommon: mailcommon-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/mailcommon-19.04.1.tar.xz
397523460229c5ce6ff8f45ae2b7a9ce  mailcommon-19.04.1.tar.xz
Size: 690812 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kpimtextedit] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit cf4e311c7b9606d0260f40f008e1af5070470a6b
Author: Witold Filipczyk 
Date:   Mon May 13 11:22:29 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kpimtextedit.spec | 45 -
 1 file changed, 24 insertions(+), 21 deletions(-)
---
diff --git a/ka5-kpimtextedit.spec b/ka5-kpimtextedit.spec
index 6b4ed88..4ca113f 100644
--- a/ka5-kpimtextedit.spec
+++ b/ka5-kpimtextedit.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kpimtextedit
 Summary:   kpimtextedit
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d77baed89dd36f512d47504260788ba0
+# Source0-md5: 0f49b6caf016bbd2a7b3ccb0b70670f0
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Designer-devel
@@ -20,20 +21,22 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: grantlee-qt5-devel >= 5.1
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcodecs-devel >= 5.51.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.51.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.51.0
-BuildRequires: kf5-kemoticons-devel >= 5.51.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
-BuildRequires: kf5-ktextwidgets-devel >= 5.51.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.51.0
-BuildRequires: kf5-kxmlgui-devel >= 5.51.0
-BuildRequires: kf5-sonnet-devel >= 5.51.0
-BuildRequires: kf5-syntax-highlighting-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcodecs-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kdesignerplugin-devel >= %{kframever}
+BuildRequires: kf5-kemoticons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-ktextwidgets-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
+BuildRequires: kf5-sonnet-devel >= %{kframever}
+BuildRequires: kf5-syntax-highlighting-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -62,15 +65,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kpimtextedit.git/commitdiff/cf4e311c7b9606d0260f40f008e1af5070470a6b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-akregator: akregator-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/akregator-19.04.1.tar.xz
340261c2093ab372367dbc99d4226831  akregator-19.04.1.tar.xz
Size: 2189328 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-klickety] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 94fb7f6584cf40b0c2faa7dd1bdc54ae9f7c8968
Author: Witold Filipczyk 
Date:   Mon May 13 11:33:58 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-klickety.spec | 30 --
 1 file changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/ka5-klickety.spec b/ka5-klickety.spec
index d26b38d..240dbbb 100644
--- a/ka5-klickety.spec
+++ b/ka5-klickety.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  klickety
 Summary:   klickety
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 73595e74682e9546a4671c22940ddaac
+# Source0-md5: 4cf1720bb5f3dd837837bb0cb7beda8e
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,17 +19,17 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kio-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-klickety.git/commitdiff/94fb7f6584cf40b0c2faa7dd1bdc54ae9f7c8968

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-libkcompactdisc] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 43db461998ecb72d46127ddd314a69b489bc939e
Author: Witold Filipczyk 
Date:   Mon May 13 11:25:41 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-libkcompactdisc.spec | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/ka5-libkcompactdisc.spec b/ka5-libkcompactdisc.spec
index 8266fe6..0f205ad 100644
--- a/ka5-libkcompactdisc.spec
+++ b/ka5-libkcompactdisc.spec
@@ -1,23 +1,24 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  libkcompactdisc
 Summary:   KCompactdisc
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 16bd9f40f79eddc1f49980c9f091d199
+# Source0-md5: 8b135685231e6b15399f4dbb696ca84c
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.24.0
-BuildRequires: kf5-ki18n-devel >= 5.24.0
-BuildRequires: kf5-solid-devel >= 5.24.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-solid-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: phonon-qt5-devel >= 4.8.0
 BuildRequires: qt5-build >= %{qtver}
@@ -51,6 +52,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-libkcompactdisc.git/commitdiff/43db461998ecb72d46127ddd314a69b489bc939e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kolf] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 65a8c2ca15f002814e1454296588c9571d6436ad
Author: Witold Filipczyk 
Date:   Mon May 13 11:35:25 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kolf.spec | 33 ++---
 1 file changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/ka5-kolf.spec b/ka5-kolf.spec
index c34a72a..7539393 100644
--- a/ka5-kolf.spec
+++ b/ka5-kolf.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kolf
 Summary:   kolf
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 2123a7267b77e38b6882955115f0c4be
+# Source0-md5: 77867c5d785c19da3cc50727715cfac2
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Qml-devel >= 5.11.1
@@ -17,18 +18,18 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-kcompletion-devel >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdelibs4support-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kio-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-kcompletion-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdelibs4support-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -51,6 +52,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -75,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/32x32/apps/kolf.png
 %{_iconsdir}/hicolor/48x48/apps/kolf.png
 %{_iconsdir}/hicolor/64x64/apps/kolf.png
+%{_iconsdir}/hicolor/scalable/apps/kolf.svgz
 %{_datadir}/kolf
 %{_datadir}/kxmlgui5/kolf
 %{_datadir}/metainfo/org.kde.kolf.appdata.xml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kolf.git/commitdiff/65a8c2ca15f002814e1454296588c9571d6436ad

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kmail] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit c667b9eb5c27f881450088a313cc514bea538063
Author: Witold Filipczyk 
Date:   Mon May 13 11:34:30 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kmail.spec | 59 +++---
 1 file changed, 32 insertions(+), 27 deletions(-)
---
diff --git a/ka5-kmail.spec b/ka5-kmail.spec
index f782418..0e2776d 100644
--- a/ka5-kmail.spec
+++ b/ka5-kmail.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kmail
 Summary:   kmail
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: e6b671e85313439a3172b672f284d3cb
+# Source0-md5: aaef555dd6a8958c4737cc2851f20811
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
@@ -48,30 +49,30 @@ BuildRequires:  ka5-mailcommon-devel >= %{kdeappsver}
 BuildRequires: ka5-messagelib-devel >= %{kdeappsver}
 BuildRequires: ka5-messagelib-devel >= %{kdeappsver}
 BuildRequires: ka5-pimcommon-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.51.0
-BuildRequires: kf5-kbookmarks-devel >= 5.51.0
-BuildRequires: kf5-kcmutils-devel >= 5.51.0
-BuildRequires: kf5-kcodecs-devel >= 5.51.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.51.0
-BuildRequires: kf5-kcrash-devel >= 5.51.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.51.0
-BuildRequires: kf5-kdoctools-devel >= 5.51.0
-BuildRequires: kf5-kguiaddons-devel >= 5.51.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
-BuildRequires: kf5-kitemviews-devel >= 5.51.0
-BuildRequires: kf5-kjobwidgets-devel >= 5.51.0
-BuildRequires: kf5-knotifications-devel >= 5.51.0
-BuildRequires: kf5-knotifyconfig-devel >= 5.51.0
-BuildRequires: kf5-kparts-devel >= 5.51.0
-BuildRequires: kf5-kservice-devel >= 5.51.0
-BuildRequires: kf5-ktextwidgets-devel >= 5.51.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.51.0
-BuildRequires: kf5-kwindowsystem-devel >= 5.51.0
-BuildRequires: kf5-kxmlgui-devel >= 5.51.0
-BuildRequires: kf5-sonnet-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kbookmarks-devel >= %{kframever}
+BuildRequires: kf5-kcmutils-devel >= %{kframever}
+BuildRequires: kf5-kcodecs-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kguiaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kitemviews-devel >= %{kframever}
+BuildRequires: kf5-kjobwidgets-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-knotifyconfig-devel >= %{kframever}
+BuildRequires: kf5-kparts-devel >= %{kframever}
+BuildRequires: kf5-kservice-devel >= %{kframever}
+BuildRequires: kf5-ktextwidgets-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kwindowsystem-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
+BuildRequires: kf5-sonnet-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -92,6 +93,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -134,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/qt5/plugins/kmailpart.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/kontact_kmailplugin.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/kontact_summaryplugin.so
+%dir %{_libdir}/qt5/plugins/akonadi/config
+%attr(755,root,root) 
%{_libdir}/qt5/plugins/akonadi/config/archivemailagentconfig.so
+%attr(755,root,root) 
%{_libdir}/qt5/plugins/akonadi/config/followupreminderagentconfig.so
 %{_datadir}/akonadi/agents/archivemailagent.desktop
 %{_datadir}/akonadi/agents/followupreminder.desktop
 %{_datadir}/akonadi/agents/mailfilteragent.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kmail.git/commitdiff/c667b9eb5c27f881450088a313cc514bea538063

___
pld-cvs-commit mailing list

[packages/ka5-kdepim-runtime] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 18b56b848379bfc7b5e9548a67ee3baf4d683e87
Author: Witold Filipczyk 
Date:   Mon May 13 11:32:12 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kdepim-runtime.spec | 62 ++---
 1 file changed, 43 insertions(+), 19 deletions(-)
---
diff --git a/ka5-kdepim-runtime.spec b/ka5-kdepim-runtime.spec
index 62ea1ba..8445afa 100644
--- a/ka5-kdepim-runtime.spec
+++ b/ka5-kdepim-runtime.spec
@@ -1,19 +1,21 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kdepim-runtime
 Summary:   kdepim runtime
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c42f836cc8a91921214a0c00ddc03cd9
+# Source0-md5: 5323ef81370c1712bdc9fc7ae9e0956a
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Network-devel
+BuildRequires: Qt5NetworkAuth-devel
 BuildRequires: Qt5Positioning-devel >= 5.11.1
 BuildRequires: Qt5PrintSupport-devel >= 5.11.1
 BuildRequires: Qt5Qml-devel >= 5.11.1
@@ -44,21 +46,22 @@ BuildRequires:  ka5-kmbox-devel >= %{kdeappsver}
 BuildRequires: ka5-kmime-devel >= %{kdeappsver}
 BuildRequires: ka5-libkgapi-devel >= %{kdeappsver}
 BuildRequires: ka5-pimcommon-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcodecs-devel >= 5.51.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.51.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.51.0
-BuildRequires: kf5-kdelibs4support-devel >= 5.51.0
-BuildRequires: kf5-kdoctools-devel >= 5.51.0
-BuildRequires: kf5-kholidays-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
-BuildRequires: kf5-kitemmodels-devel >= 5.51.0
-BuildRequires: kf5-knotifications-devel >= 5.51.0
-BuildRequires: kf5-knotifyconfig-devel >= 5.51.0
-BuildRequires: kf5-ktextwidgets-devel >= 5.51.0
-BuildRequires: kf5-kwindowsystem-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcodecs-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdelibs4support-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kholidays-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kitemmodels-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-knotifyconfig-devel >= %{kframever}
+BuildRequires: kf5-ktextwidgets-devel >= %{kframever}
+BuildRequires: kf5-kwindowsystem-devel >= %{kframever}
+BuildRequires: libkolabxml-devel >= 1.1
 BuildRequires: libxslt-progs
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
@@ -80,6 +83,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -88,6 +92,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
+rm -rf $RPM_BUILD_ROOT%{_kdedocdir}/sr
 %find_lang %{kaname} --all-name --with-kde
 
 %clean
@@ -112,9 +117,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/akonadi_ical_resource
 %attr(755,root,root) %{_bindir}/akonadi_icaldir_resource
 %attr(755,root,root) %{_bindir}/akonadi_imap_resource
-%attr(755,root,root) %{_bindir}/akonadi_invitations_agent
+#%%attr(755,root,root) %{_bindir}/akonadi_invitations_agent
 %attr(755,root,root) %{_bindir}/akonadi_kalarm_dir_resource
 %attr(755,root,root) %{_bindir}/akonadi_kalarm_resource
+%attr(755,root,root) %{_bindir}/akonadi_kolab_resource
 %attr(755,root,root) %{_bindir}/akonadi_maildir_resource
 %attr(755,root,root) %{_bindir}/akonadi_maildispatcher_agent
 %attr(755,root,root) %{_bindir}/akonadi_mbox_resource
@@ -140,6 +146,24 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libmaildir.so.5.*.*
 %attr(755,root,root) %{_libdir}/qt5/plugins/kf5/kio/akonadi.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/kf5/kio/pop3.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/akonadi/config/akonotesconfig.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/akonadi/config/birthdaysconfig.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/akonadi/config/contactsconfig.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/akonadi/config/facebookconfig.so
+%attr(755,root,root) 

DISTFILES: ka5-kig: kig-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kig-19.04.1.tar.xz
8903b457ea6443e3b3ce7039d7b3a743  kig-19.04.1.tar.xz
Size: 3497708 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-konquest] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit b721b8af077bcdcc7b37401feaf8545733edaa9b
Author: Witold Filipczyk 
Date:   Mon May 13 11:36:08 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-konquest.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-konquest.spec b/ka5-konquest.spec
index 791bfa3..6edbacf 100644
--- a/ka5-konquest.spec
+++ b/ka5-konquest.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  konquest
 Summary:   konquest
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 6d4e5ee3b4b3ebae1afd60e06fb70a5d
+# Source0-md5: 0dc3eaadb719ce07181b988af4ad60d2
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -19,16 +20,16 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.15.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.15.0
-BuildRequires: kf5-kcrash-devel >= 5.15.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.15.0
-BuildRequires: kf5-kdoctools-devel >= 5.15.0
-BuildRequires: kf5-kguiaddons-devel >= 5.15.0
-BuildRequires: kf5-ki18n-devel >= 5.15.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.15.0
-BuildRequires: kf5-kxmlgui-devel >= 5.15.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kguiaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-konquest.git/commitdiff/b721b8af077bcdcc7b37401feaf8545733edaa9b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-ksquares] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 3b4d7a6e0e39bac49340cf82e6ba2571a314189c
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:32 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-ksquares.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-ksquares.spec b/ka5-ksquares.spec
index d1959b1..17529a9 100644
--- a/ka5-ksquares.spec
+++ b/ka5-ksquares.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  ksquares
 Summary:   ksquares
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: f0618bc936532e402e11488098516592
+# Source0-md5: ad72498f4fd06d24a51cb685ce98d0b8
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -17,16 +18,16 @@ BuildRequires:  Qt5Quick-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,6 +46,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ksquares.git/commitdiff/3b4d7a6e0e39bac49340cf82e6ba2571a314189c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-bomber] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 12c299549e0d5b1944916613c2e9fb750735f3d1
Author: Witold Filipczyk 
Date:   Mon May 13 11:26:12 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-bomber.spec | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/ka5-bomber.spec b/ka5-bomber.spec
index ce0f0cd..3a6bfbe 100644
--- a/ka5-bomber.spec
+++ b/ka5-bomber.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  bomber
 Summary:   Single player arcade game
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 3b5cb57ffd1ab5cd2b399520d041a832
+# Source0-md5: e649d31ef7cbe1f17ce4560477639a3e
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,14 +19,14 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-bomber.git/commitdiff/12c299549e0d5b1944916613c2e9fb750735f3d1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kalzium: kalzium-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kalzium-19.04.1.tar.xz
75124c899c6b0ec14362769f99472d50  kalzium-19.04.1.tar.xz
Size: 26541920 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kmag] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit cdc89c465a48432db896cdd00dfc46a8ad167a15
Author: Witold Filipczyk 
Date:   Mon May 13 11:34:12 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kmag.spec | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/ka5-kmag.spec b/ka5-kmag.spec
index d21e6ae..5305bed 100644
--- a/ka5-kmag.spec
+++ b/ka5-kmag.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kmag
 Summary:   kmag
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 7b3a37f1aa610bbf9aad811389a9b038
+# Source0-md5: 0ab28e84f641bd74f271905d2f3f18fb
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -16,11 +17,11 @@ BuildRequires:  Qt5PrintSupport-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 1.7.0
-BuildRequires: kf5-kdoctools-devel >= 5.46.0
-BuildRequires: kf5-ki18n-devel >= 5.46.0
-BuildRequires: kf5-kio-devel >= 5.46.0
-BuildRequires: kf5-kxmlgui-devel >= 5.46.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -42,6 +43,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -62,7 +64,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/16x16/apps/kmag.png
 %{_iconsdir}/hicolor/32x32/apps/kmag.png
 %{_datadir}/kmag
-%{_datadir}/kxmlgui5/kmag
 %lang(ca) %{_mandir}/ca/man1/kmag.1*
 %lang(de) %{_mandir}/de/man1/kmag.1*
 %lang(es) %{_mandir}/es/man1/kmag.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kmag.git/commitdiff/cdc89c465a48432db896cdd00dfc46a8ad167a15

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-audiocd-kio] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit c0459275ce1a4eedb54e0659abe8becd40884f73
Author: Witold Filipczyk 
Date:   Mon May 13 11:25:47 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-audiocd-kio.spec | 25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/ka5-audiocd-kio.spec b/ka5-audiocd-kio.spec
index e439b8c..08e9fc4 100644
--- a/ka5-audiocd-kio.spec
+++ b/ka5-audiocd-kio.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  audiocd-kio
 Summary:   Audio CD kio
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c642fe85d40d29e177cbbe2e64f0321d
+# Source0-md5: 466efb77b2db64e3182339d673594ab3
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,12 +19,12 @@ BuildRequires:  cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkcddb-devel >= %{kdeappsver}
 BuildRequires: ka5-libkcompactdisc-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcmutils-devel >= 5.24.0
-BuildRequires: kf5-kconfig-devel >= 5.24.0
-BuildRequires: kf5-kdoctools-devel >= 5.24.0
-BuildRequires: kf5-ki18n-devel >= 5.24.0
-BuildRequires: kf5-kio-devel >= 5.24.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcmutils-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -55,6 +56,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -63,6 +65,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
+rm -rf $RPM_BUILD_ROOT%{_kdedocdir}/sr
 %find_lang %{kaname} --all-name --with-kde
 
 %clean
@@ -81,9 +84,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/qt5/plugins/libaudiocd_encoder_vorbis.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/libaudiocd_encoder_wav.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/kcm_audiocd.so
-%attr(755,root,root) %{_libdir}/qt5/plugins/libkio_audiocd.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kf5/kio/audiocd.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/libaudiocd_encoder_opus.so
 %{_datadir}/config.kcfg/audiocd_flac_encoder.kcfg
 %{_datadir}/config.kcfg/audiocd_lame_encoder.kcfg
+%{_datadir}/config.kcfg/audiocd_opus_encoder.kcfg
 %{_datadir}/config.kcfg/audiocd_vorbis_encoder.kcfg
 %{_datadir}/konqsidebartng/virtual_folders/services/audiocd.desktop
 %{_datadir}/kservices5/audiocd.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-audiocd-kio.git/commitdiff/c0459275ce1a4eedb54e0659abe8becd40884f73

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kdepim-addons] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 90bf94d2e0c5997b0c5bb36e48fa6957db048dc7
Author: Witold Filipczyk 
Date:   Mon May 13 11:32:04 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kdepim-addons.spec | 47 +++
 1 file changed, 31 insertions(+), 16 deletions(-)
---
diff --git a/ka5-kdepim-addons.spec b/ka5-kdepim-addons.spec
index a5e236d..8d45513 100644
--- a/ka5-kdepim-addons.spec
+++ b/ka5-kdepim-addons.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kdepim-addons
 Summary:   kdepim addons
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a64df6a206b6a96ae649161323029f7c
+# Source0-md5: 3e33d66bb5b020be5cfbb19bb3dd17b0
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -34,7 +35,7 @@ BuildRequires:ka5-grantleetheme-devel >= %{kdeappsver}
 BuildRequires: ka5-incidenceeditor-devel >= %{kdeappsver}
 BuildRequires: ka5-kcalutils-devel >= %{kdeappsver}
 BuildRequires: ka5-kdepim-apps-libs-devel >= %{kdeappsver}
-BuildRequires: ka5-kidentitymanagement-devel
+BuildRequires: ka5-kidentitymanagement-devel >= %{kdeappsver}
 BuildRequires: ka5-kimap-devel >= %{kdeappsver}
 BuildRequires: ka5-kitinerary-devel >= %{kdeappsver}
 BuildRequires: ka5-kmailtransport-devel >= %{kdeappsver}
@@ -49,18 +50,19 @@ BuildRequires:  ka5-mailcommon-devel >= %{kdeappsver}
 BuildRequires: ka5-mailimporter-devel >= %{kdeappsver}
 BuildRequires: ka5-messagelib-devel >= %{kdeappsver}
 BuildRequires: ka5-pimcommon-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.51.0
-BuildRequires: kf5-kdeclarative-devel >= 5.51.0
-BuildRequires: kf5-kholidays-devel >= 5.51.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
-BuildRequires: kf5-kparts-devel >= 5.51.0
-BuildRequires: kf5-kxmlgui-devel >= 5.51.0
-BuildRequires: kf5-prison-devel >= 5.51.0
-BuildRequires: kf5-syntax-highlighting-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdeclarative-devel >= %{kframever}
+BuildRequires: kf5-kholidays-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kparts-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
+BuildRequires: kf5-prison-devel >= %{kframever}
+BuildRequires: kf5-syntax-highlighting-devel >= %{kframever}
+BuildRequires: libmarkdown-devel
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -82,6 +84,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -124,6 +127,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libkaddressbookmergelibprivate.so.5.*.*
 %attr(755,root,root) %ghost %{_libdir}/libshorturlpluginprivate.so.5
 %attr(755,root,root) %{_libdir}/libshorturlpluginprivate.so.5.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgrammarcommon.so.5
+%attr(755,root,root) %{_libdir}/libgrammarcommon.so.5.*.*
+%attr(755,root,root) %ghost %{_libdir}/libkmailgrammalecte.so.5
+%attr(755,root,root) %{_libdir}/libkmailgrammalecte.so.5.*.*
+%attr(755,root,root) %ghost %{_libdir}/libkmaillanguagetool.so.5
+%attr(755,root,root) %{_libdir}/libkmaillanguagetool.so.5.*.*
+%attr(755,root,root) %{_libdir}/qt5/plugins/kmail/kmail_grammalecteplugin.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kmail/kmail_languagetoolplugin.so
+%attr(755,root,root) 
%{_libdir}/qt5/plugins/messageviewer/messageviewer_gravatarconfigplugin.so
 #%%attr(755,root,root) %{_libdir}/qt5/plugins/coisceimpart.so
 %dir %{_libdir}/qt5/plugins/contacteditor
 %attr(755,root,root) 
%{_libdir}/qt5/plugins/contacteditor/addresslocationeditorplugin.so
@@ -132,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/qt5/plugins/importwizard/gearyimporterplugin.so
 %attr(755,root,root) 
%{_libdir}/qt5/plugins/importwizard/nylasmailimporterplugin.so
 %attr(755,root,root) %{_libdir}/qt5/plugins/importwizard/operaimporterplugin.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kmail/kmail_markdownplugin.so
 %dir %{_libdir}/qt5/plugins/kaddressbook
 

DISTFILES: ka5-kontactinterface: kontactinterface-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kontactinterface-19.04.1.tar.xz
ebfa484fa425ed695275c3116f9a748b  kontactinterface-19.04.1.tar.xz
Size: 33088 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-mbox-importer: mbox-importer-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/mbox-importer-19.04.1.tar.xz
8555137fa34f1c670aaa5bdc5666eaca  mbox-importer-19.04.1.tar.xz
Size: 33720 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kdepim-runtime: kdepim-runtime-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kdepim-runtime-19.04.1.tar.xz
5323ef81370c1712bdc9fc7ae9e0956a  kdepim-runtime-19.04.1.tar.xz
Size: 1762968 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-okular: okular-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/okular-19.04.1.tar.xz
d0105dfc61ddac2e0defc22559adf1ae  okular-19.04.1.tar.xz
Size: 6683752 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-akonadi-contacts] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 7ba812b08a71aae5b4fed02ab27a8a4cb3f6becd
Author: Witold Filipczyk 
Date:   Mon May 13 11:22:17 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-akonadi-contacts.spec | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ka5-akonadi-contacts.spec b/ka5-akonadi-contacts.spec
index 77527dd..bca5bc4 100644
--- a/ka5-akonadi-contacts.spec
+++ b/ka5-akonadi-contacts.spec
@@ -1,14 +1,14 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
 %defineqtver   5.9.0
 %definekaname  akonadi-contacts
 Summary:   Akonadi Contacts
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: b3f6da05ea1bcd1f7f42ddee986386e7
+# Source0-md5: 71c513ff87595e8bcb7580105f48ae96
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -28,6 +28,7 @@ BuildRequires:kf5-kiconthemes-devel >= 5.51.0
 BuildRequires: kf5-kio-devel >= 5.51.0
 BuildRequires: kf5-ktextwidgets-devel >= 5.51.0
 BuildRequires: kf5-prison-devel >= 5.51.0
+BuildRequires: ninja
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -57,15 +58,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-akonadi-contacts.git/commitdiff/7ba812b08a71aae5b4fed02ab27a8a4cb3f6becd

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kalgebra: kalgebra-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kalgebra-19.04.1.tar.xz
5fa47becf50214e5543c64e7ae93d3eb  kalgebra-19.04.1.tar.xz
Size: 1155364 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-akonadi-calendar] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 53a25ad8ec19713bceea6baf43c159fab7cb5736
Author: Witold Filipczyk 
Date:   Mon May 13 11:23:14 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-akonadi-calendar.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-akonadi-calendar.spec b/ka5-akonadi-calendar.spec
index e525aab..53c7603 100644
--- a/ka5-akonadi-calendar.spec
+++ b/ka5-akonadi-calendar.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  akonadi-calendar
 Summary:   Akonadi Calendar
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: df98c58b61070d252761bcc3be997b4e
+# Source0-md5: dae6424f253352054839351f41bb3ab5
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -22,12 +23,13 @@ BuildRequires:  ka5-kcalutils-devel >= %{kdeappsver}
 BuildRequires: ka5-kcontacts-devel >= %{kdeappsver}
 BuildRequires: ka5-kidentitymanagement-devel >= %{kdeappsver}
 BuildRequires: ka5-kmailtransport-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcodecs-devel >= 5.51.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
-BuildRequires: kf5-kwallet-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcodecs-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kwallet-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -60,15 +62,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-akonadi-calendar.git/commitdiff/53a25ad8ec19713bceea6baf43c159fab7cb5736

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-ksudoku] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 3e51a73116dd3e4170f6e1f6857b9c8a571e6334
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:38 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-ksudoku.spec | 36 +++-
 1 file changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/ka5-ksudoku.spec b/ka5-ksudoku.spec
index 256afc7..f20ce26 100644
--- a/ka5-ksudoku.spec
+++ b/ka5-ksudoku.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  ksudoku
 Summary:   ksudoku
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 94139bbb0ee413ee42ef084314128363
+# Source0-md5: 1a63e618c6af9986d97d5af5d40ef90f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -22,20 +23,20 @@ BuildRequires:  Qt5Test-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.30.0
-BuildRequires: kf5-karchive-devel >= 5.31.0
-BuildRequires: kf5-kconfig-devel >= 5.31.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.31.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.31.0
-BuildRequires: kf5-kcrash-devel >= 5.31.0
-BuildRequires: kf5-kdoctools-devel >= 5.31.0
-BuildRequires: kf5-kguiaddons-devel >= 5.31.0
-BuildRequires: kf5-ki18n-devel >= 5.31.0
-BuildRequires: kf5-kiconthemes-devel >= 5.31.0
-BuildRequires: kf5-kio-devel >= 5.31.0
-BuildRequires: kf5-kjobwidgets-devel >= 5.31.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.31.0
-BuildRequires: kf5-kxmlgui-devel >= 5.31.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-karchive-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kguiaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kjobwidgets-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -58,6 +59,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ksudoku.git/commitdiff/3e51a73116dd3e4170f6e1f6857b9c8a571e6334

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kontact] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit c5b245cda6b9832bfcbeaa18846070dd926970ca
Author: Witold Filipczyk 
Date:   Mon May 13 11:36:20 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kontact.spec | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/ka5-kontact.spec b/ka5-kontact.spec
index 0467b8a..ff548c4 100644
--- a/ka5-kontact.spec
+++ b/ka5-kontact.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kontact
 Summary:   kontact
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d67b762bd70590b413c602a8d8f88716
+# Source0-md5: 553af480ada02878bd871981bea2b014
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
@@ -29,13 +30,13 @@ BuildRequires:  ka5-kdepim-apps-libs-devel >= 
%{kdeappsver}
 BuildRequires: ka5-kontactinterface-devel >= %{kdeappsver}
 BuildRequires: ka5-kpimtextedit-devel >= %{kdeappsver}
 BuildRequires: ka5-libkdepim-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.51.0
-BuildRequires: kf5-kcmutils-devel >= 5.51.0
-BuildRequires: kf5-kcrash-devel >= 5.51.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.51.0
-BuildRequires: kf5-kdoctools-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kwindowsystem-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcmutils-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kwindowsystem-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -59,6 +60,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kontact.git/commitdiff/c5b245cda6b9832bfcbeaa18846070dd926970ca

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kmbox: kmbox-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kmbox-19.04.1.tar.xz
d250c926f3ffdf2f16d94686d950c907  kmbox-19.04.1.tar.xz
Size: 24756 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-dragon] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit d3dee42d66a9d0b81de9e8e64151b8e8478eac4b
Author: Witold Filipczyk 
Date:   Mon May 13 11:26:47 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-dragon.spec | 46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/ka5-dragon.spec b/ka5-dragon.spec
index 31806ca..f601dbf 100644
--- a/ka5-dragon.spec
+++ b/ka5-dragon.spec
@@ -1,36 +1,37 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  dragon
 Summary:   Dragon Player
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Multimedia
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: abb29908f0604f742b1289233f60712e
+# Source0-md5: 320f03e3df4bca1d254ec12ec0f3fee9
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.31.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.31.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.31.0
-BuildRequires: kf5-kcrash-devel >= 5.31.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.31.0
-BuildRequires: kf5-kdoctools-devel >= 5.31.0
-BuildRequires: kf5-ki18n-devel >= 5.31.0
-BuildRequires: kf5-kio-devel >= 5.31.0
-BuildRequires: kf5-kjobwidgets-devel >= 5.31.0
-BuildRequires: kf5-knotifications-devel >= 5.31.0
-BuildRequires: kf5-kparts-devel >= 5.31.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.31.0
-BuildRequires: kf5-kwindowsystem-devel >= 5.31.0
-BuildRequires: kf5-kxmlgui-devel >= 5.31.0
-BuildRequires: kf5-solid-devel >= 5.31.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kjobwidgets-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-kparts-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kwindowsystem-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
+BuildRequires: kf5-solid-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: phonon-qt5-devel >= 4.6.60
 BuildRequires: qt5-build >= %{qtver}
@@ -54,6 +55,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -62,6 +64,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
+rm -rf $RPM_BUILD_ROOT%{_kdedocdir}/sr
 %find_lang %{kaname} --all-name --with-kde
 
 %clean
@@ -71,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 /etc/xdg/dragonplayerrc
 %attr(755,root,root) %{_bindir}/dragon
-%attr(755,root,root) %{_libdir}/qt5/plugins/dragonpart.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kf5/parts/dragonpart.so
 %{_desktopdir}/org.kde.dragonplayer.desktop
 %{_iconsdir}/hicolor/128x128/apps/dragonplayer.png
 %{_iconsdir}/hicolor/16x16/apps/dragonplayer.png
@@ -87,9 +90,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/oxygen/scalable/actions/player-volume-muted.svgz
 %{_datadir}/kservices5/ServiceMenus/dragonplayer_play_dvd.desktop
 %{_datadir}/kservices5/dragonplayer_part.desktop
-%dir %{_datadir}/kxmlgui5/dragonplayer
-%{_datadir}/kxmlgui5/dragonplayer/dragonlogo.png
-%{_datadir}/kxmlgui5/dragonplayer/dragonplayerui.rc
 %lang(ca) %{_mandir}/ca/man1/dragon.1*
 %lang(de) %{_mandir}/de/man1/dragon.1*
 %lang(es) %{_mandir}/es/man1/dragon.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-dragon.git/commitdiff/d3dee42d66a9d0b81de9e8e64151b8e8478eac4b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kget: kget-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kget-19.04.1.tar.xz
940201b68bd37e0a6659cd19c96c9bdf  kget-19.04.1.tar.xz
Size: 5236072 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ksystemlog: ksystemlog-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ksystemlog-19.04.1.tar.xz
bc34116d4a1ec61dd2113c38ea42562a  ksystemlog-19.04.1.tar.xz
Size: 1923744 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kbruch] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 0b7f9c2d743454da02b2fe2dfb500427f84b417e
Author: Witold Filipczyk 
Date:   Mon May 13 11:30:00 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kbruch.spec | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/ka5-kbruch.spec b/ka5-kbruch.spec
index 0bdc589..e5aab55 100644
--- a/ka5-kbruch.spec
+++ b/ka5-kbruch.spec
@@ -1,27 +1,28 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kbruch
 Summary:   Kbruch
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: dd1d0cad2a778941fc8f6489435ca15d
+# Source0-md5: 36a964008df492d7222dbe70746616fb
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.46.0
-BuildRequires: kf5-kcrash-devel >= 5.46.0
-BuildRequires: kf5-kdoctools-devel >= 5.46.0
-BuildRequires: kf5-ki18n-devel >= 5.46.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.46.0
-BuildRequires: kf5-kxmlgui-devel >= 5.46.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -44,6 +45,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kbruch.git/commitdiff/0b7f9c2d743454da02b2fe2dfb500427f84b417e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kcalutils] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit f970a7bc668883f49fa91aa35520441b03ad502a
Author: Witold Filipczyk 
Date:   Mon May 13 11:22:41 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kcalutils.spec | 32 +---
 1 file changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/ka5-kcalutils.spec b/ka5-kcalutils.spec
index 2caa612..2c0e35c 100644
--- a/ka5-kcalutils.spec
+++ b/ka5-kcalutils.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kcalutils
 Summary:   kcalutils
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 8c90f2ccff1d29a9a1028b2b90fae590
+# Source0-md5: 97f0b99da1a2739b857dd18e4945064b
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -18,14 +19,15 @@ BuildRequires:  gettext-devel
 BuildRequires: grantlee-qt5-devel >= 5.1
 BuildRequires: ka5-kcalcore-devel >= %{kdeappsver}
 BuildRequires: ka5-kidentitymanagement-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcodecs-devel >= 5.51.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.51.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.51.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcodecs-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -54,15 +56,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kcalutils.git/commitdiff/f970a7bc668883f49fa91aa35520441b03ad502a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/exim-surbl] - initial

2019-05-13 Thread arekm
commit 228a95e425cdcb8a4c1158304880f993601000d2
Author: Arkadiusz Miśkiewicz 
Date:   Mon May 13 13:41:14 2019 +0200

- initial

 config.patch   | 46 ++
 exim-surbl.spec| 60 ++
 path.patch | 30 +
 public_resolvers.patch | 22 ++
 4 files changed, 158 insertions(+)
---
diff --git a/exim-surbl.spec b/exim-surbl.spec
new file mode 100644
index 000..14f590f
--- /dev/null
+++ b/exim-surbl.spec
@@ -0,0 +1,60 @@
+%include   /usr/lib/rpm/macros.perl
+Summary:   Blocking Spam in Exim with URI Block Lists
+Name:  exim-surbl
+Version:   2.3
+Release:   1
+License:   GPL
+Group: Networking/Daemons/SMTP
+Source0:   
https://www.teuton.org/~ejm/exim_surbl/exim_surbl-%{version}.tar.gz
+# Source0-md5: fe23aad8d686ef9c48f9e82461a2f1bc
+Patch0:path.patch
+Patch1:config.patch
+Patch2:public_resolvers.patch
+URL:   https://www.teuton.org/~ejm/exim_surbl/
+Requires:  exim
+Requires:  perl-Config-IniFiles
+Requires:  perl-Net-DNS
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This document describes using SURBL (Spam URI Realtime Blocklists),
+URIBL, and the Spamhaus DBL in conjunction with the Exim MTA to block
+spam containing "spamvertizing" URLs. To achieve this, one can use the
+Perl script that is found below. This utilizes Exim's MIME and/or DATA
+ACLs and Exim's embedded Perl engine.
+
+The Perl routine from this page should be relatively easy to modify to
+use in any other MTA that can call an external script to scan a
+message.
+
+%prep
+%setup -q -n exim_surbl-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+chmod 755 exim_surbl.pl
+cp -p exim_surbl.pl $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+cp -p config.ini surbl_whitelist.txt three-level-tlds two-level-tlds 
$RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_datadir}/%{name}
+%attr(755,root,root) %{_datadir}/%{name}/exim_surbl.pl
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/config.ini
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/surbl_whitelist.txt
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/three-level-tlds
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/two-level-tlds
diff --git a/config.patch b/config.patch
new file mode 100644
index 000..e682cc9
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,46 @@
+diff -urN exim_surbl-2.3.org/config.ini exim_surbl-2.3/config.ini
+--- exim_surbl-2.3.org/config.ini  1970-01-01 01:00:00.0 +0100
 exim_surbl-2.3/config.ini  2019-05-13 13:26:40.581571134 +0200
+@@ -0,0 +1,5 @@
++[config]
++max_file_size = 5
++surbl_enable = 1
++uribl_enable = 1
++dbl_enable = 1
+diff -urN exim_surbl-2.3.org/exim_surbl.pl exim_surbl-2.3/exim_surbl.pl
+--- exim_surbl-2.3.org/exim_surbl.pl   2019-05-13 13:28:21.937931916 +0200
 exim_surbl-2.3/exim_surbl.pl   2019-05-13 13:28:43.838583229 +0200
+@@ -20,9 +20,13 @@
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ 
++use Config::IniFiles;
++
+ sub surblspamcheck
+ {
+ 
++my $cfg = new Config::IniFiles -file => '/etc/exim-surbl/config.ini';
++
+ # Designed and written by Erik Mugele, 2004-2010,1http://www.teuton.org/~ejm
+ # Version 2.3-beta
+ #
+@@ -56,14 +60,14 @@
+ # This variable defines the maximum MIME file size that will be checked
+ # if this script is called by the MIME ACL.  This is primarily to
+ # keep the load down on the server.  Size is in bytes.
+-my $max_file_size = 5;
++my $max_file_size = $cfg->val('config', 'max_file_size', 5);
+ 
+ # The following ariables enable or disable the SURBL, URIBL and DBL
+ # lookups.  Set to 1 to enable and 0 to disable.
+-my $surbl_enable = 1;
+-my $uribl_enable = 1;
+-my $dbl_enable = 1;
+-
++my $surbl_enable = $cfg->val('config', 'surbl_enable', 1);
++my $uribl_enable = $cfg->val('config', 'uribl_enable', 1);
++my $dbl_enable = $cfg->val('config', 'dbl_enable', 1);;
++
+ # Check to see if a decode MIME attachment is being checked or 
+ # just a plain old text message with no attachments
+ my $exim_body = "";
diff --git a/path.patch b/path.patch
new file mode 100644
index 000..7b1dbe9
--- /dev/null
+++ b/path.patch
@@ -0,0 +1,30 @@
+diff -urN exim_surbl-2.3.org/exim_surbl.pl exim_surbl-2.3/exim_surbl.pl
+--- exim_surbl-2.3.org/exim_surbl.pl   2012-03-07 04:16:45.0 +0100
 

DISTFILES: ka5-kontact: kontact-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kontact-19.04.1.tar.xz
553af480ada02878bd871981bea2b014  kontact-19.04.1.tar.xz
Size: 792608 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ktnef: ktnef-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ktnef-19.04.1.tar.xz
82b20a75a3b4030fa8f7dd336b041004  ktnef-19.04.1.tar.xz
Size: 299752 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-ktp-approver] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 66206996fc977dc63143fc6d46665f6bb628b932
Author: Witold Filipczyk 
Date:   Mon May 13 11:38:15 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-ktp-approver.spec | 20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/ka5-ktp-approver.spec b/ka5-ktp-approver.spec
index 8deca2d..7d95841 100644
--- a/ka5-ktp-approver.spec
+++ b/ka5-ktp-approver.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  ktp-approver
 Summary:   ktp-approver
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 60d388bf2019cb83c72d5aa21912cae2
+# Source0-md5: c606fa3f7d91cf4b91678fd625f1c6de
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -16,12 +17,12 @@ BuildRequires:  Qt5Network-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 1.7.0
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-kdbusaddons-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-knotifications-devel
-BuildRequires: kf5-kservice-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-kservice-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -42,6 +43,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ktp-approver.git/commitdiff/66206996fc977dc63143fc6d46665f6bb628b932

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-lskat] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit b5bd86fbcb0a22034100e6d78fdb2bcea5008955
Author: Witold Filipczyk 
Date:   Mon May 13 11:40:01 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-lskat.spec | 27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/ka5-lskat.spec b/ka5-lskat.spec
index 4e0bccb..dccd3bc 100644
--- a/ka5-lskat.spec
+++ b/ka5-lskat.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  lskat
 Summary:   lskat
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 17f73416721000ed6fccf8f727f9a898
+# Source0-md5: 0f1f228354d615d94f6c3ebe07ac6704
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -19,15 +20,16 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-kguiaddons-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kguiaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -48,6 +50,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-lskat.git/commitdiff/b5bd86fbcb0a22034100e6d78fdb2bcea5008955

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kfourinline] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 54365bcb1c74e64d3defb07242e91e0254ce5ce3
Author: Witold Filipczyk 
Date:   Mon May 13 11:32:52 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kfourinline.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-kfourinline.spec b/ka5-kfourinline.spec
index d206dbc..d7fb517 100644
--- a/ka5-kfourinline.spec
+++ b/ka5-kfourinline.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kfourinline
 Summary:   kfourinline
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 2329a68ff97a7d996a9ffbd47d4f67e7
+# Source0-md5: c9e12a8e392bb2cea6607017fbcd4c6e
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -19,16 +20,16 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdnssd-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdnssd-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kfourinline.git/commitdiff/54365bcb1c74e64d3defb07242e91e0254ce5ce3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kbounce: kbounce-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kbounce-19.04.1.tar.xz
f7c0578f5bad399f3d36b8ea1b61ac45  kbounce-19.04.1.tar.xz
Size: 3467528 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-krfb: krfb-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/krfb-19.04.1.tar.xz
79125e2f28a284c56be0bdbe5fff20c2  krfb-19.04.1.tar.xz
Size: 1256120 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ktp-filetransfer-handler: ktp-filetransfer-handler-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ktp-filetransfer-handler-19.04.1.tar.xz
423ea99eb8e71e36253321f7b6200ba2  
ktp-filetransfer-handler-19.04.1.tar.xz
Size: 45580 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kig] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 8e94bd629156e6746d87d6398a4f291f154a9917
Author: Witold Filipczyk 
Date:   Mon May 13 11:33:24 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kig.spec | 31 +--
 1 file changed, 17 insertions(+), 14 deletions(-)
---
diff --git a/ka5-kig.spec b/ka5-kig.spec
index 218f355..1176020 100644
--- a/ka5-kig.spec
+++ b/ka5-kig.spec
@@ -1,33 +1,35 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kig
 Summary:   kig
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 1f4022d9e97ce4855ba2aa365a82e70c
+# Source0-md5: 8903b457ea6443e3b3ce7039d7b3a743
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5PrintSupport-devel
 BuildRequires: Qt5Svg-devel
 BuildRequires: Qt5Widgets-devel >= 5.11.1
+#BuildRequires:boost-python-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-karchive-devel
-BuildRequires: kf5-kconfigwidgets-devel
-BuildRequires: kf5-kcoreaddons-devel
-BuildRequires: kf5-kcrash-devel >= 5.15
-BuildRequires: kf5-kdoctools-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-kiconthemes-devel
-BuildRequires: kf5-kparts-devel >= 5.53.0
-BuildRequires: kf5-ktexteditor-devel
-BuildRequires: kf5-kxmlgui-devel >= 5.1
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-karchive-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kparts-devel >= %{kframever}
+BuildRequires: kf5-ktexteditor-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +52,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kig.git/commitdiff/8e94bd629156e6746d87d6398a4f291f154a9917

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kgeography] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit d97553f5936ee3168ba89997d3599d74c09e9631
Author: Witold Filipczyk 
Date:   Mon May 13 11:32:58 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kgeography.spec | 26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/ka5-kgeography.spec b/ka5-kgeography.spec
index 59b455d..ce699bc 100644
--- a/ka5-kgeography.spec
+++ b/ka5-kgeography.spec
@@ -1,29 +1,30 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kgeography
 Summary:   kgeography
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: ed1b56249adbdd3b76fc80adb54861bc
+# Source0-md5: b5ab111ff025b4684f6acdbbccc81845
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-kconfigwidgets-devel >= 5.15
-BuildRequires: kf5-kcoreaddons-devel >= 5.15
-BuildRequires: kf5-kcrash-devel >= 5.15
-BuildRequires: kf5-kdoctools-devel >= 5.15
-BuildRequires: kf5-ki18n-devel >= 5.15
-BuildRequires: kf5-kiconthemes-devel >= 5.15
-BuildRequires: kf5-kitemviews-devel >= 5.15
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.15
-BuildRequires: kf5-kxmlgui-devel >= 5.15
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kitemviews-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -45,6 +46,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kgeography.git/commitdiff/d97553f5936ee3168ba89997d3599d74c09e9631

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kiriki] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit c9da36ee252af5168a875952e201946fcccda58a
Author: Witold Filipczyk 
Date:   Mon May 13 11:33:35 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kiriki.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-kiriki.spec b/ka5-kiriki.spec
index 310f5a7..a92058b 100644
--- a/ka5-kiriki.spec
+++ b/ka5-kiriki.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kiriki
 Summary:   kiriki
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a97cebddb739d109f7b8cb350dab2c31
+# Source0-md5: df9fb5c141177c5830423c89bc5314c3
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -19,16 +20,16 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 1.7.0
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-kconfigwidgets-devel
-BuildRequires: kf5-kcoreaddons-devel
-BuildRequires: kf5-kcrash-devel
-BuildRequires: kf5-kdbusaddons-devel
-BuildRequires: kf5-kdoctools-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-kiconthemes-devel
-BuildRequires: kf5-kxmlgui-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kiriki.git/commitdiff/c9da36ee252af5168a875952e201946fcccda58a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kubrick] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 77adc21150948d6e9910e19d2a374cedaedd4891
Author: Witold Filipczyk 
Date:   Mon May 13 11:39:32 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kubrick.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-kubrick.spec b/ka5-kubrick.spec
index b47c51f..e35d30b 100644
--- a/ka5-kubrick.spec
+++ b/ka5-kubrick.spec
@@ -1,15 +1,16 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kubrick
 Summary:   kubrick
 Summary(pl.UTF-8): kubrick
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 306de7e0c19966b36141f6fd26058bdb
+# Source0-md5: 876b9eb58b13cb8b74bbc5531a1b47b8
 URL:   http://www.kde.org/
 BuildRequires: OpenGL-devel
 BuildRequires: Qt5Core-devel
@@ -21,16 +22,16 @@ BuildRequires:  Qt5Svg-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kio-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,6 +52,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kubrick.git/commitdiff/77adc21150948d6e9910e19d2a374cedaedd4891

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kdiamond] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit f67624e298f1a7c5c566f66436f2086d4cb9ad95
Author: Witold Filipczyk 
Date:   Mon May 13 11:32:35 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kdiamond.spec | 33 ++---
 1 file changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/ka5-kdiamond.spec b/ka5-kdiamond.spec
index d5cfdf8..b75d07e 100644
--- a/ka5-kdiamond.spec
+++ b/ka5-kdiamond.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kdiamond
 Summary:   kdiamond
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 378b9d8fe56b64dfa81868a348ce6642
+# Source0-md5: 215069454ac356a1c067323002f8be8f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,18 +19,18 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-knotifications-devel >= 5.30.0
-BuildRequires: kf5-knotifyconfig-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-knotifyconfig-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -58,6 +60,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
+rm -rf $RPM_BUILD_ROOT%{_kdedocdir}/lt
 %find_lang %{kaname} --all-name --with-kde
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kdiamond.git/commitdiff/f67624e298f1a7c5c566f66436f2086d4cb9ad95

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-ksirk] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 579d0e949a4fd7767961cea1ad047254e98aedea
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:15 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-ksirk.spec | 36 +++-
 1 file changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/ka5-ksirk.spec b/ka5-ksirk.spec
index d3112bb..b08579d 100644
--- a/ka5-ksirk.spec
+++ b/ka5-ksirk.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  ksirk
 Summary:   ksirk
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: b0f9e1c8832f063c700182848a32fd2a
+# Source0-md5: 738cc304a28a8e5e81f608ccec9c4608
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -19,19 +20,19 @@ BuildRequires:  Qt5Test-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-kcompletion-devel >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kiconthemes-devel >= 5.30.0
-BuildRequires: kf5-kio-devel >= 5.30.0
-BuildRequires: kf5-knewstuff-devel >= 5.30.0
-BuildRequires: kf5-kwallet-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-kcompletion-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-knewstuff-devel >= %{kframever}
+BuildRequires: kf5-kwallet-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: phonon-qt5-devel
 BuildRequires: qca-qt5-devel >= 2.1.0
@@ -57,6 +58,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -65,7 +67,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
-%find_lang %{kaname} --all-name --with-qm
+%find_lang %{kaname} --all-name --with-kde
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ksirk.git/commitdiff/579d0e949a4fd7767961cea1ad047254e98aedea

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-katomic: katomic-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/katomic-19.04.1.tar.xz
23b502f2fd934a24d2f839eade02ea20  katomic-19.04.1.tar.xz
Size: 1421152 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ktp-desktop-applets: ktp-desktop-applets-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ktp-desktop-applets-19.04.1.tar.xz
48bd79873e5fab6cd91211d8cd9194d5  ktp-desktop-applets-19.04.1.tar.xz
Size: 42928 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-libkdepim: libkdepim-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/libkdepim-19.04.1.tar.xz
d70d9afa3aefeeb98bf642dd14e75fc1  libkdepim-19.04.1.tar.xz
Size: 335840 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-akregator] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 78831b37ecd16a521ddafc2f7bead89397998d4d
Author: Witold Filipczyk 
Date:   Mon May 13 11:25:12 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-akregator.spec | 30 --
 1 file changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/ka5-akregator.spec b/ka5-akregator.spec
index 33e349a..a6d1a7a 100644
--- a/ka5-akregator.spec
+++ b/ka5-akregator.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  akregator
 Summary:   A KDE Feed Reader
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 32e7160fb27ec05d31c86a03ac0fd12f
+# Source0-md5: 340261c2093ab372367dbc99d4226831
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -32,17 +33,17 @@ BuildRequires:  ka5-libkdepim-devel >= %{kdeappsver}
 BuildRequires: ka5-libkleo-devel >= %{kdeappsver}
 BuildRequires: ka5-messagelib-devel >= %{kdeappsver}
 BuildRequires: ka5-pimcommon-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcmutils-devel >= 5.51.0
-BuildRequires: kf5-kcrash-devel >= 5.51.0
-BuildRequires: kf5-kdoctools-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-knotifications-devel >= 5.51.0
-BuildRequires: kf5-knotifyconfig-devel >= 5.51.0
-BuildRequires: kf5-kparts-devel >= 5.53.0
-BuildRequires: kf5-ktexteditor-devel >= 5.51.0
-BuildRequires: kf5-kxmlgui-devel >= 5.51.0
-BuildRequires: kf5-syndication-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcmutils-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-knotifyconfig-devel >= %{kframever}
+BuildRequires: kf5-kparts-devel >= %{kframever}
+BuildRequires: kf5-ktexteditor-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
+BuildRequires: kf5-syndication-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -62,6 +63,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-akregator.git/commitdiff/78831b37ecd16a521ddafc2f7bead89397998d4d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-palapeli: palapeli-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/palapeli-19.04.1.tar.xz
81117771c359a0b6abdb9682bdd534aa  palapeli-19.04.1.tar.xz
Size: 2063640 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kshisen] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit c5cdb648ff2fda13327853a69c48752493705d7e
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:09 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kshisen.spec | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/ka5-kshisen.spec b/ka5-kshisen.spec
index ea98550..eb41f9e 100644
--- a/ka5-kshisen.spec
+++ b/ka5-kshisen.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kshisen
 Summary:   kshisen
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: b3c94a99791e27dad738e7f066704101
+# Source0-md5: c0be4f74e6c145f160af2fb1c830895a
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -17,13 +18,13 @@ BuildRequires:  Qt5Quick-devel >= 5.11.1
 BuildRequires: Qt5Test-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: ka5-libkmahjongg-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: ka5-libkmahjongg-devel >= %{kdeappsver}
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -46,6 +47,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -54,7 +56,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
-%find_lang %{kaname} --all-name --with-qm
+%find_lang %{kaname} --all-name --with-kde
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kshisen.git/commitdiff/c5cdb648ff2fda13327853a69c48752493705d7e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-pimcommon: pimcommon-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/pimcommon-19.04.1.tar.xz
4bd4c9e0faa27a2c3a38ccbba3667ffc  pimcommon-19.04.1.tar.xz
Size: 295656 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kruler] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit ea04858cd20f90538c0409d9a2ef091a54be51a1
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:00 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kruler.spec | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/ka5-kruler.spec b/ka5-kruler.spec
index 0be82f6..c79d14a 100644
--- a/ka5-kruler.spec
+++ b/ka5-kruler.spec
@@ -1,26 +1,27 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kruler
 Summary:   kruler
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c9d42db516d1f580fb4315811e869832
+# Source0-md5: 0c7f0e2a175aa135a3fff1f9f76d5a79
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: Qt5X11Extras-devel
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-knotifications-devel >= 5.30.0
-BuildRequires: kf5-kwindowsystem-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-kwindowsystem-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -44,6 +45,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -52,7 +54,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
-%find_lang %{kaname} --all-name --with-qm
+%find_lang %{kaname} --all-name --with-kde
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kruler.git/commitdiff/ea04858cd20f90538c0409d9a2ef091a54be51a1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kblocks: kblocks-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kblocks-19.04.1.tar.xz
a03617a566d92c624075815f29e9497e  kblocks-19.04.1.tar.xz
Size: 1921740 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kdesdk-thumbnailers] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit ba950650a419c45943a33c697eb53381b9ab3d40
Author: Witold Filipczyk 
Date:   Mon May 13 11:32:23 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kdesdk-thumbnailers.spec | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/ka5-kdesdk-thumbnailers.spec b/ka5-kdesdk-thumbnailers.spec
index 5527c0f..865df51 100644
--- a/ka5-kdesdk-thumbnailers.spec
+++ b/ka5-kdesdk-thumbnailers.spec
@@ -1,24 +1,25 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kdesdk-thumbnailers
 Summary:   kdesdk thumbnailers
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: b0b6887e7fd615b5117b198ce9e7979c
+# Source0-md5: f54a4fa2290b6880e0ea34e5545e0a05
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-kio-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -38,6 +39,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kdesdk-thumbnailers.git/commitdiff/ba950650a419c45943a33c697eb53381b9ab3d40

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-step] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit fcbccbcb3546ffafe2883b63e80add9f144ceabf
Author: Witold Filipczyk 
Date:   Mon May 13 11:41:31 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-step.spec | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/ka5-step.spec b/ka5-step.spec
index 121120d..7c8638e 100644
--- a/ka5-step.spec
+++ b/ka5-step.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  step
 Summary:   step
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 21752c905688ef197c1dafd5b651b1be
+# Source0-md5: 3798c08f765f8155bcb74625ae978c43
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -20,13 +21,13 @@ BuildRequires:  Qt5Xml-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: eigen3 >= 3.2.2
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-kcrash-devel
-BuildRequires: kf5-khtml-devel
-BuildRequires: kf5-kiconthemes-devel
-BuildRequires: kf5-knewstuff-devel
-BuildRequires: kf5-kplotting-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-khtml-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-knewstuff-devel >= %{kframever}
+BuildRequires: kf5-kplotting-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -77,6 +78,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -85,7 +87,7 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
-%find_lang %{kaname} --all-name --with-qm
+%find_lang %{kaname} --all-name --with-kde --with-qm
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-step.git/commitdiff/fcbccbcb3546ffafe2883b63e80add9f144ceabf

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-akonadi-search] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 1067d26e822af34b6d675ba1a24f019e17014982
Author: Witold Filipczyk 
Date:   Mon May 13 11:23:27 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-akonadi-search.spec | 32 +---
 1 file changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/ka5-akonadi-search.spec b/ka5-akonadi-search.spec
index 5e8d59a..8ee4f67 100644
--- a/ka5-akonadi-search.spec
+++ b/ka5-akonadi-search.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  akonadi-search
 Summary:   Akonadi Search
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 956987938f6a62015b8a4580ef2f5a9b
+# Source0-md5: b714fadccac47a64eabde12e6fbd3d2f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= 5.9.0
@@ -19,14 +20,15 @@ BuildRequires:  ka5-akonadi-mime-devel >= %{kdeappsver}
 BuildRequires: ka5-kcalcore-devel >= %{kdeappsver}
 BuildRequires: ka5-kcontacts-devel >= %{kdeappsver}
 BuildRequires: ka5-kmime-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 1.6.0
-BuildRequires: kf5-kcmutils-devel >= 5.51.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kcrash-devel >= 5.51.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.53.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.53.0
-BuildRequires: kf5-krunner-devel >= 5.53.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcmutils-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-krunner-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -56,15 +58,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-akonadi-search.git/commitdiff/1067d26e822af34b6d675ba1a24f019e17014982

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kcron] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 42f7074cf0411249236eb490bf21de51de70a0e6
Author: Witold Filipczyk 
Date:   Mon May 13 11:30:41 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kcron.spec | 20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/ka5-kcron.spec b/ka5-kcron.spec
index 810c87e..1b4697d 100644
--- a/ka5-kcron.spec
+++ b/ka5-kcron.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kcron
 Summary:   kcron
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 68f3bddaea1e07c54242632a1a81f796
+# Source0-md5: e696f6c6a6db9d503bd4a1f7e3c2e0d6
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Core-devel >= %{qtver}
@@ -17,12 +18,12 @@ BuildRequires:  Qt5PrintSupport-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfigwidgets-devel
-BuildRequires: kf5-kdoctools-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-kiconthemes-devel
-BuildRequires: kf5-kio-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -43,6 +44,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kcron.git/commitdiff/42f7074cf0411249236eb490bf21de51de70a0e6

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ksudoku: ksudoku-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ksudoku-19.04.1.tar.xz
1a63e618c6af9986d97d5af5d40ef90f  ksudoku-19.04.1.tar.xz
Size: 1645944 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-klines: klines-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/klines-19.04.1.tar.xz
f01fd438c427182518b6af73a9d5486c  klines-19.04.1.tar.xz
Size: 1779684 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-ksnakeduel] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit bfe2455f94c60d3dd40a4017ac2deb9ebd13a581
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:21 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-ksnakeduel.spec | 30 --
 1 file changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/ka5-ksnakeduel.spec b/ka5-ksnakeduel.spec
index e59f045..7f2aaec 100644
--- a/ka5-ksnakeduel.spec
+++ b/ka5-ksnakeduel.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  ksnakeduel
 Summary:   ksnakeduel
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 3af0a6ef1bb71a256a335cec29213625
+# Source0-md5: 65d4a3c34e35247156090fd3a6844ae1
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,17 +19,17 @@ BuildRequires:  Qt5Svg-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.30.0
-BuildRequires: kf5-kcompletion-devel >= 5.30.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kguiaddons-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcompletion-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kguiaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -52,6 +53,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ksnakeduel.git/commitdiff/bfe2455f94c60d3dd40a4017ac2deb9ebd13a581

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kmime: kmime-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kmime-19.04.1.tar.xz
0a0394a6e469cad6f01de0f172543cfa  kmime-19.04.1.tar.xz
Size: 146620 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-klettres] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 91834c6ad96ea649765eba81e38063d58a4a98c9
Author: Witold Filipczyk 
Date:   Mon May 13 11:33:52 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-klettres.spec | 26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/ka5-klettres.spec b/ka5-klettres.spec
index 8dbcd06..d98e4ee 100644
--- a/ka5-klettres.spec
+++ b/ka5-klettres.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  klettres
 Summary:   klettres
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 23d8d760310191ee3670ccf450443967
+# Source0-md5: 6427577bb77d479ba922b02a1f8b950f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -18,15 +19,15 @@ BuildRequires:  Qt5Test-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 1.7.0
-BuildRequires: kf5-kcompletion-devel
-BuildRequires: kf5-kconfigwidgets-devel
-BuildRequires: kf5-kcoreaddons-devel
-BuildRequires: kf5-kcrash-devel
-BuildRequires: kf5-kdoctools-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-knewstuff-devel
-BuildRequires: kf5-kwidgetsaddons-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcompletion-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-knewstuff-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: phonon-qt5-devel
 BuildRequires: qt5-build >= %{qtver}
@@ -49,6 +50,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-klettres.git/commitdiff/91834c6ad96ea649765eba81e38063d58a4a98c9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-ffmpegthumbs] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit cb8706629a283b49ec4f298b1a9780eab1435067
Author: Witold Filipczyk 
Date:   Mon May 13 11:26:58 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-ffmpegthumbs.spec | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/ka5-ffmpegthumbs.spec b/ka5-ffmpegthumbs.spec
index f53aaed..60178d6 100644
--- a/ka5-ffmpegthumbs.spec
+++ b/ka5-ffmpegthumbs.spec
@@ -1,23 +1,24 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  ffmpegthumbs
 Summary:   Ffmpegthumbs
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 87a655fdbaf47b58ab33d4925136e58d
+# Source0-md5: c4d9955c0e7db50c92d6453ce6a400fd
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: ffmpeg-devel
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-kio-devel
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -37,6 +38,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ffmpegthumbs.git/commitdiff/cb8706629a283b49ec4f298b1a9780eab1435067

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kteatime] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 7cfa6abb64d239b48d6992407af8b7676f7421f7
Author: Witold Filipczyk 
Date:   Mon May 13 11:37:50 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kteatime.spec | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/ka5-kteatime.spec b/ka5-kteatime.spec
index acbb134..3bde921 100644
--- a/ka5-kteatime.spec
+++ b/ka5-kteatime.spec
@@ -1,30 +1,31 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kteatime
 Summary:   kteatime
 Summary(pl.UTF-8): kteatime
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 599bb798c22b334126957d9d8b541b9a
+# Source0-md5: 7e75ee6fed9e1492c55466bbf8bca52f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.46.0
-BuildRequires: kf5-kconfig-devel >= 5.46.0
-BuildRequires: kf5-kcrash-devel >= 5.46.0
-BuildRequires: kf5-kdoctools-devel >= 5.46.0
-BuildRequires: kf5-ki18n-devel >= 5.46.0
-BuildRequires: kf5-kiconthemes-devel >= 5.46.0
-BuildRequires: kf5-knotifications-devel >= 5.46.0
-BuildRequires: kf5-knotifyconfig-devel >= 5.46.0
-BuildRequires: kf5-ktextwidgets-devel >= 5.46.0
-BuildRequires: kf5-kxmlgui-devel >= 5.46.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-knotifyconfig-devel >= %{kframever}
+BuildRequires: kf5-ktextwidgets-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,6 +44,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kteatime.git/commitdiff/7cfa6abb64d239b48d6992407af8b7676f7421f7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kbackup] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 0f5753d8ab027e9afe8df5aa07b2f644189acc46
Author: Witold Filipczyk 
Date:   Mon May 13 11:29:25 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kbackup.spec | 26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/ka5-kbackup.spec b/ka5-kbackup.spec
index e0a5a9d..f2e9af4 100644
--- a/ka5-kbackup.spec
+++ b/ka5-kbackup.spec
@@ -1,29 +1,30 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kbackup
 Summary:   Kbackup
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 767bf9430ff7b348ebea04426cc9aae2
+# Source0-md5: f443f27083244bbf4e2c9baaf568eaea
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-karchive-devel >= 5.46.0
-BuildRequires: kf5-kdoctools-devel >= 5.46.0
-BuildRequires: kf5-ki18n-devel >= 5.46.0
-BuildRequires: kf5-kiconthemes-devel >= 5.46.0
-BuildRequires: kf5-kio-devel >= 5.46.0
-BuildRequires: kf5-knotifications-devel >= 5.46.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.46.0
-BuildRequires: kf5-kxmlgui-devel >= 5.46.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-karchive-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-knotifications-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -53,6 +54,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kbackup.git/commitdiff/0f5753d8ab027e9afe8df5aa07b2f644189acc46

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-analitza: analitza-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/analitza-19.04.1.tar.xz
63157337ca7a9ae68dd0aa44365c203b  analitza-19.04.1.tar.xz
Size: 330996 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-cervisia: cervisia-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/cervisia-19.04.1.tar.xz
32f2fa34a391e035a8e6d515a707ba40  cervisia-19.04.1.tar.xz
Size: 1894516 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-messagelib: messagelib-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/messagelib-19.04.1.tar.xz
3aaa14b81d58de3d4ad78c35a5f143f0  messagelib-19.04.1.tar.xz
Size: 10451112 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ktp-text-ui: ktp-text-ui-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ktp-text-ui-19.04.1.tar.xz
8f2349e6f1332fe457013d3ad7e0475a  ktp-text-ui-19.04.1.tar.xz
Size: 465360 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-libkdepim] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 52c901f005741bdc6849257cd55befe3ffd6aa76
Author: Witold Filipczyk 
Date:   Mon May 13 11:23:39 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-libkdepim.spec | 45 -
 1 file changed, 24 insertions(+), 21 deletions(-)
---
diff --git a/ka5-libkdepim.spec b/ka5-libkdepim.spec
index a334ca9..ecab539 100644
--- a/ka5-libkdepim.spec
+++ b/ka5-libkdepim.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  libkdepim
 Summary:   libkdepim
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 003b9e7af7d50234a23a2d4236694749
+# Source0-md5: d70d9afa3aefeeb98bf642dd14e75fc1
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
@@ -26,20 +27,22 @@ BuildRequires:  ka5-akonadi-search-devel >= 
%{kdeappsver}
 BuildRequires: ka5-kcalcore-devel >= %{kdeappsver}
 BuildRequires: ka5-kcontacts-devel >= %{kdeappsver}
 BuildRequires: ka5-kldap-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcmutils-devel >= 5.51.0
-BuildRequires: kf5-kcodecs-devel >= 5.51.0
-BuildRequires: kf5-kcompletion-devel >= 5.51.0
-BuildRequires: kf5-kconfig-devel >= 5.51.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.51.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.51.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kiconthemes-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
-BuildRequires: kf5-kitemviews-devel >= 5.51.0
-BuildRequires: kf5-kjobwidgets-devel >= 5.51.0
-BuildRequires: kf5-kwallet-devel >= 5.51.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcmutils-devel >= %{kframever}
+BuildRequires: kf5-kcodecs-devel >= %{kframever}
+BuildRequires: kf5-kcompletion-devel >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kdesignerplugin-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kiconthemes-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-kitemviews-devel >= %{kframever}
+BuildRequires: kf5-kjobwidgets-devel >= %{kframever}
+BuildRequires: kf5-kwallet-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -68,15 +71,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname}_qt --with-qm --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-libkdepim.git/commitdiff/52c901f005741bdc6849257cd55befe3ffd6aa76

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kqtquickcharts: kqtquickcharts-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kqtquickcharts-19.04.1.tar.xz
0d4ffd80c518a8d890c70504e7ba9ec9  kqtquickcharts-19.04.1.tar.xz
Size: 25640 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kimap] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 3e10cbfc6f6e9a68ef7afafd2301bcdb86e5f727
Author: Witold Filipczyk 
Date:   Mon May 13 11:23:51 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kimap.spec | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/ka5-kimap.spec b/ka5-kimap.spec
index 0c63af7..d00b596 100644
--- a/ka5-kimap.spec
+++ b/ka5-kimap.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kimap
 Summary:   IMAP library
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: fde085924e6d98557b074dae8588bffb
+# Source0-md5: c29c99859ca5354ea42e7f530433e445
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -17,10 +18,11 @@ BuildRequires:  cmake >= 2.8.12
 BuildRequires: cyrus-sasl-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-kmime-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.51.0
-BuildRequires: kf5-ki18n-devel >= 5.51.0
-BuildRequires: kf5-kio-devel >= 5.51.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
@@ -51,15 +53,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-kde
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kimap.git/commitdiff/3e10cbfc6f6e9a68ef7afafd2301bcdb86e5f727

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kiten: kiten-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kiten-19.04.1.tar.xz
cf8387063f0c19fa6351b28be321ffb3  kiten-19.04.1.tar.xz
Size: 11286704 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kde-dev-scripts] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 046e9b90d7f9eda0992a97cd976eb847d0f29a73
Author: Witold Filipczyk 
Date:   Mon May 13 11:30:58 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kde-dev-scripts.spec | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ka5-kde-dev-scripts.spec b/ka5-kde-dev-scripts.spec
index a63c240..f675324 100644
--- a/ka5-kde-dev-scripts.spec
+++ b/ka5-kde-dev-scripts.spec
@@ -1,19 +1,20 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  kde-dev-scripts
 Summary:   Kde dev scripts
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 2254d71519af82eb638404a72a7d7809
+# Source0-md5: a4cff0e7d09c73c583fb875f6d7fe16a
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -33,6 +34,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kde-dev-scripts.git/commitdiff/046e9b90d7f9eda0992a97cd976eb847d0f29a73

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kmailtransport: kmailtransport-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kmailtransport-19.04.1.tar.xz
4109c43a72e8665e34c2724f53fcc633  kmailtransport-19.04.1.tar.xz
Size: 166128 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-ktimer: ktimer-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/ktimer-19.04.1.tar.xz
52d7bfef7859e403e16753192546219f  ktimer-19.04.1.tar.xz
Size: 377108 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-lskat: lskat-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/lskat-19.04.1.tar.xz
0f1f228354d615d94f6c3ebe07ac6704  lskat-19.04.1.tar.xz
Size: 1216740 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-granatier] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit 43302c2da2f0b0f17dfae59d51f08f8bca346ad3
Author: Witold Filipczyk 
Date:   Mon May 13 11:27:11 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-granatier.spec | 30 --
 1 file changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/ka5-granatier.spec b/ka5-granatier.spec
index db85974..4a49546 100644
--- a/ka5-granatier.spec
+++ b/ka5-granatier.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56.0
 %defineqtver   5.9.0
 %definekaname  granatier
 Summary:   Granatier
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d90669e38ee1b768a8706f882a3201d1
+# Source0-md5: 2dc751b2db375b189167c1aa964f24d8
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -19,17 +20,17 @@ BuildRequires:  Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
 BuildRequires: ka5-libkdegames-devel >= %{kdeappsver}
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.30.0
-BuildRequires: kf5-kconfigwidgets-devel >= 5.30.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.30.0
-BuildRequires: kf5-kcrash-devel >= 5.30.0
-BuildRequires: kf5-kdbusaddons-devel >= 5.30.0
-BuildRequires: kf5-kdoctools-devel >= 5.30.0
-BuildRequires: kf5-ki18n-devel >= 5.30.0
-BuildRequires: kf5-knewstuff-devel >= 5.30.0
-BuildRequires: kf5-kwidgetsaddons-devel >= 5.30.0
-BuildRequires: kf5-kxmlgui-devel >= 5.30.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
+BuildRequires: kf5-kcoreaddons-devel >= %{kframever}
+BuildRequires: kf5-kcrash-devel >= %{kframever}
+BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-knewstuff-devel >= %{kframever}
+BuildRequires: kf5-kwidgetsaddons-devel >= %{kframever}
+BuildRequires: kf5-kxmlgui-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -50,6 +51,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-granatier.git/commitdiff/43302c2da2f0b0f17dfae59d51f08f8bca346ad3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ka5-kdenetwork-filesharing: kdenetwork-filesharing-19.04.1.tar.xz

2019-05-13 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://download.kde.org/stable/applications/19.04.1/src/kdenetwork-filesharing-19.04.1.tar.xz
38a2486b9885f5e67db6a4b7d832bef9  kdenetwork-filesharing-19.04.1.tar.xz
Size: 312356 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ka5-kamoso] - updated to 19.04.1 - packaged docs - macro kframever

2019-05-13 Thread witekfl
commit f242360be4ecc4e1a0a1778957d5bec0b3a0482b
Author: Witold Filipczyk 
Date:   Mon May 13 11:28:47 2019 +0200

- updated to 19.04.1
- packaged docs
- macro kframever

 ka5-kamoso.spec | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/ka5-kamoso.spec b/ka5-kamoso.spec
index 4bed14d..ba210a6 100644
--- a/ka5-kamoso.spec
+++ b/ka5-kamoso.spec
@@ -1,14 +1,15 @@
-%definekdeappsver  18.12.1
+%definekdeappsver  19.04.1
+%definekframever   5.56
 %defineqtver   5.9.0
 %definekaname  kamoso
 Summary:   Kamoso
 Name:  ka5-%{kaname}
-Version:   18.12.1
+Version:   19.04.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: ccc0a1d0515eb52ed4b9e4b810e363ea
+# Source0-md5: 09188d54cc0f3589ab3d7b4d9f8f08cc
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -23,12 +24,12 @@ BuildRequires:  gettext-devel
 BuildRequires: glib2-devel
 BuildRequires: gobject-introspection-devel
 BuildRequires: gstreamer-devel >= 1.1.90
-BuildRequires: kf5-extra-cmake-modules >= 5.53.0
-BuildRequires: kf5-kconfig-devel >= 5.48.0
-BuildRequires: kf5-kdoctools-devel >= 5.48.0
-BuildRequires: kf5-ki18n-devel >= 5.48.0
-BuildRequires: kf5-kio-devel >= 5.48.0
-BuildRequires: kf5-purpose-devel >= 5.53.0
+BuildRequires: kf5-extra-cmake-modules >= %{kframever}
+BuildRequires: kf5-kconfig-devel >= %{kframever}
+BuildRequires: kf5-kdoctools-devel >= %{kframever}
+BuildRequires: kf5-ki18n-devel >= %{kframever}
+BuildRequires: kf5-kio-devel >= %{kframever}
+BuildRequires: kf5-purpose-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -49,6 +50,7 @@ install -d build
 cd build
 %cmake \
-G Ninja \
+   -DHTML_INSTALL_DIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..
 %ninja_build
@@ -72,8 +74,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/48x48/apps/kamoso.png
 %{_iconsdir}/hicolor/64x64/apps/kamoso.png
 %{_iconsdir}/hicolor/scalable/actions/burst.svgz
-%{_iconsdir}/hicolor/scalable/actions/record.svgz
-%{_iconsdir}/hicolor/scalable/actions/shoot.svgz
 %{_iconsdir}/hicolor/scalable/apps/kamoso.svgz
 %{_datadir}/metainfo/org.kde.kamoso.appdata.xml
 %{_desktopdir}/org.kde.kamoso.desktop
+%{_datadir}/knotifications5/kamoso.notifyrc
+%{_datadir}/sounds/kamoso-shutter.wav


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kamoso.git/commitdiff/f242360be4ecc4e1a0a1778957d5bec0b3a0482b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


  1   2   3   4   5   >