summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam1-5/+5
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-11/+13
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-15Fix for KDM symlink vulnerability. CVE-2006-2449markd2-2/+9
Bump PKGREVISION.
2006-06-14Renamed qt[34]-psql to qt[34]-pgsqladam7-68/+3
2006-06-14Renamed x11/qt4-psql to x11/qt4-pgsqladam3-0/+33
2006-06-14Renamed x11/qt3-psql to x11/qt3-pgsql.adam3-0/+31
2006-06-14Avoid libusb on Solaris / x86_64. It exists, but only for 32bit mode.joerg1-1/+6
From Gilles Dauphin in PR 33727.
2006-06-13update to 2.8.19drochner2-6/+6
changes: -bugfixes -one updated translation
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz2-4/+4
for SDL shlib changes.
2006-06-12Fix two pkglint warnings.hira1-7/+7
2006-06-12Remove the rests of renderext.joerg2-7/+1
2006-06-12Improve Linux/AMD64 support. Bump revisions of xorg-imake andjoerg7-12/+38
xorg-libs due to changed packages.
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Needs imake.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Needs pkg-config.joerg4-5/+8
2006-06-11Needs msgfmt.joerg1-3/+2
2006-06-11Needs pkg-config.joerg1-1/+3
2006-06-11Remove some *ext* packages that were removed recently.wiz1-5/+1
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Needs msg-fmt.joerg1-2/+2
2006-06-10Remove package.reed7-211/+0
This package was replaced with xextproto in April.
2006-06-10Remove package.reed5-138/+0
This was replaced by renderproto in April.
2006-06-10Remove package.reed6-144/+0
This was replaced with randrproto in April.
2006-06-10Remove package.reed7-135/+0
This was replaced by fixesproto in April.
2006-06-10Remove package.reed6-122/+0
It was replaced by compositeproto in April.
2006-06-09Fixed pkglint warnings.rillig1-4/+4
2006-06-09make sure USE_LANGUAGES is set before including compiler.mkabs1-3/+3
2006-06-09Add qt4-psql (should that be qt4-pgsql?).wiz1-1/+2
2006-06-08Needs msgfmt.joerg1-2/+2
2006-06-08Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yieldsminskim1-1/+7
an internal compiler error). This addresses PR pkg/31877.
2006-06-06Update to xdaemon 1.2: fix PLISThubertf2-3/+5
2006-06-05Sort entries -- no change to package.reed1-108/+108
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-3/+3
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Needs Python 2.4.joerg1-1/+2
2006-06-02py-Numeric needs Python 2.2+joerg1-1/+2
2006-06-01Apply patch from bug #6918 in the "freedesktop.org" Bugzilla databasetron5-3/+263
to make this package build with version 2.2.1 or newer of the "freetype2" package. Bump package revision. This should fix PR pkg/33606 by Mathieu.
2006-06-01Update to KDE 3.5.3markd160-509/+1573
2006-06-01Update to KDE 3.5.3markd3-9/+14
2006-06-01Update to KDE 3.5.3markd4-19/+11
Changes: * General o New: KDE startup reordered in order to improve startup time. o KDialog: --title does not work in at least one case o Don't show the screensaver when doing presentations o If KDE shuts down while starting up (due to low battery status), saved session is lost o KSysGuard: Typos in the ksysguard PO file o Random wallpapers don't change on every configuration change. * Kicker o Bookmarks: Look up konsole-bookmarks in the correct directory o Show/hide arrow not shown if all icons are hidden * KControl o Fix the broken priority setting. * KFind o Don't draw a separator, it causes a couple of ugly pixels. * Konsole o Fix a possible crash on session save/logout o Numerous fixes due to the Coverity reports. o Fix DCOP call setEncoding. o kwrited - Add a 'Clear Messages' to the popup menu. o Fix crash when user deletes all the sessions. o Fix underline issue when there are ampersands in tab title. o Remember the text color while moving the tab. o Fix issue with tab/window titles not refreshing for the non-active session. o Verify that the command is executable for '-e <command>.' o Use the "DefaultSession" parameter in konsolerc. * Kate o Fix crash in View Difference o Fix crash in external tools config when clicking the edit button. * Konqueror o Fix multi selection and Show/Hide in toolbar. o Fix QString/KURL confusion which probably caused encoding bugs with local paths on non-latin1 systems. o Respect user-selected view mode when browsing removable media. o Fixed detection of some Netscape plugins when packagers are built with new ld flags. * KWin o Don't force new windows to be at the beginning of the focus chain (windows with focus stealing prevention shouldn't be there). o Don't deactivate the showing desktop state when a new window is shown that belongs to the desktop. o KWin messes up ConfigureRequest:s, causing X crashes. o Move minimized windows to the right place in focus chain. o Separate focus chains are nice, but KDE-style Alt+Tab not limited to the current desktop o Window switching (alt-tab) with focus (strictly) under or follow mouse does not switch all windows and newly focused window doesn't get focus o Obey automatic un-hover option also when switching to a shaded window with alt+tab. o Mouse cursor covers tooltips of KDE applications o Fixed timestamp handling on 64bit systems, fixes focus problems when running KDE for a long time
2006-06-01Update to KDE 3.5.3markd10-128/+12
Changes: * KHTML o Don't crash when triple-clicking on a line that has :after or :before content, or anything that isn't in the DOM o Implement nondeterministic CSS matching o Do not crash if an old target got destroyed. o Fix static Y position of positioned objects in initial whitespace (3.5 regression). o Fontrendering: A few percent speedup by caching font scalability info o Konqueror will crash if a floated link uses :hover:before or :hover:after to create a positioned element. o Text selection misbehaves for devanagari. o Fix crash when hovering a HTML menu item o Don't crash when null pointer passed to removeEventListener o Prevent an infinite loop in parseToken() when dealing with broken HTML. o If we saved creating a renderer at attach. Create it if we later need it. o Don't allow to find text in password fields. o Improve XHTML CSS styling o Handle CSS restyling for all types of dynamic DOM changes and user interaction o Only repaint the expossed background when scrolling. Optimizes a few slow pages with unoptimized X11 drivers. o Speed-up painting and selections on pages with large tables. o Match better the error-handling capabilities of Firefox with respect to DL/DT/DD elements. o Added missing sanity check which caused crashes in caret mode on pgup/pgdn when there was no valid caret. o Make sure copyBlt doesn't fail because of different depth. o No other property depends on background-image, and applying it before the rest of the background short-hand breaks it under inheritance. * KIO o Add media kioslave support to KFileDialog o KPropertiesDialog first renames the file, then allows all plugins to save their changes. o Make KDirSelectDialog work with media:/ and similar. Fixes JuK. * KDEPrint o Fix usage of private methods in CUPS which broke KDEPrint with CUPS 1.2 o Allow adding multiple file to the to-be-printed list. o No fax sent when special characters are included in the sender information o Kdeprintfax ignores paper size setting when using Hylafax * KDE-UI o Use KConfigGroup to reset the config group automatically. o Give a possibility to disable spellchecking. * KIO-Slaves o KIO-HTTP o Keep the fragment when doing redirections. (the HTTP requests and redirections don't include fragments; it's a browser thing).
2006-06-01Don't install cat pages by default, fixes PR 33587. Bump revision.joerg4-19/+13
2006-05-31Update to 2.14.2:wiz3-10/+12
============== Version 2.14.2 ============== Panel * Use gnome-vfs function to sort volumes (Xavier Claessens) * Fix closing of About dialog (Vincent) Applets * Fix closing of About dialogs (Vincent) Misc * Require intltool 0.35.0 (Vincent) * Depend on gnome-vfs 2.14.2 (Christian Neumair) Docs Translators * Francisco Javier F. Serrador (es) Translators * Jérémy Le Floc'h (br) * Mindu Dorji (dz) * Kostas Papadimas (el) * Ivar Smolin (et) * Robert-André Mauchin (fr) * Vladimer Sichinava (ka) * Gnome PL Team (pl) * Leonid Kanter (ru) * Clytie Siddall (vi)
2006-05-31Update to 2.14.2:wiz3-8/+9
============== Version 2.14.2 ============== Fixes * Try to locate files in the app prefix and not in the system prefix for gnome-about (Christian Persch) * Fix leak in gnome-about (Christian Persch) Misc * Require GTK+ >= 2.8.0 (Vincent) Translators * Francisco Javier F. Serrador (es) * Maka Eradze (ka) * Hariram Pansari (or)
2006-05-31Changes 4.1.3:adam1-2/+2
* Bug-fix release
2006-05-31QT postgresql driveradam3-0/+33
2006-05-31Changes 4.1.3:adam3-5/+6
* Bug-fix release
2006-05-31Changes 4.1.3:adam7-28/+22
* Bug fixes and improvements