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

Ionut Biru ibiru at archlinux.org
Wed Feb 23 19:05:51 UTC 2011


    Date: Wednesday, February 23, 2011 @ 14:05:50
  Author: ibiru
Revision: 111054

upgpkg: vte 0.27.90-1
update to 2.27.90

Modified:
  vte/trunk/PKGBUILD
Deleted:
  vte/trunk/vte-common.install

--------------------+
 PKGBUILD           |   12 ++++--------
 vte-common.install |   11 -----------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-23 18:48:30 UTC (rev 111053)
+++ PKGBUILD	2011-02-23 19:05:50 UTC (rev 111054)
@@ -3,7 +3,7 @@
 
 pkgbase=vte
 pkgname=(vte vte3 vte-common)
-pkgver=0.27.5
+pkgver=0.27.90
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pygtk' 'intltool' 'gobject-introspection' 'gtk2' 'gtk3' 'pygobject-devel' 'gtk-doc')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.27/vte-${pkgver}.tar.bz2)
-sha256sums=('47541d480c50c95b53eb6bf1187561ae7eebc19556aec0c5dd281b5cb5c316c0')
+sha256sums=('bc97a6f5ee8f11a09ef463c4e20b80ecdf20d735aabe52e03c8e68f525946435')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -25,7 +25,7 @@
       --libexecdir=/usr/lib/vte \
       --localstatedir=/var --disable-static \
       --enable-introspection --with-gtk=2.0 \
-      --enable-gtk-doc --disable-schemas-compile
+      --enable-gtk-doc
   make
   popd
 
@@ -35,7 +35,7 @@
       --libexecdir=/usr/lib/vte \
       --localstatedir=/var --disable-static \
       --enable-introspection --with-gtk=3.0 \
-      --enable-gtk-doc --disable-schemas-compile
+      --enable-gtk-doc
   make
   popd
 }
@@ -47,7 +47,6 @@
   make DESTDIR="${pkgdir}" install
 
   rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-  rm "${pkgdir}"/usr/share/glib-2.0/schemas/org.gnome.vte.v0.enums.xml
 }
 
 package_vte3(){
@@ -57,14 +56,11 @@
   make DESTDIR="${pkgdir}" install
 
   rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-  rm "${pkgdir}"/usr/share/glib-2.0/schemas/org.gnome.vte.v0.enums.xml
 }
 
 package_vte-common() {
   pkgdesc="Common files used by vte and vte3"
-  install=vte-common.install
   cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk3
 
   make -C gnome-pty-helper DESTDIR="${pkgdir}" install
-  make -C src DESTDIR="${pkgdir}" install-dist_gsettingsschemaDATA
 }

Deleted: vte-common.install
===================================================================
--- vte-common.install	2011-02-23 18:48:30 UTC (rev 111053)
+++ vte-common.install	2011-02-23 19:05:50 UTC (rev 111054)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}




More information about the arch-commits mailing list