|
|
|
@ -1,24 +1,30 @@
|
|
|
|
|
# Maintainer: qontinuum <qontinuum@artixlinux.org>
|
|
|
|
|
# Maintainer: Qontinuum <qontinuum@artixlinux.org>
|
|
|
|
|
# Contributor: Brad Fanella <cesura@archlinux.org>
|
|
|
|
|
# Contributor: Martin Wimpress <code@flexion.org>
|
|
|
|
|
|
|
|
|
|
pkgbase=caja-extensions
|
|
|
|
|
pkgname=(caja-extensions-common caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tags)
|
|
|
|
|
pkgver=1.26.1
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgrel=2
|
|
|
|
|
pkgdesc="Caja extensions"
|
|
|
|
|
url="https://mate-desktop.org"
|
|
|
|
|
arch=('x86_64')
|
|
|
|
|
license=('GPL')
|
|
|
|
|
depends=('caja' 'gettext' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
|
|
|
|
|
depends=('caja' 'gettext' 'dbus-glib' 'imagemagick' 'samba')
|
|
|
|
|
makedepends=('python')
|
|
|
|
|
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz")
|
|
|
|
|
sha256sums=('589c19e3fa10242d6239a5ccb9585598436a56ebe94d2eb2a50b5950cce1d520')
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd ${pkgbase}-${pkgver}
|
|
|
|
|
|
|
|
|
|
# UPnP support needs to be ported to GUPnP 1.6
|
|
|
|
|
# before it can be activated again
|
|
|
|
|
# https://github.com/mate-desktop/caja-extensions/issues/110
|
|
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--disable-upnp \
|
|
|
|
|
--disable-gksu
|
|
|
|
|
|
|
|
|
|
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
|
|
|
@ -59,7 +65,7 @@ package_caja-open-terminal() {
|
|
|
|
|
|
|
|
|
|
package_caja-sendto() {
|
|
|
|
|
pkgdesc="A Caja extension for sending files"
|
|
|
|
|
depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
|
|
|
|
|
depends=('caja' 'caja-extensions-common' 'dbus-glib')
|
|
|
|
|
groups=('mate-extra')
|
|
|
|
|
optdepends=('pidgin: Support for sending to instant messaging networks.'
|
|
|
|
|
'gajim: Support for sending to XMPP.')
|
|
|
|
|