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

Felix Yan felixonmars at archlinux.org
Mon Aug 21 12:31:48 UTC 2017


    Date: Monday, August 21, 2017 @ 12:31:47
  Author: felixonmars
Revision: 252813

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

Added:
  deepin-shortcut-viewer/repos/community-i686/PKGBUILD
    (from rev 252812, deepin-shortcut-viewer/trunk/PKGBUILD)
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD
    (from rev 252812, deepin-shortcut-viewer/trunk/PKGBUILD)
Deleted:
  deepin-shortcut-viewer/repos/community-i686/PKGBUILD
  deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 -------------------------
 community-x86_64/PKGBUILD |   33 -------------------------
 3 files changed, 56 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-21 12:31:13 UTC (rev 252812)
+++ community-i686/PKGBUILD	2017-08-21 12:31:47 UTC (rev 252813)
@@ -1,33 +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-shortcut-viewer
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Deepin Shortcut Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
-sha512sums=('0bd464e878a9b06cd5689605c04ff011af0e53d3c2d48cc3baa4c49f5f5eadec6b173d4878f7abe395457877b071e5ad221b4c456c40fef79b835305bb44fd59')
-
-prepare() {
-  cd deepin-shortcut-viewer-$pkgver
-  sed -e 's/dtkbase/dtkbase1/' -e 's/dtkwidget/dtkwidget1/' -e 's/dtkutil/dtkutil1/' -i *.pro
-}
-
-build(){
-  cd deepin-shortcut-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-shortcut-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-shortcut-viewer/repos/community-i686/PKGBUILD (from rev 252812, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-21 12:31:47 UTC (rev 252813)
@@ -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-shortcut-viewer
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Deepin Shortcut Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
+license=('GPL3')
+depends=('dtkwidget')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('0929d4b5b296ca43b549b6d090084ac65adf8eb93b13d74af9160c4c8515d7e6e8de77cca2830805d7e83b03cf7bab12766fcc96f84f7079af8404b35316cd04')
+
+build(){
+  cd deepin-shortcut-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-21 12:31:13 UTC (rev 252812)
+++ community-x86_64/PKGBUILD	2017-08-21 12:31:47 UTC (rev 252813)
@@ -1,33 +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-shortcut-viewer
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Deepin Shortcut Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
-sha512sums=('0bd464e878a9b06cd5689605c04ff011af0e53d3c2d48cc3baa4c49f5f5eadec6b173d4878f7abe395457877b071e5ad221b4c456c40fef79b835305bb44fd59')
-
-prepare() {
-  cd deepin-shortcut-viewer-$pkgver
-  sed -e 's/dtkbase/dtkbase1/' -e 's/dtkwidget/dtkwidget1/' -e 's/dtkutil/dtkutil1/' -i *.pro
-}
-
-build(){
-  cd deepin-shortcut-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-shortcut-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-shortcut-viewer/repos/community-x86_64/PKGBUILD (from rev 252812, deepin-shortcut-viewer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-21 12:31:47 UTC (rev 252813)
@@ -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-shortcut-viewer
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Deepin Shortcut Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-shortcut-viewer"
+license=('GPL3')
+depends=('dtkwidget')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-shortcut-viewer/archive/$pkgver.tar.gz")
+sha512sums=('0929d4b5b296ca43b549b6d090084ac65adf8eb93b13d74af9160c4c8515d7e6e8de77cca2830805d7e83b03cf7bab12766fcc96f84f7079af8404b35316cd04')
+
+build(){
+  cd deepin-shortcut-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-shortcut-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list