[arch-commits] Commit in thunar/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-12-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 23, 2020 @ 06:52:44
  Author: foutrelis
Revision: 404890

archrelease: copy trunk to staging-x86_64

Added:
  thunar/repos/staging-x86_64/
  thunar/repos/staging-x86_64/PKGBUILD
(from rev 404889, thunar/trunk/PKGBUILD)

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

Copied: thunar/repos/staging-x86_64/PKGBUILD (from rev 404889, 
thunar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-23 06:52:44 UTC (rev 404890)
@@ -0,0 +1,47 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=4.16.0
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: trash support, mounting with udisk and remote filesystems'
+'tumbler: thumbnail previews'
+'thunar-volman: removable device management'
+'thunar-archive-plugin: archive creation and extraction'
+'thunar-media-tags-plugin: view/edit ID3/OGG tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6277c448116a91ebfa564972645d8d79ef69864992a02bb164b7b13f98fdfd9b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thunar/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-08-11 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 11, 2019 @ 23:56:39
  Author: foutrelis
Revision: 359675

archrelease: copy trunk to staging-x86_64

Added:
  thunar/repos/staging-x86_64/
  thunar/repos/staging-x86_64/PKGBUILD
(from rev 359674, thunar/trunk/PKGBUILD)

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

Copied: thunar/repos/staging-x86_64/PKGBUILD (from rev 359674, 
thunar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-08-11 23:56:39 UTC (rev 359675)
@@ -0,0 +1,48 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.8.9
+pkgrel=2
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('7a758e7ac03501c520c304f8845353315c954d429b17d591b8eea8b14f1350b9')
+
+prepare() {
+  cd "$srcdir/Thunar-$pkgver"
+}
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thunar/repos (staging-x86_64 testing-x86_64)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:18:20
  Author: ibiru
Revision: 113166

db-move: moved thunar from [staging] to [testing] (x86_64)

Added:
  thunar/repos/testing-x86_64/
Deleted:
  thunar/repos/staging-x86_64/



[arch-commits] Commit in thunar/repos (staging-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 13:31:46
  Author: andyrtr
Revision: 112912

archrelease: copy trunk to staging-x86_64

Added:
  thunar/repos/staging-x86_64/



[arch-commits] Commit in thunar/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:15:07
  Author: andyrtr
Revision: 104645

archrelease: copy trunk to staging-x86_64

Added:
  thunar/repos/staging-x86_64/



[arch-commits] Commit in thunar/repos (staging-x86_64 testing-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:53:41
  Author: andyrtr
Revision: 104692

db-move: moved thunar from [staging] to [testing] (x86_64)

Added:
  thunar/repos/testing-x86_64/
Deleted:
  thunar/repos/staging-x86_64/