[appmenu-qt] Initial import

Mario Blättermann mariobl at fedoraproject.org
Sun Dec 9 16:15:04 UTC 2012


commit 6ac3867dd39c6088cef1b0e6a35635e09df6480f
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Sun Dec 9 17:14:48 2012 +0100

    Initial import

 .gitignore      |    1 +
 appmenu-qt.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8a6b936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/appmenu-qt-0.2.6.tar.bz2
diff --git a/appmenu-qt.spec b/appmenu-qt.spec
new file mode 100644
index 0000000..7a2c534
--- /dev/null
+++ b/appmenu-qt.spec
@@ -0,0 +1,43 @@
+Name:           appmenu-qt
+Version:        0.2.6
+Release:        2%{?dist}
+Summary:        Global application menu to Qt
+
+License:        LGPLv2 with exceptions and GPLv3
+URL:            http://launchpad.net/%{name}/
+
+Source0:        https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
+
+BuildRequires:  kdebase-workspace-devel
+BuildRequires:  dbusmenu-qt-devel
+
+%description
+This package allows Qt to export its menus over DBus.
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ../
+popd
+
+make VERBOSE=1 %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%files
+%doc COPYING COPYING.LGPL-2.1 LGPL_EXCEPTION.txt NEWS README
+%{_qt4_plugindir}/menubar/lib%{name}.so
+
+%changelog
+* Sat Dec 08 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.2.6-2
+- Spec cleanup: Use %%{_qt4_plugindir} instead of hardcoded path
+
+* Sat Dec 01 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.2.6-1
+- Initial package
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..814f4ab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+90cce750e5412d43ce075b0a9bdb6782  appmenu-qt-0.2.6.tar.bz2


More information about the scm-commits mailing list