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

Balló György bgyorgy at archlinux.org
Sat May 1 18:46:17 UTC 2021


    Date: Saturday, May 1, 2021 @ 18:46:17
  Author: bgyorgy
Revision: 926015

archrelease: copy trunk to community-x86_64

Added:
  cawbird/repos/community-x86_64/PKGBUILD
    (from rev 926014, cawbird/trunk/PKGBUILD)
Deleted:
  cawbird/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 18:46:08 UTC (rev 926014)
+++ PKGBUILD	2021-05-01 18:46:17 UTC (rev 926015)
@@ -1,22 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=cawbird
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Native Gtk Twitter client"
-arch=(x86_64)
-url="https://ibboard.co.uk/cawbird/"
-license=(GPL3)
-depends=(gspell gst-libav gst-plugin-gtk gst-plugins-bad gst-plugins-good liboauth)
-makedepends=(meson vala)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('20dd01b1b93f2608bbf6a83d5e4589927f875eff111a11366283b121c6136de7')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: cawbird/repos/community-x86_64/PKGBUILD (from rev 926014, cawbird/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-01 18:46:17 UTC (rev 926015)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=cawbird
+pkgver=1.4
+pkgrel=1
+pkgdesc='Native GTK Twitter client'
+arch=('x86_64')
+url='https://ibboard.co.uk/cawbird/'
+license=('GPL3')
+depends=('gspell' 'gst-libav' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'liboauth')
+makedepends=('meson' 'vala')
+source=("https://github.com/IBBoard/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('af35d71247806a6883c65e55dc2d83b2e9154b13fb5e151eb3fc4b8c0c6fc29f')
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+    -D consumer_key_base64=YUVNOE14dE5xMVdHRzl2emo5SzNNSlNUeg== \
+    -D consumer_secret_base64=c0J0cmc2clNJTFN6bHlSbFNXc2J1MmdvWWk3b0FzTGZHOGI4OG5QRzB3Tmx1Y0ZtOHQ=
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list