[arch-commits] CVS update of extra/gnome/gnomebaker (3 files)

Aaron Griffin aaron at archlinux.org
Wed May 30 02:49:09 UTC 2007


    Date: Tuesday, May 29, 2007 @ 22:49:09
  Author: aaron
    Path: /home/cvs-extra/extra/gnome/gnomebaker

 Removed: PKGBUILD (1.13) gnomebaker-0.6.1-thread-init.patch (1.1)
          gnomebaker.install (1.7)

Package cleanup: balsa and gnomebaker moved to community


------------------------------------+
 PKGBUILD                           |   35 -------------------------------
 gnomebaker-0.6.1-thread-init.patch |   12 ----------
 gnomebaker.install                 |   39 -----------------------------------
 3 files changed, 86 deletions(-)


Index: extra/gnome/gnomebaker/PKGBUILD
diff -u extra/gnome/gnomebaker/PKGBUILD:1.13 extra/gnome/gnomebaker/PKGBUILD:removed
--- extra/gnome/gnomebaker/PKGBUILD:1.13	Sat Apr 14 15:47:23 2007
+++ extra/gnome/gnomebaker/PKGBUILD	Tue May 29 22:49:09 2007
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD,v 1.13 2007/04/14 19:47:23 jgc Exp $
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Christopher Cox <nuopus at gmail.com>
-
-pkgname=gnomebaker
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="GnomeBaker is a full featured CD/DVD burning application for Gnome"
-arch=(i686 x86_64)
-url="http://gnomebaker.sourceforge.net"
-install=gnomebaker.install
-depends=('libgnomeui>=2.18.1-2' 'dvd+rw-tools' 'cdrkit' 'scrollkeeper' 
-         'gstreamer0.10-vorbis' 'cdrdao' 'libnotify>=0.4.4')
-makedepends=('pkgconfig' 'perlxml')
-source=(http://heanet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-	gnomebaker-0.6.1-thread-init.patch)
-md5sums=('5ddffd4ae02417a3fd91b08951e7f434')
-
-build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  if [ -f omf.make ]; then
-    find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
-    sed -i -e 's/-scrollkeeper-update.*//' omf.make
-  fi
-
-  patch -Np1 -i ${startdir}/src/gnomebaker-0.6.1-thread-init.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --enable-libnotify
-  make LDFLAGS+="-Wl,--export-dynamic" || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install || return 1
-
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
-  rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
-}
Index: extra/gnome/gnomebaker/gnomebaker-0.6.1-thread-init.patch
diff -u extra/gnome/gnomebaker/gnomebaker-0.6.1-thread-init.patch:1.1 extra/gnome/gnomebaker/gnomebaker-0.6.1-thread-init.patch:removed
--- extra/gnome/gnomebaker/gnomebaker-0.6.1-thread-init.patch:1.1	Sat Apr 14 15:47:23 2007
+++ extra/gnome/gnomebaker/gnomebaker-0.6.1-thread-init.patch	Tue May 29 22:49:09 2007
@@ -1,12 +0,0 @@
---- gnomebaker-0.6.1/src/main.c.orig	2007-04-14 19:35:21.000000000 +0000
-+++ gnomebaker-0.6.1/src/main.c	2007-04-14 19:36:16.000000000 +0000
-@@ -50,6 +50,9 @@
- main(gint argc, gchar *argv[])
- {
- 	GError *error = NULL;
-+
-+	g_thread_init(NULL);
-+	
- 	GOptionContext *context = g_option_context_new(_(" - GNOME CD/DVD burning application"));
- 	/* add main entries */
- 	g_option_context_add_main_entries(context, entries, GETTEXT_PACKAGE);
Index: extra/gnome/gnomebaker/gnomebaker.install
diff -u extra/gnome/gnomebaker/gnomebaker.install:1.7 extra/gnome/gnomebaker/gnomebaker.install:removed
--- extra/gnome/gnomebaker/gnomebaker.install:1.7	Sat Apr 14 15:47:23 2007
+++ extra/gnome/gnomebaker/gnomebaker.install	Tue May 29 22:49:09 2007
@@ -1,39 +0,0 @@
-pkgname=gnomebaker
-
-post_install() {
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
-  scrollkeeper-update -q -p var/lib/scrollkeeper
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
-  elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
-  else
-    schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
-  fi
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  
-  usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
-}
-
-post_remove() {
-  scrollkeeper-update -q -p var/lib/scrollkeeper
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list