Commit Graph

11296 Commits

Author SHA1 Message Date
ajacoutot
ea6ed8fe38 Adapt after x11/gtk+2,-guic addition. 2011-12-03 18:31:18 +00:00
ajacoutot
f8813c40bc Add a -guic subpackage for gtk-update-icon-cache.
This allows for gtk+3 to not depends on gtk+2. We will now also be able to
properly set a dependency on gtk-update-icon-cache for apps installing
icons.
2011-12-03 18:30:41 +00:00
ajacoutot
cdc570f075 Fix MSG_NOSIGNAL detection. 2011-12-03 14:27:40 +00:00
dcoppa
9db4a18991 Major update to i3-4.1 2011-12-01 16:00:01 +00:00
ajacoutot
dab57ab114 sync patch. 2011-12-01 11:15:02 +00:00
dcoppa
8161c89872 Update to awesome v3.4.11 (Pickapart)
ChangeLog at http://awesome.naquadah.org/changelogs/short/v3.4.11
2011-11-30 11:50:58 +00:00
ajacoutot
0764d62851 Sync with what I'm about to commit upstream. 2011-11-30 11:13:47 +00:00
jasper
c72f7d470a - update to 1.20.1 2011-11-29 13:14:11 +00:00
ajacoutot
e9cf11c77f Update to meta-tracker-0.12.8. 2011-11-25 18:13:25 +00:00
ajacoutot
13c77ccceb Move xdg-user-dirs-gtk from gnome-session to meta/gnome. 2011-11-25 15:08:25 +00:00
ajacoutot
dfc1deb67e alacarte was removed some time ago. 2011-11-24 10:22:33 +00:00
ajacoutot
e0234e0fec Update to wxsvg-1.1.4, from Brad. 2011-11-24 08:08:18 +00:00
jasper
25f003cf8a USE_LIBTOOL is already set by kde.port.mk 2011-11-22 19:38:10 +00:00
jasper
60e7b98493 builds fine with ports libtool 2011-11-22 16:12:19 +00:00
jasper
19cee4f680 USE_LIBTOOL is already set by gnome.port.mk. 2011-11-22 15:03:23 +00:00
jasper
716defe456 switch to ports libtool now that giscanner has been fixed. 2011-11-22 15:01:57 +00:00
jasper
620aca6685 - apply a patch from debian brining several fixes and improvments, including
support for -north/-south
- take maintainership

ok todd@ (previous maintainer)
2011-11-22 09:33:09 +00:00
stu
dd9c26f23e Update to tk-8.5.11, use bsd.port.arch.mk.
Ok sebastia@, sthen@.
2011-11-21 18:31:02 +00:00
ajacoutot
ec252b76c2 Forgot this part in previous as noted by jasper@ 2011-11-21 15:49:41 +00:00
ajacoutot
f81f9eb545 Build the symbol-db plugin using a patch from FreeBSD.
missing functionnality reported by John Tate.
2011-11-21 15:21:33 +00:00
jasper
e1e0ac1e28 - update to 1.20.0 2011-11-21 14:13:02 +00:00
jasper
ec748ff852 - fix dependencies 2011-11-21 13:43:54 +00:00
jasper
e19d0c3d0f - update to 3.2.2 2011-11-21 10:37:24 +00:00
ajacoutot
c807be726a Update to libgdamm-4.99.6. 2011-11-21 07:44:59 +00:00
ajacoutot
22704a2e94 Bugfix update to libgda-5.0.2. 2011-11-21 07:38:23 +00:00
ajacoutot
d6fcc80a07 Small update to gnome-tweak-tool-3.2.2. 2011-11-19 09:38:51 +00:00
jasper
b8e89d7541 - switch to mandoc to slightly improve the usage line; unbreaks the port
after USE_GROFF was removed.
2011-11-18 13:09:17 +00:00
nigel
4b6412f9bf regen WANTLIB, add missing LIB_DEPENDS, stop creating no-arch packages.
Ok sthen@
2011-11-18 12:20:33 +00:00
sebastia
0aff9c565b fix stupid typo 2011-11-18 00:29:58 +00:00
sebastia
b4a85f4f2e enable regression test in webservices
OK rpointel@
2011-11-18 00:13:45 +00:00
sebastia
259b7aafea allow overriding of NO_REGRESS in the ports Makefiles
OK rpointel@
2011-11-18 00:10:06 +00:00
sebastia
f90a33f05d enable aclock, gomoku, matharray and netclasses 2011-11-17 23:55:48 +00:00
sebastia
eb2475d067 fix what I messed up here. 2011-11-17 23:54:40 +00:00
sebastia
7b2ff51e72 remove this wrong import 2011-11-17 23:48:06 +00:00
sebastia
c05b6c66d8 import netclasses:
Netclasses is an easy to use, unbloated API for handling asynchronous
connections in Objective-C under GNUstep as well as OS X. It can also be
used for synchronous connections but this is not its primary use.

OK rpointel@
2011-11-17 23:44:04 +00:00
sebastia
bff6ff0cb9 import matharray: a library to manipulate matrices
MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can operate
on any standard 'C' number type plus numbers of complex type. MathArray
knows implicitly what types of operations can be performed on what types
of numbers and will automatically cast itself to the correct number type
representation to handle the specific operation. Standard operations
include addition, scalar and matrix multiplication and logical
operations. Mathematical operations in the standard C math library are
also supported, as well as user-defined functions.

OK rpointel@, who also OKed aclock and gomoku, forgot there, sorry
2011-11-17 23:42:51 +00:00
sebastia
d7ec7e9ba1 import matharray: GNUstep library to manipulate matrices
MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can operate
on any standard 'C' number type plus numbers of complex type. MathArray
knows implicitly what types of operations can be performed on what types
of numbers and will automatically cast itself to the correct number type
representation to handle the specific operation. Standard operations
include addition, scalar and matrix multiplication and logical
operations. Mathematical operations in the standard C math library are
also supported, as well as user-defined functions.

OK rpointel@ same for aclock and gomoku, where I forgot, sorry
2011-11-17 23:38:02 +00:00
sebastia
bd3386f270 import aclock: analog clock for the GNUstep desktop
AClock is an analog clock for the GNUstep desktop which stays in the
dock. The display is customizable in many details.
2011-11-17 23:32:33 +00:00
sebastia
b506af6b93 import gomoku: extended TicTacToe game for GNUstep
Gomoku is an extended TicTacToe game for GNUstep. You win the game if
you are able to put 5 of your pieces in a row, column or diagonal. You
lose if the computer does it before you. Unlike most other engines, this
engine is not designed to play very well, but rather to give you fun
when you play against it.
2011-11-17 23:28:59 +00:00
ajacoutot
53d43cccd0 Modernize this port a bit and make DESCR readable. 2011-11-17 18:33:13 +00:00
ajacoutot
d7825fc1c9 Minor tweak: Gnome -> GNOME 2011-11-17 15:57:32 +00:00
dcoppa
e0421e94ad +faenza-icon-theme 2011-11-17 15:49:27 +00:00
dcoppa
de79d9a095 Import Faenza icon theme, a complete colourful suite of squared
icons

grudgingly ok ajacoutot@
2011-11-17 15:47:50 +00:00
sebastia
d6647b94d3 minor update to webservices to 0.5.5
adds ability to check/generate digest user authentication

OK aja@
2011-11-17 14:37:21 +00:00
jasper
ff23654173 - move away from gnu libtool now that gobject-introspection has been fixed. 2011-11-17 11:42:31 +00:00
ajacoutot
3d08c654cd Remove this patch; it's wrong and introduced a segfault at logout. 2011-11-16 19:25:51 +00:00
phessler
7ccc4d7c1c Update to VLC 1.1.12
Most of the bits from Brad, a minor runtime fix by me.

Tested on amd64, i386, macppc

OK dhill@, rpointel@, sthen@, jasper@
2011-11-16 13:33:15 +00:00
sebastia
4be0a62b62 Whenever I added Batmon, forgot to enable it to the build.
OK jasper@ sthen@
2011-11-16 11:18:40 +00:00
jasper
e1db073a13 remove xview and ports using it; speaking of old unmaintained crufty toolkits..
prompted by naddy@
ok sthen@ wub@
2011-11-15 21:40:43 +00:00
jasper
57b7a7612f - update to 1.8.2 2011-11-15 19:32:49 +00:00
jasper
acd2ad89b6 - update to 0.90.7 2011-11-15 19:32:35 +00:00
sebastia
0a55a6d28e Enable to run the regression tests.
OK jeremy@
2011-11-15 18:06:10 +00:00
jasper
27d01b898b - update gedit to 3.2.3 2011-11-15 17:35:56 +00:00
naddy
7f85c0f0a1 Sync to Debian version 4.1.16.3. No code changes for us. 2011-11-15 16:52:51 +00:00
naddy
8443d4f499 Drop MAINTAINER for some ancient cruft I haven't used in years, if ever.
Also drop USE_GROFF where unnecessary.
2011-11-15 16:36:01 +00:00
jeremy
6c70670715 sync 2011-11-15 16:32:30 +00:00
jeremy
b7a88ad9b2 Import ruby-qt4, a ruby binding to the Qt4 library.
OK phessler@
2011-11-15 16:27:44 +00:00
jasper
f101dac86c - update to 2.10 2011-11-15 15:34:12 +00:00
ajacoutot
fa952fdfbd Update to gnome-user-docs-3.2.2. 2011-11-15 08:16:49 +00:00
ajacoutot
cd4ca1cfc9 Maintenance update to at-spi2-atk-2.2.2. 2011-11-14 23:54:34 +00:00
ajacoutot
2bb9ba305b Maintenance update to at-spi2-core-2.2.2. 2011-11-14 23:52:11 +00:00
jasper
beac407893 - update to 3.2.2 2011-11-14 23:07:04 +00:00
jasper
9bd9480558 - update to 3.2.2 2011-11-14 22:34:31 +00:00
ajacoutot
b861ad2078 Bugfix update to orca-3.2.2. 2011-11-14 22:33:34 +00:00
ajacoutot
2fa87fbf21 Minor update to file-roller-3.2.2. 2011-11-14 22:27:24 +00:00
jasper
afca1eaea4 - update to 3.2.2 2011-11-14 19:32:42 +00:00
ajacoutot
419596c46f Bugfix update to librsvg-2.34.2. 2011-11-14 18:00:58 +00:00
jasper
94bf46494b - update to 3.2.2
- uppercase first letter of COMMENT since we refer to a name here.
2011-11-14 17:46:48 +00:00
jasper
0b5f384caf - update to 3.2.2 2011-11-14 17:46:26 +00:00
ajacoutot
9a8fcc0984 Don't try to link with -lcrypt. 2011-11-14 13:28:04 +00:00
ajacoutot
91a23ed3f5 Bugfix update to seahorse-3.2.2. 2011-11-14 11:17:24 +00:00
ajacoutot
1dd02e41b4 Bugfix update to gnome-keyring-3.2.2. 2011-11-14 10:59:06 +00:00
ajacoutot
946b26dec9 Bugfix update to libgnome-keyring-3.2.2. 2011-11-14 10:36:28 +00:00
ajacoutot
9e3367492c Bugfix update to libcryptui-3.2.2. 2011-11-14 10:34:24 +00:00
naddy
fc343c76c7 don't use union wait; more or less from FreeBSD 2011-11-13 21:30:05 +00:00
naddy
f47347c465 don't use union wait 2011-11-13 16:03:15 +00:00
naddy
8c2cfa6d33 don't use union wait 2011-11-13 15:34:40 +00:00
ajacoutot
fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
ajacoutot
50d062667b Drop the gtk+3-cups dependency, it'll go to meta gnome. 2011-11-13 10:28:19 +00:00
ajacoutot
de8c5fc8ec Loose some dependencies now that we have a gnome meta package and remove
README.
2011-11-12 16:42:03 +00:00
ajacoutot
f112f04c1d -sis-gnome 2011-11-12 16:21:31 +00:00
ajacoutot
4777e9b7a0 Remove this cute little package, we'll have another way to make Paul's
sister happy very soon.

ok pirofti@
2011-11-12 16:21:09 +00:00
ajacoutot
9d07b7aa7f typo. 2011-11-12 15:39:59 +00:00
ajacoutot
a60fd6f3f8 Bugfix update to gtk+3-3.2.2. 2011-11-12 14:40:05 +00:00
jasper
88bb99e364 - don't display an annoying warning after we removed py-gnome-desktop. 2011-11-11 15:57:40 +00:00
jasper
2567b825ac sync 2011-11-11 15:51:02 +00:00
jasper
39b9115704 import grilo-mediaserver2 (git HEAD)
grilo-mediaserver2, implements the D-BUS interface MediaServerSpec, for
exposing media content over D-Bus. Rygel can consume content using this
interface. Basically, it means that by using grilo-mediaserver2 and
Rygel you can expose media content provided by Grilo on the UPnP realm.

ok aja@
2011-11-11 15:50:28 +00:00
jasper
7dc4dfa7c2 - enable quvi (youtube) support 2011-11-11 15:24:29 +00:00
benoit
3d7b778d3c - bump REVISION
Simplify port and getting rid of some patches from Brad, thanks !
2011-11-11 10:59:17 +00:00
ajacoutot
5479e4dd46 Add missing RUN_DEPENDS on devel/autogen.
spotted by John Tate
2011-11-11 10:57:59 +00:00
ajacoutot
9a3c4523d9 Don't try to get values from sysfs, that's linux-only. 2011-11-11 09:32:07 +00:00
ajacoutot
ded9657c52 Maintenance update to gtk+2-2.24.8. 2011-11-10 19:41:02 +00:00
ajacoutot
8cacc5a7c8 Bugfix update to gtk-vnc-0.4.4. 2011-11-10 17:01:10 +00:00
ajacoutot
737a2ebd41 Missing dependency, from nigel@ 2011-11-10 07:44:46 +00:00
ajacoutot
0524946072 Update to pinot-0.98. 2011-11-09 18:13:55 +00:00
jasper
f2aae7bc5e - don't display an option which doesn't work anyway
- add a comment why we don't enable libssh

requested by aja@
ok goldfish@
2011-11-09 14:51:42 +00:00
ajacoutot
ecc5e59713 Minor update to gnome-control-center-3.2.2. 2011-11-09 09:01:59 +00:00
ajacoutot
82238b4e19 Bugfix update to gnome-settings-daemon-3.2.2. 2011-11-09 07:51:32 +00:00
jasper
63674967b3 - update to 3.2.1.2 2011-11-08 15:25:18 +00:00
dcoppa
48a2c54d90 SEPARATE_BUILD by default for CMake
from Vadim Zhukov

OK jasper@, espie@
2011-11-08 09:30:52 +00:00
edd
02603d323a Add sourceforge mirror for jwm 2011-11-07 22:16:28 +00:00
dcoppa
fbd389105f Tighten dependency on fribidi>=0.19.2
Thanks Brad
2011-11-07 19:10:27 +00:00
ajacoutot
e5a73ac94d Mention grilo (+grilo-plugins); discussed with jasper@ 2011-11-07 17:42:53 +00:00
ajacoutot
e38ebda4d2 Update to libgdamm-4.99.5. 2011-11-07 14:02:30 +00:00
ajacoutot
50f0e397ba Move the dependency on graphics/argyll from gnome-control-center to
gnome-color-manager where it really belongs.
2011-11-07 12:38:33 +00:00
dcoppa
392c4fa859 Fix out-of-range memory access
(upstream git commit 757f78035da77fb84ad4ab479506f494353029d1)
2011-11-07 09:49:45 +00:00
dcoppa
fbd0150eb5 Add comments to patches 2011-11-07 09:35:53 +00:00
dcoppa
022a39e117 Cope with fribidi update
from Brad

OK edd@
2011-11-07 09:17:07 +00:00
espie
a88b1906c3 grr... forgot to add that one and cvs diff doesn't say a thing, of course.
as noticed by nigel and vadim...
2011-11-07 08:23:39 +00:00
ajacoutot
da2ac1d1cc Update to libgda-5.0.1.
Enable vala bindings.
2011-11-07 07:53:28 +00:00
dcoppa
0a4e0b5e5f bye bye i3bar and p5-AnyEvent-I3 2011-11-06 20:30:35 +00:00
dcoppa
71c6e11302 Update to i3-4.0.2 (plus patches from upstream git).
i3bar is now part of i3 itself and i3-wsbar is gone.
2011-11-06 20:23:24 +00:00
jasper
d9bc3e93c8 sync 2011-11-06 19:06:06 +00:00
jasper
362fb27629 import grilo-plugins 0.1.17
Plugins providing Grilo access to various services.

ok aja@
2011-11-06 19:05:38 +00:00
jasper
a4d7eea071 import grilo 0.1.17
Grilo is a framework focused on making media discovery and browsing easy
for application developers.
[...]

ok aja@

cvs: ----------------------------------------------------------------------
2011-11-06 19:05:03 +00:00
ajacoutot
b015d205e3 Add dependency on argyll. 2011-11-06 17:37:12 +00:00
espie
37d18d6a19 tweak to create correct .la files for the qt libraries, and install them.
after a few iterations to fix various builds such as bacula.
work from Vadim Zhukov
2011-11-06 12:44:04 +00:00
ajacoutot
c22b6edfc0 Regen WANTLIB. 2011-11-06 09:00:31 +00:00
ajacoutot
41d1401c4f Resurrect gnome-power-panel. 2011-11-05 14:07:43 +00:00
ajacoutot
07bfa3b651 Failed REVISION. 2011-11-04 17:22:55 +00:00
ajacoutot
d2f9f93eaa Unbreak when docbook2x is installed. 2011-11-04 13:24:40 +00:00
ajacoutot
598179515b Missing MODGNOME_TOOLS, spotted by naddy@ 2011-11-04 12:26:44 +00:00
stu
3b31e9d6fe Update to bwidget-1.9.5 and do some Makefile tidying.
Ok sebastia@
2011-11-04 10:30:47 +00:00
ajacoutot
c46a3a44e6 Disable applet: it crashes half the time and will be the default upstream
setting for next release anyway.
2011-11-04 09:59:09 +00:00
jasper
8ea933b403 - regen WANTLIB 2011-11-04 09:56:28 +00:00
jasper
7c8305ddeb add better homepage 2011-11-03 16:43:33 +00:00
ajacoutot
f2416adde0 Update to mono-gnome-keyring-1.0.2. 2011-11-03 10:40:09 +00:00
ajacoutot
feeb6af13b Add a RUN_DEPENDS on shared-color-targets.
Fix some bogus hardcoded paths.
2011-11-02 20:19:32 +00:00
ajacoutot
31624cb239 Bugfix update to gnome-tweak-tool-3.2.1. 2011-11-02 20:13:29 +00:00
jasper
0da2cd0baf mark this broken on sparc64 now as it gets a sigbus through webkit.. 2011-11-02 19:48:26 +00:00
jasper
941ee52230 don't overwrite CFLAGS unconditionally 2011-11-02 19:21:36 +00:00
jasper
88b4f55dcf - update to a recent git clone to match the openbox 3.5 api. 2011-11-02 19:12:40 +00:00
jasper
124cdc0858 - update openbox to 3.5.0
* various improvements and bugfixes
- cleanup this port a bit by using SUBST_CMD/MODPY_ADJ_FILES and
  removing some patch chunks that can be dealt with a FAKE_FLAGS
    instead.

    ok benoit@ (MAINTAINER)
2011-11-02 19:12:01 +00:00
jasper
9d122b03ba - shrink and drop a patch by using a pre-configure target instead. 2011-11-02 17:51:32 +00:00
ajacoutot
bde772d129 Add a RUN_DEPENDS on gnome-color-manager. 2011-11-02 17:48:29 +00:00
ajacoutot
66f9c5487d +color-manager 2011-11-02 17:47:05 +00:00
ajacoutot
525fbf3442 Import gnome-color-manager-3.2.1.
GNOME Color Manager is a session framework that makes it easy to manage,
install and generate color profiles in the GNOME desktop.
<...>

ok jasper@
2011-11-02 17:46:25 +00:00
ajacoutot
a35137995b Enable colord support. 2011-11-02 16:43:00 +00:00
ajacoutot
0d2f894947 Enable colord. 2011-11-02 16:42:21 +00:00
ajacoutot
f5f5630dcb Enable colord support for the -cups subpackage. 2011-11-02 16:41:46 +00:00
jasper
7ec6c2d41c - bugfix update to 3.2.2 2011-11-01 19:24:21 +00:00
jasper
7cb494e10c - bugfix update to 3.2.3 2011-11-01 19:04:12 +00:00
jasper
153ba5f5ba - add missing dependency 2011-10-31 18:19:47 +00:00
sebastia
7b70473f3f fix run-depends to unbreak after itcl update. Problem pointed out by jasper@
OK jasper@
2011-10-31 08:37:57 +00:00
jasper
ad23739c9b - apply a fix from upstream git to prevent a few gtk-warnings
- regen WANTLIB while here
2011-10-30 15:32:11 +00:00
dcoppa
f0a47ff4e1 Update to fluxbox-1.3.2 2011-10-30 15:16:13 +00:00
sebastia
adc82069f3 update tktreectrl to 2.4.1.
The major highlights of this release are support for multiple rows of
column headers, customization of column headers using styles, and better
column spanning behavior.

OK stu@, jasper@
2011-10-30 07:38:50 +00:00
ajacoutot
3c00c20c0e Tweak rc script and don't try to install under /var/... we already sample
it.
2011-10-29 14:37:42 +00:00
ajacoutot
cd351afefa Bring some crashes fixing from upstream. 2011-10-29 08:37:40 +00:00
ajacoutot
f494f13e01 Sync WANTLIB 2011-10-29 08:25:17 +00:00
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
gsoares
56d872a072 - sync WANTLIB
- update license marker
- change my mail address while here
- update pkg/DESCR
- bump

ok jasper@ sthen@
2011-10-27 17:47:48 +00:00
ajacoutot
e472ea3b6e Minor update to polkit-gnome-0.105. 2011-10-27 15:46:16 +00:00
ajacoutot
5f5ac0f663 Update to meta-tracker-0.12.7. 2011-10-27 15:39:00 +00:00
jasper
6eb6eac379 - update to 1.19.16 2011-10-27 14:27:19 +00:00
ajacoutot
6e95acbef7 Finally update to libgda-5.0.0 stable. 2011-10-26 22:31:27 +00:00
ajacoutot
5cb5f72b64 This uses yelp. 2011-10-26 21:46:48 +00:00
ajacoutot
1b24dd66e7 Update to ekiga-3.3.2; still BROKEN as it's still a wip and I need to make
more tests.
2011-10-26 17:02:53 +00:00
jasper
e019fdaa02 - update to 1.19.15 2011-10-26 11:14:09 +00:00
ajacoutot
a5c8a3bac1 Update to nagstamon-0.9.8.
from Nicolas P. M. Legrand (MAINTAINER)
2011-10-25 14:33:19 +00:00
ajacoutot
2036336660 Bugfix update to empathy-3.2.1.1. 2011-10-24 20:11:54 +00:00
jasper
e000da183e - update to 3.2.1 2011-10-24 17:44:03 +00:00
ajacoutot
d0db6b5361 Minor update to gnote-0.8.1. 2011-10-23 16:52:24 +00:00
ajacoutot
f911c3fb47 Remove myself from MAINTAINER. 2011-10-23 09:15:46 +00:00
jasper
724e58b04c - update to 0.12.5 2011-10-22 08:06:47 +00:00
jasper
7d154b056e Security fix for CVE-2011-3635,
GNOME Empathy Nickname Script Insertion Vulnerability

only this version in ports is vulnerable, previous packages are not affected.
2011-10-21 21:24:32 +00:00
espie
7fdd40a7b8 convert to bsd.port.arch.mk
zap FULL* that's not needed for jack, since there are no real flavors.
2011-10-21 18:20:14 +00:00
espie
2974da2e02 SH -> /bin/sh, no need for a variable there either 2011-10-21 17:43:30 +00:00
espie
636a5c9ac4 CHMOD and CHOWN serve no useful purpose, they're just chown/chmod 2011-10-21 16:23:44 +00:00
ajacoutot
5f6d01af2e Update to (meta-)tracker-0.12.6. 2011-10-21 14:26:56 +00:00
jasper
4900d5beca drop telepathy-butterfly dependency and point people to telepathy-haze instead. 2011-10-21 10:59:44 +00:00
jasper
fdf496d7d8 - update to 3.2.2 2011-10-20 20:08:35 +00:00
ajacoutot
17b80afe93 Add a workaround to be able to unmount FTP shares without crashing
nautilus.
2011-10-20 15:35:29 +00:00
ajacoutot
9c1b7b15bf Add comment, no binary change. 2011-10-20 12:31:26 +00:00
jasper
44c3bc6553 - update to 3.2.1 2011-10-20 11:53:54 +00:00
ajacoutot
ffefb205f7 Depends on speech-dispatcher and liblouis. 2011-10-20 11:32:38 +00:00
ajacoutot
de9664bab9 Update to gdm-3.2.1.1. 2011-10-20 07:23:28 +00:00
ajacoutot
bfd8d43692 Correctly inheritate the Adwaita cursor theme. 2011-10-20 06:14:04 +00:00
ajacoutot
6342cb6a5d No need to run gtk-update-icon-cache for Adwaita, because it's not an
icon theme but a cursor one.
2011-10-19 18:45:20 +00:00
ajacoutot
b74e90abc5 Fix path to immodules.cache.
Use a SUBST_VARS for GTK_BINARY_VERSION.
2011-10-19 17:41:40 +00:00
ajacoutot
9e90b61685 Set proper mode on files. 2011-10-19 14:25:46 +00:00
ajacoutot
24d7a637be @unexec-delete -> @unexec, to prevent pkg_add -u from whining. 2011-10-19 12:59:07 +00:00
ajacoutot
db3cc245e6 Fix LIB_DEPENDS.
Remove unused MODGCONF2_SCHEMAS_DIR.
Remove a bogus line continuation.
Add some notes about why some plugins are disabled.
2011-10-19 12:52:01 +00:00
ajacoutot
c5753c58f9 Update to gnome-icon-theme-3.2.1.1. 2011-10-19 12:44:40 +00:00
jasper
8ebbe83126 - update to 3.2.1 2011-10-19 12:17:54 +00:00
jasper
0ecf1a7474 - update to 3.2.1 and unbreak (finally..) 2011-10-19 11:32:49 +00:00
ajacoutot
9d8f5ac053 Update to gdm-3.2.1.
Some stuffs were fixed but it's still BROKEN for now.
2011-10-19 08:13:04 +00:00
jasper
d5dfaf8c50 - update to 1.19.14
- remove PATCHFILES which is unneeded now (confirmed by aja@)
2011-10-19 08:06:31 +00:00
ajacoutot
8459b340c5 Update to gedit-latex-3.2.1. 2011-10-19 05:37:04 +00:00
jasper
fca3b56ade - fix pkg-config file
- regress tests need x11
2011-10-18 18:08:16 +00:00
ajacoutot
6665731a20 Fix LIB_DEPENDS. 2011-10-18 16:09:09 +00:00
ajacoutot
eb13c90b5d Update to gnome-icon-theme-symbolic-3.2.1. 2011-10-18 15:22:34 +00:00
ajacoutot
0529661269 Update to gnome-icon-theme-3.2.1. 2011-10-18 15:17:20 +00:00
sthen
1f5f05707b mark conflict with old gnome-control-center, ok aja@ 2011-10-18 15:14:08 +00:00
sthen
c4176e516e mark a conflict with old gdm. ok aja@ 2011-10-18 14:53:25 +00:00
jasper
80121089d8 - update to 3.2.1
tested by aja@
2011-10-18 14:26:44 +00:00
jasper
ae69c213b0 - update to 3.2.1 2011-10-18 14:23:14 +00:00
jasper
b4060d75b6 - update to 1.19.13 2011-10-18 14:12:13 +00:00
jasper
dd0a8c072a add missing build dep 2011-10-18 08:41:41 +00:00
jasper
dd6d3e3906 - update to 3.2.1 2011-10-18 08:15:21 +00:00