[arch-commits] Commit in nautilus-actions/repos (8 files)

Balló György bgyorgy at nymeria.archlinux.org
Wed Oct 9 07:28:55 UTC 2013


    Date: Wednesday, October 9, 2013 @ 09:28:55
  Author: bgyorgy
Revision: 98372

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

Added:
  nautilus-actions/repos/community-i686/PKGBUILD
    (from rev 98371, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-i686/nautilus-actions.install
    (from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
  nautilus-actions/repos/community-x86_64/PKGBUILD
    (from rev 98371, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-x86_64/nautilus-actions.install
    (from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
Deleted:
  nautilus-actions/repos/community-i686/PKGBUILD
  nautilus-actions/repos/community-i686/nautilus-actions.install
  nautilus-actions/repos/community-x86_64/PKGBUILD
  nautilus-actions/repos/community-x86_64/nautilus-actions.install

-------------------------------------------+
 /PKGBUILD                                 |   86 ++++++++++++++++++++++++++++
 /nautilus-actions.install                 |   48 +++++++++++++++
 community-i686/PKGBUILD                   |   43 --------------
 community-i686/nautilus-actions.install   |   24 -------
 community-x86_64/PKGBUILD                 |   43 --------------
 community-x86_64/nautilus-actions.install |   24 -------
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-09 07:28:48 UTC (rev 98371)
+++ community-i686/PKGBUILD	2013-10-09 07:28:55 UTC (rev 98372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Tor Krill <tor at krill.nu>
-
-pkgname=nautilus-actions
-pkgver=3.2.2
-pkgrel=2
-pkgdesc="Configures programs to be launched when files are selected in Nautilus"
-arch=('i686' 'x86_64')
-url="http://www.nautilus-actions.org/"
-license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm')
-makedepends=('intltool' 'gnome-doc-utils')
-install=nautilus-actions.install
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('214af9fd2a7f561366bf88446f9b79182e696a303da8e15c7a8a1ffaeaca11c4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install GConf schemas
-  mkdir -p "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain nautilus-actions \
-                     "$pkgdir"/usr/share/nautilus-actions/gconf-schemas/*.schemas
-  rm -r "$pkgdir/usr/share/nautilus-actions/gconf-schemas/"
-
-  # Remove redundant documentation
-  rm -r "$pkgdir/usr/share/doc/"
-}

Copied: nautilus-actions/repos/community-i686/PKGBUILD (from rev 98371, nautilus-actions/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-09 07:28:55 UTC (rev 98372)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="Configures programs to be launched when files are selected in Nautilus"
+arch=('i686' 'x86_64')
+url="http://www.nautilus-actions.org/"
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+options=('!libtool')
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
+              --disable-schemas-install \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Install GConf schemas
+  mkdir -p "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain nautilus-actions \
+                     "$pkgdir"/usr/share/nautilus-actions/gconf-schemas/*.schemas
+  rm -r "$pkgdir/usr/share/nautilus-actions/gconf-schemas/"
+
+  # Remove redundant documentation
+  rm -r "$pkgdir/usr/share/doc/"
+}

Deleted: community-i686/nautilus-actions.install
===================================================================
--- community-i686/nautilus-actions.install	2013-10-09 07:28:48 UTC (rev 98371)
+++ community-i686/nautilus-actions.install	2013-10-09 07:28:55 UTC (rev 98372)
@@ -1,24 +0,0 @@
-pkgname=nautilus-actions
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}

Copied: nautilus-actions/repos/community-i686/nautilus-actions.install (from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
===================================================================
--- community-i686/nautilus-actions.install	                        (rev 0)
+++ community-i686/nautilus-actions.install	2013-10-09 07:28:55 UTC (rev 98372)
@@ -0,0 +1,24 @@
+pkgname=nautilus-actions
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-09 07:28:48 UTC (rev 98371)
+++ community-x86_64/PKGBUILD	2013-10-09 07:28:55 UTC (rev 98372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Tor Krill <tor at krill.nu>
-
-pkgname=nautilus-actions
-pkgver=3.2.2
-pkgrel=2
-pkgdesc="Configures programs to be launched when files are selected in Nautilus"
-arch=('i686' 'x86_64')
-url="http://www.nautilus-actions.org/"
-license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm')
-makedepends=('intltool' 'gnome-doc-utils')
-install=nautilus-actions.install
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('214af9fd2a7f561366bf88446f9b79182e696a303da8e15c7a8a1ffaeaca11c4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install GConf schemas
-  mkdir -p "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain nautilus-actions \
-                     "$pkgdir"/usr/share/nautilus-actions/gconf-schemas/*.schemas
-  rm -r "$pkgdir/usr/share/nautilus-actions/gconf-schemas/"
-
-  # Remove redundant documentation
-  rm -r "$pkgdir/usr/share/doc/"
-}

Copied: nautilus-actions/repos/community-x86_64/PKGBUILD (from rev 98371, nautilus-actions/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-09 07:28:55 UTC (rev 98372)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="Configures programs to be launched when files are selected in Nautilus"
+arch=('i686' 'x86_64')
+url="http://www.nautilus-actions.org/"
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+options=('!libtool')
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
+              --disable-schemas-install \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Install GConf schemas
+  mkdir -p "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain nautilus-actions \
+                     "$pkgdir"/usr/share/nautilus-actions/gconf-schemas/*.schemas
+  rm -r "$pkgdir/usr/share/nautilus-actions/gconf-schemas/"
+
+  # Remove redundant documentation
+  rm -r "$pkgdir/usr/share/doc/"
+}

Deleted: community-x86_64/nautilus-actions.install
===================================================================
--- community-x86_64/nautilus-actions.install	2013-10-09 07:28:48 UTC (rev 98371)
+++ community-x86_64/nautilus-actions.install	2013-10-09 07:28:55 UTC (rev 98372)
@@ -1,24 +0,0 @@
-pkgname=nautilus-actions
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}

Copied: nautilus-actions/repos/community-x86_64/nautilus-actions.install (from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
===================================================================
--- community-x86_64/nautilus-actions.install	                        (rev 0)
+++ community-x86_64/nautilus-actions.install	2013-10-09 07:28:55 UTC (rev 98372)
@@ -0,0 +1,24 @@
+pkgname=nautilus-actions
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}




More information about the arch-commits mailing list