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

Felix Yan felixonmars at archlinux.org
Sat Jun 5 15:13:05 UTC 2021


    Date: Saturday, June 5, 2021 @ 15:13:04
  Author: felixonmars
Revision: 956100

archrelease: copy trunk to community-x86_64

Added:
  cutefish-launcher/repos/community-x86_64/PKGBUILD
    (from rev 956099, 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-05 15:12:45 UTC (rev 956099)
+++ PKGBUILD	2021-06-05 15:13:04 UTC (rev 956100)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-launcher
-pkgver=0.1
-pkgrel=2
-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=('e331fc05419bb154d8cc90b910dd4055a6659d831894cd8973123e2c1f9fc2bc439edfcdc42052d57fa001b984e258c7c1aff828c48a08fd69fb1bedfd231fea')
-
-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 956099, cutefish-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-05 15:13:04 UTC (rev 956100)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list