[arch-commits] Commit in liferea/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Laurent Carlier lcarlier at gemini.archlinux.org
Thu Aug 11 07:24:56 UTC 2022


    Date: Thursday, August 11, 2022 @ 07:24:56
  Author: lcarlier
Revision: 452548

archrelease: copy trunk to extra-x86_64

Added:
  liferea/repos/extra-x86_64/PKGBUILD
    (from rev 452547, liferea/trunk/PKGBUILD)
Deleted:
  liferea/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-11 07:24:51 UTC (rev 452547)
+++ PKGBUILD	2022-08-11 07:24:56 UTC (rev 452548)
@@ -1,37 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=liferea
-pkgver=1.13.8
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('x86_64')
-url="https://lzone.de/liferea"
-license=('GPL')
-depends=('webkit2gtk' 'libpeas' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('libsecret: for keyring plugin support'
-            'python-cairo: for the tray icon plugin'
-	    'gst-plugins-base: for media player plugin support'
-	    'gst-plugins-good: for media player plugin support'
-	    'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v$pkgver/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('1008ae805192816b190f07c6c8e094256bc5b88062f5daf1a710250bed294874')
-
-build() {
-  cd $pkgname-${pkgver}
-  
-  # https://github.com/lwindolf/liferea/issues/767
-  export WEBKIT_DISABLE_COMPOSITING_MODE=1
-  
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-x86_64/PKGBUILD (from rev 452547, liferea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-11 07:24:56 UTC (rev 452548)
@@ -0,0 +1,37 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=liferea
+pkgver=1.13.9
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('x86_64')
+url="https://lzone.de/liferea"
+license=('GPL')
+depends=('webkit2gtk' 'libpeas' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('libsecret: for keyring plugin support'
+            'python-cairo: for the tray icon plugin'
+	    'gst-plugins-base: for media player plugin support'
+	    'gst-plugins-good: for media player plugin support'
+	    'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+source=(https://github.com/lwindolf/liferea/releases/download/v$pkgver/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('20fdd34a69d17a415e6f17818792517a079279dc7ecb6e1ee17f66b8c0328459')
+
+build() {
+  cd $pkgname-${pkgver}
+  
+  # https://github.com/lwindolf/liferea/issues/767
+  export WEBKIT_DISABLE_COMPOSITING_MODE=1
+  
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list