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

Felix Yan felixonmars at archlinux.org
Tue Mar 6 20:35:57 UTC 2018


    Date: Tuesday, March 6, 2018 @ 20:35:56
  Author: felixonmars
Revision: 303224

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

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

Copied: deepin-launcher/repos/community-staging-x86_64/PKGBUILD (from rev 303223, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-03-06 20:35:56 UTC (rev 303224)
@@ -0,0 +1,31 @@
+# $Id$
+# 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=4.3.0
+pkgrel=2
+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')
+makedepends=('git' '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=('1eee0b3fd259a2073d4f1b4716c59f30e52b0b17fa38764a3b73679b5bcf9263e7f590aa8b2725eb7147bd0d9b48425259eaab7d74911a3b0db8ff19fb8e8e16')
+
+build(){
+  cd dde-launcher-$pkgver
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list