summaryrefslogtreecommitdiff
path: root/sysutils/gio-fam
AgeCommit message (Collapse)AuthorFilesLines
2014-09-05Reset PKGREVISION after update.prlw11-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-08-24share hacks.mk with its base package.obache1-19/+2
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-18Ensure the Darwin libiconv_open hack is only applied when using thejperkin1-1/+6
native iconv.
2012-10-06Update glib2 and therefore gdbus-codegen and gio-fam to 2.34.0prlw11-3/+2
- patch-ar and patch-as to avoid dependending on python are no longer necessary since the introduction of --disable-modular-tests - patch-co has been committed to glib in 2360d04e - other patches cargo culted across - statfs test was fixed in glib with commit afa82ae8 - no longer provide man pages as that requires docbook & xsltproc Many changes in glib since 2.32.4, especially GDBus improvements. See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details.
2012-05-01Changes 2.32.2:adam2-6/+19
* GApplication: can now have a NULL application ID * g_clear_object: fix warnings when using it on C++ (due to lack of ability to implicitly cast void*) * GDBus: - add our own implementation of the message bus for use on Windows only - fix up a few bugs that use of this bus uncovered in GDBus - escape nonce files in dbus addressess (think 'c:\') - support initial underscores in dbus codegen namespace (for private) * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend) * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment * GAppInfo: overwrite the DISPLAY only if it is set in the launch context * glib/tests/date: force US locale running the GDateTime tests * GSocketControlMessage: Don't warn about unknown messages * Resources: - fix broken use of GVDB on big endian machines - set a 'display name' so that pretty file names appear in Gtk CSS warning messages * GMainContext: - block child sources when blocking the parent - introduce more testcases for child sources * Translations updates: Brazilian Portuguese French Galician Italian Lithuanian Polish Polish Serbian Simplified Chinese Spanish * Bug fixed: 619026 avoid warning in gutils.h when using gcc with -Wconversion 669260 Open/Save dialog hangs waiting for data with libsoup 671249 GApplication: Allow a null application_id? 672786 goa-daemon: action in notification doesn't work 673409 g_resource_lookup_data may return stale data pointer 674172 glib-2.32.1 misdetects GNUstep as Cocoa 674345 cssprovider: Make sure to print out file name in css warnings 674483 broken configure results when cross-compiling with gcc >= 4.5
2012-03-08Apply missing bump PKGREVISION from pcre (via glib2/modules.mk).obache1-1/+2
2011-09-13USE_TOOLS+=pkg-config. According to dholland, this used to beapb1-1/+2
pulled in from ../../devel/glib2/modules.mk, but it's now needed in sysutils/gio-fam/Makefile. Not bumping PKGREVISION because the package did not build before.
2010-12-30configure require msgfmt.obache1-1/+3
2010-11-17deal with giomodule.cache, should fix PRs pkg/43578 and pkg/44104drochner1-2/+2
by Robert Elz
2010-04-20Initial import of gio-fam:jmmv3-0/+34
This package provides a backend for GIO to provide notifications on file and directory alterations using FAM (or Gamin) as the monitoring system.