[arch-commits] CVS update of unstable/network/pidgin-mtn (PKGBUILD pidgin-mtn.install)

Dan McGee dan at archlinux.org
Fri May 11 21:38:01 UTC 2007


    Date: Friday, May 11, 2007 @ 17:38:01
  Author: dan
    Path: /home/cvs-unstable/unstable/network/pidgin-mtn

 Removed: PKGBUILD (1.2) pidgin-mtn.install (1.1)

Removing pidgin-mtn, the pidgin development cycle speed doesn't warrent keeping it


--------------------+
 PKGBUILD           |   53 ---------------------------------------------------
 pidgin-mtn.install |   21 --------------------
 2 files changed, 74 deletions(-)


Index: unstable/network/pidgin-mtn/PKGBUILD
diff -u unstable/network/pidgin-mtn/PKGBUILD:1.2 unstable/network/pidgin-mtn/PKGBUILD:removed
--- unstable/network/pidgin-mtn/PKGBUILD:1.2	Wed May  2 14:08:57 2007
+++ unstable/network/pidgin-mtn/PKGBUILD	Fri May 11 17:38:01 2007
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD,v 1.2 2007/05/02 18:08:57 dan Exp $
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-pkgname=pidgin-mtn
-pkgver=20070502
-pkgrel=1
-pkgdesc="A GTK+-based messaging client"
-url="http://pidgin.im/"
-license=('GPL')
-arch=('i686')
-depends=('startup-notification' 'gstreamer0.10' 'dbus-glib'
-	'gtkspell' 'libxss' 'gnutls' 'sqlite3')
-provides=('gaim' 'pidgin')
-conflicts=('gaim' 'gaim-beta' 'gaim-svn')
-replaces=('gaim-svn')
-makedepends=('intltool' 'monotone' 'wget')
-options=('nolibtool')
-install=pidgin-mtn.install
-build() {
-cd $startdir/src/
-
-if [ ! -e ./monotone_databases/pidgin.mtn ]; then
-	echo "Downloading initial bootstrap database. This is a 130+ MB file."
-	wget -c http://developer.pidgin.im/static/pidgin.mtn.bz2
-	bzip2 -d pidgin.mtn.bz2
-	mtn db migrate --db pidgin.mtn
-	mkdir monotone_databases
-	mv pidgin.mtn ./monotone_databases
-fi
-
-export DATABASE=$startdir/src/monotone_databases/pidgin.mtn
-export WORKINGDIR=$startdir/src/pidgin-mtn
-
-echo "Updating pidgin-mtn source database from pidgin monotone server"
-mtn -d $DATABASE pull pidgin.im im.pidgin.*  || return 1
-echo "Database sync finished"
-
-echo "Checking out source from local database"
-rm -rf $startdir/src/pidgin-mtn
-mtn -d $DATABASE co -b im.pidgin.pidgin $WORKINGDIR
-
-cd $startdir/src/pidgin-mtn
-	./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-aspell \
-	--enable-dbus --enable-gstreamer --disable-nss --disable-perl \
-	--disable-mono --disable-gtktest --disable-glibtest \
-	--disable-gevolution --disable-dbustest --disable-gntgaim \
-	--disable-tk --disable-tcl --disable-consoleui --disable-schemas-install \
-	--disable-doxygen || return 1
-	make || return 1
-	make DESTDIR=$startdir/pkg install || return 1
-	rm -rf $startdir/pkg/etc/
-}
-
Index: unstable/network/pidgin-mtn/pidgin-mtn.install
diff -u unstable/network/pidgin-mtn/pidgin-mtn.install:1.1 unstable/network/pidgin-mtn/pidgin-mtn.install:removed
--- unstable/network/pidgin-mtn/pidgin-mtn.install:1.1	Wed May  2 14:08:57 2007
+++ unstable/network/pidgin-mtn/pidgin-mtn.install	Fri May 11 17:38:01 2007
@@ -1,21 +0,0 @@
-# pidgin-mtn.install
-
-# arg 1:  the new package version
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-# arg 1:  the old package version
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list