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

Laurent Carlier lcarlier at archlinux.org
Tue Apr 6 10:25:57 UTC 2021


    Date: Tuesday, April 6, 2021 @ 10:25:57
  Author: lcarlier
Revision: 411553

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 10:25:53 UTC (rev 411552)
+++ PKGBUILD	2021-04-06 10:25:57 UTC (rev 411553)
@@ -1,37 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=liferea
-pkgver=1.13.4
-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=('ac8d9ae75f493ca9f7a04b984322a97e23142d379b59020bdedab500ceca2f08')
-
-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 411552, liferea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 10:25:57 UTC (rev 411553)
@@ -0,0 +1,37 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=liferea
+pkgver=1.13.5
+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=('cb12c4ff07d454872d208235e3060ce45709a142d5e8fe7580ad32d7e9100442')
+
+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