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

Felix Yan felixonmars at archlinux.org
Wed Aug 8 16:25:33 UTC 2018


    Date: Wednesday, August 8, 2018 @ 16:25:33
  Author: felixonmars
Revision: 370379

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-08 16:25:32 UTC (rev 370378)
+++ PKGBUILD	2018-08-08 16:25:33 UTC (rev 370379)
@@ -1,42 +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.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/PKGBUILD (from rev 370374, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-08 16:25:33 UTC (rev 370379)
@@ -0,0 +1,36 @@
+# $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.4
+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")
+sha512sums=('a595570ba14febb0237f3a8650586299f15c17f3dc8ee517e198f2517dd43fca3f1b965ee4010e37184e8bb51ac90aff06d10e42136df877f3adaa5430cd58b8')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-include.diff
===================================================================
--- fix-include.diff	2018-08-08 16:25:32 UTC (rev 370378)
+++ fix-include.diff	2018-08-08 16:25:33 UTC (rev 370379)
@@ -1,12 +0,0 @@
-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