]> git.pld-linux.org Git - packages/kf5-ki18n.git/commitdiff
- we want absolute path; https://bugs.kde.org/show_bug.cgi?id=341719 auto/th/kf5-ki18n-5.4.0-0.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Dec 2014 21:54:57 +0000 (22:54 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Dec 2014 21:54:57 +0000 (22:54 +0100)
kf5-ki18n-absolute.patch [new file with mode: 0644]
kf5-ki18n.spec

diff --git a/kf5-ki18n-absolute.patch b/kf5-ki18n-absolute.patch
new file mode 100644 (file)
index 0000000..d01ba9c
--- /dev/null
@@ -0,0 +1,10 @@
+--- ki18n-5.4.0/KF5I18nConfig.cmake.in~        2014-11-02 13:12:17.000000000 +0100
++++ ki18n-5.4.0/KF5I18nConfig.cmake.in 2014-12-09 22:52:23.157399839 +0100
+@@ -1,6 +1,6 @@
+ @PACKAGE_INIT@
+-set(KI18N_MODULE_DIR "${PACKAGE_PREFIX_DIR}/@CMAKECONFIG_INSTALL_DIR@")
++set(KI18N_MODULE_DIR "@CMAKECONFIG_INSTALL_DIR@")
+ include("${CMAKE_CURRENT_LIST_DIR}/KF5I18nTargets.cmake")
+ include("${CMAKE_CURRENT_LIST_DIR}/KF5I18NMacros.cmake")
index e3da3697b5ce3b6ffff06c41db14c80b80592c87..9bffe2b9d7a117c92a0c1f3f359dfac640c2a61f 100644 (file)
@@ -14,6 +14,7 @@ License:      LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
 # Source0-md5: b340728a206fc4529f93ff73d2168b41
+Patch0:                kf5-ki18n-absolute.patch
 URL:           http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel >= %{qtver}
 BuildRequires: Qt5Core-devel >= %{qtver}
@@ -55,6 +56,7 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
 %setup -q -n %{kfname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
This page took 0.476986 seconds and 4 git commands to generate.