Date: Friday, April 28, 2023 @ 20:52:26
  Author: foutrelis
Revision: 475294

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-28 20:52:22 UTC (rev 475293)
+++ PKGBUILD    2023-04-28 20:52:26 UTC (rev 475294)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Andrew Simmons <[email protected]>
-
-pkgname=thunar
-pkgver=4.18.4
-pkgrel=1
-pkgdesc="Modern, fast and easy-to-use 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'
-         'pcre2' '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=('c4463ce2fb1d628adce70a828e8b4de5fa0802236894d2c40f749471619bedcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-gio-unix \
-    --enable-gudev \
-    --enable-notifications \
-    --enable-exif \
-    --disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 475293, 
thunar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-28 20:52:26 UTC (rev 475294)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Andrew Simmons <[email protected]>
+
+pkgname=thunar
+pkgver=4.18.5
+pkgrel=1
+pkgdesc="Modern, fast and easy-to-use 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'
+         'pcre2' '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=('247b5b6d06394d2317024150b08f647277b8e87842d8f57c37a3e3f735df9b5a')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-gio-unix \
+    --enable-gudev \
+    --enable-notifications \
+    --enable-exif \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to