[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (3 files)

Felix Yan felixonmars at archlinux.org
Mon Aug 6 18:58:23 UTC 2018


    Date: Monday, August 6, 2018 @ 18:58:22
  Author: felixonmars
Revision: 369869

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
    (from rev 369868, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/fix-include.diff
    (from rev 369868, deepin-file-manager/trunk/fix-include.diff)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

------------------+
 PKGBUILD         |   78 ++++++++++++++++++++++++++++-------------------------
 fix-include.diff |   12 ++++++++
 2 files changed, 54 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 18:58:07 UTC (rev 369868)
+++ PKGBUILD	2018-08-06 18:58:22 UTC (rev 369869)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-file-manager
-pkgver=4.6.2
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager"
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs'
-         'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer'
-         'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal'
-         'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 'kcodecs')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz")
-sha512sums=('9a54ae5bc4090f168182077554c51a1423ad5a74d924dfa7e27fb9c4485db9ceef16d888b8fe485e27831f2f59a64ef0d1d556691a9bb8d756ee372b254f73e4')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 369868, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-06 18:58:22 UTC (rev 369869)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-file-manager
+pkgver=4.6.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager"
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs'
+         'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer'
+         'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal'
+         'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 'kcodecs')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz"
+        fix-include.diff)
+sha512sums=('4eda28ec46ab9942313b98669a4b84bad79676da1f38199348c76ea8b58ee851e4556748115818a4d9c8ac8ac6c2d3458aea841f237d23b351eb8522ac734b9e'
+            '42268ae64dd803884aa5573283ac500ebbc4628fd2ac1b10cf56286b64321fc05fce7a67f1e8883115ac2e7887143fe89e17e9a83e11ee3f06efad94b076659d')
+
+prepare() {
+  patch -d dde-file-manager-$pkgver -p1 -i ../fix-include.diff
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-file-manager/repos/community-x86_64/fix-include.diff (from rev 369868, deepin-file-manager/trunk/fix-include.diff)
===================================================================
--- fix-include.diff	                        (rev 0)
+++ fix-include.diff	2018-08-06 18:58:22 UTC (rev 369869)
@@ -0,0 +1,12 @@
+diff --git a/dde-file-manager-lib/quick_search/dquicksearch.cpp b/dde-file-manager-lib/quick_search/dquicksearch.cpp
+index b4f1c70b..1a74c25a 100644
+--- a/dde-file-manager-lib/quick_search/dquicksearch.cpp
++++ b/dde-file-manager-lib/quick_search/dquicksearch.cpp
+@@ -24,6 +24,7 @@
+ #include <string>
+ #include <fstream>
+ #include <iomanip>
++#include <sys/sysmacros.h>
+ 
+ #include <zlib.h>
+ 



More information about the arch-commits mailing list