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

Antonio Rojas arojas at archlinux.org
Tue May 22 12:19:00 UTC 2018


    Date: Tuesday, May 22, 2018 @ 12:18:55
  Author: arojas
Revision: 327555

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 327552, deepin-file-manager/trunk/PKGBUILD)

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 327552, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-22 12:18:55 UTC (rev 327555)
@@ -0,0 +1,40 @@
+# $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.5.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' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs'
+         'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 'deepin-manual'
+         'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal'
+         'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+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=('b44cfa57af232c7f1292c049e5a26ea9c39894087024eefdf94bcc451d0657010d8017b4973fdf84258feaa59c1b8bec68d2c2d1933682c29f806a2a8d7a8577')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|service.path = /lib/systemd/system|service.path = /usr/lib/systemd/system|' dde-anythingmonitor/dde-anythingmonitor.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list