Date: Monday, June 15, 2020 @ 07:03:20
  Author: felixonmars
Revision: 644805

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 644804, deepin-launcher/trunk/PKGBUILD)

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

Copied: deepin-launcher/repos/community-testing-x86_64/PKGBUILD (from rev 
644804, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-15 07:03:20 UTC (rev 644805)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-launcher
+pkgver=5.2.0.3
+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=('02a5115bfb60569019f98c9d4c2d6078bd9f6b2fd108364c508963c56a92ff9d108d9edb03e389a510cc65c5fd51bef1c8725405d085f263bbd9322a8f88766b')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+
+  sed -i '/include <QPainter>/a #include <QPainterPath>' 
src/widgets/miniframenavigation.cpp src/widgets/avatar.cpp 
src/widgets/miniframebutton.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to