summaryrefslogtreecommitdiff
path: root/sysutils/desktop-file-utils/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-04-30Drop maintainershipjmmv1-2/+2
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.
2008-03-04Update to 0.15:wiz1-2/+2
============ 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)
2007-11-29Package supports installation to DESTDIR.heinz1-1/+3
2007-09-07Update to 0.14:wiz1-3/+2
============ 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)
2007-07-13remove unneeded dependency on popt, bump PKGREVISIONdrochner1-2/+2
2007-07-03Update to 0.13:wiz1-2/+2
============ 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)
2006-11-18Update to 0.12:wiz1-2/+2
============ 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)
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam1-3/+1
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.
2006-04-28Update to 0.11:wiz1-3/+2
============ 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ä)
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
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.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-03Update to 0.10:jmmv1-2/+2
o Remove all menus code (Mark McLoughlin) o Don't try and add key/value pairs to comments (Miloslav Trmac)
2004-12-05Update to 0.9:jmmv1-3/+2
o Many update-desktop-database improvements (Ray Strode, Dan Williams) o Fix desktop-file-install --remove-only-show-in (Ray Strode)
2004-11-26Correct URL to distfile.sketch1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-09-21Initial import of desktop-file-utils, version 0.8:jmmv1-0/+35
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.