Update to 0.0.2
This commit is contained in:
parent
7ec8b4b176
commit
e52dfabca1
12
0000-add-dbus-source-deps.patch
Normal file
12
0000-add-dbus-source-deps.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/src/meson.build b/src/meson.build
|
||||||
|
index 9a30fada749f427a8fd106d11f34c928b5ace351..a75cf6d74663c0054df684376ea3e92b9a336025 100644
|
||||||
|
--- a/src/meson.build
|
||||||
|
+++ b/src/meson.build
|
||||||
|
@@ -57,6 +57,7 @@ fbd_lib = static_library(
|
||||||
|
)
|
||||||
|
|
||||||
|
fbd_dep = declare_dependency(
|
||||||
|
+ sources: generated_dbus_sources,
|
||||||
|
include_directories : fbd_inc,
|
||||||
|
link_with : fbd_lib,
|
||||||
|
dependencies : fbd_deps,
|
||||||
Binary file not shown.
BIN
feedbackd-v0.0.2.tar.gz
Normal file
BIN
feedbackd-v0.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,15 @@
|
|||||||
|
%global gmobile_commit 1039e7808195d4de367ce2718481641ca8af2427
|
||||||
|
|
||||||
Name: feedbackd
|
Name: feedbackd
|
||||||
Version: 0.0.0+git20220208
|
Version: 0.0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Feedback library for GNOME
|
Summary: Feedback library for GNOME
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://source.puri.sm/Librem5/feedbackd
|
URL: https://source.puri.sm/Librem5/feedbackd
|
||||||
Source0: https://source.puri.sm/Librem5/feedbackd/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
Source0: https://source.puri.sm/Librem5/feedbackd/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
||||||
|
Source1: https://gitlab.gnome.org/guidog/gmobile/-/archive/%{gmobile_commit}/gmobile-%{gmobile_commit}.tar.gz
|
||||||
|
|
||||||
|
Patch0: 0000-add-dbus-source-deps.patch
|
||||||
|
|
||||||
BuildRequires: gcc meson systemd-devel vala dbus-daemon
|
BuildRequires: gcc meson systemd-devel vala dbus-daemon
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
||||||
@ -39,7 +44,11 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-v%{version}
|
%setup -a1 -q -n %{name}-v%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
rmdir subprojects/gmobile
|
||||||
|
mv gmobile-%{gmobile_commit} subprojects/gmobile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -54,6 +63,7 @@ install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedback
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/fbcli
|
%{_bindir}/fbcli
|
||||||
|
%{_bindir}/fbd-theme-validate
|
||||||
%{_libexecdir}/feedbackd
|
%{_libexecdir}/feedbackd
|
||||||
%{_libexecdir}/fbd-ledctrl
|
%{_libexecdir}/fbd-ledctrl
|
||||||
%{_udevrulesdir}/90-feedbackd.rules
|
%{_udevrulesdir}/90-feedbackd.rules
|
||||||
@ -74,5 +84,8 @@ install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedback
|
|||||||
%{_libdir}/pkgconfig/libfeedback-0.0.pc
|
%{_libdir}/pkgconfig/libfeedback-0.0.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.0.2-1
|
||||||
|
- Update to 0.0.2
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.0.0+git20220208-1
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.0.0+git20220208-1
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
|||||||
BIN
gmobile-1039e7808195d4de367ce2718481641ca8af2427.tar.gz
Normal file
BIN
gmobile-1039e7808195d4de367ce2718481641ca8af2427.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user