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

commit 8c35aca79de08004b043b3ac25943d0fb437d67f
Author: Christian Hamar alias krix <[EMAIL PROTECTED]>
Date:   Sat May 24 14:39:51 2008 +0200

camorama-0.19-1-x86_64
* Version bump
* Dropped locale patch ((now in upstream))
* Added gnome.sh for include, because seems its now moved to gnome FTP

diff --git a/source/gnome-extra/camorama/FrugalBuild 
b/source/gnome-extra/camorama/FrugalBuild
index 2f96521..1255281 100644
--- a/source/gnome-extra/camorama/FrugalBuild
+++ b/source/gnome-extra/camorama/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]>

pkgname=camorama
-pkgver=0.18
+pkgver=0.19
pkgrel=1
pkgdesc="camorama is a program i wrote to learn gtk and v4l. as you can see, i 
am still learning"
url="http://camorama.fixedgear.org/";
@@ -13,12 +13,10 @@ makedepends=('perl-xml-parser')
_F_gnome_schemas=('/etc/gconf/schemas/camorama.schemas')
_F_gnome_scrollkeeper="y"
_F_gnome_desktop="y"
-Finclude gnome-scriptlet
-groups=('gnome-extra')
+_F_gnome_devel="y"
up2date="Flasttar $url/download.php"
-source=(http://camorama.fixedgear.org/downloads/$pkgname-$pkgver.tar.bz2 \
-       localedirfix.patch)
-sha1sums=('b8968d86b6a09afc26c0f663ef0cccde0edf6a37' \
-          'f6543981776b20c12c479e7886fdb30d65603648')
+Finclude gnome gnome-scriptlet
+groups=('gnome-extra')
+sha1sums=('ce04cd2d4abe265b19a365a515f225111dcfb969')

# optimization OK
diff --git a/source/gnome-extra/camorama/localedirfix.patch 
b/source/gnome-extra/camorama/localedirfix.patch
deleted file mode 100644
index 6cea324..0000000
--- a/source/gnome-extra/camorama/localedirfix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur camorama-0.18.orig/src/main.c camorama-0.18/src/main.c
---- camorama-0.18.orig/src/main.c      2007-07-04 19:51:43.000000000 +0200
-+++ camorama-0.18/src/main.c   2007-07-04 19:52:05.000000000 +0200
-@@ -79,7 +79,7 @@
-     cam->video_dev = NULL;
-     cam->read = FALSE;
-
--    bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
-+    bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
-     bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
-     textdomain (GETTEXT_PACKAGE);
-     setlocale (LC_ALL, "");
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to