[arch-commits] Commit in criu/trunk (PKGBUILD fix-amdgpu-install.patch)

George Rawlinson grawlinson at gemini.archlinux.org
Fri Jun 24 07:13:38 UTC 2022


    Date: Friday, June 24, 2022 @ 07:13:38
  Author: grawlinson
Revision: 1239321

upgpkg: criu 3.17.1-1

* New upstream release.
* Remove upstreamed amdgpu patch.

Modified:
  criu/trunk/PKGBUILD
Deleted:
  criu/trunk/fix-amdgpu-install.patch

--------------------------+
 PKGBUILD                 |   18 ++++--------------
 fix-amdgpu-install.patch |   22 ----------------------
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-24 06:52:07 UTC (rev 1239320)
+++ PKGBUILD	2022-06-24 07:13:38 UTC (rev 1239321)
@@ -3,7 +3,7 @@
 # Contributor: aksr <aksr at t-com dot me>
 
 pkgname=criu
-pkgver=3.17
+pkgver=3.17.1
 pkgrel=1
 pkgdesc='Utilities to checkpoint and restore processes in userspace'
 arch=('x86_64')
@@ -24,13 +24,9 @@
   'asciidoc'
 )
 options=('!buildflags' '!lto')
-_commit='4f8f295e57e68740699479d12c1ad251e6dd859f'
-source=(
-  "$pkgname::git+https://github.com/checkpoint-restore/criu#commit=$_commit"
-  'fix-amdgpu-install.patch'
-)
-b2sums=('SKIP'
-        '4d5e7ed02257757f57c0f5c965ebbf3bf0ca5db85d15ac983b861aac8024513ff6f8f9b971bc4c9c0cbd26ee2797116dc3aacc7acf7e7fd04a0eeb7015dc2e83')
+_commit='d46f40f4ff0c724e0b9f0f8a2e8c043806897e94'
+source=("$pkgname::git+https://github.com/checkpoint-restore/criu#commit=$_commit")
+b2sums=('SKIP')
 
 pkgver() {
   cd "$pkgname"
@@ -38,12 +34,6 @@
   git describe --tags | sed 's/^v//'
 }
 
-prepare() {
-  cd "$pkgname"
-
-  patch -p1 -i ../fix-amdgpu-install.patch
-}
-
 build() {
   cd "$pkgname"
 

Deleted: fix-amdgpu-install.patch
===================================================================
--- fix-amdgpu-install.patch	2022-06-24 06:52:07 UTC (rev 1239320)
+++ fix-amdgpu-install.patch	2022-06-24 07:13:38 UTC (rev 1239321)
@@ -1,22 +0,0 @@
---- a/plugins/amdgpu/Makefile
-+++ b/plugins/amdgpu/Makefile
-@@ -50,16 +50,16 @@ clean: amdgpu_plugin_clean amdgpu_plugin_test_clean
- mrproper: clean
- 
- install:
--	$(Q) mkdir -p $(PLUGINDIR)
-+	$(Q) mkdir -p $(DESTDIR)$(PLUGINDIR)
- ifeq ($(CONFIG_AMDGPU),y)
- 	$(E) "  INSTALL " $(PLUGIN_NAME)
--	$(Q) install -m 644 $(PLUGIN_SOBJ) $(PLUGINDIR)
-+	$(Q) install -m 644 $(PLUGIN_SOBJ) $(DESTDIR)$(PLUGINDIR)
- endif
- .PHONY: install
- 
- uninstall:
- ifeq ($(CONFIG_AMDGPU),y)
- 	$(E) " UNINSTALL" $(PLUGIN_NAME)
--	$(Q) $(RM) $(PLUGINDIR)/$(PLUGIN_SOBJ)
-+	$(Q) $(RM) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN_SOBJ)
- endif
- .PHONY: uninstall



More information about the arch-commits mailing list