[arch-commits] Commit in cutefish-screenlocker/repos/community-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Dec 21 15:37:59 UTC 2021


    Date: Tuesday, December 21, 2021 @ 15:37:59
  Author: felixonmars
Revision: 1081686

archrelease: copy trunk to community-x86_64

Added:
  cutefish-screenlocker/repos/community-x86_64/PKGBUILD
    (from rev 1081685, cutefish-screenlocker/trunk/PKGBUILD)
Deleted:
  cutefish-screenlocker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-21 15:37:51 UTC (rev 1081685)
+++ PKGBUILD	2021-12-21 15:37:59 UTC (rev 1081686)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-screenlocker
-pkgver=0.4
-pkgrel=1
-pkgdesc="CutefishOS system screen locker"
-arch=('x86_64')
-url="https://github.com/cutefishos/screenlocker"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'libcutefish')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-source=("https://github.com/cutefishos/screenlocker/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a1504a073f7d6e1e279710a2639d74765663b224f8e76f2c8e2f3e0137695bcd25b29d07c8d890932047d982c7157529afe31adad654b6149406587069eec5b8')
-
-build() {
-  cd screenlocker-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd screenlocker-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-screenlocker/repos/community-x86_64/PKGBUILD (from rev 1081685, cutefish-screenlocker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-21 15:37:59 UTC (rev 1081686)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-screenlocker
+pkgver=0.5
+pkgrel=1
+pkgdesc="CutefishOS system screen locker"
+arch=('x86_64')
+url="https://github.com/cutefishos/screenlocker"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'libcutefish')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+source=("https://github.com/cutefishos/screenlocker/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('7b5c2064afe74ff036a840cb73ea51a0b203d4abd2756d983bd160b670374813d851a9b0f8fd0028d3dc3340c1947b8edd153ce4c9cd966d480f4e65fb9f8f76')
+
+build() {
+  cd screenlocker-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd screenlocker-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list