Sync from SUSE:SLFO:Main malcontent revision d50e031f06176a6620a36791c27b9bb5
This commit is contained in:
parent
0c17d0d249
commit
9adf84b9a2
BIN
malcontent-0.10.4.tar.xz
(Stored with Git LFS)
BIN
malcontent-0.10.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
malcontent-0.12.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
malcontent-0.12.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 15 06:05:35 UTC 2024 - ming li <mli@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.12.0:
|
||||||
|
* Support searching list of apps to restrict
|
||||||
|
* Keynav focus disappears after GTK4 port
|
||||||
|
* Confusing sentence in user-controls.ui: above, below?
|
||||||
|
* mct_app_filter_is_appinfo_allowed fails when desktop entry
|
||||||
|
is missing Exec key
|
||||||
|
* “All Ages” option for Application Suitability is misleading
|
||||||
|
* Updated translations
|
||||||
|
* Add AppInfo support to malcontent-client check-app-filter
|
||||||
|
* update ru.po
|
||||||
|
* data: Update appdata
|
||||||
|
* build: Hide private structs from generated GIR files
|
||||||
|
* Various build and dependency cleanups for GTK 4.12
|
||||||
|
* malcontent-client: Fix syntax error in appinfo support
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 12:18:09 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang macro, [bsc#1212476]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 12 10:44:27 UTC 2023 - Bjørn <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.11.1:
|
||||||
|
+ Bugs fixed: build: Switch to Meson’s gnome.post_install
|
||||||
|
function
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 0.11.0:
|
||||||
|
+ libmalcontent-ui, and the malcontent-control application, now
|
||||||
|
use libappstream rather than appstream-glib.
|
||||||
|
+ libmalcontent-ui, and the malcontent-control application, now
|
||||||
|
use GTK 4 and libadwaita rather than GTK+ 3.
|
||||||
|
+ As a result of these changes, the pkg-config name has been
|
||||||
|
bumped to libmalcontent-ui-1, and the gobject-introspection
|
||||||
|
name to MalcontentUi-1.
|
||||||
|
+ Improve keyboard navigation of the malcontent-control
|
||||||
|
application.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop pkgconfig(gtk+-3.0) BuildRequires, and add
|
||||||
|
desktop-file-utils, pkgconfig(gtk4) and pkgconfig(libadwaita-1)
|
||||||
|
following upstream changes.
|
||||||
|
- Rename libmalcontent-ui-0-0, typelib-1_0-MalcontentUi-0 and
|
||||||
|
typelib-1_0-MalcontentUi-0 to libmalcontent-ui-1-1,
|
||||||
|
typelib-1_0-MalcontentUi-1 and typelib-1_0-MalcontentUi-1
|
||||||
|
following upstream soname changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 10 16:20:08 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Tue May 10 16:20:08 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package malcontent
|
# spec file for package malcontent
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: malcontent
|
Name: malcontent
|
||||||
Version: 0.10.4
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parental control system
|
Summary: Parental control system
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
URL: https://gitlab.freedesktop.org/pwithnall/malcontent
|
URL: https://gitlab.freedesktop.org/pwithnall/malcontent
|
||||||
Source: https://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz
|
Source: https://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: meson >= 0.50.0
|
BuildRequires: meson >= 0.50.0
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
@ -34,7 +36,8 @@ BuildRequires: pkgconfig(flatpak)
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.54.2
|
BuildRequires: pkgconfig(glib-2.0) >= 2.54.2
|
||||||
BuildRequires: pkgconfig(glib-testing-0)
|
BuildRequires: pkgconfig(glib-testing-0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
|
BuildRequires: pkgconfig(gtk4)
|
||||||
|
BuildRequires: pkgconfig(libadwaita-1)
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,18 +64,18 @@ Libmalcontent implements parental controls support which can be
|
|||||||
used by applications to filter or limit the access of child
|
used by applications to filter or limit the access of child
|
||||||
accounts to inappropriate content.
|
accounts to inappropriate content.
|
||||||
|
|
||||||
%package -n libmalcontent-ui-0-0
|
%package -n libmalcontent-ui-1-1
|
||||||
Summary: Malcontent UI library
|
Summary: Malcontent UI library
|
||||||
|
|
||||||
%description -n libmalcontent-ui-0-0
|
%description -n libmalcontent-ui-1-1
|
||||||
Libmalcontent implements parental controls support which can be
|
Libmalcontent implements parental controls support which can be
|
||||||
used by applications to filter or limit the access of child
|
used by applications to filter or limit the access of child
|
||||||
accounts to inappropriate content.
|
accounts to inappropriate content.
|
||||||
|
|
||||||
%package -n typelib-1_0-MalcontentUi-0
|
%package -n typelib-1_0-MalcontentUi-1
|
||||||
Summary: Introspection bindings for the malcontent UI library
|
Summary: Introspection bindings for the malcontent UI library
|
||||||
|
|
||||||
%description -n typelib-1_0-MalcontentUi-0
|
%description -n typelib-1_0-MalcontentUi-1
|
||||||
Libmalcontent implements parental controls support which can be
|
Libmalcontent implements parental controls support which can be
|
||||||
used by applications to filter or limit the access of child
|
used by applications to filter or limit the access of child
|
||||||
accounts to inappropriate content.
|
accounts to inappropriate content.
|
||||||
@ -80,9 +83,9 @@ accounts to inappropriate content.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Devel package
|
Summary: Devel package
|
||||||
Requires: libmalcontent-0-0 = %{version}
|
Requires: libmalcontent-0-0 = %{version}
|
||||||
Requires: libmalcontent-ui-0-0 = %{version}
|
Requires: libmalcontent-ui-1-1 = %{version}
|
||||||
Requires: typelib-1_0-Malcontent-0 = %{version}
|
Requires: typelib-1_0-Malcontent-0 = %{version}
|
||||||
Requires: typelib-1_0-MalcontentUi-0 = %{version}
|
Requires: typelib-1_0-MalcontentUi-1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libmalcontent implements parental controls support which can be
|
Libmalcontent implements parental controls support which can be
|
||||||
@ -112,11 +115,10 @@ sed -i 's|env python3|python3|' malcontent-client/malcontent-client.py
|
|||||||
# wheel is not used in openSUSE, so we simply package this file as an example %%doc file
|
# wheel is not used in openSUSE, so we simply package this file as an example %%doc file
|
||||||
mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules .
|
mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules .
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%post -n libmalcontent-0-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libmalcontent-0-0
|
||||||
%postun -n libmalcontent-0-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libmalcontent-ui-1-1
|
||||||
%post -n libmalcontent-ui-0-0 -p /sbin/ldconfig
|
|
||||||
%postun -n libmalcontent-ui-0-0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -140,21 +142,21 @@ mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules
|
|||||||
%files -n typelib-1_0-Malcontent-0
|
%files -n typelib-1_0-Malcontent-0
|
||||||
%{_libdir}/girepository-1.0/Malcontent-0.typelib
|
%{_libdir}/girepository-1.0/Malcontent-0.typelib
|
||||||
|
|
||||||
%files -n libmalcontent-ui-0-0
|
%files -n libmalcontent-ui-1-1
|
||||||
%{_libdir}/libmalcontent-ui-0.so.*
|
%{_libdir}/libmalcontent-ui-1.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-MalcontentUi-0
|
%files -n typelib-1_0-MalcontentUi-1
|
||||||
%{_libdir}/girepository-1.0/MalcontentUi-0.typelib
|
%{_libdir}/girepository-1.0/MalcontentUi-1.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/%{name}-0/
|
%{_includedir}/%{name}-0/
|
||||||
%{_includedir}/%{name}-ui-0/
|
%{_includedir}/%{name}-ui-1/
|
||||||
%{_libdir}/libmalcontent-0.so
|
%{_libdir}/libmalcontent-0.so
|
||||||
%{_libdir}/libmalcontent-ui-0.so
|
%{_libdir}/libmalcontent-ui-1.so
|
||||||
%{_libdir}/pkgconfig/malcontent-0.pc
|
%{_libdir}/pkgconfig/malcontent-0.pc
|
||||||
%{_libdir}/pkgconfig/malcontent-ui-0.pc
|
%{_libdir}/pkgconfig/malcontent-ui-1.pc
|
||||||
%{_datadir}/gir-1.0/Malcontent-0.gir
|
%{_datadir}/gir-1.0/Malcontent-0.gir
|
||||||
%{_datadir}/gir-1.0/MalcontentUi-0.gir
|
%{_datadir}/gir-1.0/MalcontentUi-1.gir
|
||||||
|
|
||||||
%files control
|
%files control
|
||||||
%{_bindir}/malcontent-control
|
%{_bindir}/malcontent-control
|
||||||
|
Loading…
Reference in New Issue
Block a user