[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Feb 2 20:05:00 UTC 2009


    Date: Monday, February 2, 2009 @ 15:05:00
  Author: andyrtr
Revision: 26051

add new xfce4-screenshooter as replacement for xfce4-screenshooter-plugin

Added:
  xfce4-screenshooter/
  xfce4-screenshooter/repos/
  xfce4-screenshooter/trunk/
  xfce4-screenshooter/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: xfce4-screenshooter/trunk/PKGBUILD
===================================================================
--- xfce4-screenshooter/trunk/PKGBUILD	                        (rev 0)
+++ xfce4-screenshooter/trunk/PKGBUILD	2009-02-02 20:05:00 UTC (rev 26051)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: tobias <tobias funnychar archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-screenshooter
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="plugin that makes screenshots for the Xfce4 panel"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+conflicts=('xfce4-screenshooter-pluin')
+replaces=('xfce4-screenshooter-pluin')
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --localstatedir=/var --disable-static
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+  install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: xfce4-screenshooter/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list