Add compilation dependencies: libpulse
This commit is contained in:
parent
feb45648c6
commit
102b66c4e8
24
0002-Add-compilation-dependencies-libpulse.patch
Normal file
24
0002-Add-compilation-dependencies-libpulse.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From 2602ceff126fc1e53321c2f061fa17354fdd2acc Mon Sep 17 00:00:00 2001
|
||||
From: tanyulong2021 <tanyulong@kylinos.cn>
|
||||
Date: Thu, 28 Jul 2022 17:42:08 +0800
|
||||
Subject: [PATCH] Add compilation dependencies
|
||||
|
||||
---
|
||||
debian/control | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index 1748ae2..c888064 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -21,6 +21,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
qtmultimedia5-dev,
|
||||
qttools5-dev-tools,
|
||||
libkf5windowsystem-dev,
|
||||
+ libpulse-dev,
|
||||
Standards-Version: 4.5.0
|
||||
Rules-Requires-Root: no
|
||||
Homepage: http://www.ukui.org/
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: ukui-media
|
||||
Version: 3.0.2
|
||||
Release: 17
|
||||
Release: 18
|
||||
Summary: UKUI media utilities
|
||||
License: GPL-2.0-or-later and GPL-3.0-or-later and BSD-3-Clause
|
||||
URL: http://www.ukui.org
|
||||
@ -34,6 +34,7 @@ Requires: glib2
|
||||
Recommends: alsa-utils sound-theme-freedesktop
|
||||
|
||||
patch0: 0001-modify-and-update-desktop-file.patch
|
||||
patch1: 0002-Add-compilation-dependencies-libpulse.patch
|
||||
|
||||
%description
|
||||
A simple and lightweight screensaver written by Qt5.
|
||||
@ -52,6 +53,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64
|
||||
@ -113,6 +115,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null ||:
|
||||
%{_datadir}/glib-2.0/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 28 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-18
|
||||
- Add compilation dependencies: libpulse
|
||||
|
||||
* Thu Jul 28 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.2-17
|
||||
- modify and update desktop file
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user