Commit Graph

65360 Commits

Author SHA1 Message Date
dcoppa
584e1a26bf Update to conky-1.8.1.
Added audacious, imlib2 and xmms2 flavors.

USE_GROFF and manpage patching during post-install are no more
needed.

Joint work with Pascal Stumpf (thanks!)
OK jasper@, benoit@ (maintainer)
2011-04-27 12:55:10 +00:00
ajacoutot
671738ab09 Use MODPY_ADJ_FILES to remove the 'env python' stuffs... 2011-04-27 12:53:01 +00:00
ajacoutot
cc05f563e2 canberra-gtk.h is needed by both -gtk and -gtk3, so move this header to
-main.

found the hard way by jasper@
2011-04-27 12:07:53 +00:00
pea
296e06e96e Update to 1.0.7.
Initial diff from Amit Kulkarni (thx) with
tweaks from landry@ and me.

ok landry@
2011-04-27 11:57:02 +00:00
dcoppa
558d8413b7 Fix WANTLIB after modifications to audio/audacious.
Bump AUTOCONF_VERSION to 2.67.

OK jasper@
2011-04-27 11:45:16 +00:00
dcoppa
9c4fd16a67 Enable library versioning. An imminent sysutils/conky update will
use audacious' libraries (for its audacious flavor).

USE_GROFF is not needed.

Bump AUTOCONF_VERSION to 2.67.

Clue bat beating from Brad. OK jasper@
2011-04-27 11:44:12 +00:00
gsoares
18919b55c7 - update to 5.2.8
- doesn't need groff
- regen PLIST
ok jasper@ sthen@
2011-04-27 11:40:24 +00:00
jasper
7d6e76bdef sync 2011-04-27 11:22:24 +00:00
jasper
d0ad5696be import libunique3, the gtk+3 counterpart of libunique (they can be installed
alongside eachother)

ok aja@
2011-04-27 11:22:07 +00:00
kili
50de8460c5 Save some build time by not building the darcs library at all. 2011-04-27 11:19:13 +00:00
ajacoutot
4a31fd6947 Small update to meta-tracker-0.8.18. 2011-04-27 11:09:50 +00:00
jasper
bd52a21fc4 - tweak COMMENT to reflect it's GTK+2-ness.
ok aja@
2011-04-27 11:07:11 +00:00
robert
5413f6acc9 update to 2.10.2 2011-04-27 08:50:15 +00:00
ajacoutot
0fe843ae54 Update to libgdamm-4.1.2. 2011-04-27 08:41:05 +00:00
ajacoutot
22f1fd9899 Update to gsettings-desktop-schemas-3.0.1.
* Don't migrate background-related keys
* Don't migrate custom GTK+ color schemes and various GTK+ tweaks keys
2011-04-27 05:26:40 +00:00
ajacoutot
1293279157 Needs php5-imap. 2011-04-27 05:18:27 +00:00
rpointel
714b3ba354 Added 2 patch to permit to 'make regress' without blocking...
Used @unittest.skip instead of commenting out the test.
Corrected wrong value of LDSHARED in sysconfig, cf http://bugs.python.org/issue10547.
Bump REVISION.
ok landry@ (thanks).
2011-04-26 19:42:31 +00:00
kili
100a2539fc This now depends on devel/hs-haskeline. While here, add a version range
matching the .cabal file to the devel/hs-mtl dependency.
(I really have to work on a .cabal => *_DEPENDS tool, and I also should
switch to the more readable stemless dependencies whereever possible,
but on the other hand, this can wait until the next major haskell update)
2011-04-26 19:29:16 +00:00
kili
9d739b0ee4 +hs-haskeline
+hs-terminfo
2011-04-26 19:25:06 +00:00
kili
545fa42620 Provides a user interface for line input in command-line programs.
This library is similar in purpose to readline, but since it is
written in Haskell it is (hopefully) more easily used in other
Haskell programs.

This also was in lang/ghc and didn't belong there.

ok jasper@
2011-04-26 19:24:40 +00:00
kili
5e66bc5aa1 Provides an interface to the terminfo database (via bindings to the
curses library).  Terminfo allows POSIX systems to interact with a
variety of terminals using a standard set of capabilities.


This was in lang/ghc but didn't belong there.

ok jasper@
2011-04-26 19:23:38 +00:00
jasper
68eba76f60 - update folks to 0.4.3
* various bugfixes
2011-04-26 19:04:26 +00:00
shadchin
3dd52f2601 -fvwm2,i18n 2011-04-26 18:56:43 +00:00
shadchin
4744a7dd54 Update to 2.6.1 (@pkgpath line have flavours in order of how they appear
in the FLAVORS variable)

ok jasper@, pvalchev@ (maintainer), tested mikeb@
2011-04-26 18:50:46 +00:00
ajacoutot
975c362d8a Reorder README and extend the accessibility section.
Add dependency on at-spi2-atk.
2011-04-26 18:40:24 +00:00
ajacoutot
4a34948d94 Use the new at-spi2 framework by default. 2011-04-26 18:39:37 +00:00
ajacoutot
188ba192cb Enable relocation to be able to be installed alongside the at-spi2
framework.

ok jasper@
2011-04-26 18:39:11 +00:00
ajacoutot
3d9e60672f +at-spi2-core
+at-spi2-atk
+py-atspi
2011-04-26 18:32:59 +00:00
ajacoutot
1b7860acfe Import py-atspi-2.0.1.
AT-SPI is the primary service interface by which assistive technologies
query and receive notifications from running applications.
This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than ORBIT / CORBA
for its transport protocol.

This package includes a python client library for the AT-SPI D-Bus
accessibility infrastructure.

ok jasper@
2011-04-26 18:31:24 +00:00
ajacoutot
abe51fd31a Import at-spi2-atk-2.0.1.
AT-SPI is the primary service interface by which assistive technologies
query and receive notifications from running applications.
This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than ORBIT / CORBA
for its transport protocol.

This package includes a gtk-module that bridges ATK to the new D-Bus
based AT-SPI.

ok jasper@
2011-04-26 18:30:23 +00:00
ajacoutot
e212ae895e Import at-spi2-core-2.0.1.
AT-SPI is the primary service interface by which assistive technologies
query and receive notifications from running applications.
This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than ORBIT / CORBA
for its transport protocol.

This package includes the protocol definitions for the new D-Bus at-spi.
Also included is the daemon neccessary for forwarding device events and
registering accessible applications.

ok jasper@
2011-04-26 18:27:55 +00:00
ajacoutot
d2f2d3d3aa Update to glib-networking-2.28.6.1.
* fixed a bug in the gnutls backend introduced in 2.28.6
2011-04-26 18:23:36 +00:00
jasper
e4ba648614 sync 2011-04-26 18:23:13 +00:00
jasper
783b7aadcd import gtk3-engines (yes, the name deviates from gtk-engines2 on purpose)
ok aja@
2011-04-26 18:21:51 +00:00
jasper
9db273cc82 - update to 3.0.1
* various bugfixes and new languages
2011-04-26 18:18:37 +00:00
jasper
302fe9e6af - remove unneeded post-install target, not needed anymore since switching to gmake.
- add a short comment above NO_REGRESS
2011-04-26 17:59:57 +00:00
ajacoutot
76947eadd5 Bugfix update to file-roller-2.32.2.
Explicitely disable packagekit.
2011-04-26 15:56:07 +00:00
dcoppa
b7eef2b364 midori needs to depend on xfce|tango|gnome-icon-theme, otherwise
some icons in the gui are missing

OK landry@, ajacoutot@
2011-04-26 15:01:17 +00:00
jasper
e6e60e92d2 missing bump on arches that use ghc
spotted by naddy@, ok kili@ (MAINTAINER)
2011-04-26 14:51:32 +00:00
sthen
bcdfe3675f Bump EPOCHs, we previously had a 1.4.2i version which doesn't fit with
the usual version comparison. Noticed by naddy@ in i386 bulk pkg build with
older PLIST_DB files.
2011-04-26 14:04:05 +00:00
ajacoutot
a0df411c73 Bugfix update to gvfs-1.8.1. 2011-04-26 13:31:58 +00:00
ajacoutot
687b73d774 No need for the itlocaledir tweak anymore. 2011-04-26 13:09:07 +00:00
ajacoutot
1b96d54c2d No need for the itlocaledir tweak. 2011-04-26 12:51:25 +00:00
ajacoutot
bb3d82bdb0 Set itlocaledir in FAKE_FLAGS.
ok jasper@
2011-04-26 12:50:54 +00:00
jasper
ec2e357b53 unbreak unbreaking.. 2011-04-26 12:14:34 +00:00
jasper
10c92c49da unbreak 2011-04-26 12:12:14 +00:00
ajacoutot
d7173dd95e The archive uses the PaxHeader extension, so use gtar to unpack,
otherwise we miss files.
2011-04-26 09:01:43 +00:00
eric
342d0bf829 build the no_x11 flavor too
ok benoit@ jasper@
2011-04-26 08:51:45 +00:00
ajacoutot
18605b3eba cmake likes to link with -lpthread instead of -pthread, so prevent that.
Fix dependencies of all subpackages.
2011-04-26 08:06:41 +00:00
jasper
8c5d4081e4 - update to 0.12.0 2011-04-26 06:59:11 +00:00