[arch-commits] Commit in xfce4-mount-plugin/repos (8 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 19:28:40 UTC 2014


    Date: Thursday, September 18, 2014 @ 21:28:40
  Author: foutrelis
Revision: 221967

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

Added:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
    (from rev 221966, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install
    (from rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 221966, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/extra-x86_64/xfce4-mount-plugin.install
    (from rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
Deleted:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
  xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-mount-plugin/repos/extra-x86_64/xfce4-mount-plugin.install

-----------------------------------------+
 /PKGBUILD                               |   76 ++++++++++++++++++++++++++++++
 /xfce4-mount-plugin.install             |   26 ++++++++++
 extra-i686/PKGBUILD                     |   34 -------------
 extra-i686/xfce4-mount-plugin.install   |   13 -----
 extra-x86_64/PKGBUILD                   |   34 -------------
 extra-x86_64/xfce4-mount-plugin.install |   13 -----
 6 files changed, 102 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-09-18 19:28:31 UTC (rev 221966)
+++ extra-i686/PKGBUILD	2014-09-18 19:28:40 UTC (rev 221967)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-mount-plugin
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
-arch=('i686' 'x86_64')
-url="http://xfce-goodies.berlios.de/"
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --disable-static \
-    --disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xfce4-mount-plugin/repos/extra-i686/PKGBUILD (from rev 221966, xfce4-mount-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-09-18 19:28:40 UTC (rev 221967)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-mount-plugin
+pkgver=0.6.7
+pkgrel=2
+pkgdesc="Mount/umount utility for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mount-plugin.install
===================================================================
--- extra-i686/xfce4-mount-plugin.install	2014-09-18 19:28:31 UTC (rev 221966)
+++ extra-i686/xfce4-mount-plugin.install	2014-09-18 19:28:40 UTC (rev 221967)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install (from rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
===================================================================
--- extra-i686/xfce4-mount-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-mount-plugin.install	2014-09-18 19:28:40 UTC (rev 221967)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-09-18 19:28:31 UTC (rev 221966)
+++ extra-x86_64/PKGBUILD	2014-09-18 19:28:40 UTC (rev 221967)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-mount-plugin
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
-arch=('i686' 'x86_64')
-url="http://xfce-goodies.berlios.de/"
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --disable-static \
-    --disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD (from rev 221966, xfce4-mount-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-09-18 19:28:40 UTC (rev 221967)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-mount-plugin
+pkgver=0.6.7
+pkgrel=2
+pkgdesc="Mount/umount utility for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/xfce4-mount-plugin.install
===================================================================
--- extra-x86_64/xfce4-mount-plugin.install	2014-09-18 19:28:31 UTC (rev 221966)
+++ extra-x86_64/xfce4-mount-plugin.install	2014-09-18 19:28:40 UTC (rev 221967)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-x86_64/xfce4-mount-plugin.install (from rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
===================================================================
--- extra-x86_64/xfce4-mount-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-mount-plugin.install	2014-09-18 19:28:40 UTC (rev 221967)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list