]> git.pld-linux.org Git - packages/nvidia-settings.git/commitdiff
up to 535.54.03 auto/th/nvidia-settings-535.54.03-1
authorJan Palus <atler@pld-linux.org>
Wed, 14 Jun 2023 15:58:40 +0000 (17:58 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 14 Jun 2023 15:58:40 +0000 (17:58 +0200)
- wayland-client patch no longer necessary

nvidia-settings.spec
wayland.patch [deleted file]

index 6253e77818bd1a7140cad7b5b1c3b34cde0fcc9c..34fd377e0384126469d9b2ef7e1af28b5a570ab1 100644 (file)
@@ -9,16 +9,15 @@ Summary:      Tool for configuring the NVIDIA driver
 Summary(pl.UTF-8):     Narzędzie do konfigurowania sterownika NVIDIA
 Name:          nvidia-settings
 # keep the version in sync with xorg-driver-video-nvidia.spec
-Version:       530.41.03
+Version:       535.54.03
 Release:       1
 License:       GPL v2 (with MIT parts)
 Group:         X11/Applications
 Source0:       https://download.nvidia.com/XFree86/nvidia-settings/%{name}-%{version}.tar.bz2
-# Source0-md5: cb3d61ada216c940293d8cedf1fb3061
+# Source0-md5: fbd7109b7be233abfee967c1f4166e1a
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Source3:       %{name}-autostart.desktop
-Patch0:                wayland.patch
 URL:           ftp://download.nvidia.com/XFree86/nvidia-settings/
 BuildRequires: OpenGL-devel
 BuildRequires: libvdpau-devel >= 1.0
@@ -118,7 +117,6 @@ sterowników NVIDIA.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %if %{with libXNVCtrl}
diff --git a/wayland.patch b/wayland.patch
deleted file mode 100644 (file)
index 6411128..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- nvidia-settings-515.48.07/src/Makefile.orig        2022-05-27 06:00:06.000000000 +0200
-+++ nvidia-settings-515.48.07/src/Makefile     2022-06-01 21:50:14.917004206 +0200
-@@ -42,10 +42,10 @@
- endif
- ifeq (1,$(WAYLAND_AVAILABLE))
-   ifndef WAYLAND_CFLAGS
--    WAYLAND_CFLAGS := $(shell $(PKG_CONFIG) --cflags )
-+    WAYLAND_CFLAGS := $(shell $(PKG_CONFIG) --cflags wayland-client)
-   endif
-   ifndef WAYLAND_LDFLAGS
--    WAYLAND_LDFLAGS := $(shell $(PKG_CONFIG) --libs )
-+    WAYLAND_LDFLAGS := $(shell $(PKG_CONFIG) --libs wayland-client)
-   endif
-   BUILD_WAYLANDLIB = 1
- endif
This page took 0.077629 seconds and 4 git commands to generate.