[arch-commits] Commit in deepin-launcher/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 12:44:18 UTC 2015
Date: Monday, December 7, 2015 @ 13:44:18
Author: foutrelis
Revision: 149829
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
deepin-launcher/repos/community-staging-i686/
deepin-launcher/repos/community-staging-i686/PKGBUILD
(from rev 149828, deepin-launcher/trunk/PKGBUILD)
deepin-launcher/repos/community-staging-x86_64/
deepin-launcher/repos/community-staging-x86_64/PKGBUILD
(from rev 149828, deepin-launcher/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: deepin-launcher/repos/community-staging-i686/PKGBUILD (from rev 149828, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 12:44:18 UTC (rev 149829)
@@ -0,0 +1,32 @@
+# $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.20151204
+_commit=bbd769347f7aed1ace95f81f2c6b2b9d20234267
+pkgrel=2
+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' 'deepin-file-manager'
+ 'startdde' 'deepin-menu' 'deepin-daemon')
+makedepends=('git')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-launcher.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build(){
+ cd dde-launcher
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd dde-launcher
+ make INSTALL_ROOT="${pkgdir}" install
+}
Copied: deepin-launcher/repos/community-staging-x86_64/PKGBUILD (from rev 149828, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 12:44:18 UTC (rev 149829)
@@ -0,0 +1,32 @@
+# $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.20151204
+_commit=bbd769347f7aed1ace95f81f2c6b2b9d20234267
+pkgrel=2
+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' 'deepin-file-manager'
+ 'startdde' 'deepin-menu' 'deepin-daemon')
+makedepends=('git')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-launcher.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build(){
+ cd dde-launcher
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd dde-launcher
+ make INSTALL_ROOT="${pkgdir}" install
+}
More information about the arch-commits
mailing list