[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 17:55:45 UTC 2021


    Date: Sunday, August 8, 2021 @ 17:55:45
  Author: arojas
Revision: 995368

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
    (from rev 995367, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 17:55:33 UTC (rev 995367)
+++ PKGBUILD	2021-08-08 17:55:45 UTC (rev 995368)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=caja
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('e50b0147ce4c43107d4dadddafd2fa3928f7522515663b6bc58fef3016598f7a')
-
-build() {
-	cd "$pkgname-$pkgver"
-    	./configure \
-        	--prefix=/usr \
-        	--libexecdir=/usr/lib/$pkgname \
-        	--enable-introspection \
-        	--disable-update-mimedb
-
-    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    	make
-}
-
-package() {
-    	cd "$pkgname-$pkgver"
-    	make DESTDIR="${pkgdir}" install
-
-    	# Remove D-Bus activation file to avoid conflict with nautilus-desktop
-    	rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 995367, caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 17:55:45 UTC (rev 995368)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('a200a6fad3a5fbc70d10f8626788e2f4f31bde363649bc50a6bb8a85b2880ad4')
+
+build() {
+	cd "$pkgname-$pkgver"
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/$pkgname \
+        	--enable-introspection \
+        	--disable-update-mimedb
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    	make
+}
+
+package() {
+    	cd "$pkgname-$pkgver"
+    	make DESTDIR="${pkgdir}" install
+
+    	# Remove D-Bus activation file to avoid conflict with nautilus-desktop
+    	rm -r "$pkgdir/usr/share/dbus-1/"
+}



More information about the arch-commits mailing list