switched from obconf to obconf-qt [release 0.12.0-2mamba;Fri Jan 12 2018]
This commit is contained in:
parent
b8b91b7aca
commit
35a46cb40c
@ -1,2 +1,4 @@
|
||||
# obconf-qt
|
||||
|
||||
Obconf is a graphical application to change your Openbox theme
|
||||
|
||||
|
86
obconf-qt.spec
Normal file
86
obconf-qt.spec
Normal file
@ -0,0 +1,86 @@
|
||||
Name: obconf-qt
|
||||
Version: 0.12.0
|
||||
Release: 3mamba
|
||||
Summary: Openbox configuration tool (Qt based)
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/lxde/obconf-qt
|
||||
Source: https://github.com/lxde/obconf-qt.git/%{version}/obconf-qt-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libimlib2-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: librsvg-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: openbox-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: git
|
||||
BuildRequires: openbox-devel >= 3.6.1-1mamba
|
||||
Provides: obconf
|
||||
Obsoletes: obconf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Obconf is a graphical application to change your Openbox theme
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/48x48/apps/obconf-qt.png
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-2mamba
|
||||
- switched from obconf to obconf-qt
|
||||
|
||||
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
|
||||
- update to 0.12.0
|
||||
|
||||
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-4mamba
|
||||
- rebuilt with openbox 3.6.1
|
||||
|
||||
* Sun Jul 06 2014 Automatic Build System <autodist@mambasoft.it> 2.0.4-3mamba
|
||||
- rebuilt by autoport with build requirements: openbox-devel>=3.5.2-1mamba
|
||||
|
||||
* Sat Feb 11 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-2mamba
|
||||
- specfile fixes; set download url for automatic future updates
|
||||
|
||||
* Fri Feb 10 2012 Filippo Bedendo Bordon <michiamophil@libero.it> 2.0.4-1mamba
|
||||
- update to 2.0.4
|
||||
|
||||
* Sun Feb 10 2012 Filippo Bedendo Bordon <michiamophil@gmail.com> 2.0.3-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user