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

Felix Yan fyan at archlinux.org
Mon Dec 21 13:24:32 UTC 2015


    Date: Monday, December 21, 2015 @ 14:24:32
  Author: fyan
Revision: 153863

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

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

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2015-12-21 13:24:02 UTC (rev 153862)
+++ community-testing-i686/PKGBUILD	2015-12-21 13:24:32 UTC (rev 153863)
@@ -1,36 +0,0 @@
-# $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=0aebb088312ab42227610c0f6af5a9369f38c6a9
-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')
-
-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-i686/PKGBUILD (from rev 153862, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-12-21 13:24:32 UTC (rev 153863)
@@ -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.4.20151221
+_commit=f536a23877abc6e177531b81f493a1995720d7a0
+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')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2015-12-21 13:24:02 UTC (rev 153862)
+++ community-testing-x86_64/PKGBUILD	2015-12-21 13:24:32 UTC (rev 153863)
@@ -1,36 +0,0 @@
-# $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=0aebb088312ab42227610c0f6af5a9369f38c6a9
-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')
-
-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 153862, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-21 13:24:32 UTC (rev 153863)
@@ -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.4.20151221
+_commit=f536a23877abc6e177531b81f493a1995720d7a0
+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')
+
+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