add smb-mount-manager to terra (#12311) (#12313)

* add mount-manager to terra



* Bump version to 0.1.1



---------



(cherry picked from commit 383a21f2b6)

Signed-off-by: Zacharias Xenakis <Xarishark@outlook.com>
Co-authored-by: Zacharias Xenakis <Xarishark@outlook.com>
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Raboneko
2026-05-15 10:33:36 -05:00
committed by GitHub
parent 9ad06498b6
commit 19632dcfc1
3 changed files with 47 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "mount-manager.spec"
}
}
@@ -0,0 +1,40 @@
Name: mount-manager
Version: 0.1.1
Release: 1%{?dist}
Summary: SMB Mount Manager helps users mount SMB shares through a simple GTK interface. It checks the share, asks for credentials, tests the mount, and creates a startup mount managed by systemd.
URL: https://github.com/ublue-os/mount-manager
Source0: https://github.com/ublue-os/mount-manager/archive/refs/tags/v%{version}.tar.gz
License: GPL-3.0-only
Requires: cifs-utils
Requires: gtk4
Requires: polkit
Requires: python3-gobject
Provides: SMB-Mount-Manager
BuildArch: noarch
Packager: Zacharias Xenakis <xarishark@outlook.com>
%description
%{summary}.
%prep
%autosetup -n mount-manager-%{version}
%build
%install
install -Dm 755 mount_manager.py %{buildroot}%{_bindir}/mount-manager
install -Dm 644 data/applications/io.github.ublue_os.mount-manager.desktop %{buildroot}%{_appsdir}/io.github.ublue_os.mount-manager.desktop
install -Dm 644 data/icons/hicolor/scalable/apps/io.github.ublue_os.mount-manager.svg %{buildroot}%{_scalableiconsdir}/io.github.ublue_os.mount-manager.svg
install -Dm 644 data/metainfo/io.github.ublue_os.mount-manager.metainfo.xml %{buildroot}%{_metainfodir}/io.github.ublue_os.mount-manager.metainfo.xml
%files
%doc README.md
%license LICENSE
%{_bindir}/mount-manager
%{_appsdir}/io.github.ublue_os.mount-manager.desktop
%{_scalableiconsdir}/io.github.ublue_os.mount-manager.svg
%{_metainfodir}/io.github.ublue_os.mount-manager.metainfo.xml
%changelog
* Fri May 15 2026 Zacharias Xenakis <xarishark@outlook.com>
- Initial package
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("ublue-os/mount-manager"));