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

Brad Fanella cesura at archlinux.org
Tue Feb 25 17:48:55 UTC 2020


    Date: Tuesday, February 25, 2020 @ 17:48:55
  Author: cesura
Revision: 581706

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 17:48:45 UTC (rev 581705)
+++ PKGBUILD	2020-02-25 17:48:55 UTC (rev 581706)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=caja
-pkgver=1.22.3
-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=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
-
-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 581705, caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 17:48:55 UTC (rev 581706)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.24.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=('80e17a55739561b213197f547cc1b30ca977206980cfa1e2d892331810f1ceb2')
+
+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