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

Evangelos Foutras foutrelis at archlinux.org
Thu Jan 19 03:57:20 UTC 2012


    Date: Wednesday, January 18, 2012 @ 22:57:20
  Author: foutrelis
Revision: 146893

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

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

-------------------------------------------+
 staging-i686/PKGBUILD                     |   34 ++++++++++++++++++++++++++++
 staging-i686/xfce4-notes-plugin.install   |   12 +++++++++
 staging-x86_64/PKGBUILD                   |   34 ++++++++++++++++++++++++++++
 staging-x86_64/xfce4-notes-plugin.install |   12 +++++++++
 4 files changed, 92 insertions(+)

Copied: xfce4-notes-plugin/repos/staging-i686/PKGBUILD (from rev 146892, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-01-19 03:57:20 UTC (rev 146893)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=3
+pkgdesc="A notes plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel>=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
+
+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-notes-plugin/repos/staging-i686/xfce4-notes-plugin.install (from rev 146892, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===================================================================
--- staging-i686/xfce4-notes-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-notes-plugin.install	2012-01-19 03:57:20 UTC (rev 146893)
@@ -0,0 +1,12 @@
+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-notes-plugin/repos/staging-x86_64/PKGBUILD (from rev 146892, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-01-19 03:57:20 UTC (rev 146893)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=3
+pkgdesc="A notes plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel>=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
+
+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-notes-plugin/repos/staging-x86_64/xfce4-notes-plugin.install (from rev 146892, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===================================================================
--- staging-x86_64/xfce4-notes-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-notes-plugin.install	2012-01-19 03:57:20 UTC (rev 146893)
@@ -0,0 +1,12 @@
+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