summaryrefslogtreecommitdiff
path: root/packages/xfce
AgeCommit message (Collapse)AuthorFiles
2008-10-28gtk-xfce-engine: add depends on gtk+Otavio Salvador1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther3
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-17xfdesktop: depends on thunar to enable support for desktop iconsOtavio Salvador1
2008-10-17thunar: properly install libraries into the staging areaOtavio Salvador1
xfdesktop needs thunar-vfs to be able to show the created icons on the Desktop area and for it to work thunar needs to properly install the required headers on staging.
2008-10-17libxfce4mcs: update to 4.4.2Otavio Salvador1
2008-10-17xfce4-panel: split plugins in multiple packagesOtavio Salvador1
2008-10-17xfdesktop: fix a relocation and a memory leakOtavio Salvador2
Due the relocation error, the menu was segfaulting and then being unusable. This patch has been taken from Gentoo repository.
2008-10-17libxfce4util: update to 4.4.2Otavio Salvador1
2008-10-17libxfcegui4: update to 4.4.2Otavio Salvador1
2008-10-17orage: update to 4.4.2Otavio Salvador1
2008-10-17xfce4-appfinder: update to 4.4.2Otavio Salvador1
2008-10-17xfce4-icon-theme: update to 4.4.2Otavio Salvador1
2008-10-17xfce4-mixer: update to 4.4.2Otavio Salvador1
The recipe has been adapted to the new debug and library included on this version.
2008-10-17xfce4-panel: update to 4.4.2Otavio Salvador1
2008-10-17xfce4-session: update to 4.4.2Otavio Salvador1
2008-10-17xfce-mcs-manager: update to 4.4.2Otavio Salvador1
2008-10-17xfce-mcs-plugins: update to 4.4.2Otavio Salvador1
2008-10-17xfce-utils: update to 4.4.2Otavio Salvador1
2008-10-17xfdesktop: update to 4.4.2Otavio Salvador1
2008-10-17xfprint: update to 4.4.2Otavio Salvador1
2008-10-17xfwm4: update to 4.4.2Otavio Salvador1
2008-10-17xfwm4-themes: update to 4.4.2Otavio Salvador1
2008-10-17exo: update to 0.3.4Otavio Salvador2
This release needs a configure patch to avoid testing for strftime modifiers that can't be ran while cross compiling.
2008-10-17gtk-xfce-engine: update to 2.4.2Otavio Salvador1
2008-10-17mousepad: update to 0.2.13Otavio Salvador1
2008-10-17thunar: update to 0.9.0Otavio Salvador1
Besides the update, we've fixed the debug package and change the place to grab the source from so it's easier to update next time.
2008-10-17xfce4-dev-tools: update to 4.4.0.1Otavio Salvador1
2008-10-17xfce-terminal: update to 0.2.8Otavio Salvador1
2008-10-17xfwm4: append dynamic packagesOtavio Salvador1
2008-10-17xfwm4: add alternative to x-window-managerOtavio Salvador1
2008-10-17libxfce4mcs: readd pkgconfig class to fix staggingOtavio Salvador1
2008-10-17libxfce4util: readd pkgconfig class to fix staggingOtavio Salvador1
2008-10-17xfce4-dev-tools: use a single recipe since we don't have multiple versions ↵Otavio Salvador2
packaged
2008-10-17libxfce4mcs: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17libxfce4util: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17libxfcegui4: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17xfce4-appfinder: use a single recipe since we don't have multiple versions ↵Otavio Salvador2
packaged
2008-10-17xfce4-mixer: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17xfce4-panel: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17xfce-mcs-manager: use a single recipe since we don't have multiple versions ↵Otavio Salvador1
packaged
2008-10-17xfce-mcs-plugins: use a single recipe since we don't have multiple versions ↵Otavio Salvador2
packaged
2008-10-17xfce-utils: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17xfdesktop: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17xfwm4: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17xfwm4-themes: use a single recipe since we don't have multiple versions packagedOtavio Salvador2
2008-10-17exo: specify the required XFCE releaseOtavio Salvador1
2008-10-17mousepad: specify the required XFCE releaseOtavio Salvador1
2008-10-17gtk-xfce-engine: specify the required XFCE releaseOtavio Salvador1
2008-10-17xfce-mcs-manager.inc: fix .pc file to not have tmpdir on includedir fieldOtavio Salvador1
The includedir field was left with full path and this made the package to fail in sanity checks. This patch changes it to point to /usr/include as all other package does.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther5
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>