[arch-commits] Commit in alpine/repos (4 files)

Eric Belanger eric at archlinux.org
Fri Sep 5 20:52:38 UTC 2008


    Date: Friday, September 5, 2008 @ 16:52:38
  Author: eric
Revision: 11862

Merged revisions 9497-11861 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/alpine/trunk

........
  r11861 | eric | 2008-09-05 16:52:27 -0400 (Fri, 05 Sep 2008) | 2 lines
  
  upgpkg: alpine 2.00-1
      Upstream update, Replaced install scriptlet with optdepends
........

Modified:
  alpine/repos/extra-x86_64/	(properties)
  alpine/repos/extra-x86_64/ChangeLog
  alpine/repos/extra-x86_64/PKGBUILD
Deleted:
  alpine/repos/extra-x86_64/alpine.install

----------------+
 ChangeLog      |    6 ++++++
 PKGBUILD       |   19 +++++++++----------
 alpine.install |    7 -------
 3 files changed, 15 insertions(+), 17 deletions(-)


Property changes on: alpine/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /alpine/trunk:1-9496
   + /alpine/trunk:1-11861

Modified: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2008-09-05 20:52:27 UTC (rev 11861)
+++ extra-x86_64/ChangeLog	2008-09-05 20:52:38 UTC (rev 11862)
@@ -1,3 +1,9 @@
+2008-09-04  Eric Belanger  <eric at archlinux.org>
+
+	* alpine 2.00-1
+	* Upstream update
+	* Replaced install scriptlet with optdepends
+
 2008-03-26  Eric Belanger  <eric at archlinux.org>
 
 	* alpine 1.10-1

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-09-05 20:52:27 UTC (rev 11861)
+++ extra-x86_64/PKGBUILD	2008-09-05 20:52:38 UTC (rev 11862)
@@ -3,30 +3,29 @@
 # Contributor: Fabio Scotoni <fabio at esse.ch>
 
 pkgname=alpine
-pkgver=1.10
-pkgrel=3
+pkgver=2.00
+pkgrel=1
 pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)"
 arch=('i686' 'x86_64')
 url="http://www.washington.edu/alpine/"
 license=('APACHE')
 depends=('libldap' 'heimdal>=1.2' 'gettext')
+optdepends=('aspell: for spell-checking support')
 provides=('pine')
 conflicts=('pine')
 replaces=('pine')
 options=('!makeflags')
-install=alpine.install
 source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \
-	# patch seems updated, maybe we should store it somewhere on Gerolde /other/alpine/
-        http://staff.washington.edu/chappa/alpine/patches/${pkgname}-${pkgver}/all.patch.gz)
-md5sums=('c507684620766ed091186785a0dccbca'
-         '84fdeda71fdf7300dff1c612714815cf')
+	http://staff.washington.edu/chappa/alpine/patches/${pkgname}-${pkgver}/all.patch.gz)
+md5sums=('84e44cbf71ed674800a5d57eed9c1c52' 'd849335759048cf0af92f764d93c939e')
+sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' '3b3f8f74ea1dcc37316c892f40ad70aa1f898d59')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   patch -p1 < ../all.patch || return 1
   ./configure --prefix=/usr --without-passfile --without-tcl \
     --disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
-    --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed
+    --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }

Deleted: extra-x86_64/alpine.install
===================================================================
--- extra-x86_64/alpine.install	2008-09-05 20:52:27 UTC (rev 11861)
+++ extra-x86_64/alpine.install	2008-09-05 20:52:38 UTC (rev 11862)
@@ -1,7 +0,0 @@
-post_install() {
-  echo "==> If you need spell-checking support, please install aspell"
-}
-
-post_upgrade() {
-  post_install $1
-}




More information about the arch-commits mailing list