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

Balló György bgyorgy at archlinux.org
Thu Mar 30 19:38:37 UTC 2017


    Date: Thursday, March 30, 2017 @ 19:38:36
  Author: bgyorgy
Revision: 220125

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-30 19:38:29 UTC (rev 220124)
+++ community-i686/PKGBUILD	2017-03-30 19:38:36 UTC (rev 220125)
@@ -1,101 +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)
-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-i686/PKGBUILD (from rev 220124, caja-extensions/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-30 19:38:36 UTC (rev 220125)
@@ -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.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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-30 19:38:29 UTC (rev 220124)
+++ community-x86_64/PKGBUILD	2017-03-30 19:38:36 UTC (rev 220125)
@@ -1,101 +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)
-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-x86_64/PKGBUILD (from rev 220124, caja-extensions/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-30 19:38:36 UTC (rev 220125)
@@ -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.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
+}



More information about the arch-commits mailing list