[arch-commits] Commit in deepin-picker/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Mon Oct 16 13:00:18 UTC 2017
Date: Monday, October 16, 2017 @ 13:00:17
Author: felixonmars
Revision: 263079
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-picker/repos/community-i686/PKGBUILD
(from rev 263078, deepin-picker/trunk/PKGBUILD)
deepin-picker/repos/community-x86_64/PKGBUILD
(from rev 263078, deepin-picker/trunk/PKGBUILD)
Deleted:
deepin-picker/repos/community-i686/PKGBUILD
deepin-picker/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ----------------------
community-x86_64/PKGBUILD | 28 ----------------------
3 files changed, 56 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-16 12:59:39 UTC (rev 263078)
+++ community-i686/PKGBUILD 2017-10-16 13:00:17 UTC (rev 263079)
@@ -1,28 +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-picker
-pkgver=0.4
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker"
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz")
-sha512sums=('9002ae5ae933f167e24d5b04bf8c2b84119d6a5fcf15e0655e9b03f809db1ddee31d2651a1c91bcbf18898530110548b76864896140f0e307b4770d0536743d2')
-
-build() {
- cd deepin-picker-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd deepin-picker-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-picker/repos/community-i686/PKGBUILD (from rev 263078, deepin-picker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-16 13:00:17 UTC (rev 263079)
@@ -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-picker
+pkgver=1.0
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker"
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz")
+sha512sums=('925746f6d4a93e38bbc2f595de03eec4b906a36cb1822aef0eb5ba39badcb35c6de252bb40a9c804c62e32e7ac317074bff60541d51fe15c693b880cb4fa8fa9')
+
+build() {
+ cd deepin-picker-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-picker-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-16 12:59:39 UTC (rev 263078)
+++ community-x86_64/PKGBUILD 2017-10-16 13:00:17 UTC (rev 263079)
@@ -1,28 +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-picker
-pkgver=0.4
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker"
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz")
-sha512sums=('9002ae5ae933f167e24d5b04bf8c2b84119d6a5fcf15e0655e9b03f809db1ddee31d2651a1c91bcbf18898530110548b76864896140f0e307b4770d0536743d2')
-
-build() {
- cd deepin-picker-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd deepin-picker-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: deepin-picker/repos/community-x86_64/PKGBUILD (from rev 263078, deepin-picker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-16 13:00:17 UTC (rev 263079)
@@ -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-picker
+pkgver=1.0
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker"
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz")
+sha512sums=('925746f6d4a93e38bbc2f595de03eec4b906a36cb1822aef0eb5ba39badcb35c6de252bb40a9c804c62e32e7ac317074bff60541d51fe15c693b880cb4fa8fa9')
+
+build() {
+ cd deepin-picker-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-picker-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list