[arch-commits] Commit in caja-extensions/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 17 19:37:20 UTC 2017


    Date: Friday, March 17, 2017 @ 19:37:19
  Author: arojas
Revision: 216942

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  caja-extensions/repos/community-staging-i686/
  caja-extensions/repos/community-staging-i686/PKGBUILD
    (from rev 216941, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-staging-x86_64/
  caja-extensions/repos/community-staging-x86_64/PKGBUILD
    (from rev 216941, caja-extensions/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |  101 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |  101 ++++++++++++++++++++++++++++++++++++
 2 files changed, 202 insertions(+)

Copied: caja-extensions/repos/community-staging-i686/PKGBUILD (from rev 216941, caja-extensions/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 19:37:19 UTC (rev 216942)
@@ -0,0 +1,101 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper)
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Caja extensions"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz")
+sha1sums=('ec5f8d504479f4069bd899fb5c91b230bfe4703c')
+
+build() {
+    cd ${pkgbase}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package_caja-extensions-common() {
+    pkgdesc="Caja extensions (common files)"
+    depends=()
+
+    cd ${pkgbase}-${pkgver}
+    make -C po DESTDIR="${pkgdir}" install
+}
+
+package_caja-gksu() {
+    pkgdesc="Privilege granting extension for Caja using gksu (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'gksu')
+    groups=('mate-extra')
+    conflicts=('caja-gksu-gtk3')
+    replaces=('caja-gksu-gtk3')
+
+    cd ${pkgbase}-${pkgver}
+    make -C gksu DESTDIR="${pkgdir}" install
+}
+
+package_caja-image-converter() {
+    pkgdesc="A Caja extension for simple image conversions (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'imagemagick')
+    groups=('mate-extra')
+    conflicts=('caja-image-converter-gtk3')
+    replaces=('caja-image-converter-gtk3')
+
+    cd ${pkgbase}-${pkgver}
+    make -C image-converter DESTDIR="${pkgdir}" install
+}
+
+package_caja-open-terminal() {
+    pkgdesc="A Caja extension for opening terminals in arbitrary local paths (GTK2 version)"
+    depends=('caja' 'caja-extensions-common')
+    groups=('mate-extra')
+    conflicts=('caja-open-terminal-gtk3')
+    replaces=('caja-open-terminal-gtk3')
+
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make -C open-terminal DESTDIR="${pkgdir}" install
+}
+
+package_caja-sendto() {
+    pkgdesc="A Caja extension for sending files (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
+    groups=('mate-extra')
+    optdepends=('pidgin: Support for sending to instant messaging networks.'
+                'gajim: Support for sending to Jabber.')
+    conflicts=('caja-sendto-gtk3')
+    replaces=('caja-sendto-gtk3')
+
+    cd ${pkgbase}-${pkgver}
+    make -C sendto DESTDIR="${pkgdir}" install
+}
+
+package_caja-share() {
+    pkgdesc="A Caja extension to quickly share a folder (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'samba')
+    groups=('mate-extra')
+    conflicts=('caja-share-gtk3')
+    replaces=('caja-share-gtk3')    
+
+    cd ${pkgbase}-${pkgver}
+    make -C share DESTDIR="${pkgdir}" install
+}
+
+package_caja-wallpaper() {
+    pkgdesc="A Caja extension to quickly set wallpaper (GTK2 version)"
+    depends=('caja' 'caja-extensions-common')
+    groups=('mate-extra')
+    conflicts=('caja-wallpaper-gtk3')
+    replaces=('caja-wallpaper-gtk3')
+    
+    cd ${pkgbase}-${pkgver}
+    make -C wallpaper DESTDIR="${pkgdir}" install
+}

Copied: caja-extensions/repos/community-staging-x86_64/PKGBUILD (from rev 216941, caja-extensions/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 19:37:19 UTC (rev 216942)
@@ -0,0 +1,101 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper)
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Caja extensions"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz")
+sha1sums=('ec5f8d504479f4069bd899fb5c91b230bfe4703c')
+
+build() {
+    cd ${pkgbase}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package_caja-extensions-common() {
+    pkgdesc="Caja extensions (common files)"
+    depends=()
+
+    cd ${pkgbase}-${pkgver}
+    make -C po DESTDIR="${pkgdir}" install
+}
+
+package_caja-gksu() {
+    pkgdesc="Privilege granting extension for Caja using gksu (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'gksu')
+    groups=('mate-extra')
+    conflicts=('caja-gksu-gtk3')
+    replaces=('caja-gksu-gtk3')
+
+    cd ${pkgbase}-${pkgver}
+    make -C gksu DESTDIR="${pkgdir}" install
+}
+
+package_caja-image-converter() {
+    pkgdesc="A Caja extension for simple image conversions (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'imagemagick')
+    groups=('mate-extra')
+    conflicts=('caja-image-converter-gtk3')
+    replaces=('caja-image-converter-gtk3')
+
+    cd ${pkgbase}-${pkgver}
+    make -C image-converter DESTDIR="${pkgdir}" install
+}
+
+package_caja-open-terminal() {
+    pkgdesc="A Caja extension for opening terminals in arbitrary local paths (GTK2 version)"
+    depends=('caja' 'caja-extensions-common')
+    groups=('mate-extra')
+    conflicts=('caja-open-terminal-gtk3')
+    replaces=('caja-open-terminal-gtk3')
+
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make -C open-terminal DESTDIR="${pkgdir}" install
+}
+
+package_caja-sendto() {
+    pkgdesc="A Caja extension for sending files (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
+    groups=('mate-extra')
+    optdepends=('pidgin: Support for sending to instant messaging networks.'
+                'gajim: Support for sending to Jabber.')
+    conflicts=('caja-sendto-gtk3')
+    replaces=('caja-sendto-gtk3')
+
+    cd ${pkgbase}-${pkgver}
+    make -C sendto DESTDIR="${pkgdir}" install
+}
+
+package_caja-share() {
+    pkgdesc="A Caja extension to quickly share a folder (GTK2 version)"
+    depends=('caja' 'caja-extensions-common' 'samba')
+    groups=('mate-extra')
+    conflicts=('caja-share-gtk3')
+    replaces=('caja-share-gtk3')    
+
+    cd ${pkgbase}-${pkgver}
+    make -C share DESTDIR="${pkgdir}" install
+}
+
+package_caja-wallpaper() {
+    pkgdesc="A Caja extension to quickly set wallpaper (GTK2 version)"
+    depends=('caja' 'caja-extensions-common')
+    groups=('mate-extra')
+    conflicts=('caja-wallpaper-gtk3')
+    replaces=('caja-wallpaper-gtk3')
+    
+    cd ${pkgbase}-${pkgver}
+    make -C wallpaper DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list