Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-unified-theme-switcher
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-unified-theme-switcher
Commits
7057efae
You need to sign in or sign up before continuing.
Commit
7057efae
authored
Jul 05, 2024
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'service-test' into 'master'
Merge service-test See merge request
!1
parents
bc054319
526d5b07
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
88 additions
and
0 deletions
+88
-0
rules
.gear/rules
+1
-0
Makefile
Makefile
+24
-0
ximper-unified-theme-switcher-gui.desktop
data/ximper-unified-theme-switcher-gui.desktop
+9
-0
ximper-unified-theme-switcher-gui.svg
data/ximper-unified-theme-switcher-gui.svg
+0
-0
ximper-unified-theme-switcher.service
data/ximper-unified-theme-switcher.service
+10
-0
ximper-unified-theme-switcher.spec
ximper-unified-theme-switcher.spec
+44
-0
No files found.
.gear/rules
0 → 100644
View file @
7057efae
tar: .
Makefile
View file @
7057efae
prefix
=
/usr/local
sysconfdir
=
/etc
datadir
=
$(prefix)
/share
all
:
dir install
dir
:
mkdir
-p
$(prefix)
/bin
mkdir
-p
$(prefix)
/lib/systemd/user
mkdir
-p
$(sysconfdir)
/ximper-unified-theme-switcher
mkdir
-p
$(datadir)
/pixmaps
mkdir
-p
$(datadir)
/applications/
install
:
dir
cp
./bin/ximper-unified-theme-switcher-service
$(prefix)
/bin
cp
./bin/ximper-unified-theme-switcher-gui
$(prefix)
/bin
cp
./data/ximper-unified-theme-switcher.service
$(prefix)
/lib/systemd/user
cp
./data/ximper-unified-theme-switcher-gui.svg
$(datadir)
/pixmaps
cp
./data/ximper-unified-theme-switcher-gui.desktop
$(datadir)
/applications
uninstall
:
rm
-f
$(prefix)
/bin/ximper-unified-theme-switcher-service
rm
-f
$(prefix)
/bin/ximper-unified-theme-switcher-gui
rm
-f
$(prefix)
/lib/systemd/user/ximper-unified-theme-switcher.service
rm
-f
$(datadir)
/pixmaps/ximper-unified-theme-switcher-gui.svg
rm
-f
$(datadir)
/applications/ximper-unified-theme-switcher-gui.desktop
data/ximper-unified-theme-switcher-gui.desktop
0 → 100644
View file @
7057efae
[Desktop Entry]
Type=Application
Name=Theme switcher
Name[ru]=Смена тем
Comment=Color theme management
Comment[ru]=Управление цветовой темой
Categories=Utility;
Exec=ximper-unified-theme-switcher-gui
Icon=ximper-unified-theme-switcher-gui
data/ximper-unified-theme-switcher-gui.svg
0 → 100644
View file @
7057efae
This diff is collapsed.
Click to expand it.
data/ximper-unified-theme-switcher.service
View file @
7057efae
[Unit]
Description=Ximper unified theme switcher
StartLimitInterval=500
StartLimitBurst=5
[Service]
ExecStartPre=/bin/sleep 2
ExecStart=/usr/bin/ximper-unified-theme-switcher-service
Restart=on-failure
RestartSec=1
ximper-unified-theme-switcher.spec
0 → 100644
View file @
7057efae
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
Vcs: https://gitlab.eterfund.ru/ximperlinux/ximper-unified-theme-switcher.git
Source: %name-%version.tar
BuildRequires(pre): rpm-macros-make rpm-macros-systemd
Requires: Kvantum libgio
%description
%summary.
%package gui
Summary: GUI for Ximper unified theme switcher
Group: System/Configuration/Other
Requires: %name = %version-%release
Requires: yad
%description gui
GUI for Ximper unified theme switcher.
%prep
%setup
%install
%makeinstall
%files
%_bindir/ximper-unified-theme-switcher-service
%_userunitdir/ximper-unified-theme-switcher.service
%dir %_sysconfdir/ximper-unified-theme-switcher
%files gui
%_bindir/ximper-unified-theme-switcher-gui
%_desktopdir/%name-gui.desktop
%_pixmapsdir/%name-gui.svg
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment