aboutsummaryrefslogtreecommitdiff
path: root/devel/desktop-file-utils
Commit message (Collapse)AuthorAgeFilesLines
* 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