[qxkb] Initial import (#947049).

Eugene A. Pivnev tieugene at fedoraproject.org
Tue Apr 23 20:30:26 UTC 2013


commit 2135c2eec3e6032807ad68e975e3d21e1e2f4f37
Author: TI_Eugene <ti.eugene at gmail.com>
Date:   Wed Apr 24 00:32:07 2013 +0400

    Initial import (#947049).

 .gitignore |    1 +
 qxkb.spec  |   45 +++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..380d651 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qxkb-0.4.6.tar.bz2
diff --git a/qxkb.spec b/qxkb.spec
new file mode 100644
index 0000000..a140978
--- /dev/null
+++ b/qxkb.spec
@@ -0,0 +1,45 @@
+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 at gmail.com> 0.4.6-2
+- cmake flags removed
+
+* Mon Apr 01 2013 TI_Eugene <ti.eugene at gmail.com> 0.4.6-1
+- initial packaging for Fedora
diff --git a/sources b/sources
index e69de29..a87d46b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a2483765fc24e70bca4e079974861d39  qxkb-0.4.6.tar.bz2


More information about the scm-commits mailing list