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

Ike Devolder idevolder at gemini.archlinux.org
Tue Jul 19 13:44:50 UTC 2022


    Date: Tuesday, July 19, 2022 @ 13:44:50
  Author: idevolder
Revision: 1254662

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 13:44:46 UTC (rev 1254661)
+++ PKGBUILD	2022-07-19 13:44:50 UTC (rev 1254662)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Batou <batou at cryptolab net>
-# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
-
-pkgname=copyq
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="Clipboard manager with searchable and editable history"
-url="https://github.com/hluk/${pkgname}"
-depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-wayland' 'knotifications')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-license=('GPL3')
-arch=('x86_64')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d1d46edc7c96e57c44f222b310713a886bc08d2a069756d96f620684d3e71067')
-
-build() {
-    cmake -B build -S CopyQ-$pkgver \
-      -DCMAKE_INSTALL_PREFIX=/usr
-    cmake --build build
-}
-
-package() {
-    DESTDIR="${pkgdir}" cmake --install build
-}

Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 1254661, copyq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-19 13:44:50 UTC (rev 1254662)
@@ -0,0 +1,27 @@
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Batou <batou at cryptolab net>
+# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
+
+pkgname=copyq
+pkgver=6.2.0
+pkgrel=2
+pkgdesc="Clipboard manager with searchable and editable history"
+url="https://github.com/hluk/${pkgname}"
+depends=('hicolor-icon-theme' 'libxtst' 'qt5-svg' 'qt5-wayland' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+license=('GPL3')
+arch=('x86_64')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d1d46edc7c96e57c44f222b310713a886bc08d2a069756d96f620684d3e71067')
+
+build() {
+    cmake -B build -S CopyQ-$pkgver \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DWITH_NATIVE_NOTIFICATIONS=false
+    cmake --build build
+}
+
+package() {
+    DESTDIR="${pkgdir}" cmake --install build
+}



More information about the arch-commits mailing list