[arch-commits] Commit in thunar-archive-plugin/repos (2 files)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:20:14
  Author: felixonmars
Revision: 386248

archrelease: copy trunk to staging-x86_64

Added:
  thunar-archive-plugin/repos/staging-x86_64/
  thunar-archive-plugin/repos/staging-x86_64/PKGBUILD
(from rev 386246, thunar-archive-plugin/trunk/PKGBUILD)

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

Copied: thunar-archive-plugin/repos/staging-x86_64/PKGBUILD (from rev 386246, 
thunar-archive-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:20:14 UTC (rev 386248)
@@ -0,0 +1,38 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+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:


[arch-commits] Commit in thunar-archive-plugin/repos (2 files)

2018-06-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 7, 2018 @ 01:00:12
  Author: foutrelis
Revision: 326103

archrelease: copy trunk to staging-x86_64

Added:
  thunar-archive-plugin/repos/staging-x86_64/
  thunar-archive-plugin/repos/staging-x86_64/PKGBUILD
(from rev 326102, thunar-archive-plugin/trunk/PKGBUILD)

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

Copied: thunar-archive-plugin/repos/staging-x86_64/PKGBUILD (from rev 326102, 
thunar-archive-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-07 01:00:12 UTC (rev 326103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=thunar-archive-plugin
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Create and extract archives in Thunar"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('thunar' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+optdepends=('file-roller'
+'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: