]> git.pld-linux.org Git - packages/kf5-kemoticons.git/commitdiff
- up to 5.4.0 auto/th/kf5-kemoticons-5.4.0-0.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Dec 2014 22:34:17 +0000 (23:34 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Dec 2014 22:34:17 +0000 (23:34 +0100)
kf5-kemoticons.spec

index 871e56746372739a753b5c9254d9ae94016b5e14..bff71750af004dddfbd5e0e75af62d21225e7303 100644 (file)
@@ -5,28 +5,28 @@
 # /usr/share/emoticons/Glass
 # /usr/share/kservices5
 # /usr/share/kservicetypes5
-
-%define         _state          stable
-%define                orgname         kemoticons
+%define                kdeframever     5.4
+%define                qtver           5.3.2
+%define                kfname          kemoticons
 
 Summary:       Convert text emoticons to graphical emoticons
-Name:          kf5-%{orgname}
-Version:       5.0.0
+Name:          kf5-%{kfname}
+Version:       5.4.0
 Release:       0.1
 License:       LGPL v2.1+
 Group:         X11/Libraries
-Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/frameworks/%{version}/%{orgname}-%{version}.tar.xz
-# Source0-md5: 27adb273827ff6abc8dd8d3983765bca
+Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5: e60297bc97347d794b65624bfc4b2c05
 URL:           http://www.kde.org/
-BuildRequires: Qt5Core-devel >= 5.2.0
-BuildRequires: Qt5DBus-devel >= 5.2.0
-BuildRequires: Qt5Gui-devel
-BuildRequires: Qt5Test-devel
-BuildRequires: Qt5Widgets-devel
-BuildRequires: Qt5Xml-devel
+BuildRequires: Qt5Core-devel >= %{qtver}
+BuildRequires: Qt5DBus-devel >= %{qtver}
+BuildRequires: Qt5Gui-devel >= %{qtver}
+BuildRequires: Qt5Test-devel >= %{qtver}
+BuildRequires: Qt5Widgets-devel >= %{qtver}
+BuildRequires: Qt5Xml-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 1.0.0
+BuildRequires: kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: kf5-karchive-devel >= %{version}
 BuildRequires: kf5-kconfig-devel >= %{version}
 BuildRequires: kf5-kcoreaddons-devel >= %{version}
@@ -45,36 +45,25 @@ with images in HTML. It supports setting different themes for
 emoticons coming from different providers.
 
 %package devel
-Summary:       Header files for %{orgname} development
-Summary(pl.UTF-8):     Pliki nagłówkowe dla programistów używających %{orgname}
+Summary:       Header files for %{kfname} development
+Summary(pl.UTF-8):     Pliki nagłówkowe dla programistów używających %{kfname}
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
-Header files for %{orgname} development.
+Header files for %{kfname} development.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe dla programistów używających %{orgname}.
+Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
-%setup -q -n %{orgname}-%{version}
+%setup -q -n %{kfname}-%{version}
 
 %build
 install -d build
 cd build
 %cmake \
-       -DBIN_INSTALL_DIR=%{_bindir} \
-       -DKCFG_INSTALL_DIR=%{_datadir}/config.kcfg \
-       -DPLUGIN_INSTALL_DIR=%{qt5dir}/plugins \
-       -DQT_PLUGIN_INSTALL_DIR=%{qt5dir}/plugins \
-       -DQML_INSTALL_DIR=%{qt5dir}/qml \
-       -DIMPORTS_INSTALL_DIR=%{qt5dirs}/imports \
-       -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-       -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
-       -DKF5_LIBEXEC_INSTALL_DIR=%{_libexecdir} \
-       -DKF5_INCLUDE_INSTALL_DIR=%{_includedir} \
-       -DECM_MKSPECS_INSTALL_DIR=%{qt5dir}/mkspecs/modules \
-       -D_IMPORT_PREFIX=%{_prefix} \
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ../
 %{__make}
 
@@ -94,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %ghost %{_libdir}/libKF5Emoticons.so.5
-%attr(755,root,root) %{_libdir}/libKF5Emoticons.so.5.0.0
+%attr(755,root,root) %{_libdir}/libKF5Emoticons.so.5.4.0
 %dir %{qt5dir}/plugins/kf5/emoticonsthemes
 %attr(755,root,root) %{qt5dir}/plugins/kf5/emoticonsthemes/adium.so
 %attr(755,root,root) %{qt5dir}/plugins/kf5/emoticonsthemes/kde.so
This page took 0.406015 seconds and 4 git commands to generate.