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

Antonio Rojas arojas at archlinux.org
Wed Dec 5 16:32:13 UTC 2018


    Date: Wednesday, December 5, 2018 @ 16:32:12
  Author: arojas
Revision: 411532

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-file-manager/repos/community-staging-x86_64/
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
    (from rev 411531, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-staging-x86_64/fix-plugin-link.patch
    (from rev 411531, deepin-file-manager/trunk/fix-plugin-link.patch)

-----------------------+
 PKGBUILD              |   35 +++++++++++++++++++++++++++++++++++
 fix-plugin-link.patch |   13 +++++++++++++
 2 files changed, 48 insertions(+)

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 411531, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-12-05 16:32:12 UTC (rev 411532)
@@ -0,0 +1,35 @@
+# 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.7.1.6
+pkgrel=2
+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' 'xdg-user-dirs'
+         '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=('5ee0319a02ffc5bca0ee5263bf0fbead6ad136cc14c49f84c45d528184f3a9612926b52c40241974780e491efa83333b889077483be389921270c013f2a97f7f')
+
+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-staging-x86_64/fix-plugin-link.patch (from rev 411531, deepin-file-manager/trunk/fix-plugin-link.patch)
===================================================================
--- community-staging-x86_64/fix-plugin-link.patch	                        (rev 0)
+++ community-staging-x86_64/fix-plugin-link.patch	2018-12-05 16:32:12 UTC (rev 411532)
@@ -0,0 +1,13 @@
+diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro b/dde-dock-plugins/disk-mount/disk-mount.pro
+index c5d336e8..c9575b15 100644
+--- a/dde-dock-plugins/disk-mount/disk-mount.pro
++++ b/dde-dock-plugins/disk-mount/disk-mount.pro
+@@ -15,7 +15,7 @@ DISTFILES       += disk-mount.json
+ 
+ DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
+ 
+-#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
++LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
+ 
+ HEADERS += \
+     diskmountplugin.h \



More information about the arch-commits mailing list