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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 01:49:11 UTC 2012


    Date: Saturday, April 28, 2012 @ 21:49:10
  Author: foutrelis
Revision: 157617

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

Added:
  xfce4-mount-plugin/repos/staging-i686/
  xfce4-mount-plugin/repos/staging-i686/PKGBUILD
    (from rev 157616, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/staging-i686/xfce4-mount-plugin.install
    (from rev 157616, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
  xfce4-mount-plugin/repos/staging-x86_64/
  xfce4-mount-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 157616, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/staging-x86_64/xfce4-mount-plugin.install
    (from rev 157616, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)

-------------------------------------------+
 staging-i686/PKGBUILD                     |   34 ++++++++++++++++++++++++++++
 staging-i686/xfce4-mount-plugin.install   |   11 +++++++++
 staging-x86_64/PKGBUILD                   |   34 ++++++++++++++++++++++++++++
 staging-x86_64/xfce4-mount-plugin.install |   11 +++++++++
 4 files changed, 90 insertions(+)

Copied: xfce4-mount-plugin/repos/staging-i686/PKGBUILD (from rev 157616, xfce4-mount-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-29 01:49:10 UTC (rev 157617)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-mount-plugin
+pkgver=0.6.3
+pkgrel=2
+pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bbc031f8518dc873d3a3ef42b3e228eeb0c9bb86')
+
+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
+}

Copied: xfce4-mount-plugin/repos/staging-i686/xfce4-mount-plugin.install (from rev 157616, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
===================================================================
--- staging-i686/xfce4-mount-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-mount-plugin.install	2012-04-29 01:49:10 UTC (rev 157617)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: xfce4-mount-plugin/repos/staging-x86_64/PKGBUILD (from rev 157616, xfce4-mount-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-29 01:49:10 UTC (rev 157617)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-mount-plugin
+pkgver=0.6.3
+pkgrel=2
+pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bbc031f8518dc873d3a3ef42b3e228eeb0c9bb86')
+
+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
+}

Copied: xfce4-mount-plugin/repos/staging-x86_64/xfce4-mount-plugin.install (from rev 157616, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
===================================================================
--- staging-x86_64/xfce4-mount-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-mount-plugin.install	2012-04-29 01:49:10 UTC (rev 157617)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list