forked from pool/adriconf
- Update to version 1.7:
* Add IT translation. @albanobattistella * Fix incorrect handling of system wide options when multiple drivers are defined. @jlhertel * Add option to change default config directories. @jlhertel * Add code of conduct. @jlhertel OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/adriconf?expand=0&rev=3
This commit is contained in:
parent
ccd982aa48
commit
cd1751338e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccc539a3c680c275f224b2265044ff6030464110d08340cf44801a74d9f5f776
|
||||
size 2621318
|
3
adriconf-v1.7.tar.bz2
Normal file
3
adriconf-v1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01df3496c60bd525209198be1f1aa0fc74f30419c048ea7615b96a9ea6d52767
|
||||
size 2595978
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 08:10:37 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.7:
|
||||
* Add IT translation. @albanobattistella
|
||||
* Fix incorrect handling of system wide options when multiple
|
||||
drivers are defined. @jlhertel
|
||||
* Add option to change default config directories. @jlhertel
|
||||
* Add code of conduct. @jlhertel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 11:53:00 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -17,27 +17,26 @@
|
||||
|
||||
|
||||
Name: adriconf
|
||||
Version: 1.6.1
|
||||
Version: 1.7
|
||||
Release: 0
|
||||
Summary: Advanced DRI Configurator
|
||||
License: GPL-3.0-only
|
||||
Group: System/Packages
|
||||
URL: https://github.com/jlHertel/adriconf
|
||||
Source0: https://github.com/jlHertel/adriconf/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
URL: https://gitlab.freedesktop.org/mesa/adriconf
|
||||
Source0: https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v%{version}/adriconf-v%{version}.tar.bz2
|
||||
Source1: adriconf.desktop
|
||||
Source2: driconf-icon.png
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-obj-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_locale-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: libboost_filesystem-devel >= 1.60
|
||||
BuildRequires: libboost_locale-devel >= 1.60
|
||||
BuildRequires: libboost_system-devel >= 1.60
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gdkmm-3.0)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
@ -53,7 +52,7 @@ the standard drirc file used by the Mesa drivers.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -63,8 +62,10 @@ the standard drirc file used by the Mesa drivers.
|
||||
%install
|
||||
%cmake_install
|
||||
mkdir -p %{buildroot}/%{_datadir}/{applications,pixmaps}
|
||||
install -D -m0755 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
install -D -m0755 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.png
|
||||
install -Dpm 0755 %{SOURCE1} \
|
||||
%{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
install -Dpm 0755 %{SOURCE2} \
|
||||
%{buildroot}/%{_datadir}/pixmaps/%{name}.png
|
||||
%suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
%find_lang %{name}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user