[arch-commits] Commit in xfce4-notes-plugin/repos (3 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Feb 28 19:43:01 UTC 2009
Date: Saturday, February 28, 2009 @ 14:43:01
Author: andyrtr
Revision: 28352
Merged revisions 356,28351 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/xfce4-notes-plugin/trunk
........
r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r28351 | andyrtr | 2009-02-28 19:41:26 +0000 (Sa, 28 Feb 2009) | 2 lines
upgpkg: xfce4-notes-plugin 1.6.4-1
new version 1.6.4
........
Modified:
xfce4-notes-plugin/repos/extra-x86_64/ (properties)
xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
xfce4-notes-plugin/repos/extra-x86_64/xfce4-notes-plugin.install
----------------------------+
PKGBUILD | 16 ++++++++--------
xfce4-notes-plugin.install | 4 ----
2 files changed, 8 insertions(+), 12 deletions(-)
Property changes on: xfce4-notes-plugin/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /xfce4-notes-plugin/trunk:1
+ /xfce4-notes-plugin/trunk:1-28351
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-28 19:41:26 UTC (rev 28351)
+++ extra-x86_64/PKGBUILD 2009-02-28 19:43:01 UTC (rev 28352)
@@ -1,26 +1,26 @@
# $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Ben Mazer <contrasutra at myrealbox.com>
pkgname=xfce4-notes-plugin
-pkgver=1.6.1
+pkgver=1.6.4
pkgrel=1
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')
-makedepends=('pkgconfig' 'perlxml')
+depends=('thunar>=1.0.0')
+makedepends=('pkgconfig')
options=('!libtool')
install=${pkgname}.install
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('be2e9006e2a033c722243e4afc1cfc2a')
+md5sums=('88132a8224880f01f02450020c73f9c3')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install || return 1
}
Modified: extra-x86_64/xfce4-notes-plugin.install
===================================================================
--- extra-x86_64/xfce4-notes-plugin.install 2009-02-28 19:41:26 UTC (rev 28351)
+++ extra-x86_64/xfce4-notes-plugin.install 2009-02-28 19:43:01 UTC (rev 28352)
@@ -10,7 +10,3 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list