[arch-commits] Commit in deepin-clipboard/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Apr 12 19:02:26 UTC 2021


    Date: Monday, April 12, 2021 @ 19:02:26
  Author: felixonmars
Revision: 915967

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-clipboard/repos/community-testing-x86_64/
  deepin-clipboard/repos/community-testing-x86_64/PKGBUILD
    (from rev 915966, deepin-clipboard/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: deepin-clipboard/repos/community-testing-x86_64/PKGBUILD (from rev 915966, deepin-clipboard/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-04-12 19:02:26 UTC (rev 915967)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-clipboard
+pkgver=5.3.15
+pkgrel=1
+pkgdesc='DDE clipboard manager component'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-clipboard"
+license=('GPL3')
+depends=('deepin-qt5integration' 'gio-qt')
+makedepends=('qt5-tools' 'gtest')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-clipboard/archive/$pkgver.tar.gz")
+sha512sums=('2b45bd1f35aa5ed9e9ab6559c574ec4c49170e655dfbd62284f0b4c03ff45e7e9b22da308c21f1344c04add8fcc65ceefb09abb93d2ed2ecfb147d8957467912')
+
+build() {
+  cd dde-clipboard-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-clipboard-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list