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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 8 20:52:43 UTC 2022


    Date: Tuesday, March 8, 2022 @ 20:52:42
  Author: felixonmars
Revision: 1145557

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 20:52:32 UTC (rev 1145556)
+++ PKGBUILD	2022-03-08 20:52:42 UTC (rev 1145557)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-launcher
-pkgver=0.7
-pkgrel=1
-pkgdesc="CutefishOS's full-screen application launcher"
-arch=('x86_64')
-url="https://github.com/cutefishos/launcher"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'kwindowsystem' 'libcutefish')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('186c3686092318d12bff88ab432dd6a3b7e1e3824d0619a9ae24c1ac8698256b602156c38ea4853168672d60b53fb4b3cfb9d3533c09a68301d2b86cb44f9a15')
-
-build() {
-  cd launcher-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-launcher/repos/community-x86_64/PKGBUILD (from rev 1145556, cutefish-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-08 20:52:42 UTC (rev 1145557)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-launcher
+pkgver=0.8
+pkgrel=1
+pkgdesc="CutefishOS's full-screen application launcher"
+arch=('x86_64')
+url="https://github.com/cutefishos/launcher"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'kwindowsystem' 'libcutefish')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('c439e259bb7e82ba2dacac55f792a3d78db6c4c2c194d01a1ac0dc36ff73c632dce1accd4617bd6e693bea828951dc6a4afdb6e9ad098eced7defcae7447833b')
+
+build() {
+  cd launcher-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list