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

Felix Yan felixonmars at archlinux.org
Wed Jun 30 15:45:35 UTC 2021


    Date: Wednesday, June 30, 2021 @ 15:45:35
  Author: felixonmars
Revision: 968003

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 15:45:21 UTC (rev 968002)
+++ PKGBUILD	2021-06-30 15:45:35 UTC (rev 968003)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-launcher
-pkgver=0.2
-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=('f2b71790cd67aa4d5321a884c6b2c4171791b294caba048909ad995f139137fbc574a3a8a510b686a59c6ef229bd3e59452769697a0d0f506541b8274147b80b')
-
-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 968002, cutefish-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 15:45:35 UTC (rev 968003)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-launcher
+pkgver=0.3
+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=('5286ea84a6abd0059ce1eca178af5b6ab37aa80fc095e6f5d4c4b6ee8a87d74304342154cc2ce43c6292d5ec05e1a0b47180da0b4504a2f1456cce6d0624057c')
+
+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