[arch-commits] Commit in deepin-file-manager/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Apr 28 06:00:44 UTC 2020
Date: Tuesday, April 28, 2020 @ 06:00:43
Author: felixonmars
Revision: 621962
archrelease: copy trunk to community-staging-x86_64
Added:
deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 621961, deepin-file-manager/trunk/PKGBUILD)
Deleted:
deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 06:00:34 UTC (rev 621961)
+++ PKGBUILD 2020-04-28 06:00:43 UTC (rev 621962)
@@ -1,43 +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=5.1.1.15
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager"
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
- 'ffmpegthumbnailer' '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=('1d51fae9861a30d06395ab26e945330385f192def142635da5d92ce7027662cba6d4a784a33286b43bac1ca4fede46c35f34116db34ea4b6357917552a572738')
-
-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/PKGBUILD (from rev 621961, deepin-file-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-28 06:00:43 UTC (rev 621962)
@@ -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=5.1.1.17
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager"
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' '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=('59e9128587b19fbae6e82298c13a9652b912adc90c3f0f2cfb48368536b8f6d9784abac73bc27c091255f3b442155a1f8a7639441d9bb139898561164cc8d67f')
+
+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
+}
More information about the arch-commits
mailing list