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

Felix Yan fyan at archlinux.org
Thu Dec 17 07:31:52 UTC 2015


    Date: Thursday, December 17, 2015 @ 08:31:51
  Author: fyan
Revision: 153544

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-launcher/repos/community-testing-i686/
  deepin-launcher/repos/community-testing-i686/PKGBUILD
    (from rev 153542, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-testing-x86_64/
  deepin-launcher/repos/community-testing-x86_64/PKGBUILD
    (from rev 153543, deepin-launcher/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: deepin-launcher/repos/community-testing-i686/PKGBUILD (from rev 153542, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-12-17 07:31:51 UTC (rev 153544)
@@ -0,0 +1,36 @@
+# $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.3.20151217
+_commit=6a062d01424e694b42bd31fb096cf4a92e40a410
+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' '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')
+
+prepare() {
+  sed -i '/^PKGCONFIG +=/ s/$/ gio-unix-2.0/' dde-launcher/dde-launcher.pro
+}
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-launcher/repos/community-testing-x86_64/PKGBUILD (from rev 153543, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-17 07:31:51 UTC (rev 153544)
@@ -0,0 +1,36 @@
+# $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.3.20151217
+_commit=6a062d01424e694b42bd31fb096cf4a92e40a410
+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' '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')
+
+prepare() {
+  sed -i '/^PKGCONFIG +=/ s/$/ gio-unix-2.0/' dde-launcher/dde-launcher.pro
+}
+
+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