summaryrefslogtreecommitdiffstats
path: root/accessibility/caribou
Commit message (Collapse)AuthorAgeFilesLines
* Drop gnomehier from gnome ports, keep it in b.g.m until we can clean thekwm2014-11-031-1/+1
| | | | | | | | | ports tree after gnome 3 landed. Since pkg itself tries to cleanup empty dirs we don't have to keep track of them anymore. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20031 df743ca5-7f9a-e211-a948-0013205c9059
* Remove @dirrm[try], pkg tries to remove the dirs itself.kwm2014-11-031-38/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20030 df743ca5-7f9a-e211-a948-0013205c9059
* First batch of updated gnome 3.14 ports:gusi2014-10-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - at-spi2-atk-2.14.1 - at-spi2-core-2.14.0 - atk-2.14.0 - baobab-3.14.0 - caribou-0.4.15 - gjs-1.42.0 - glib-2.42.0 [1] - glib-networking-2.42.0 - glibmm-2.42.0 - libgdata-0.16.0 [2] - vala-0.26.1 [3] As usual, some fix here and there. While here, remove the @dir[rm|rmmty] from the pkg-plist files, those are not needed anymore. [1] The code on gio_gunixmounts.c seems to have changed. I've tried to keep the logic, but need to check it in run time [2] Add gtk-doc to the run_deps [3] Take into account that vala_vapigen is gone and now is part of the vala port itself git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19944 df743ca5-7f9a-e211-a948-0013205c9059
* Update caribou to 0.4.14.gusi2014-09-043-5/+5
| | | | | | | | | While here update the run-depends on caribou in gnome3 port; caribou doesn't install the binary under ${localbase}/bin but under ${localbase}/libexec. Because of that, I had to change the caribou check. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19845 df743ca5-7f9a-e211-a948-0013205c9059
* Some ports were installing .la files without usinggusi2014-08-202-6/+4
| | | | | | | | | | | | | USES=libtool. Add USES=libtool to those and fix their pkg-plist accordingly. No depend port bumped because no lib changed its major version. There are still a few ports changing its major when adding libtool to USES, will update those and users soon. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
* Convert:kwm2014-08-131-6/+3
| | | | | | | | | USE_PYTHON* -> USES=python* USE_XZ|USE_BZIP2 -> USES=tar: replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
* Update MC-ports to GNOME 3.12.kwm2014-04-263-10/+12
| | | | | | | Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build after recent python reshuffle.kwm2013-12-281-0/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18969 df743ca5-7f9a-e211-a948-0013205c9059
* Stageify, and misc small cleanups.kwm2013-12-201-2/+6
| | | | | | | Move net/libgweather3 -> net/libgweather. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18965 df743ca5-7f9a-e211-a948-0013205c9059
* Add NO_STAGE to all ports, until we convert each one.kwm2013-09-221-0/+1
| | | | | | | Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
* Update to new lib_depend method, sort USE_GNOME, this port needs libxslt atkwm2013-08-181-5/+5
| | | | | | | build time. And remove JOBS_UNSAFE since it builds fine. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18650 df743ca5-7f9a-e211-a948-0013205c9059
* Catch up with ports infra changes.kwm2013-07-261-3/+2
| | | | | | | | | USE_GMAKE= => USES=gmake Sort Uses Remove MAKE_JOBS_SAFE as it is default now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
* Update keywords to allow for changing SVN tag.marcus2013-07-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18610 df743ca5-7f9a-e211-a948-0013205c9059
* Add introspection USE_GNOME component.kwm2013-05-141-2/+1
| | | | | | | | | | | | | | | Either introspection => both build and run dependancy or choosable with :build/:run modifiers. This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir isn't created in the /root dir anymore. Convert all users in MC. Reported by: bapt/miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.10.kwm2013-05-124-47/+34
| | | | | | | Use shabangfix. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18448 df743ca5-7f9a-e211-a948-0013205c9059
* Massive port framework maintaince/update (long over due too)kwm2013-04-271-12/+7
| | | | | | | | Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
* set proper keywordsmarcus2013-04-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17268 df743ca5-7f9a-e211-a948-0013205c9059
* Correct location of the wanted libgee version.kwm2013-03-141-2/+2
| | | | | | | Reported by: Gustau Perez <gustau.perez@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17229 df743ca5-7f9a-e211-a948-0013205c9059
* Revert a change made upstream because our py-gobject isn't new enough yet.kwm2012-08-071-0/+11
| | | | | | | This fixes the build. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17024 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.3.kwm2012-08-042-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17009 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.2.kwm2012-06-013-6/+20
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16831 df743ca5-7f9a-e211-a948-0013205c9059
* Fix REINPLACE_CMD to remove bashism (caribou is still broken)ahze2012-01-161-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16638 df743ca5-7f9a-e211-a948-0013205c9059
* Fix plist.kwm2011-10-211-0/+2
| | | | | | | Blame the tinderbox for spitting out a log after I did the last update :) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16506 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.1.kwm2011-10-213-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16505 df743ca5-7f9a-e211-a948-0013205c9059
* fix plist, woopskwm2011-10-171-0/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16456 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.0.kwm2011-10-173-5/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16455 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.1.92.kwm2011-09-203-4/+21
| | | | | | | This port will need more work but it semi works now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16294 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.3.91.kwm2011-09-183-56/+90
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16254 df743ca5-7f9a-e211-a948-0013205c9059
* Make portlint happy. I am using cports.sh in MC portstools.mezz2011-06-122-6/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16063 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.2.00.kwm2011-04-062-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15751 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.1.92.kwm2011-03-233-4/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15565 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.1.91.kwm2011-03-114-0/+144
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15457 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-014-99/+0
| | | | | | | | | focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.1.5.kwm2010-07-134-42/+59
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14328 df743ca5-7f9a-e211-a948-0013205c9059
* Add caribou.kwm2010-06-104-0/+82
GNOME 3 replacement of Gok, GNOME keyboard on Screen git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14243 df743ca5-7f9a-e211-a948-0013205c9059