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

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 30 04:20:44 UTC 2012


    Date: Monday, April 30, 2012 @ 00:20:43
  Author: foutrelis
Revision: 157870

db-move: moved xfce4-notes-plugin from [testing] to [extra] (i686)

Added:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
    (from rev 157813, xfce4-notes-plugin/repos/testing-i686/PKGBUILD)
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
    (from rev 157813, xfce4-notes-plugin/repos/testing-i686/xfce4-notes-plugin.install)
Deleted:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
  xfce4-notes-plugin/repos/testing-i686/

----------------------------+
 PKGBUILD                   |   68 +++++++++++++++++++++----------------------
 xfce4-notes-plugin.install |   24 +++++++--------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-30 04:20:41 UTC (rev 157869)
+++ extra-i686/PKGBUILD	2012-04-30 04:20:43 UTC (rev 157870)
@@ -1,34 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 157813, xfce4-notes-plugin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-30 04:20:43 UTC (rev 157870)
@@ -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=4
+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
+}

Deleted: extra-i686/xfce4-notes-plugin.install
===================================================================
--- extra-i686/xfce4-notes-plugin.install	2012-04-30 04:20:41 UTC (rev 157869)
+++ extra-i686/xfce4-notes-plugin.install	2012-04-30 04:20:43 UTC (rev 157870)
@@ -1,12 +0,0 @@
-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/extra-i686/xfce4-notes-plugin.install (from rev 157813, xfce4-notes-plugin/repos/testing-i686/xfce4-notes-plugin.install)
===================================================================
--- extra-i686/xfce4-notes-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-notes-plugin.install	2012-04-30 04:20:43 UTC (rev 157870)
@@ -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