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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 6 22:49:38 UTC 2022


    Date: Sunday, February 6, 2022 @ 22:49:38
  Author: felixonmars
Revision: 1127328

archrelease: copy trunk to community-x86_64

Added:
  libcutefish/repos/community-x86_64/PKGBUILD
    (from rev 1127327, libcutefish/trunk/PKGBUILD)
Deleted:
  libcutefish/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 22:49:29 UTC (rev 1127327)
+++ PKGBUILD	2022-02-06 22:49:38 UTC (rev 1127328)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libcutefish
-pkgver=0.5
-pkgrel=1
-pkgdesc="System library for Cutefish applications"
-arch=('x86_64')
-url="https://github.com/cutefishos/libcutefish"
-license=('GPL')
-depends=('bluez-qt' 'kscreen' 'modemmanager-qt' 'networkmanager-qt' 'qt5-quickcontrols2'
-         # via dbus:
-         'accountsservice')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/libcutefish/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e6220947e22ffe3688407965a41cfbaa913033f3fcd8707f41a59577680822f9524868c252562a88b85b8d6b01ad24d5675544834c1cf4663a5ad69db38be828')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libcutefish/repos/community-x86_64/PKGBUILD (from rev 1127327, libcutefish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 22:49:38 UTC (rev 1127328)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcutefish
+pkgver=0.7
+pkgrel=1
+pkgdesc="System library for Cutefish applications"
+arch=('x86_64')
+url="https://github.com/cutefishos/libcutefish"
+license=('GPL')
+depends=('bluez-qt' 'kscreen' 'modemmanager-qt' 'networkmanager-qt' 'qt5-quickcontrols2'
+         # via dbus:
+         'accountsservice')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/libcutefish/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a6a83f10f7e3309ce1cbf4cb607328cb7448364ae66af1f36e8dd41ae1682a70fd9dccf18b84f205e7445d27a7b81e9d14d5f5eae383cc20fdbb81e7ee08fae6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list