use kdesu instead of kdesudo to launch kalternatives [release 0.13-2mamba;Tue Apr 05 2011]

This commit is contained in:
Silvan Calarco 2024-01-06 00:29:25 +01:00
parent a9a749830b
commit 05912fa845
3 changed files with 97 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# kalternatives
Kalternatives is a little tool to graphically manage the alternatives system of some GNU/Linux distributions.

40
kalternatives-desktop Normal file
View File

@ -0,0 +1,40 @@
[Desktop Entry]
Exec=/opt/kde/lib/kde4/libexec/kdesu kcmshell4 kalternatives
Icon=configure
Type=Service
X-KDE-ServiceTypes=KCModule
X-DocPath=kdm/index.html#configuring-kdm
X-KDE-Library=kcm_kalternatives
X-KDE-ParentApp=kcontrol
X-KDE-ModuleType=Library
X-KDE-RootOnly=true
#X-KDE-HasReadOnlyMode=true
X-KDE-System-Settings-Parent-Category=system-administration
Name=Alternatives Configuration
Name[es]=Configuración de alternativas
Name[et]=Alternatiivide seadistamine
Name[fr]=Configuration des alternatives
Name[it]=Configurazione delle alternative
Name[pt]=Configuração das Alternativas
Name[pt_BR]=Configuração das Alternativas
Name[sv]=Alternativ inställning
Name[tr]=Alternatives Yapılandırması
Name[uk]=Налаштування варіантів
Name[x-test]=xxAlternatives Configurationxx
Comment=Distribution alternatives system manager
Comment[es]=Sistema de gestión de alternativas de la distribución
Comment[et]=Distributsioonide alternatiivide süsteemi haldur
Comment[fr]=Gestionnaire du système d'alternatives
Comment[it]=Configurazione di sistema delle alternative della distribuzione
Comment[pt]=Gestor do sistema de alternativas das distribuições
Comment[pt_BR]=Gestor do sistema de alternativas das distribuições
Comment[sv]=Alternativ systemhantering för distributioner
Comment[tr]=Dağıtım alternatives sistem yöneticisi
Comment[uk]=Інструмент керування системою варіантів
Comment[x-test]=xxDistribution alternatives system managerxx
X-KDE-Keywords=Kalternatives,kalternatives,alternatives,alternative,debian,fedora,mandriva
Categories=Qt;KDE;X-KDE-settings-system;

55
kalternatives.spec Normal file
View File

@ -0,0 +1,55 @@
Name: kalternatives
Version: 0.13
Release: 2mamba
Summary: A tool to graphically manage the alternatives system of some GNU/Linux distributions
Group: Graphical Desktop/Applications/Administration
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://kde-apps.org/content/show.php/Kalternatives?content=16016
Source: http://kde-apps.org/CONTENT/content-files/16016-kalternatives_%{version}.tar.gz
Source1: %{name}-desktop
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: libgcc
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Kalternatives is a little tool to graphically manage the alternatives system of some GNU/Linux distributions.
%prep
%setup -q
cp %{SOURCE1} src/kalternatives.desktop
%build
%cmake_kde4 -d build \
-DKALTERNATIVES_DISTRO=rpm_2
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_kde4_libdir}/kde4/kcm_kalternatives.so
%{_kde4_datadir}/kalternatives/icons/hicolor/*/actions/alternative-broken.png
%{_kde4_servicesdir}/kalternatives.desktop
%doc AUTHORS COPYING NEWS README TODO
%changelog
* Tue Apr 05 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-2mamba
- use kdesu instead of kdesudo to launch kalternatives
* Thu Mar 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-1mamba
- package created by autospec