[arch-commits] Commit in gift-fasttrack/repos (3 files)

Eric Bélanger eric at archlinux.org
Tue Apr 7 06:37:43 UTC 2009


    Date: Tuesday, April 7, 2009 @ 02:37:42
  Author: eric
Revision: 34166

Merged revisions 356,2310,34160 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/gift-fasttrack/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2310 | paul | 2008-05-31 11:15:19 -0400 (Sat, 31 May 2008) | 2 lines
  
  Added more licenses.
........
  r34160 | eric | 2009-04-07 02:19:47 -0400 (Tue, 07 Apr 2009) | 2 lines
  
  upgpkg: gift-fasttrack 0.8.9-4
      Added arch tag
........

Modified:
  gift-fasttrack/repos/extra-i686/	(properties)
  gift-fasttrack/repos/extra-i686/PKGBUILD
  gift-fasttrack/repos/extra-i686/fasttrack.install

-------------------+
 PKGBUILD          |   12 +++++++-----
 fasttrack.install |   18 ------------------
 2 files changed, 7 insertions(+), 23 deletions(-)


Property changes on: gift-fasttrack/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gift-fasttrack/trunk:1
   + /gift-fasttrack/trunk:1-34165

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-07 06:23:46 UTC (rev 34165)
+++ extra-i686/PKGBUILD	2009-04-07 06:37:42 UTC (rev 34166)
@@ -4,17 +4,19 @@
 
 pkgname=gift-fasttrack
 pkgver=0.8.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A FastTrack plugin for giFT."
+arch=('i686' 'x86_64')
 url="http://developer.berlios.de/projects/gift-fasttrack"
+license=('GPL')
 depends=('gift')
+install=fasttrack.install
 source=(http://download.berlios.de/$pkgname/giFT-FastTrack-$pkgver.tar.gz)
 md5sums=('68521847537985bcc5e9b8677343374c')
-install=fasttrack.install
 
 build() {
-  cd $startdir/src/giFT-FastTrack-$pkgver
-  ./configure --prefix=/usr
+  cd $srcdir/giFT-FastTrack-$pkgver
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install || return 1
 }

Modified: extra-i686/fasttrack.install
===================================================================
--- extra-i686/fasttrack.install	2009-04-07 06:23:46 UTC (rev 34165)
+++ extra-i686/fasttrack.install	2009-04-07 06:37:42 UTC (rev 34166)
@@ -1,24 +1,6 @@
-# arg 1:  the new package version
 post_install() {
-  /bin/true
   echo "To test it run: giftd -p FastTrack"
   echo "Or you can add the path to your gift.conf like so:"
   echo ""
   echo "plugin = OpenFT:FastTrack"
 }
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list