[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Mon Nov 23 15:24:54 UTC 2015


    Date: Monday, November 23, 2015 @ 16:24:54
  Author: fyan
Revision: 147465

addpkg: deepin-launcher 2.90.1-1

Added:
  deepin-launcher/
  deepin-launcher/repos/
  deepin-launcher/trunk/
  deepin-launcher/trunk/PKGBUILD

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

Added: deepin-launcher/trunk/PKGBUILD
===================================================================
--- deepin-launcher/trunk/PKGBUILD	                        (rev 0)
+++ deepin-launcher/trunk/PKGBUILD	2015-11-23 15:24:54 UTC (rev 147465)
@@ -0,0 +1,28 @@
+# $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=2.90.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher"
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras')
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-launcher.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}


Property changes on: deepin-launcher/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list