[arch-commits] Commit in copyq/repos (community-x86_64 community-x86_64/PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Mon Dec 3 21:35:00 UTC 2018


    Date: Monday, December 3, 2018 @ 21:34:59
  Author: maximbaz
Revision: 411004

archrelease: copy trunk to community-x86_64

Added:
  copyq/repos/community-x86_64/
  copyq/repos/community-x86_64/PKGBUILD
    (from rev 411003, copyq/trunk/PKGBUILD)

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

Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 411003, copyq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-12-03 21:34:59 UTC (rev 411004)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Batou <batou at cryptolab net>
+# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
+
+pkgname=copyq
+pkgver=3.7.1
+pkgrel=2
+pkgdesc="Clipboard manager with searchable and editable history"
+url="https://github.com/hluk/${pkgname}"
+depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
+makedepends=('cmake' 'qt5-tools')
+license=('GPL3')
+arch=('x86_64')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7')
+
+build() {
+    cd "CopyQ-${pkgver}"
+    cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT5=TRUE .
+    make
+}
+
+package() {
+    cd "CopyQ-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list