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

Eduardo Romero eduardo at archlinux.org
Mon Jul 21 21:24:25 UTC 2008


    Date: Monday, July 21, 2008 @ 17:24:25
  Author: eduardo
Revision: 5977

no insane install messages, uses optdepends now

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

--------------+
 PKGBUILD     |   13 ++++++++++---
 wine.install |   20 ++++----------------
 2 files changed, 14 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-21 21:22:05 UTC (rev 5976)
+++ PKGBUILD	2008-07-21 21:24:25 UTC (rev 5977)
@@ -9,9 +9,16 @@
 license=('LGPL')
 depends=('fontconfig' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' \
          'libxcursor' 'libxrandr' 'libxdamage' 'freeglut')
-makedepends=('cups' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' \
-             'libxinerama' 'esd' 'giflib' 'alsa-lib' 'ncurses' \
-             'libxcomposite' 'samba' 'libxpm' 'libxmu' 'libXxf86vm')
+makedepends=('cups' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' 
+             'libxinerama' 'esd' 'giflib' 'ncurses' 'libxcomposite' 'samba' \
+             'libxpm' 'libxmu' 'libXxf86vm')
+optdepends=("cups: Adds printing support"
+            "sane: Adds scanners support"
+            "libgphoto2: Adds digital cameras support"
+            "alsa-lib: Adds sound support"
+            "giflib: Adds GIF images support"
+            "libjpeg: Adds JPEG images support"
+            "libpng: Adds PNG images support")
 install=wine.install
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
 md5sums=('7c68c241a52e88b69d290ffe569ee723')

Modified: wine.install
===================================================================
--- wine.install	2008-07-21 21:22:05 UTC (rev 5976)
+++ wine.install	2008-07-21 21:24:25 UTC (rev 5977)
@@ -3,14 +3,8 @@
 post_install() {
   cat << _EOF
 
-==> A very minimal set of dependencies are included for the wine package.
-==> Additional features are available if the package providing them is
-==> installed. For example:
-==>
-==> For gif, jpeg and/or png support: 'giflib', 'libjpeg' and/or 'libpng'.
-==> For alsa sound support: 'alsa-lib'.
-==> For digital cameras support: 'libgphoto2'
-==> For printing and/or scanning support: 'cups' and/or 'sane'
+==> In order to see all the optional dependencies of the wine package, issue the
+following command: "pacman -Qi wine"
 
 _EOF
 
@@ -19,14 +13,8 @@
 post_upgrade() {
   cat << _EOF
 
-==> A very minimal set of dependencies are included for the wine package.
-==> Additional features are available if the package providing them is
-==> installed. For example:
-==>
-==> For gif, jpeg and/or png support: 'giflib', 'libjpeg' and/or 'libpng'.
-==> For alsa and/or opengl support: 'alsa-lib' and/or 'opengl'.
-==> For digital cameras support: 'libgphoto2'
-==> For printing and/or scanning support: 'cups' and/or 'sane'
+==> In order to see all the optional dependencies of the wine package, issue the
+following command: "pacman -Qi wine"
 
 _EOF
 





More information about the arch-commits mailing list