[arch-commits] Commit in deepin-file-manager/repos/community-testing-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Feb 3 21:32:38 UTC 2019
Date: Sunday, February 3, 2019 @ 21:32:37
Author: felixonmars
Revision: 429519
archrelease: copy trunk to community-testing-x86_64
Added:
deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 429518, deepin-file-manager/trunk/PKGBUILD)
deepin-file-manager/repos/community-testing-x86_64/fix-plugin-link.patch
(from rev 429518, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
deepin-file-manager/repos/community-testing-x86_64/fix-plugin-link.patch
-----------------------+
PKGBUILD | 75 +++++++++++++++++++++++++-----------------------
fix-plugin-link.patch | 26 ++++++++--------
2 files changed, 53 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-03 21:32:20 UTC (rev 429518)
+++ PKGBUILD 2019-02-03 21:32:37 UTC (rev 429519)
@@ -1,35 +0,0 @@
-# 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.5
-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=('752d23b31db44d99228691534ca1455a8dd87273b3ca078922b7812293fa25119c8500a488e3dc1236a2c9682d695409d71419ce1f4d4ba533ca07f7a6016b8a')
-
-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-testing-x86_64/PKGBUILD (from rev 429518, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-03 21:32:37 UTC (rev 429519)
@@ -0,0 +1,40 @@
+# 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.5
+pkgrel=3
+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=('752d23b31db44d99228691534ca1455a8dd87273b3ca078922b7812293fa25119c8500a488e3dc1236a2c9682d695409d71419ce1f4d4ba533ca07f7a6016b8a')
+
+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
+}
Deleted: fix-plugin-link.patch
===================================================================
--- fix-plugin-link.patch 2019-02-03 21:32:20 UTC (rev 429518)
+++ fix-plugin-link.patch 2019-02-03 21:32:37 UTC (rev 429519)
@@ -1,13 +0,0 @@
-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 \
Copied: deepin-file-manager/repos/community-testing-x86_64/fix-plugin-link.patch (from rev 429518, deepin-file-manager/trunk/fix-plugin-link.patch)
===================================================================
--- fix-plugin-link.patch (rev 0)
+++ fix-plugin-link.patch 2019-02-03 21:32:37 UTC (rev 429519)
@@ -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