[arch-commits] CVS update of extra (6 files)

Tobias Kieslich tobias at archlinux.org
Fri Oct 26 23:29:09 UTC 2007


    Date: Friday, October 26, 2007 @ 19:29:09
  Author: tobias
    Path: /home/cvs-extra/extra

Modified: editors/tidyhtml/PKGBUILD (1.15 -> 1.16)
          multimedia/scribus/PKGBUILD (1.25 -> 1.26)
          xfce4/xfce4-fsguard-plugin/PKGBUILD (1.13 -> 1.14)
          xfce4/xfce4-mount-plugin/PKGBUILD (1.8 -> 1.9)
          xfce4/xfce4-quicklauncher-plugin/PKGBUILD (1.6 -> 1.7)
          xfce4/xfce4-sensors-plugin/PKGBUILD (1.13 -> 1.14)

downgrade scribus to stable
force tidy to upgrade in new version schemeing
update some xfce4 plugins and add Licenses for them


-------------------------------------------+
 editors/tidyhtml/PKGBUILD                 |    5 +++--
 multimedia/scribus/PKGBUILD               |   10 +++++-----
 xfce4/xfce4-fsguard-plugin/PKGBUILD       |   11 ++++++-----
 xfce4/xfce4-mount-plugin/PKGBUILD         |   11 ++++++-----
 xfce4/xfce4-quicklauncher-plugin/PKGBUILD |   11 ++++++-----
 xfce4/xfce4-sensors-plugin/PKGBUILD       |   16 +++++++++-------
 6 files changed, 35 insertions(+), 29 deletions(-)


Index: extra/editors/tidyhtml/PKGBUILD
diff -u extra/editors/tidyhtml/PKGBUILD:1.15 extra/editors/tidyhtml/PKGBUILD:1.16
--- extra/editors/tidyhtml/PKGBUILD:1.15	Thu Oct 25 17:01:09 2007
+++ extra/editors/tidyhtml/PKGBUILD	Fri Oct 26 19:29:08 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.15 2007/10/25 21:01:09 tobias Exp $
+# $Id: PKGBUILD,v 1.16 2007/10/26 23:29:08 tobias Exp $
 # Maintainer: eric <eric at archlinux.org>
 # Contributor : Markus Meissner <markus at meissna.de>
 #
 
 pkgname=tidyhtml
 pkgver=1.37
-pkgrel=1
+pkgrel=2
 pkgdesc='A tool to tidy down your HTML code to a clean style'
 arch=(i686 x86_64)
 license=('custom')
@@ -13,6 +13,7 @@
 url="http://tidy.sourceforge.net/"
 depends=('glibc')
 makedepends=('cvs')
+options=('force')
 
 build(){
   cd $startdir/src/
Index: extra/multimedia/scribus/PKGBUILD
diff -u extra/multimedia/scribus/PKGBUILD:1.25 extra/multimedia/scribus/PKGBUILD:1.26
--- extra/multimedia/scribus/PKGBUILD:1.25	Fri Jun  1 18:28:39 2007
+++ extra/multimedia/scribus/PKGBUILD	Fri Oct 26 19:29:08 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.25 2007/06/01 22:28:39 tobias Exp $
+# $Id: PKGBUILD,v 1.26 2007/10/26 23:29:08 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=scribus
-pkgver=1.3.4
-pkgrel=1
+pkgver=1.3.3.9
+pkgrel=2
 pkgdesc="A desktop publishing program"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,10 +14,10 @@
          'libart-lgpl>=2.3.19' 'python>=2.5' 'libxml2>=2.6.27' 'desktop-file-utils' \
          'cairo')
 makedepends=('cmake')
-options=(!libtool)
+options=(!libtool force)
 replaces=('scribus-devel')
 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('cd3bc6cc6c2e2826eb689342e439443d')
+md5sums=('137941773eaa6975393c1aa97236e1e8')
 
 build() {
   # Source the QT and KDE profile
Index: extra/xfce4/xfce4-fsguard-plugin/PKGBUILD
diff -u extra/xfce4/xfce4-fsguard-plugin/PKGBUILD:1.13 extra/xfce4/xfce4-fsguard-plugin/PKGBUILD:1.14
--- extra/xfce4/xfce4-fsguard-plugin/PKGBUILD:1.13	Mon Apr 16 03:38:17 2007
+++ extra/xfce4/xfce4-fsguard-plugin/PKGBUILD	Fri Oct 26 19:29:09 2007
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD,v 1.13 2007/04/16 07:38:17 tobias Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/26 23:29:09 tobias Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Ben <ben at benmazer.net>
 pkgname=xfce4-fsguard-plugin
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="File system usage monitor plugin for the Xfce4 panel"
 arch=(i686 x86_64)
+license=(GPL2)
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel>=4.4.1')
 makedepends=('pkgconfig')
-options=('NOLIBTOOL')
+options=(!libtool)
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('27770ad4c4b737bfb0f3fb2457b33729')
+md5sums=('2d481555102f1f09d97ae05ab2a44d0b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/xfce4/xfce4-mount-plugin/PKGBUILD
diff -u extra/xfce4/xfce4-mount-plugin/PKGBUILD:1.8 extra/xfce4/xfce4-mount-plugin/PKGBUILD:1.9
--- extra/xfce4/xfce4-mount-plugin/PKGBUILD:1.8	Mon Apr 16 03:38:17 2007
+++ extra/xfce4/xfce4-mount-plugin/PKGBUILD	Fri Oct 26 19:29:09 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.8 2007/04/16 07:38:17 tobias Exp $
+# $Id: PKGBUILD,v 1.9 2007/10/26 23:29:09 tobias Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 pkgname=xfce4-mount-plugin
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.5.4
+pkgrel=1
 pkgdesc="plugin for the Xfce4 panel to mount and unmount volumes"
 arch=(i686 x86_64)
+license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel>=4.4.1')
 makedepends=('pkgconfig')
-options=('NOLIBTOOL')
+options=(!libtool)
 install=${pkgname}.install
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2e03e6b9de2fb6d8f58244d620e8c121')
+md5sums=('06ac87a09993af4624776022be9ffb13')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/xfce4/xfce4-quicklauncher-plugin/PKGBUILD
diff -u extra/xfce4/xfce4-quicklauncher-plugin/PKGBUILD:1.6 extra/xfce4/xfce4-quicklauncher-plugin/PKGBUILD:1.7
--- extra/xfce4/xfce4-quicklauncher-plugin/PKGBUILD:1.6	Mon Apr 16 03:38:18 2007
+++ extra/xfce4/xfce4-quicklauncher-plugin/PKGBUILD	Fri Oct 26 19:29:09 2007
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD,v 1.6 2007/04/16 07:38:18 tobias Exp $
+# $Id: PKGBUILD,v 1.7 2007/10/26 23:29:09 tobias Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 pkgname=xfce4-quicklauncher-plugin
-pkgver=1.9.2
-pkgrel=4
+pkgver=1.9.4
+pkgrel=1
 pkgdesc="plugin that creates 4 little application launcher in the Xfce4 panel"
 arch=(i686 x86_64)
+license=(GPL2)
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel>=4.4.1')
 makedepends=('pkgconfig')
-options=('NOLIBTOOL')
+options=(!libtool)
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('64353ee9f32f891f198297937454307b')
+md5sums=('299e17f196ecfa5fb018cf65abb19b56')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/xfce4/xfce4-sensors-plugin/PKGBUILD
diff -u extra/xfce4/xfce4-sensors-plugin/PKGBUILD:1.13 extra/xfce4/xfce4-sensors-plugin/PKGBUILD:1.14
--- extra/xfce4/xfce4-sensors-plugin/PKGBUILD:1.13	Mon Apr 16 03:38:18 2007
+++ extra/xfce4/xfce4-sensors-plugin/PKGBUILD	Fri Oct 26 19:29:09 2007
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD,v 1.13 2007/04/16 07:38:18 tobias Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/26 23:29:09 tobias Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Merk Matthias <macem at chello.at>
 pkgname=xfce4-sensors-plugin
-pkgver=0.10.0
-pkgrel=4
+_srcver=0.10.99-1
+pkgver=$(echo ${_srcver} | sed 's|-|.|')
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=(i686 x86_64)
+license=(GPL2)
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel>=4.4.1' 'lm_sensors')
 makedepends=('pkgconfig')
-options=('NOLIBTOOL')
+options=(!libtool)
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fa431e2b6bb0dd151047e05f7383a844')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${_srcver}.tar.bz2)
+md5sums=('d7642d1c320f5dde002ab0b9501b4a5f')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${startdir}/src/${pkgname}-${_srcver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1




More information about the arch-commits mailing list