[arch-commits] Commit in thunar-archive-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed May 4 02:49:43 UTC 2022
Date: Wednesday, May 4, 2022 @ 02:49:42
Author: foutrelis
Revision: 444551
archrelease: copy trunk to extra-x86_64
Added:
thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 444550, thunar-archive-plugin/trunk/PKGBUILD)
Deleted:
thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-04 02:49:38 UTC (rev 444550)
+++ PKGBUILD 2022-05-04 02:49:42 UTC (rev 444551)
@@ -1,35 +0,0 @@
-# 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:
Copied: thunar-archive-plugin/repos/extra-x86_64/PKGBUILD (from rev 444550, thunar-archive-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-04 02:49:42 UTC (rev 444551)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-archive-plugin
+pkgver=0.5.0
+pkgrel=2
+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')
+options=('debug')
+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