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

Felix Yan felixonmars at archlinux.org
Sun Apr 26 22:04:44 UTC 2020


    Date: Sunday, April 26, 2020 @ 22:04:44
  Author: felixonmars
Revision: 621698

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-launcher/repos/community-staging-x86_64/PKGBUILD (from rev 621697, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-26 22:04:44 UTC (rev 621698)
@@ -0,0 +1,35 @@
+# 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.1.0.0
+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' '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=('257bf0a54f2265537c7e37dee7a7b1a7da5cc221818dd802a331db39ca00541292b06b3ad0e73c963cb69a2dcd83cc2277f49eba5576dd87ff23cd0cd119df06')
+
+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 . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list