Date: Sunday, August 7, 2016 @ 10:34:50 Author: bgyorgy Revision: 185786
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: caja-extensions-gtk3/repos/community-staging-i686/ caja-extensions-gtk3/repos/community-staging-i686/PKGBUILD (from rev 185785, caja-extensions-gtk3/trunk/PKGBUILD) caja-extensions-gtk3/repos/community-staging-x86_64/ caja-extensions-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 185785, caja-extensions-gtk3/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+) Copied: caja-extensions-gtk3/repos/community-staging-i686/PKGBUILD (from rev 185785, caja-extensions-gtk3/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-08-07 10:34:50 UTC (rev 185786) @@ -0,0 +1,90 @@ +# Contributor: Martin Wimpress <c...@flexion.org> + +_ver=1.14 +_pkgbase=caja-extensions +pkgbase=${_pkgbase}-gtk3 +pkgname=(caja-gksu-gtk3 caja-image-converter-gtk3 caja-open-terminal-gtk3 caja-sendto-gtk3 caja-share-gtk3 caja-wallpaper-gtk3) +pkgver=${_ver}.0 +pkgrel=1 +pkgdesc="Caja extensions (GTK3 version)" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('GPL') +depends=('caja-gtk3' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba') +makedepends=('intltool') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") +sha1sums=('f6861379fd3ae72eae1394eb2f70f3db65cc85c7') + +build() { + cd "${srcdir}/${_pkgbase}-${pkgver}" + PYTHON=/usr/bin/python2 ./configure \ + --prefix=/usr \ + --with-gtk=3.0 + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package_caja-gksu-gtk3() { + pkgdesc="Privilege granting extension for Caja using gksu (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'gksu') + groups=('mate-extra-gtk3') + conflicts=('caja-gksu') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C gksu DESTDIR="${pkgdir}" install +} + +package_caja-image-converter-gtk3() { + pkgdesc="A Caja extension for simple image conversions (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'imagemagick') + groups=('mate-extra-gtk3') + conflicts=('caja-image-converter') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C image-converter DESTDIR="${pkgdir}" install +} + +package_caja-open-terminal-gtk3() { + pkgdesc="A Caja extension for opening terminals in arbitrary local paths (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common') + groups=('mate-extra-gtk3') + conflicts=('caja-open-terminal') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C open-terminal DESTDIR="${pkgdir}" install +} + +package_caja-sendto-gtk3() { + pkgdesc="A Caja extension for sending files (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'dbus-glib' 'gupnp') + groups=('mate-extra-gtk3') + optdepends=('pidgin: Support for sending to instant messaging networks.' + 'gajim: Support for sending to Jabber.') + conflicts=('caja-sendto') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C sendto DESTDIR="${pkgdir}" install +} + +package_caja-share-gtk3() { + pkgdesc="A Caja extension to quickly share a folder (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'samba') + groups=('mate-extra-gtk3') + conflicts=('caja-share') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C share DESTDIR="${pkgdir}" install +} + +package_caja-wallpaper-gtk3() { + pkgdesc="A Caja extension to quickly set wallpaper (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common') + groups=('mate-extra-gtk3') + conflicts=('caja-wallpaper') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C wallpaper DESTDIR="${pkgdir}" install +} Copied: caja-extensions-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 185785, caja-extensions-gtk3/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-08-07 10:34:50 UTC (rev 185786) @@ -0,0 +1,90 @@ +# Contributor: Martin Wimpress <c...@flexion.org> + +_ver=1.14 +_pkgbase=caja-extensions +pkgbase=${_pkgbase}-gtk3 +pkgname=(caja-gksu-gtk3 caja-image-converter-gtk3 caja-open-terminal-gtk3 caja-sendto-gtk3 caja-share-gtk3 caja-wallpaper-gtk3) +pkgver=${_ver}.0 +pkgrel=1 +pkgdesc="Caja extensions (GTK3 version)" +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('GPL') +depends=('caja-gtk3' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba') +makedepends=('intltool') +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") +sha1sums=('f6861379fd3ae72eae1394eb2f70f3db65cc85c7') + +build() { + cd "${srcdir}/${_pkgbase}-${pkgver}" + PYTHON=/usr/bin/python2 ./configure \ + --prefix=/usr \ + --with-gtk=3.0 + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package_caja-gksu-gtk3() { + pkgdesc="Privilege granting extension for Caja using gksu (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'gksu') + groups=('mate-extra-gtk3') + conflicts=('caja-gksu') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C gksu DESTDIR="${pkgdir}" install +} + +package_caja-image-converter-gtk3() { + pkgdesc="A Caja extension for simple image conversions (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'imagemagick') + groups=('mate-extra-gtk3') + conflicts=('caja-image-converter') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C image-converter DESTDIR="${pkgdir}" install +} + +package_caja-open-terminal-gtk3() { + pkgdesc="A Caja extension for opening terminals in arbitrary local paths (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common') + groups=('mate-extra-gtk3') + conflicts=('caja-open-terminal') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C open-terminal DESTDIR="${pkgdir}" install +} + +package_caja-sendto-gtk3() { + pkgdesc="A Caja extension for sending files (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'dbus-glib' 'gupnp') + groups=('mate-extra-gtk3') + optdepends=('pidgin: Support for sending to instant messaging networks.' + 'gajim: Support for sending to Jabber.') + conflicts=('caja-sendto') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C sendto DESTDIR="${pkgdir}" install +} + +package_caja-share-gtk3() { + pkgdesc="A Caja extension to quickly share a folder (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common' 'samba') + groups=('mate-extra-gtk3') + conflicts=('caja-share') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C share DESTDIR="${pkgdir}" install +} + +package_caja-wallpaper-gtk3() { + pkgdesc="A Caja extension to quickly set wallpaper (GTK3 version)" + depends=('caja-gtk3' 'caja-extensions-common') + groups=('mate-extra-gtk3') + conflicts=('caja-wallpaper') + + cd "${srcdir}/${_pkgbase}-${pkgver}" + make -C wallpaper DESTDIR="${pkgdir}" install +}