aboutsummaryrefslogtreecommitdiff
path: root/devel/desktop-file-utils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.23Baptiste Daroussin2017-04-022-4/+4
| | | | Notes: svn path=/head/; revision=437571
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Revert part of r371544Antoine Brodin2014-10-282-1/+2
| | | | Notes: svn path=/head/; revision=371623
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* Bump revision missed in r368803Bryan Drewery2014-09-301-1/+1
| | | | Notes: svn path=/head/; revision=369660
* Update to 1.3.8 Changes:Baptiste Daroussin2014-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Plist parser do not accept modes like o+w g+s u+r - @owner/@group with no argument reset the default ownership to root/wheel - Plug regression tests into the release mechanism as mandatory - Allow url in repository configuration to be overriden by another configuration file - If one of -P, -I or -R is not explicitly given on the command line do not emit error messages while searching for a mechanism to find data about the latest available ports. - External keywords can now take arguments - Directories under PREFIX are automatically handled and removed if needed - MTREE are not packaged anymore neither extracted on final installation - OS major checking (to determine if pkg is running on an upgraded base system) uses the same mechanism as ABI detection instead of relying on UNAME_r which can have false positivie on jails - Add @dir keyword for plist which is used to package explicitly directories (directories with non root/wheel or outside prefix) and empty directories (@dirrm and @dirrmtry are now considered as deprecated) - root/wheel are now considered as the default user/group when creating a package except @owner/@group are used to change that behaviour - Import newer version of libucl which improves error messages in case of problem parsing manifest or configuration files - Fix pkg register so it checks for conflicts before actually copying files on to the filesystem - pkg now support a new no_provide_lib annotation to preventing automatic populating of provided libs (useful for packages bundling libraries like wine) - Improve documentations - Ability to select usage of IPv4/IPv6 via config, repository config or command line - Lots of bug fixes Side effects: - Convert to install-mtree target into a no-op target Add empty directories to plist of ports that needs them to run: - share/aclocal to devel/automake and devel/automake14 - share/applications to devel/desktop-file-utils - share/xml share/sgml to textproc/xmlcatmgr - Prevent check-plist to issue warnings about some @dir* - Adjist check_leftovers.sh to not take in account anything related to mtree - Bump the default required version of pkg to 1.3.8 Notes: svn path=/head/; revision=368803
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* remove custom code for deleting share/applications now that it is inKoop Mast2013-10-254-19/+6
| | | | | | | | | | | BSD.local.dist, and stageify [1]. Bump portrevision so redports/QAT picks up the change. Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (based on) [1] Notes: svn path=/head/; revision=331563
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Update to 0.22.Koop Mast2013-09-013-39/+6
| | | | | | | | | | | | | | | desktop-file-validate add DBusActivatable key to allowed keys warn about OnlyShowIn in Action groups allow validating multiple desktop files improve help output update man page update-desktop-database list only once a desktop file per mime type Notes: svn path=/head/; revision=325869
* Fix the build with newer gcc from ports.Koop Mast2013-05-061-1/+1
| | | | | | | | PR: ports/178358 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> Notes: svn path=/head/; revision=317467
* Update to 0.21.Koop Mast2013-05-054-7/+40
| | | | | | | | | | Apart from the usual mime updates this add support for GNOME3/GSettings for Autostartcondition in .desktop files. MATE and Razor are now added to the list of registered environments. Obtained from: gnome staging repo Notes: svn path=/head/; revision=317427
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert devel to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316333
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-6/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 0.18.Koop Mast2011-06-232-5/+8
| | | | Notes: svn path=/head/; revision=276144
* Bump PORTREVISION and add USE_GETTEXT where missing.Joe Marcus Clarke2010-05-311-1/+2
| | | | | | | PR: 147257 Notes: svn path=/head/; revision=255418
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* Update to 0.15.Jeremy Messenger2008-02-152-4/+4
| | | | Notes: svn path=/head/; revision=207220
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-26/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Remove support for a separate X11BASE.Joe Marcus Clarke2007-05-201-5/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191580
* Complete disable emac to avoid the configure failure if emac exists in theJeremy Messenger2007-02-261-2/+2
| | | | | | | | | | | system. PR: ports/108218 Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua> Discussed with: pav Notes: svn path=/head/; revision=185955
* Update to 0.12.Joe Marcus Clarke2006-11-132-4/+6
| | | | Notes: svn path=/head/; revision=177151
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Update to 0.11.Joe Marcus Clarke2006-04-304-30/+4
| | | | Notes: svn path=/head/; revision=160933
* Be sure to remove ${X11BASE}/share/gnome and ${LOCALBASE}/share/gnome andJoe Marcus Clarke2006-02-262-2/+7
| | | | | | | | | | | not just ${X11BASE}/share/gnome/applications and ${LOCALBASE}/share/gnome/applications. Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156818
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Drop port maintainership: devel/desktop-file-utilsEdwin Groothuis2005-01-181-1/+1
| | | | | | | | | | | I'm dropping the maintainership of devel/desktop-file-utils, which should probably go to gnome@FreeBSD.org. PR: ports/76439 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=126752
* Try again to eliminate leftover file warnings during dependent package builds.Joe Marcus Clarke2005-01-134-6/+33
| | | | | | | | | | | This approach creates all ${LOCALBASE} and ${X11BASE} desktop directories before updating the desktop database to ensure the mimeinfo.cache files are created when this package is installed. Upon package deinstallation, each desktop directory will be rmdir'd. Notes: svn path=/head/; revision=126302
* * Update to 0.10Joe Marcus Clarke2004-12-285-33/+32
| | | | | | | | | | | * Move to a LOCALBASE PREFIX since gnome-vfs support was removed * Cleanup leftover mimeinfo.cache files * Make more portlint-friendly Approved by: maintainer (blanket) Notes: svn path=/head/; revision=125364
* Promote my mirror until fd.o gets their act together.Joe Marcus Clarke2004-11-211-3/+2
| | | | Notes: svn path=/head/; revision=122102
* Mirror desktop-file-utils until Freedesktop.org can be rebuilt.Joe Marcus Clarke2004-11-181-1/+2
| | | | Notes: svn path=/head/; revision=121880
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-073-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* Fix a bus error with malloc debugging enabled.Joe Marcus Clarke2004-08-062-0/+12
| | | | | | | | Reported by: adamw Approved by: maintainer (implicit) Notes: svn path=/head/; revision=115526
* Update to 0.7.Joe Marcus Clarke2004-07-254-5/+30
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=114603
* New port: desktop-file-utils, a couple of command line utilitiesEdwin Groothuis2004-07-185-0/+65
for working with desktop entries desktop-file-utils contains a couple of command line utilities for working with desktop entries, aswell as a menu module for GnomeVFS. WWW: http://www.freedesktop.org/Software/desktop-file-utils PR: ports/67814 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=113902