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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 17 12:16:30 UTC 2021


    Date: Tuesday, August 17, 2021 @ 12:16:30
  Author: felixonmars
Revision: 1001383

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-launcher/repos/community-testing-x86_64/
  deepin-launcher/repos/community-testing-x86_64/PKGBUILD
    (from rev 1001381, deepin-launcher/trunk/PKGBUILD)

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

Copied: deepin-launcher/repos/community-testing-x86_64/PKGBUILD (from rev 1001381, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-08-17 12:16:30 UTC (rev 1001383)
@@ -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-launcher
+pkgver=5.4.37
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher"
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-qt5integration' 'deepin-menu'
+         'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz")
+sha512sums=('9a9504ff196da6ccdefe3b7aa6e48fe4945ffe4ba72192c7af1286ed9b7c81cac5e6a841ead9ab271e317927b2af0719fa30b77c9ba270fa63171ed2eb97dff2')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  ninja
+}
+
+check() {
+  cd dde-launcher-$pkgver
+  # ninja test
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list