forked from pool/liblxqt
Accepting request 343360 from X11:LXQt
1 OBS-URL: https://build.opensuse.org/request/show/343360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=5
This commit is contained in:
commit
d58c550b02
@ -1,25 +0,0 @@
|
||||
From 7303ea207de0771d6f450a31ec4a1ce69202869b Mon Sep 17 00:00:00 2001
|
||||
From: rezso <rezso@rezso.net>
|
||||
Date: Sun, 5 Jul 2015 18:46:13 +0200
|
||||
Subject: [PATCH 01/17] fix build with qt 5.5
|
||||
|
||||
(lxqtnotification.h:43:5: error: 'Q_OBJECT' does not name a type)
|
||||
---
|
||||
lxqtnotification.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/lxqtnotification.h b/lxqtnotification.h
|
||||
index 4334a55..2d74504 100644
|
||||
--- a/lxqtnotification.h
|
||||
+++ b/lxqtnotification.h
|
||||
@@ -25,6 +25,7 @@
|
||||
#ifndef LXQTNOTIFICATION_H
|
||||
#define LXQTNOTIFICATION_H
|
||||
|
||||
+#include <QObject>
|
||||
#include <QStringList>
|
||||
#include "lxqtglobals.h"
|
||||
|
||||
--
|
||||
2.5.2
|
||||
|
3
liblxqt-0.10.0.tar.xz
Normal file
3
liblxqt-0.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c
|
||||
size 77732
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52
|
||||
size 86856
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 10:02:02 UTC 2015 - mvetter@suse.com
|
||||
|
||||
- Remove patch 0001-fix-build-with-qt-5.5.patch
|
||||
Contained in upstream version
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 10:36:03 UTC 2015 - mvetter@suse.com
|
||||
|
||||
- Upstream release 0.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 10:31:22 UTC 2015 - mvetter@suse.com
|
||||
|
||||
|
11
liblxqt.spec
11
liblxqt.spec
@ -17,16 +17,14 @@
|
||||
|
||||
|
||||
Name: liblxqt
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Core utility library for lxqt
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.lxqt.org
|
||||
Source: http://downloads.lxqt.org/lxqt/%{version}/liblxqt-%{version}.tar.xz
|
||||
#factory moved to libqt5.5, we need to include QObject explicitly there
|
||||
Patch: 0001-fix-build-with-qt-5.5.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kwindowsystem-devel
|
||||
@ -34,7 +32,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5UiTools)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
|
||||
BuildRequires: pkgconfig(Qt5Xdg) >= 1.3.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Obsoletes: liblxqt-qt5 < %{version}
|
||||
Provides: liblxqt-qt5 = %{version}
|
||||
@ -65,11 +63,10 @@ lxqt libraries for development
|
||||
|
||||
%prep
|
||||
%setup -q -n liblxqt-%{version}
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%__make %{?_smp_flags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
Loading…
Reference in New Issue
Block a user