Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=51fe73cb9c18ba294e48ed87b5b91b2ec060f4b3
commit 51fe73cb9c18ba294e48ed87b5b91b2ec060f4b3 Author: Priyank <[email protected]> Date: Mon Jan 5 18:57:35 2009 +0530 pdfedit-0.4.2-1-i686 * Version bump diff --git a/source/xapps-extra/pdfedit/FrugalBuild b/source/xapps-extra/pdfedit/FrugalBuild index 4482643..324e564 100644 --- a/source/xapps-extra/pdfedit/FrugalBuild +++ b/source/xapps-extra/pdfedit/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia <[email protected]> pkgname=pdfedit -pkgver=0.4.1 -pkgrel=3 +pkgver=0.4.2 +pkgrel=1 pkgdesc="PDFedit is an editor for manipulating PDF files." depends=('qt' 't1lib' 'libboost-mt>=1.37.0') makedepends=('boost>=1.37.0') @@ -16,8 +16,8 @@ _F_desktop_icon="pdfedit.png" _F_desktop_categories="Qt;GNOME;KDE;Utility" options=('scriptlet') source=($source gcc43.patch) -sha1sums=('5c3822da15f0c1c00e911fe7b29654032818aac1' \ - '32bffd1047a4c4ae989f07ee288eff3aea250bdf') +sha1sums=('10e9d2201327528cf886d0cfe6487ea24ea4a1fb' \ + 'ce5401ddb2c8884a1f596b9166cc3d7aaa687b0e') build() { diff --git a/source/xapps-extra/pdfedit/gcc43.patch b/source/xapps-extra/pdfedit/gcc43.patch index 7d0bdbc..ebbcaca 100644 --- a/source/xapps-extra/pdfedit/gcc43.patch +++ b/source/xapps-extra/pdfedit/gcc43.patch @@ -9,32 +9,3 @@ #include<iostream> #include<cstring> #include<string> ---- a/src/kernel/cpdf.cc -+++ b/src/kernel/cpdf.cc -@@ -2347,7 +2347,7 @@ using namespace std; - instance->file = file; - kernelPrintDbg(debug::DBG_INFO, "Instance created successfully openMode=" << openMode); - return instance; -- }catch(exception &e) -+ }catch(std::exception &e) - { - kernelPrintDbg(DBG_CRIT, "Pdf instance creation failed. cause="<<e.what()); - string what=string("CPdf open failed. reason=")+e.what(); -@@ -2631,7 +2631,7 @@ using namespace utils; - try - { - minPos = getNodePosition(*this, newValue, &nodeCountCache); -- }catch(exception &e) -+ }catch(std::exception &e) - { - // position can't be determined - // no special handling is needed, minPos keeps its value -@@ -2690,7 +2690,7 @@ using namespace utils; - kernelPrintDbg(DBG_WARN, "page with original position="<<i->first<<" is ambiguous. Invalidating."); - // page position is ambiguous and so it has to be invalidate - i->second->invalidate(); -- }catch(exception & e) -+ }catch(std::exception & e) - { - kernelPrintDbg(DBG_CRIT, "Unexpected error. cause="<<e.what()); - assert(!"Possibly bug."); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
