Hello community,

here is the log from the commit of package lxqt-panel for openSUSE:Factory 
checked in at 2015-02-03 11:39:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-panel (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-panel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-panel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-panel/lxqt-panel.changes    2014-11-24 
11:08:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-panel.new/lxqt-panel.changes       
2015-02-03 11:39:58.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 00:59:25 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to enable Fedora Builds 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxqt-panel.spec ++++++
--- /var/tmp/diff_new_pack.HdbiIC/_old  2015-02-03 11:39:59.000000000 +0100
+++ /var/tmp/diff_new_pack.HdbiIC/_new  2015-02-03 11:39:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-panel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,20 +30,21 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libsensors4-devel
+BuildRequires:  pkgconfig(Qt5Xdg) >= 1.0.0
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(libmenu-cache)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libstatgrab)
-BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
 BuildRequires:  pkgconfig(lxqt-globalkeys-qt5)
+BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
 BuildRequires:  pkgconfig(lxqtmount-qt5) >= 0.8.0
-BuildRequires:  pkgconfig(Qt5Xdg) >= 1.0.0
 BuildRequires:  pkgconfig(sysstat-qt5)
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires: pkgconfig(xrender)
-Requires:       menu-cache
+BuildRequires:  pkgconfig(Qt5UiTools)
 Requires:              lxmenu-data
+Requires:       menu-cache
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,11 +64,19 @@
 %patch1 -p1
 
 %build
-%cmake -DUSE_QT5=ON
+mkdir build
+pushd build
+cmake \
+      -DUSE_QT5=ON \
+      -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+      ..
 %__make %{?_smp_mflags}
+popd
 
 %install
-%cmake_install
+pushd build
+make DESTDIR=$RPM_BUILD_ROOT install
+popd
 %fdupes -s %{buildroot}/%{_datadir}
 
 %post -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to