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

Felix Yan felixonmars at archlinux.org
Tue May 25 20:07:48 UTC 2021


    Date: Tuesday, May 25, 2021 @ 20:07:48
  Author: felixonmars
Revision: 946292

archrelease: copy trunk to community-x86_64

Added:
  cutefish-launcher/repos/community-x86_64/PKGBUILD
    (from rev 946290, 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-05-25 20:07:46 UTC (rev 946291)
+++ PKGBUILD	2021-05-25 20:07:48 UTC (rev 946292)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-launcher
-pkgver=0.1
-pkgrel=1
-pkgdesc="CutefishOS's full-screen application launcher"
-arch=('x86_64')
-url="https://github.com/cutefishos/launcher"
-license=('GPL')
-groups=('cutefish')
-depends=('kwindowsystem' 'qt5-quickcontrols2')
-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 946290, cutefish-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-25 20:07:48 UTC (rev 946292)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list