[arch-commits] Commit in copyq/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Sat May 1 16:07:14 UTC 2021
Date: Saturday, May 1, 2021 @ 16:07:14
Author: idevolder
Revision: 925945
archrelease: copy trunk to community-x86_64
Added:
copyq/repos/community-x86_64/PKGBUILD
(from rev 925944, copyq/trunk/PKGBUILD)
Deleted:
copyq/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-01 16:07:09 UTC (rev 925944)
+++ PKGBUILD 2021-05-01 16:07:14 UTC (rev 925945)
@@ -1,25 +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=4.0.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=('5daff582644296fb27e38be18bc896b1c45f7a24a94dc583cb34d30f64f33ba8')
-
-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 925944, copyq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-01 16:07:14 UTC (rev 925945)
@@ -0,0 +1,26 @@
+# 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=4.1.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=('adc97a663c9d95a5cacc2e89ad46fc8ab2b3d1436eaf076772214895d3507921')
+
+build() {
+ cmake -B build -S CopyQ-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="${pkgdir}" cmake --install build
+}
More information about the arch-commits
mailing list