summaryrefslogtreecommitdiff
path: root/misc/gnome-dirs
AgeCommit message (Collapse)AuthorFilesLines
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
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.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-3/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-11-05DESTDIR support.joerg1-1/+3
2006-03-30Update gnome-dirs, gnome1-dirs and gnome2-dirs to 1.6:jmmv1-3/+2
- Add the share/gnome-default-applications.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+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-09-28Replaced "# defined" with "yes" where appropriate.rillig1-5/+5
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-04-28We don't need to use ${SORT} to sort a list -- just use the :O modifier.jlam1-3/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-06-05Back out previous commit, as pointed out jmmv these packages are uselessxtraeme1-4/+2
in a pkgviews world.
2004-06-04Enable pkgviews installation.xtraeme1-2/+4
2004-05-15Add 'share/gnome' to the directory list. No functional changes (just helpsjmmv1-2/+3
in print-PLIST), so no version bump.
2004-04-14Now pick maintainership, to let people know who to bla^Wcomment to.jmmv1-2/+2
2004-04-14Rework the way to use the -dirs packages (ATM, xdg-dirs, xdg-x11-dirs,jmmv3-46/+44
gnome1-dirs and gnome2-dirs): - Introduce a global USE_DIRS variable, which takes pairs of names and versions. For example, an xdg-1.1 value will request the use of the xdg-dirs package, at least version 1.1. This variable must always be appended to. If there are duplicates with different versions, the one with the higher number will be picked up. - Introduce the mk/dirs.mk file, which is automatically included by bsd.pkg.mk when USE_DIRS is not empty. It parses the variable's value and includes the required dirs.mk files, present in each -dirs package. - For each -dirs package, add a dirs.mk file that defines a variable holding the list of directories provided by it, adds a dependency on that package, and modifies the PRINT_PLIST_AWK variable to output comments for the directories handled by it. - Drop some Makefile.common files that only make things difficult and more confusing now (in favour of the new dirs.mk files). The only thing to worry about is to keep version numbers consistent across xdg-* and gnome*-* packages, but that will be easier to handle. The main reason for this change is to be able to modify PRINT_PLIST_AWK in a clean way, but I hope this will improve clarity too. Also, this simplifies the addition of future -dirs packages (if needed) in a consistent way.
2004-03-08Update to 1.5: do not register some directories that are now handled byjmmv1-4/+2
xdg-dirs and xdg-x11-dirs.
2004-02-16Handle the share/images directory in gnome-dirs. Bump version to 1.4.jmmv1-2/+3
2004-02-15Handle the share/control-center-2.0/icons directory in gnome2-dirs.jmmv1-2/+2
Bump version to 1.3.
2004-02-15These packages don't use the compiler.jlam1-1/+2
2004-01-22These packages never invoke the toolchain, hence NO_BUILDLINK isjlam1-4/+4
appropriate.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-30Add the share/mime-info directory. Bump version of gnome{,1,2}-dirs to 1.2.jmmv1-2/+3
2003-02-05Use bsd.pkg.install.mk to register directories instead of a dynamic PLIST.jmmv2-23/+6
This fixes the gnome*-dirs breakage in last bulk build in a non-aggressive way (i.e., no need to update pkg_install to fix it). Bump version of gnome*-dirs to 1.1, because binary packages have changed. Patch provided by jlam, thanks!
2003-02-05gnome-dirs shouldn't have a buildlink2.mk file as it doesn't have eitherjlam1-22/+0
shared libraries or header files. Simply use the existing DEPENDS mechanism in gnome[12]-dirs to note a dependency on gnome-dirs>=1.0.
2003-01-27Add share/gnome/apps/Settings/Peripherals directory.jmmv1-1/+2
2003-01-27Initial import of gnome-dirs, version 1.0:jmmv4-0/+108
gnome-dirs installs a set of shared directories used by many GTK/GNOME applications. Do not directly depend on this package. Please use gnome1-dirs and gnome2-dirs instead. This is an attempt to simplify shared directory handling in PLIST's, as many packages use the GNOME directory hierarchy. Reviewed by rh.