[arch-commits] Commit in wine/trunk (PKGBUILD wine.install)

Eduardo Romero eduardo at archlinux.org
Tue Jul 29 03:25:31 UTC 2008


    Date: Monday, July 28, 2008 @ 23:25:30
  Author: eduardo
Revision: 7290

small fixes

Modified:
  wine/trunk/PKGBUILD
  wine/trunk/wine.install

--------------+
 PKGBUILD     |   14 +++++++-------
 wine.install |    6 ++----
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-29 03:20:01 UTC (rev 7289)
+++ PKGBUILD	2008-07-29 03:25:30 UTC (rev 7290)
@@ -12,13 +12,13 @@
 makedepends=('cups' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' 
              'libxinerama' 'esd' 'giflib' 'ncurses' 'libxcomposite' 'samba' \
              'libxpm' 'libxmu' 'libxxf86vm')
-optdepends=("cups: For printing support"
-            "sane: For scanners support"
-            "libgphoto2: For digital cameras support"
-            "alsa-lib: For sound support"
-            "giflib: For GIF images support"
-            "libjpeg: For JPEG images support"
-            "libpng: For PNG images support")
+optdepends=("cups: printing support"
+            "sane: scanners support"
+            "libgphoto2: digital cameras support"
+            "alsa-lib: sound support"
+            "giflib: GIF images support"
+            "libjpeg: JPEG images support"
+            "libpng: PNG images support")
 install=wine.install
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
 md5sums=('2df61f0422f30ebd46e9988c16935df1')

Modified: wine.install
===================================================================
--- wine.install	2008-07-29 03:20:01 UTC (rev 7289)
+++ wine.install	2008-07-29 03:25:30 UTC (rev 7290)
@@ -3,8 +3,7 @@
 post_install() {
   cat << _EOF
 
-==> In order to see all the optional dependencies of the wine package, issue the
-following command: "pacman -Qi wine"
+==> Optional dependencies for the wine package, listed with the following command: "pacman -Qi wine"
 
 _EOF
 
@@ -13,8 +12,7 @@
 post_upgrade() {
   cat << _EOF
 
-==> In order to see all the optional dependencies of the wine package, issue the
-following command: "pacman -Qi wine"
+==> Optional dependencies for the wine package, listed with the following command: "pacman -Qi wine"
 
 _EOF
 





More information about the arch-commits mailing list