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

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 21:15:35 UTC 2021


    Date: Wednesday, September 8, 2021 @ 21:15:35
  Author: anthraxx
Revision: 1012973

archrelease: copy trunk to community-x86_64

Added:
  etherape/repos/community-x86_64/PKGBUILD
    (from rev 1012972, etherape/trunk/PKGBUILD)
Deleted:
  etherape/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 21:15:31 UTC (rev 1012972)
+++ PKGBUILD	2021-09-08 21:15:35 UTC (rev 1012973)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=etherape
-pkgver=0.9.19
-pkgrel=1
-pkgdesc='Graphical network monitor for various OSI layers and protocols'
-url='http://etherape.sourceforge.net/'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3')
-makedepends=('yelp-tools')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3819c36a6ea5b1ec6fc675563ab0264d180824343344bf4f2da834db39547b721c1565b6edb882d55ce4e0ca93e4b34e3a544996a988584aaf7fe8b8d5ca265e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/goocanvas-2.0/goocanvas-3.0/' configure.ac
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: etherape/repos/community-x86_64/PKGBUILD (from rev 1012972, etherape/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 21:15:35 UTC (rev 1012973)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=etherape
+pkgver=0.9.20
+pkgrel=1
+pkgdesc='Graphical network monitor for various OSI layers and protocols'
+url='http://etherape.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3' libpcap.so)
+makedepends=('yelp-tools')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1dbfbb0efff7871a4b78ca90f81ac2155b57ace217b72e443cdc8b3d3807f7ab881c876bec12d93673500026a9dbf1111417a419891df62230e664af9b54b636')
+b2sums=('22682d1b7b72206519d0ad32855f558a718bed83674753fcc923419845ac8b97ce970c1121f49eac9b910e10675b5397e5d3a16701af5bc9b78187baee455ccf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/goocanvas-2.0/goocanvas-3.0/' configure.ac
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list