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

Antonio Rojas arojas at archlinux.org
Sun Apr 16 11:54:35 UTC 2017


    Date: Sunday, April 16, 2017 @ 11:54:34
  Author: arojas
Revision: 223179

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

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

---------------------------+
 /PKGBUILD                 |  220 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |  110 ----------------------
 community-x86_64/PKGBUILD |  110 ----------------------
 3 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-16 11:37:04 UTC (rev 223178)
+++ community-i686/PKGBUILD	2017-04-16 11:54:34 UTC (rev 223179)
@@ -1,110 +0,0 @@
-# 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 caja-xattr-tags)
-pkgver=1.18.0
-pkgrel=2
-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"
-    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"
-    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"
-    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"
-    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"
-    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"
-    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
-}
-
-package_caja-xattr-tags() {
-    pkgdesc="A Caja extension to see tags stored on xattrs"
-    depends=('caja' 'caja-extensions-common')
-    groups=('mate-extra')
-    
-    cd ${pkgbase}-${pkgver}
-    make -C xattr-tags DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-i686/PKGBUILD (from rev 223178, caja-extensions/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-16 11:54:34 UTC (rev 223179)
@@ -0,0 +1,110 @@
+# 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 caja-xattr-tags)
+pkgver=1.18.1
+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=('d48c112c597d0b460a380585a61094868698ff47')
+
+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"
+    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"
+    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"
+    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"
+    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"
+    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"
+    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
+}
+
+package_caja-xattr-tags() {
+    pkgdesc="A Caja extension to see tags stored on xattrs"
+    depends=('caja' 'caja-extensions-common')
+    groups=('mate-extra')
+    
+    cd ${pkgbase}-${pkgver}
+    make -C xattr-tags DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-16 11:37:04 UTC (rev 223178)
+++ community-x86_64/PKGBUILD	2017-04-16 11:54:34 UTC (rev 223179)
@@ -1,110 +0,0 @@
-# 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 caja-xattr-tags)
-pkgver=1.18.0
-pkgrel=2
-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"
-    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"
-    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"
-    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"
-    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"
-    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"
-    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
-}
-
-package_caja-xattr-tags() {
-    pkgdesc="A Caja extension to see tags stored on xattrs"
-    depends=('caja' 'caja-extensions-common')
-    groups=('mate-extra')
-    
-    cd ${pkgbase}-${pkgver}
-    make -C xattr-tags DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-x86_64/PKGBUILD (from rev 223178, caja-extensions/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-16 11:54:34 UTC (rev 223179)
@@ -0,0 +1,110 @@
+# 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 caja-xattr-tags)
+pkgver=1.18.1
+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=('d48c112c597d0b460a380585a61094868698ff47')
+
+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"
+    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"
+    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"
+    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"
+    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"
+    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"
+    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
+}
+
+package_caja-xattr-tags() {
+    pkgdesc="A Caja extension to see tags stored on xattrs"
+    depends=('caja' 'caja-extensions-common')
+    groups=('mate-extra')
+    
+    cd ${pkgbase}-${pkgver}
+    make -C xattr-tags DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list