[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Mon May 20 09:10:35 UTC 2019
Date: Monday, May 20, 2019 @ 09:10:34
Author: cesura
Revision: 468041
archrelease: copy trunk to community-x86_64
Added:
caja/repos/community-x86_64/PKGBUILD
(from rev 468040, caja/trunk/PKGBUILD)
Deleted:
caja/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-20 09:10:18 UTC (rev 468040)
+++ PKGBUILD 2019-05-20 09:10:34 UTC (rev 468041)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=caja
-pkgver=1.22.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=('f4b17d96acfffc88b6e072819704b19dd4166e908cbd56c9fde5c67d70b2a993')
-
-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 468040, caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-20 09:10:34 UTC (rev 468041)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.22.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=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
+
+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