summaryrefslogtreecommitdiff
path: root/x11/py-gnome2-desktop
AgeCommit message (Collapse)AuthorFilesLines
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache2-4/+4
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2011-01-11update to 2.32.0drochner2-8/+7
This switches to the gnome-2.32 release branch.
2010-12-02Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency patternwiz1-2/+2
in buildlink3.mk and PKGREVISION of dependencies.
2010-11-29revert last update for now -- it wants evince-2.32 which is notdrochner2-7/+8
committed yet
2010-11-28update to 2.32.0drochner2-8/+7
This switches to the gnome-2.32 release branch.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-16Drop exactly dependency on bug-buddy again.obache1-3/+3
XXX: It maybe result in broken PLIST (if old or broken bug-buddy).
2010-07-14re-enable commented out dependency on bug-buddy (why commented out?),obache1-3/+3
or bugbuddy.py will not be installed if it is not installed. Bump PKGREVISION.
2010-07-13bump PKGREV for new e-d-s requirementdrochner1-1/+4
2010-07-06update to 2.30.2drochner2-9/+8
This switches to the gnome-2.30 release branch.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-20Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,wiz1-2/+2
depend on version that removed dependency and bump PKGREVISION for dependencies.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-10-22update to 2.28.0drochner2-8/+7
This switches to the gnome-2.28 release branch.
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz1-2/+2
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-08-19not for python-2.4, because support was dropped from py-cairotnn1-2/+2
2009-07-26remove support for nautilus-cd-burner which is replaced by brasero,drochner2-7/+4
bump PKGREVISION
2009-07-07add 26 to PYTHON_VERSIONS_ACCEPTED.zafer1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18add evince binding, bump PKGREVISIONdrochner2-2/+6
2009-03-15Update py-gnome2-desktop to 2.26.0.jmcneill3-13/+12
=== GNOME_PYTHON_DESKTOP_2_26_0 === 2009-03-14 Gustavo J. A. M. Carneiro <gjc@gnome.org> * NEWS, * configure.ac, * wscript: [442] Version 2.26.0 2009-03-08 gjc * gnomedesktop/_gnomedesktop.defs: [441] Add caller-owns-return annotations for xxx_new_from_xxx functions. Fixes #570540. 2009-02-24 jstowers * evolution/ebookmodule.c, * evolution/ecalmodule.c: [440] Correctly include the GNOME_PYTHON_DESKTOP_*_VERSION attributes in the module __version__ attribute. 2009-02-24 gjc * evolution/ebookmodule.c, * evolution/ecalmodule.c: [439] Automatically import bonobo during evolution modules initialization, to avoid certain problems (see #561354). * evolution/wscript: [438] Fix typos in waf install path for evolution modules 2009-02-23 gjc * tests/common.py, * totem/plparsermodule.c: [437] Add bug #571829 test case * evince/evince.override: [436] (patch from Tomeu Vizoso) Bug 572575 ? evince.JobFind() crashes caller === GNOME_PYTHON_DESKTOP_2_25_91 === 2009-02-15 Gustavo J. A. M. Carneiro <gjc@gnome.org> * NEWS, * configure.ac, * wscript: [435] Release 2.25.91 2009-02-05 gjc * evince/evincemodule.c: [434] Call ev_shutdown() on a python atexit handler; closes #570622. === GNOME_PYTHON_DESKTOP_2_25_90 === 2009-02-01 Gustavo J. A. M. Carneiro <gjc@gnome.org> * NEWS, * configure.ac, * wscript: [433] Prepare 2.25.90 release 2009-01-31 gjc * gnomeapplet/appletmodule.c: [432] Bug 569823 ? get_popup_component does not return correct object * wnck/wscript: [431] (from Tomeu Vizoso) Bug 568284 ? Error building wnck bindings * waf: [430] Upgrade to WAF 1.5.3 2009-01-30 chpe * evince/evince.defs, * evince/evince.override, * evince/evincemodule.c: [429] Update evince bindings for new evince initialisation function. Bug #569873 2009-01-28 gjc * evince/evince.override, * evince/evincemodule.c: [428] (patch by Tomeu Vizoso) Initialize evince in module init, instead of wrapping an init function. Closes #568287. 2009-01-28 fpeters * evince/Makefile.am: Added. * Makefile.am, * configure.ac: Modified. [427] added support for building the evince module when using autotools. 2009-01-27 gjc * evince, * evince/evince.defs, * evince/evince.override, * evince/evincemodule.c, * evince/wscript: Added. * tests/common.py, * wscript: Modified. [426] (from Tomeu Vizoso) Bug 568287 ? Add python bindings for evince. === GNOME_PYTHON_DESKTOP_2_25_1 === 2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org> * Makefile.am: [425] automake disthook fixes * .bzrignore: [424] ignore files 2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org> * configure.ac: Added. * configure.ac: Removed. * wscript: Modified. [423] Version 2.25.1 2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org> * NEWS: Added. * NEWS: Removed. [422] Update 2009-01-17 gjc * gtop/gtop.c: [421] [Jasper Lievisse Adriaanse] Bug 565469 ? missing #include in gtop.c * evolution/__init__.py, * evolution/wscript: [420] Bug 561727 ? evolution still installed even if disabled * waf, * wscript: [419] Upgrade to a newer waf 2009-01-04 Gustavo J. A. M. Carneiro <gjc@gnome.org> * wscript: [418] Bug 555137 ? WAF build system does not install bugbuddy module 2009-01-03 gjc * wscript: [417] Use the gnu_dirs waf tool, so that --libdir configure option works 2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org> * waf: Added. [416] Add standalone waf script 2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org> * ChangeLog.pre-2.25, * Makefile.am, * autogen.sh, * bzrplugins, * bzrplugins/gnulog.py, * generate-ChangeLog: Added. * ChangeLog, * Makefile.am, * autogen.sh: Removed. * .bzrignore, * wscript: Modified. [415] Auto-generate the ChangeLog file from commits 2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org> * .bzrignore: Added. [414] ignore file 2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org> * wscript: [413] Fix WAF dist_hook * wscript: [412] Properly enable autoconfig in WAF * docs/gnomeprint/wscript: [411] cleanup 2008-12-27 Gustavo J. A. M. Carneiro <gjc@gnome.org> * README, * docs/gnomeprint/wscript, * docs/gnomeprintui/wscript, * docs/gtksourceview/wscript, * evolution/wscript, * gnomeapplet/wscript, * gnomedesktop/wscript, * gnomekeyring/wscript, * gnomeprint/wscript, * gtksourceview/wscript, * gtop/wscript, * mediaprofiles/wscript, * metacity/metacity.override, * metacity/wscript, * nautilusburn/wscript, * rsvg/wscript, * totem/wscript, * wnck/wscript, * wscript: Added. * README, * docs/gnomeprint/wscript, * docs/gnomeprintui/wscript, * docs/gtksourceview/wscript, * evolution/wscript, * gnomeapplet/wscript, * gnomedesktop/wscript, * gnomekeyring/wscript, * gnomeprint/wscript, * gtksourceview/wscript, * gtop/wscript, * mediaprofiles/wscript, * metacity/metacity.override, * metacity/wscript, * nautilusburn/wscript, * rsvg/wscript, * totem/wscript, * wnck/wscript, * wscript: Removed. [410] Port to modified version of WAF 1.5.x
2009-01-07Update to 2.24.1, add two dependencies for more features (it alreadywiz3-28/+28
depended on most of the kitchen sink anyway...). Changes: * configure.ac, wscript: Version 2.24.1. * configure.ac: libtool-2.2 compatibility, patch by "Cygwin Ports maintainer" (bug #564550). * gnomeapplet/applet.override: * gnomeapplet/appletmodule.c: * gnomeapplet/wscript: Fix build error with missing libgnome/libgnomeui flags. Patch from Lucas Rocha closes bgo #564525 * tests/common.py: Fix a bug in the import check.
2008-11-18make this work with python-2.4 againdrochner1-2/+2
2008-11-13Remove python24 from accepted versions since py-cairo does notwiz1-2/+2
support it any longer.
2008-10-16update to 2.24.0drochner2-8/+8
This switches to the gnome-2.24 release branch.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-1/+2
name change).
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-15update to 2.22.0drochner3-12/+13
This switches to the gnome-2.22 release branch.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-5/+5
through PLIST_SUBST to the plist module.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-05update to 2.20.0drochner2-8/+7
This switches to the new gnome-2.20 branch.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz1-3/+3
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-2/+2
2007-09-20Fix path to libgtop, and bump PKGREVISION for its new name.wiz1-3/+3
2007-09-19Finish move of gnome2-media to gnome-media.wiz1-2/+2
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-06-26API depends of multimedia/totem/buildlink3.mk allows both totem andjoerg1-2/+2
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-1/+2
affected packages.
2007-04-13Use MASTER_SITES_GNOME.wiz1-3/+4