Date: Friday, November 25, 2022 @ 20:35:56
  Author: arojas
Revision: 1353914

archrelease: copy trunk to community-x86_64

Added:
  newsflash/repos/community-x86_64/PKGBUILD
    (from rev 1353913, newsflash/trunk/PKGBUILD)
Deleted:
  newsflash/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-25 20:35:47 UTC (rev 1353913)
+++ PKGBUILD    2022-11-25 20:35:56 UTC (rev 1353914)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Felix Bühler <account at buehler dot rocks>
-
-pkgname=newsflash
-_pkgname=news_flash_gtk
-pkgver=2.1.2
-pkgrel=2
-pkgdesc='Desktop application designed to complement an already existing 
web-based RSS reader account'
-arch=('x86_64')
-url='https://gitlab.com/news-flash/news_flash_gtk'
-license=('GPL3')
-depends=('libadwaita' 'webkit2gtk-5.0')
-makedepends=('appstream-glib' 'meson' 'rust')
-source=("https://gitlab.com/news-flash/$_pkgname/-/archive/v.$pkgver/$_pkgname-v.$pkgver.tar.gz";)
-sha256sums=('9320527590b9276a180e2b45d2014830caea9e7fef379378762aaac60a35205b')
-
-build() {
-  export FEEDLY_CLIENT_ID="boutroue"
-  export FEEDLY_CLIENT_SECRET="FE012EGICU4ZOBDRBEOVAJA1JZYH"
-  export PASSWORD_CRYPT_KEY="ypsSXCLhJngks9qGUAqShd8JjRaZ824wT3e"
-  export MERCURY_PARSER_USER="newsflash"
-  export MERCURY_PARSER_KEY="R4qcKEHpr9RTq6YuRAPkm9kMhjp4GuxiWG44VDk3Na4ZsN7F"
-  export RUSTC_BOOTSTRAP=1
-       
-  arch-meson $_pkgname-v.$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  ln -s com.gitlab.newsflash "$pkgdir/usr/bin/$pkgname"
-}

Copied: newsflash/repos/community-x86_64/PKGBUILD (from rev 1353913, 
newsflash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-25 20:35:56 UTC (rev 1353914)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Felix Bühler <account at buehler dot rocks>
+
+pkgname=newsflash
+_pkgname=news_flash_gtk
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Desktop application designed to complement an already existing 
web-based RSS reader account'
+arch=('x86_64')
+url='https://gitlab.com/news-flash/news_flash_gtk'
+license=('GPL3')
+depends=('libadwaita' 'webkit2gtk-5.0')
+makedepends=('appstream-glib' 'meson' 'rust')
+source=("https://gitlab.com/news-flash/$_pkgname/-/archive/v.$pkgver/$_pkgname-v.$pkgver.tar.gz";)
+sha256sums=('215715790d31e0552f09b1a865e1d6008dff4d814d54f46dfce77980611d70f9')
+options=(!lto)
+
+build() {
+  export FEEDLY_CLIENT_ID="boutroue"
+  export FEEDLY_CLIENT_SECRET="FE012EGICU4ZOBDRBEOVAJA1JZYH"
+  export PASSWORD_CRYPT_KEY="ypsSXCLhJngks9qGUAqShd8JjRaZ824wT3e"
+  export MERCURY_PARSER_USER="newsflash"
+  export MERCURY_PARSER_KEY="R4qcKEHpr9RTq6YuRAPkm9kMhjp4GuxiWG44VDk3Na4ZsN7F"
+  export RUSTC_BOOTSTRAP=1
+       
+  arch-meson $_pkgname-v.$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  ln -s com.gitlab.newsflash "$pkgdir/usr/bin/$pkgname"
+}

Reply via email to