[arch-commits] CVS update of extra/lib/gtk-sharp-2 (3 files)

Jan de Groot jgc at archlinux.org
Mon Sep 3 09:26:43 UTC 2007


    Date: Monday, September 3, 2007 @ 05:26:43
  Author: jgc
    Path: /home/cvs-extra/extra/lib/gtk-sharp-2

Modified: PKGBUILD (1.18 -> 1.19)
 Removed: gtk-sharp-2.install (1.2) vte.patch (1.1)

upgpkg: gtk-sharp-2 2.10.2-1


---------------------+
 PKGBUILD            |   21 ++++++++-------------
 gtk-sharp-2.install |   21 ---------------------
 vte.patch           |   27 ---------------------------
 3 files changed, 8 insertions(+), 61 deletions(-)


Index: extra/lib/gtk-sharp-2/PKGBUILD
diff -u extra/lib/gtk-sharp-2/PKGBUILD:1.18 extra/lib/gtk-sharp-2/PKGBUILD:1.19
--- extra/lib/gtk-sharp-2/PKGBUILD:1.18	Thu Sep 28 09:52:31 2006
+++ extra/lib/gtk-sharp-2/PKGBUILD	Mon Sep  3 05:26:43 2007
@@ -1,33 +1,28 @@
-# $Id: PKGBUILD,v 1.18 2006/09/28 13:52:31 jgc Exp $
+# $Id: PKGBUILD,v 1.19 2007/09/03 09:26:43 jgc Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 
 pkgname=gtk-sharp-2
-pkgver=2.10.0
+pkgver=2.10.2
 pkgrel=1
 pkgdesc="gtk2 bindings for C#"
 arch=(i686 x86_64)
+license=('LGPL')
 url="http://gtk-sharp.sourceforge.net"
-depends=('mono>=1.1.17.1' 'libglade>=2.6')
+depends=('mono>=1.2' 'libglade>=2.6.2')
 makedepends=('pkgconfig')
 conflicts=('gtk#')
-options=('nolibtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.10/gtk-sharp-${pkgver}.tar.bz2)
-md5sums=('7786801c53537e8c208fb9f46c22f18b')
+options=('!libtool' '!makeflags')
+source=(http://go-mono.com/sources/gtk-sharp210//gtk-sharp-${pkgver}.tar.bz2)
+md5sums=('7d509a677c58b2e6a8c85db51d0b1451')
 
 build() {
-  export MAKEFLAGS="-j1"
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-	
  # get rid of that .wapi errors; thanks to brice
   export MONO_SHARED_DIR=${startdir}/src/weird
-  mkdir -p ${MONO_SHARED_DIR}
+  mkdir -p "${MONO_SHARED_DIR}"
 
   cd ${startdir}/src/gtk-sharp-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
   make GACUTIL="/usr/bin/gacutil /root ${startdir}/pkg/usr/lib" \
      	 DESTDIR=${startdir}/pkg install
-
- # housecleaning
-  rm -rf ${MONO_SHARED_DIR}
 }
Index: extra/lib/gtk-sharp-2/gtk-sharp-2.install
diff -u extra/lib/gtk-sharp-2/gtk-sharp-2.install:1.2 extra/lib/gtk-sharp-2/gtk-sharp-2.install:removed
--- extra/lib/gtk-sharp-2/gtk-sharp-2.install:1.2	Mon Jan 23 03:14:08 2006
+++ extra/lib/gtk-sharp-2/gtk-sharp-2.install	Mon Sep  3 05:26:43 2007
@@ -1,21 +0,0 @@
-
-post_install() {
-#  echo "recreating monodoc index ... this could take a while..."
-#  monodoc --make-search-index > /dev/null 2>&1 
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-#  echo -e "\nrecreating monodoc index ... this could take a while..."
-#  monodoc --make-search-index > /dev/null 2>&1 
-}
-
-op=$1
-shift
-
-$op $*
Index: extra/lib/gtk-sharp-2/vte.patch
diff -u extra/lib/gtk-sharp-2/vte.patch:1.1 extra/lib/gtk-sharp-2/vte.patch:removed
--- extra/lib/gtk-sharp-2/vte.patch:1.1	Mon Jan 23 03:14:08 2006
+++ extra/lib/gtk-sharp-2/vte.patch	Mon Sep  3 05:26:43 2007
@@ -1,27 +0,0 @@
---- vte/glue/Makefile.am.orig	2006-01-22 16:11:33.000000000 +0000
-+++ vte/glue/Makefile.am	2006-01-22 16:12:09.000000000 +0000
-@@ -12,9 +12,9 @@
- 
- libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
- 
--libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
-+libvtesharpglue_2_la_LIBADD = $(VTE_LIBS) $(GTK_LIBS)
- 
--INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
-+INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
- 
- libvtesharpglue.dll: $(libvtesharpglue_2_la_OBJECTS) libvtesharpglue.rc libvtesharpglue.def
- 	./build-dll libvtesharpglue-2 $(VERSION)
---- vte/glue/Makefile.in.orig	2006-01-22 16:11:37.000000000 +0000
-+++ vte/glue/Makefile.in	2006-01-22 16:12:39.000000000 +0000
-@@ -261,8 +261,8 @@
- libvtesharpglue_2_la_SOURCES = # empty
- nodist_libvtesharpglue_2_la_SOURCES = generated.c
- libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
--libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
--INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
-+libvtesharpglue_2_la_LIBADD = $(VTE_LIBS) $(GTK_LIBS)
-+INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
- CLEANFILES = lib*.a lib*.dll
- all: all-am
- 




More information about the arch-commits mailing list