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

Antonio Rojas arojas at archlinux.org
Thu Jul 30 08:28:00 UTC 2020


    Date: Thursday, July 30, 2020 @ 08:27:59
  Author: arojas
Revision: 665884

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 08:27:51 UTC (rev 665883)
+++ PKGBUILD	2020-07-30 08:27:59 UTC (rev 665884)
@@ -1,28 +0,0 @@
-# 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.11.1
-pkgrel=1
-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=('a0b0a7d90aa67a48b4ab94b23bfa16da5602de80ef82862451bac619ede3d4bb')
-
-build() {
-    cd "CopyQ-${pkgver}"
-    cmake -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr .
-    make
-}
-
-package() {
-    cd "CopyQ-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 665883, copyq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-30 08:27:59 UTC (rev 665884)
@@ -0,0 +1,25 @@
+# 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.12.0
+pkgrel=1
+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=('7de74c4159514725f9de458a32d6109b3183b108c183d9a977e7b67ce5bbb1ee')
+
+build() {
+    cmake -B build -S CopyQ-$pkgver \
+      -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr
+    cmake --build build
+}
+
+package() {
+    DESTDIR="${pkgdir}" cmake --install build
+}



More information about the arch-commits mailing list