]> git.pld-linux.org Git - packages/kf5-purpose.git/commitdiff
- Up to 5.65.0.
authorŁukasz Maśko <lmasko@pld-linux.org>
Sun, 5 Jan 2020 00:49:27 +0000 (01:49 +0100)
committerŁukasz Maśko <lmasko@pld-linux.org>
Sun, 5 Jan 2020 00:49:27 +0000 (01:49 +0100)
kf5-purpose-main_js.patch [new file with mode: 0644]
kf5-purpose.spec

diff --git a/kf5-purpose-main_js.patch b/kf5-purpose-main_js.patch
new file mode 100644 (file)
index 0000000..1492cde
--- /dev/null
@@ -0,0 +1,8 @@
+--- src/plugins/twitter/contents/code/main.js.in~      2019-12-07 22:50:38.000000000 +0100
++++ src/plugins/twitter/contents/code/main.js.in       2020-01-05 01:41:32.233315914 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env @NODEJS_BINARY@
++#!/usr/bin/@NODEJS_BINARY@
+ function processArgs() {
+     var ret = {};
index 267e4816a30d4c06996dafeb748e72c93cef83d9..3b124f8064c7f9e71252b1e31eb7075da05646f7 100644 (file)
@@ -1,15 +1,16 @@
-%define                kdeframever     5.59
+%define                kdeframever     5.65
 %define                qtver           5.9.0
 %define                kfname          purpose
 
 Summary:       purpose
 Name:          kf5-%{kfname}
 %define                qtver           5.9.0
 %define                kfname          purpose
 
 Summary:       purpose
 Name:          kf5-%{kfname}
-Version:       5.59.0
+Version:       5.65.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: a56a20ee5dda3eb6e133c14203bd975e
+# Source0-md5: ab511c3e83c5bf5c8dcf87107d812c1f
+Patch0:                %{name}-main_js.patch
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
@@ -45,6 +46,7 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
 %setup -q -n %{kfname}-%{version}
 
 %prep
 %setup -q -n %{kfname}-%{version}
+%patch0 -p0
 
 %build
 install -d build
 
 %build
 install -d build
@@ -68,7 +70,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{kfname}5.lang
 %defattr(644,root,root,755)
 
 %files -f %{kfname}5.lang
 %defattr(644,root,root,755)
-/etc/xdg/purpose.categories
 %attr(755,root,root) %ghost %{_libdir}/libKF5Purpose.so.5
 %attr(755,root,root) %{_libdir}/libKF5Purpose.so.5.*.*
 %attr(755,root,root) %ghost %{_libdir}/libKF5PurposeWidgets.so.5
 %attr(755,root,root) %ghost %{_libdir}/libKF5Purpose.so.5
 %attr(755,root,root) %{_libdir}/libKF5Purpose.so.5.*.*
 %attr(755,root,root) %ghost %{_libdir}/libKF5PurposeWidgets.so.5
@@ -109,6 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/accounts/services/kde/google-youtube.service
 %{_datadir}/accounts/services/kde/nextcloud-upload.service
 %{_datadir}/accounts/services/kde/twitter-microblog.service
 %{_datadir}/accounts/services/kde/google-youtube.service
 %{_datadir}/accounts/services/kde/nextcloud-upload.service
 %{_datadir}/accounts/services/kde/twitter-microblog.service
+%{_datadir}/qlogging-categories5/purpose.categories
 %{_iconsdir}/hicolor/128x128/apps/phabricator-purpose.png
 %{_iconsdir}/hicolor/128x128/apps/reviewboard-purpose.png
 %{_iconsdir}/hicolor/16x16/actions/kipiplugin_youtube.png
 %{_iconsdir}/hicolor/128x128/apps/phabricator-purpose.png
 %{_iconsdir}/hicolor/128x128/apps/reviewboard-purpose.png
 %{_iconsdir}/hicolor/16x16/actions/kipiplugin_youtube.png
This page took 0.045035 seconds and 4 git commands to generate.