[arch-commits] Commit in deepin-file-manager/repos (3 files)
Antonio Rojas
arojas at archlinux.org
Fri Jun 14 13:50:53 UTC 2019
Date: Friday, June 14, 2019 @ 13:50:52
Author: arojas
Revision: 481437
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 481436, deepin-file-manager/trunk/PKGBUILD)
deepin-file-manager/repos/community-staging-x86_64/fix-plugin-link.patch
(from rev 481436, deepin-file-manager/trunk/fix-plugin-link.patch)
-----------------------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
fix-plugin-link.patch | 13 +++++++++++++
2 files changed, 56 insertions(+)
Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 481436, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-06-14 13:50:52 UTC (rev 481437)
@@ -0,0 +1,43 @@
+# 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.8.6.4
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager"
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+ 'deepin-shortcut-viewer: for shortcut display'
+ 'deepin-screensaver: for screensaver chooser'
+ 'deepin-movie: for video preview'
+ 'deepin-terminal: for opening in terminal'
+ 'file-roller: for compress/decompress')
+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=('532cfcce9fc986ae3eb5ddaffcc52230139f8b14f54900dcead59ccf52950d452a2a36a073c7b569bdae0201c7178414c8b521922cac4edc7f27e4d4b77ed9d2')
+
+prepare() {
+ cd dde-file-manager-$pkgver
+ sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = /usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+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 481436, 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 2019-06-14 13:50:52 UTC (rev 481437)
@@ -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