summaryrefslogtreecommitdiff
path: root/pkgtools/gnome-packagekit
AgeCommit message (Collapse)AuthorFilesLines
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11Fix build with gtk2-2.20.wiz1-1/+7
2010-02-14* accept python26, no reason to reject it.obache2-47/+49
* include python/extension.mk and PYSITELIB in PLIST instead of hard coded python2.5. * PKGLOCALEDIR are handled automatically, no need to use in PLIST. * icontains *.desktop, so include desktop-file-utils/desktopdb.mk. Bump PKGREVISION.
2009-09-07Retire Python 2.3 support.joerg1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-14Make joerg happy by using PYTHON_VERSIONS_ACCEPTED.wiz1-2/+2
2009-08-14Needs python, so include lang/python/application.mk.wiz1-1/+4
Doesn't recognize python26, so set PYTHON_VERSIONS_INCOMPATIBLE to 26.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
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
2009-06-14Remove @dirrm entries from PLISTsjoerg1-52/+1
2009-03-27Fix build with gtk-2.16.wiz4-4/+50
Convert to user-destdir.
2009-01-08Import gnome-packagekit version 0.4.0.jmcneill7-0/+566
PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less. The actual nuts-and-bolts distro tool (yum, apt, conary, etc) is used by PackageKit using compiled and scripted helpers. PackageKit isn't meant to replace these tools, instead providing a common set of abstractions that can be used by standard GUI and text mode package managers. PackageKit itself is a system activated daemon called packagekitd. Being system activated means that it's only being run when the user is using a text mode or graphical tool, and quits when it's no longer being used. This means we don't delay the boot sequence or session startup and don't consume memory when not being used. gnome-packagekit is the name of the collection of graphical tools for PackageKit to be used in the GNOME desktop.