[arch-commits] Commit in deepin-anything/trunk (PKGBUILD fix-include.patch)
Felix Yan
felixonmars at archlinux.org
Sat Feb 16 17:27:47 UTC 2019
Date: Saturday, February 16, 2019 @ 17:27:46
Author: felixonmars
Revision: 433553
upgpkg: deepin-anything 0.0.4-1
Modified:
deepin-anything/trunk/PKGBUILD
Deleted:
deepin-anything/trunk/fix-include.patch
-------------------+
PKGBUILD | 9 +++------
fix-include.patch | 12 ------------
2 files changed, 3 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-16 17:24:59 UTC (rev 433552)
+++ PKGBUILD 2019-02-16 17:27:46 UTC (rev 433553)
@@ -2,9 +2,9 @@
pkgbase=deepin-anything
pkgname=(deepin-anything deepin-anything-dkms)
-pkgver=0.0.3
+pkgver=0.0.4
_extramodules=extramodules-ARCH
-pkgrel=5
+pkgrel=1
pkgdesc="Deepin Anything file search tool"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-anything"
@@ -12,16 +12,13 @@
makedepends=('qt5-base')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz"
deepin-anything-server.sysusers
- fix-include.patch
linux-4.20.patch)
-sha512sums=('8a506ba57d6a2ac9c9089719d18013fbde6443cb4f63de79498269e728b7e8725b4e06e7029ae2d2242aaac955c63e56c680fdd18e3fb0d72e9953a9fc5e8402'
+sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
- '55498f8b14e1b233b4052d516b880f4c27797eede46481135dcf76808e9f00f4ac4fdd0e2e2d7d478d335fb12b7137ca1bef0745e1c8b4195e025b81eec94d21'
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155')
prepare() {
cd deepin-anything-$pkgver
- patch -p1 -i ../fix-include.patch
patch -p1 -i ../linux-4.20.patch
sed -i 's|^systemd_service.path.*|systemd_service.path = /usr/lib/systemd/system|' server/src/src.pro
}
Deleted: fix-include.patch
===================================================================
--- fix-include.patch 2019-02-16 17:24:59 UTC (rev 433552)
+++ fix-include.patch 2019-02-16 17:27:46 UTC (rev 433553)
@@ -1,12 +0,0 @@
-diff --git a/library/src/walkdir.c b/library/src/walkdir.c
-index ffd78df..8319fc0 100644
---- a/library/src/walkdir.c
-+++ b/library/src/walkdir.c
-@@ -6,6 +6,7 @@
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <sys/sysmacros.h>
- #include <dirent.h>
- #include <limits.h>
-
More information about the arch-commits
mailing list