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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:23:09 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:23:09
  Author: foutrelis
Revision: 232269

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 232268, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/staging-i686/xfce4-notes-plugin.install
    (from rev 232268, 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 232268, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/staging-x86_64/xfce4-notes-plugin.install
    (from rev 232268, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)

-------------------------------------------+
 staging-i686/PKGBUILD                     |   38 ++++++++++++++++++++++++++++
 staging-i686/xfce4-notes-plugin.install   |   13 +++++++++
 staging-x86_64/PKGBUILD                   |   38 ++++++++++++++++++++++++++++
 staging-x86_64/xfce4-notes-plugin.install |   13 +++++++++
 4 files changed, 102 insertions(+)

Copied: xfce4-notes-plugin/repos/staging-i686/PKGBUILD (from rev 232268, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:23:09 UTC (rev 232269)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=7
+pkgdesc="A notes plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217')
+
+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:

Copied: xfce4-notes-plugin/repos/staging-i686/xfce4-notes-plugin.install (from rev 232268, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===================================================================
--- staging-i686/xfce4-notes-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-notes-plugin.install	2015-03-01 11:23:09 UTC (rev 232269)
@@ -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:

Copied: xfce4-notes-plugin/repos/staging-x86_64/PKGBUILD (from rev 232268, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:23:09 UTC (rev 232269)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=7
+pkgdesc="A notes plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217')
+
+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:

Copied: xfce4-notes-plugin/repos/staging-x86_64/xfce4-notes-plugin.install (from rev 232268, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===================================================================
--- staging-x86_64/xfce4-notes-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-notes-plugin.install	2015-03-01 11:23:09 UTC (rev 232269)
@@ -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