Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > d46265546ebd2e3920eda75f136187ad > files > 2

qxkb-0.4.6-2.fc18.src.rpm

Name:		qxkb
Version:	0.4.6
Release:	2%{?dist}
License:	GPLv2
Url:		http://qxkb.googlecode.com
Source0:	http://qxkb.googlecode.com/files/%{name}-%{version}.tar.bz2
Summary:	Qt keyboard layout switcher
BuildRequires:	cmake, pkgconfig(QtGui), pkgconfig(xkbfile), desktop-file-utils
# libxkbfile-devel

%description
The keypad switch written on Qt4.
Uses setxkbmap.
The interface repeats kxkb.
Can use svg icon for indicate language layer.

%prep
%setup -q

%build
mkdir build
pushd build
%cmake ..
make %{?_smp_mflags}
popd

%install
pushd build
%{make_install}
popd
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%files
%doc COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Tue Apr 23 2013 TI_Eugene <ti.eugene@gmail.com> 0.4.6-2
- cmake flags removed

* Mon Apr 01 2013 TI_Eugene <ti.eugene@gmail.com> 0.4.6-1
- initial packaging for Fedora