[arch-commits] Commit in deepin-launcher/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 17 22:22:19 UTC 2021
Date: Monday, May 17, 2021 @ 22:22:19
Author: felixonmars
Revision: 936125
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 936124, deepin-launcher/trunk/PKGBUILD)
----------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Copied: deepin-launcher/repos/community-testing-x86_64/PKGBUILD (from rev 936124, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-05-17 22:22:19 UTC (rev 936125)
@@ -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.11
+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=('a013d74ece60000faa749dd7ef8da5c9d757f6d4c049abc5711e10ed74990565a331297984a2fae67bd8ab86a3d001c6ac336cb55350340dc1526d19196b697c')
+
+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