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

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 30 08:57:26 UTC 2014


    Date: Monday, June 30, 2014 @ 10:57:25
  Author: fyan
Revision: 215682

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

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

-----------------------------------------+
 /PKGBUILD                               |   66 ++++++++++++++++++++++++++++++
 /xfce4-notes-plugin.install             |   24 ++++++++++
 extra-i686/PKGBUILD                     |   33 ---------------
 extra-i686/xfce4-notes-plugin.install   |   12 -----
 extra-x86_64/PKGBUILD                   |   33 ---------------
 extra-x86_64/xfce4-notes-plugin.install |   12 -----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-30 08:56:34 UTC (rev 215681)
+++ extra-i686/PKGBUILD	2014-06-30 08:57:25 UTC (rev 215682)
@@ -1,33 +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=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')
-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 215681, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-30 08:57:25 UTC (rev 215682)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=5
+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')
+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	2014-06-30 08:56:34 UTC (rev 215681)
+++ extra-i686/xfce4-notes-plugin.install	2014-06-30 08:57:25 UTC (rev 215682)
@@ -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 215681, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===================================================================
--- extra-i686/xfce4-notes-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-notes-plugin.install	2014-06-30 08:57:25 UTC (rev 215682)
@@ -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
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-30 08:56:34 UTC (rev 215681)
+++ extra-x86_64/PKGBUILD	2014-06-30 08:57:25 UTC (rev 215682)
@@ -1,33 +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=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')
-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-x86_64/PKGBUILD (from rev 215681, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-30 08:57:25 UTC (rev 215682)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=5
+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')
+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-x86_64/xfce4-notes-plugin.install
===================================================================
--- extra-x86_64/xfce4-notes-plugin.install	2014-06-30 08:56:34 UTC (rev 215681)
+++ extra-x86_64/xfce4-notes-plugin.install	2014-06-30 08:57:25 UTC (rev 215682)
@@ -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-x86_64/xfce4-notes-plugin.install (from rev 215681, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===================================================================
--- extra-x86_64/xfce4-notes-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-notes-plugin.install	2014-06-30 08:57:25 UTC (rev 215682)
@@ -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