ximper-unified-theme-switcher.spec 1.34 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Name: ximper-unified-theme-switcher
Version: 0.1.0
Release: alt1
License: MIT

Summary: Unified theme switcher for Ximper linux

Group: System/Configuration/Other

Url: https://gitlab.eterfund.ru/ximperlinux/ximper-unified-theme-switcher

BuildArch: noarch

Source: %name-%version.tar

16 17 18 19 20
BuildRequires(pre): rpm-macros-meson rpm-macros-systemd
BuildRequires(pre): rpm-build-python3
BuildRequires(pre): rpm-build-gir
BuildRequires: libadwaita-gir-devel
BuildRequires: meson
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36

Requires: Kvantum libgio
%description
%summary.

%package gui
Summary: GUI for Ximper unified theme switcher
Group: System/Configuration/Other
Requires: %name = %version-%release

%description gui
GUI for Ximper unified theme switcher.

%prep
%setup

37 38 39 40
%build
%meson
%meson_build

41
%install
42 43
%meson_install
%find_lang ximper-unified-theme-switcher-gui
44 45 46

%files
%_bindir/ximper-unified-theme-switcher-service
47
%_user_unitdir/ximper-unified-theme-switcher.service
48 49
%dir %_sysconfdir/ximper-unified-theme-switcher

50
%files gui -f ximper-unified-theme-switcher-gui.lang
51
%_bindir/ximper-unified-theme-switcher-gui
52 53 54 55 56 57 58

%_datadir/ximper-unified-theme-switcher-gui
%_datadir/glib-2.0/schemas/*.gschema.xml
%_datadir/metainfo/*.metainfo.xml

%_desktopdir/ru.ximperlinux.UnifiedThemeSwitcher.desktop

59
%_iconsdir/hicolor/*/apps/*.svg
60 61 62 63

%changelog
* Thu Jul 11 2024 Roman Alifanov <ximper@altlinux.ru> 0.1.0-alt1
- initial build