[arch-commits] Commit in thunar-archive-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Apr 30 10:39:57 UTC 2022


    Date: Saturday, April 30, 2022 @ 10:39:57
  Author: foutrelis
Revision: 444330

archrelease: copy trunk to extra-x86_64

Added:
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 444329, thunar-archive-plugin/trunk/PKGBUILD)
Deleted:
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-30 10:39:52 UTC (rev 444329)
+++ PKGBUILD	2022-04-30 10:39:57 UTC (rev 444330)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=thunar-archive-plugin
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Create and extract archives in Thunar"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/archive"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('thunar' 'hicolor-icon-theme')
-makedepends=('intltool' 'xfce4-dev-tools')
-optdepends=('file-roller'
-            'engrampa'
-            'ark'
-            'xarchiver')
-source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bf82fa86a388124eb3c4854249c30712b2922e61789607268ee14548549b3115')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-archive-plugin/repos/extra-x86_64/PKGBUILD (from rev 444329, thunar-archive-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-30 10:39:57 UTC (rev 444330)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-archive-plugin
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Adds archive operations to the Thunar file context menus"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/archive"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('thunar' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver')
+source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8eca88a358282a5acdea72984db0d930efdf658b4bc5b82ef7bcd06224366ffa')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list