Up to [cvs.netbsd.org] / pkgsrc / sysutils / desktop-file-utils
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 15 15:44:32 2012 UTC (5 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
Update to 0.20: ============ Version 0.20 ============ desktop-file-install - fix list of locale strings without trailing slash (Matthias Clasen) desktop-file-validate - add MATE and Razor to list of registered environments (Vincent) - validate Desktop Actions (Giovanni Campagna, Vincent)
Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:55 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.28: +2 -1
lines
Diff to previous 1.28 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.28 / (download) - annotate - [select for diffs], Mon Feb 13 12:29:12 2012 UTC (3 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
update to 0.19 changes: -many fixes -documentation updates, manpages added
Revision 1.27 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:32 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:41 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 16 23:37:49 2010 UTC (2 years, 4 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
Added LICENSE.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:46 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.23: +1 -2
lines
Diff to previous 1.23 (colored)
Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.23 / (download) - annotate - [select for diffs], Wed Apr 30 13:38:16 2008 UTC (4 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Drop maintainership Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 4 13:25:18 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update to 0.15:
============
Version 0.15
============
o make the extension check for Icon key a warning instead of an error for now
(Ray Strode)
o Fix a crash in update-desktop-database when there's no group (Vincent)
o Fix a crash in the validator happening for very small lines (Vincent)
Revision 1.21 / (download) - annotate - [select for diffs], Thu Nov 29 22:08:34 2007 UTC (4 years, 5 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.20: +3 -1
lines
Diff to previous 1.20 (colored)
Package supports installation to DESTDIR.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 7 16:11:19 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored)
Update to 0.14:
============
Version 0.14
============
o update of the Emacs editing mode for .desktop files (Ville Skyttä)
o make desktop-file-install print an error when trying to install a
non-existing desktop file, or a desktop file that can't be read (Vincent)
o make the validator check the content of the Icon key (Vincent)
o make the validator accept X-Foo as a valid environment (this was added to
the spec) (Stanislav Brabec, Vincent)
o really handle the -m command line argument for desktop-file-install
(Matthias Clasen)
o make desktop-file-install accept as one valid argument multiple
categories/only-show-in/mime-types values. Now --add-category="GNOME;GTK"
works as expected. (Vincent)
o make desktop-file-install validate the created desktop file before removing
the original file, and unlink it if it's not valid (Vincent)
o code cleanups for desktop-file-install (Vincent)
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 13 15:53:42 2007 UTC (4 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
remove unneeded dependency on popt, bump PKGREVISION
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 3 19:47:36 2007 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update to 0.13:
============
Version 0.13
============
o rewrite validator, and update it for desktop entry specification 1.0.
The validator should be stricter and report more useful messages.
(Vincent)
o add --warn-kde and --no-warn-deprecated command line options to
desktop-file-validate (Vincent)
o port desktop-file-install to GKeyFile (Vincent)
o don't require --vendor for desktop-file-install (Vincent)
o some general module cleanup (Vincent)
Revision 1.17 / (download) - annotate - [select for diffs], Sat Nov 18 23:58:53 2006 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update to 0.12: ============ Version 0.12 ============ o improves category validation code to not catch false positives (Vincent Fretin, Ville Skyttä, Ray Strode, Vincent Untz) o make category validation code non-fatal (Ray) o fix mem leaks and double frees (Pascal Terjan)
Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 4 21:59:34 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 15 20:40:16 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
Split out deinstall portions of INSTALL scripts into DEINSTALL scripts. This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 28 18:36:01 2006 UTC (6 years ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -3
lines
Diff to previous 1.13 (colored)
Update to 0.11: ============ Version 0.11 ============ o Validate desktop file categories (Emmet Hikory, Vincent Untz) o Use GKeyFile instead of the old egg code in update-desktop-database (Vincent) o Use GOption instead of popt (Vincent) o Fix grammar problem in one of the strings (Moritz Barsnick) o NULL terminate search patch in update-desktop-database (Mike Hearn) o Fix language to encoding mapping to match spec (Ville Skyttä)
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 21 06:00:49 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL scripts prior to revision 1.43 of bsd.pkginstall.mk.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:34 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:49 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:17 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:19 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:23 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:56 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:23 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 3 21:43:07 2005 UTC (7 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update to 0.10: o Remove all menus code (Mark McLoughlin) o Don't try and add key/value pairs to comments (Miloslav Trmac)
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 5 09:38:02 2004 UTC (7 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Update to 0.9: o Many update-desktop-database improvements (Ray Strode, Dan Williams) o Fix desktop-file-install --remove-only-show-in (Ray Strode)
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 26 17:22:54 2004 UTC (7 years, 5 months ago) by sketch
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Correct URL to distfile.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:14 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 21 17:03:53 2004 UTC (7 years, 8 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of desktop-file-utils, version 0.8: desktop-file-utils contains a couple of command line utilities for working with desktop entries and the applications database. More specifically, it contains the update-desktop-database utility, used to rebuild the database that connects MIME types to applications.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 21 17:03:53 2004 UTC (7 years, 8 months ago) by jmmv
Branch: MAIN
Initial revision