2024-01-05 19:35:59 +01:00
|
|
|
%define pkgver %(echo %version | tr _ -)
|
2024-01-05 19:35:59 +01:00
|
|
|
Name: xdg-utils
|
2024-01-05 19:35:59 +01:00
|
|
|
Version: 1.1.1
|
2024-01-05 19:35:59 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 19:35:59 +01:00
|
|
|
Summary: Scripts providing desktop integration functions for any Free Desktop
|
|
|
|
Group: System/Configuration
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
|
|
URL: http://portland.freedesktop.org/
|
2024-01-05 19:35:59 +01:00
|
|
|
Source: http://portland.freedesktop.org/download/xdg-utils-%{version}.tar.gz
|
2024-01-05 19:35:59 +01:00
|
|
|
#http://portland.freedesktop.org/download/xdg-utils-%{pkgver}.tar.gz
|
2024-01-05 19:35:59 +01:00
|
|
|
Source1: xdg-profile.sh
|
2024-01-05 19:35:59 +01:00
|
|
|
Patch0: xdg-utils-1.1.1-openmamba-default-browsers.patch
|
2024-01-05 19:35:59 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasks.
|
|
|
|
About half of the tools focus on tasks commonly required during the installation of a desktop application and the other half focuses on integration with the desktop environment while the application is running.
|
|
|
|
Even if the desktop components of your application are limited to an installer, configuration or management tool, Xdg-utils provides you with an easy way to enhance the usage experience of your customers by improving the integration of these components in the user's environment.
|
|
|
|
|
|
|
|
The following tools are included in xdg-utils 1.0:
|
|
|
|
* xdg-desktop-menu Install desktop menu items
|
|
|
|
* xdg-desktop-icon Install icons to the desktop
|
|
|
|
* xdg-icon-resource Install icon resources
|
|
|
|
* xdg-mime Query information about file type handling and install
|
|
|
|
descriptions for new file types
|
|
|
|
* xdg-open Open a file or URL in the user's preferred application
|
|
|
|
* xdg-email Send mail using the user's preferred e-mail composer
|
|
|
|
* xdg-screensaver Control the screensaver
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 19:35:59 +01:00
|
|
|
%setup -q
|
2024-01-05 19:35:59 +01:00
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xprofile.d/xdg.sh
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/xprofile.d/xdg.sh
|
|
|
|
%{_bindir}/xdg-desktop-icon
|
|
|
|
%{_bindir}/xdg-desktop-menu
|
|
|
|
%{_bindir}/xdg-email
|
|
|
|
%{_bindir}/xdg-icon-resource
|
|
|
|
%{_bindir}/xdg-mime
|
|
|
|
%{_bindir}/xdg-open
|
|
|
|
%{_bindir}/xdg-screensaver
|
|
|
|
%{_bindir}/xdg-settings
|
|
|
|
%{_mandir}/man1/xdg-settings.1.gz
|
|
|
|
%{_mandir}/man1/xdg-desktop-icon.*
|
|
|
|
%{_mandir}/man1/xdg-desktop-menu.*
|
|
|
|
%{_mandir}/man1/xdg-email.*
|
|
|
|
%{_mandir}/man1/xdg-icon-resource.*
|
|
|
|
%{_mandir}/man1/xdg-mime.*
|
|
|
|
%{_mandir}/man1/xdg-open.*
|
|
|
|
%{_mandir}/man1/xdg-screensaver.*
|
|
|
|
%doc ChangeLog LICENSE README RELEASE_NOTES TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:35:59 +01:00
|
|
|
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- update to 1.1.1
|
|
|
|
|
2024-01-05 19:35:59 +01:00
|
|
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0_rc2-1mamba
|
|
|
|
- update to 1.1.0_rc2
|
|
|
|
|
2024-01-05 19:35:59 +01:00
|
|
|
* Wed Sep 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-3mamba
|
|
|
|
- xdg-profile.sh: check for kde4-config existence before calling it to avoid pk to look for it
|
|
|
|
|
|
|
|
* Sun May 26 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
|
|
|
- patch default browser list for xdg-open and xdg-email
|
|
|
|
|
|
|
|
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 1.1.0.1mamba
|
|
|
|
- update to 1.1.0
|
|
|
|
|
|
|
|
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-4mamba
|
|
|
|
- xdg-profile.sh: set XDG_MENU_PREFIX=gnome- if running desktop is gnome (see gnome-menus package)
|
|
|
|
|
|
|
|
* Sat Oct 01 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-3mamba
|
|
|
|
- install xdg.sh in correct place: /etc/xprofile.d
|
|
|
|
|
|
|
|
* Sat Sep 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2mamba
|
|
|
|
- added xdg.sh profile script which sets XDG_DATA_DIR for all supported desktop enviroments
|
|
|
|
|
|
|
|
* Thu Aug 30 2007 Aleph0 <aleph0@openmamba.org> 1.0.2-1mamba
|
|
|
|
- update to 1.0.2
|
|
|
|
|
|
|
|
* Fri Feb 02 2007 Aleph0 <aleph0@openmamba.org> 1.0.1-1qilnx
|
|
|
|
- package created by autospec
|