Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f7efa0471586d63cc442cef068db6466ea814651

commit f7efa0471586d63cc442cef068db6466ea814651
Author: Devil505 <devil505li...@gmail.com>
Date:   Wed Jul 15 18:19:17 2009 +0200

gnome-osd-0.12.2-1-i686
* new package
* added patch for python 2.6

diff --git a/source/gnome-extra/gnome-osd/FrugalBuild 
b/source/gnome-extra/gnome-osd/FrugalBuild
new file mode 100644
index 0000000..c813e1c
--- /dev/null
+++ b/source/gnome-extra/gnome-osd/FrugalBuild
@@ -0,0 +1,28 @@
+# Compiling Time: 0.05 SBU
+# Maintainer: Devil505 <devil505li...@gmail.com>
+
+pkgname=gnome-osd
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Gnome OSD notification system"
+url="https://launchpad.net/gnome-osd";
+depends=('gtk+2>=2.6' 'gnome-python>=2.6.1' 'pygtk>=2.6')
+makedepends=('setuptools' 'intltool')
+groups=('gnome-extra')
+archs=('i686' 'x86_64' 'ppc')
+_F_gnome_schemas=('/etc/gconf/schemas/gnome-osd.schemas')
+Finclude gnome-scriptlet
+up2date="elinks -dump 'https://launchpad.net/$pkgname/+download' | Flasttar"
+source=(http://launchpad.net/${pkgname}/0.12/$pkgver/+download/${pkgname}-${pkgver}.tar.bz2
 fix_python26.patch)
+sha1sums=('9bf7e9c4e004acc5ddf0f07eb3b130402cfd16db' \
+          'c17c550cf7825aaf2d91151349d8b39a2deb7c97')
+
+build() {
+  Fcd
+  Fpatchall
+  Fautoreconf
+  Fconf
+  Fmake
+  Fmakeinstall
+  Fbuild_gnome_scriptlet
+}
diff --git a/source/gnome-extra/gnome-osd/fix_python26.patch 
b/source/gnome-extra/gnome-osd/fix_python26.patch
new file mode 100644
index 0000000..1aa7b81
--- /dev/null
+++ b/source/gnome-extra/gnome-osd/fix_python26.patch
@@ -0,0 +1,12 @@
+Index: gnome-osd-0.12.2/configure.ac
+===================================================================
+--- gnome-osd-0.12.2.orig/configure.ac
++++ gnome-osd-0.12.2/configure.ac
+@@ -17,7 +17,6 @@ AM_GLIB_GNU_GETTEXT
+ AC_PROG_INTLTOOL
+
+
+-AM_PATH_PYTHON_VERSION(2.5, 2.5.0, 2.4, 2.4.0, 2.3, 2.3.4)
+ AC_PREFIX_PROGRAM(bonobo-activation-run-query)
+
+ PKG_CHECK_MODULES(GNOME_OSD, pygtk-2.0 >= 2.4.0 gnome-python-2.0 >= 2.6.0)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to