summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-12-18Make the password dialogue banner display the netbsd PKGREVISIONatatat6-6/+35
number, if there was one (which, of course, makes me bump PKGREVISION to 1 for all three xscreensaver pkgs (are we really supposed to bump PKGREVISION for each pkg individually?)). This eliminates the confusion where pkg_info says version "4.14nb1" is installed, yet the dialogue says it's onlu version "4.14". Also, fix the conflicts for the screensaver pkg so that it properly conflicts with xscreensaver-gnome<4.14 (not <1.14).
2003-12-18Bump PKGREVISION: depend on latest qt2-libs package.wiz1-3/+3
2003-12-18Sort.wiz1-2/+2
2003-12-18Move inclusion of <sys/select.h> after <sys/types.h> in src/dumpkeys.c.cube2-1/+16
That fixes the build on my 1.6.2_RC2 box.
2003-12-17Use __func__ instead of __FUNCTION__ to give this package a bettersketch2-1/+24
chance of building with non-GCC compilers.
2003-12-17Updated xfce4-clipman-plugin to 0.4.0martti2-6/+5
- Right click removes a single entry - Trailing spaces are removed into menu (visual improvement)
2003-12-16+ Xfixes, fixesext, xcursorrecht1-1/+4
2003-12-16initial import of xcursor 1.1.1recht6-0/+90
based upon the pkgsrc-wip pkg by xtraeme@ This package, libXcursor, provides the client-side cursor loading library for X. This cursor management library is a simple library designed to help locate and load cursors (from files or memory). This is part of the X Libraries and Protocol Headers Project hosted at freedesktop.org.
2003-12-16initial import of Xfixes 2.0.0recht5-0/+60
based upon the pkgsrc-wip pkg by xtraeme@ Xfixes extension of X RandR
2003-12-16initial import of fixesext-2.0recht6-0/+76
based upon the pkgsrc-wip pkg by xtraeme@ The XFIXES Extension is designed to provide the minimal server-side support necessary to eliminate problems caused by workarounds needed by X applications due to various shortcomings in the core X window system. This is part of the freedesktop.org X Libraries and Protocol Headers Project.
2003-12-16Fix bad variable initialization which broke the build of thetron1-3/+3
"xscreensaver-gnome" and "xscreensaver-demo" packages.
2003-12-15Install configuration files into ${PKG_SYSCONFDIR} and add fontilus,xtraeme5-3/+73
themus schemas into GCONF2_SCHEMAS.
2003-12-15Remove patch-ac missed in previous.xtraeme2-15/+1
2003-12-15Update to 2.4.1xtraeme3-18/+50
Many themes were updated for GNOME 2.4.
2003-12-15Fix typo.xtraeme1-3/+1
2003-12-15Update to 2.4.1xtraeme4-27/+19
Changes: o Funky new splash screen o Many bugfixes were solved too. Review Changelog to see a full list of changes.
2003-12-14Trick configure a bit more into thinking perl is really available.seb1-1/+3
2003-12-14Updated to 2.4.1xtraeme5-178/+90
Changes: * Avoid ever scaling up icons when there is a bigger one available (Owen Taylor) * Do not auto hide a panel with open drawers (Arvind) * Delete launcher editing dialog when the panel is deleted (Arvind) * Do not focus the panel itself when there is an applet to focus (Padraig) * Fix warnings with newer gcc (Kjartan) * Fix i18n issue with startup notification from the menus (Christian Neumair) * Show the localized comment from launchers in the run dialog (Vincent Untz) * Query before deleting a non-empty drawer (Arvind) * Fix loading of icons specified by relative paths (Bala, Mark) * Fix off-by-one error when computing struts (Rob Adams) * Fix serious issue with launchers not working on drawers (George) * Don't create new launchers whose TryExec fails (Arvind) And more... review Changelog to see a full list of changes.
2003-12-14Update to 2.4.0xtraeme5-14/+74
Changes: o Many bugfixes were solved and added new features. Review Changelog to see a full list of changes.
2003-12-14Update to 2.4.1.1, based on work done by xtraeme@:jmmv8-94/+41
Version 2.4.1.1 libgnome-desktop * Make the localte keystring matching with the desktop entry specification by not removing the modifier from the localestring before matching (Danilo Segan) Version 2.4.1 Misc * Mark a missing string for translation (Hidetoshi Tajima) * Fix build issue with install location of icons (George) * Use GRandom instead of srandom() and random() (George) Version 2.4.0 gnome-about * Fix off by one error with the build date (Young-Ho Cha) Version 2.3.6.1 gnome-about + Clean up introductory text (Luis Villa) Version 2.3.6 gnome-about + Internalionalize gnome-version.xml so that the descriptive intro and date can be translated (Malcolm Tredinnick) + Handle errors when clicking on links (Olav Vitters) Misc + Follow KDE behaviour when substituting %i, %m, %c and %k in .desktop files (George) + Allow custom icons with the same name as a themed icon to be selected in GnomeDitemEdit (George) + Build fix (Thomas Vander Stichele) Version 2.3.4 Misc * Allow vendor and date to be configured using configure (Frederic Crozat) * Ship the .directory.in files in the distributed tarball (Mark) Version 2.3.3.1 Misc * Added a default desktop background image (Mark Finlay) * Removed icons which belong to gnome-control-center (Mark Finlay) * Use macros in gnome-version.xml so we have the correct version number (Andrew Sebola) * Renamed "Sound & Video" to "Multimedia (Mark) * Use different icon for the "Other" menu (Mark) * Fix issues with backwards compat with old icon names (Mark Finlay) * Fix gnome-about build with gcc 2.95 (Mark) * HIG fixes for .desktop file editing dialog (Dennis Cranston) Version 2.3.3 * New GNOME About Dialog ! (Kristian Rietveld, Mark McLoughlin, Glynn Foster, Jeff Waugh) Misc * Moved some icons to gnome-icon-theme (Mark Finlay) * Change icon for Accessories, Games and Programming menus (Mark Finlay) Version 2.3.2 gnome-about * Hexify contributors list so it doesn't need to be translated and make a format string much easier to translate (Christian Neumair) Misc * Removed gnome-panel icons (Mark) * Removed gnome-games icons (Luca Ferretti) * Cygwin fixes (Masahiro Sakai) * Fix sgmldocs.make (Art Haas) Version 2.3.1 * s/Vendor/Distributor (Mike Newman) Version 2.2.2 libgnome-desktop * Don't unescape special characteres (e.g. %20) (Bala) Version 2.2.1 libgnome-desktop * Fix issue with gettext (Frederic Crozat) * Don't crash when adding translations to a new Ditem (Arvind) * Remove mime type checking from .desktop file loader (Andrew Sobala) * Fix memory corruption when DESKTOP_STARTUP_ID is already set (fourdan@xfce.org) * Fix silly bug in the option menu of the Ditem edit dialog (Kalle Olavi Niemitalo) Miscellanous * Update the "Reporting Bugs" docs (Alexander Kirillov) * Build fix (Dan Mills) * New screenshot icon (Jakub Steiner)
2003-12-14Bump revision to keep track of GNOME 2.2 -> 2.4 update.jmmv1-3/+3
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-12-13Bump revision due to xscreensaver{,-gnome} to 4.14 (and update the dependancyjmmv4-11/+11
where necessary).
2003-12-13Add and enable xscreensaver-demo.jmmv1-1/+2
2003-12-13Initial import of xscreensaver-demo, version 4.14:jmmv3-0/+41
This package provides the xscreensaver-demo utility that comes with xscreensaver, built against GTK v2. It lets you preview screen savers and configure the daemon.
2003-12-13Update to 4.14. While here, change xscreensaver to not install thejmmv10-624/+80
xscreensaver-demo program (which requires GTK). This is done to allow xscreensaver coexist with xscreensaver-gnome, and to avoid a dependancy on GTK when installing kdeartwork3. Changes since 4.13: * New hacks, `fontglide', `apple2', `xanalogtv', `pong', `gleidescope', `mirrorblob', and `blinkbox'. * New version of `glsnake' (with many more models.) * Another Windows crash in `bsod'; also HVX/GCOS6/TPS6. * New version of `endgame'. * Screen grabbing works on MacOS X. * Various minor fixes. Ok'ed by wiz@.
2003-12-13+vtextraeme1-1/+2
2003-12-13Initial import of vte-0.11.10 from pkgsrc-wip.xtraeme8-0/+190
Terminal widget with improved font, internationalisation and accessibility support for the GNOME 2 desktop.
2003-12-13Bump PKGREVISION for atk library major bump.wiz57-106/+120
2003-12-12Changes 0.93.94:adam12-71/+64
Fix the crashes that were introduced by fixes for gadget colour problems. Changes 0.93.91: Implement Add Mode in XmText.
2003-12-11Update HOMEPAGE and MASTER_SITES per PR 23721 by Min Sik Kim.wiz2-5/+5
2003-12-10share/gnome/wm-properties belongs to gnome2-dirs, don't try to removegrant1-2/+1
it.
2003-12-10Don't force -O2 any more, use CFLAGS insteadadam1-3/+3
2003-12-08Didn't realize that some *-config scripts likereed1-3/+2
imlib-config were dynamic by running another *-config script. This fix is to remove the buildlinking of gtk-config, so imlib-config would work. As mention by Juan RP on tech-pkg, imlib's build could use CONFIGURE_ENV+= GTK_CONFIG="${PREFIX}/bin/gtk-config" to make sure that correct gtk-config is used. Because gtk-config was broken, imlib couldn't build. Probably x11/gtk's PKG_REVISION should by bumped? I need to look to see if smpeg-config is broken too (due to sdl-config path).
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz56-60/+112
2003-12-06Regen. Distfile has changed: changes for 1.6.5 were added to the ChangeLogjmmv1-3/+3
and a typo was fixed in configure. Closes PR pkg/23647 by Robert Elz.
2003-12-05Add and enable gtk2-theme-switch.xtraeme1-1/+2
2003-12-05Initial import of gtk2-theme-switch-2.0.0rc2 from pkgsrc-wip, packagedxtraeme4-0/+31
by Michal Pasternak. gtk2-theme-switch is an utility, which allows easy changing of the current GTK 2.x font and theme.
2003-12-05Adopted to work with GNUstep 0.9.0adam4-35/+24
2003-12-05Noteworthy changes in version `0.9.0':adam5-31/+31
Some more improvements to copy/paste support following ICCCM specifications (like COMPOUND_TEXT support).
2003-12-05Noteworthy changes in version `0.9.0':adam6-630/+676
Improvements in various classes, include NSPopUpButton, NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images in NSWorkspace.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme12-17/+24
2003-12-04Modify the patch that it more behaves like the original package, eg.recht2-55/+10
picks up the freedesktop.org pkgconfig files / libs up, before using XFree86's versions.
2003-12-04+ randrext, Xrandrrecht1-1/+3
2003-12-04initial import of libXrandr-1.0.1recht7-0/+151
This package contains the X RandR extension.
2003-12-04initial import of randext 1.0recht5-0/+56
This package contains header files and documentation for the RandR extension. Library and server implementations are separate.
2003-12-04This time fix build with gcc 3.3.2.seb3-3/+17
Bump PKGREVISION.
2003-12-03Add and enable zenity.xtraeme1-1/+2
2003-12-03Initial import of zenity-1.6 from pkgsrc-wip.xtraeme5-0/+123
This is zenity - a rewrite of gdialog, the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts.
2003-12-03bbapm did not build on -current because g++ now treats "or" as a reservedgson4-9/+77
word. Also added a missing #include <stdlib.h>.