[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Tue Apr 10 23:56:13 UTC 2018
Date: Tuesday, April 10, 2018 @ 23:56:12
Author: cesura
Revision: 315676
archrelease: copy trunk to community-x86_64
Added:
caja/repos/community-x86_64/PKGBUILD
(from rev 315675, caja/trunk/PKGBUILD)
Deleted:
caja/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-10 23:50:47 UTC (rev 315675)
+++ PKGBUILD 2018-04-10 23:56:12 UTC (rev 315676)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=caja
-pkgver=1.20.2
-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=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
-
-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 315675, caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-10 23:56:12 UTC (rev 315676)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=caja
+pkgver=1.20.2
+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=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
+
+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