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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 6 22:44:16 UTC 2022


    Date: Sunday, February 6, 2022 @ 22:44:16
  Author: felixonmars
Revision: 1127318

archrelease: copy trunk to community-x86_64

Added:
  cutefish-launcher/repos/community-x86_64/PKGBUILD
    (from rev 1127317, 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-02-06 22:44:09 UTC (rev 1127317)
+++ PKGBUILD	2022-02-06 22:44:16 UTC (rev 1127318)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-launcher
-pkgver=0.5
-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=('f294e64be72d244d3569415d3df4e4b7cae62a5fe00d1bdec9f33d0100fcb9740c6586ef51f37c1be87103154ccbe297f8061ac2f209234a0b8fe651b10b3782')
-
-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 1127317, cutefish-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 22:44:16 UTC (rev 1127318)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list