jasper
20dc28899d
- update to 3.2.0
2011-09-26 20:37:48 +00:00
jasper
df5676b596
CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore.
2011-09-20 21:10:00 +00:00
jasper
390043cddc
- switch to MODGNOME_TOOLS
2011-09-20 20:52:45 +00:00
ajacoutot
034d725fcc
DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
...
discussed with and ok jasper@
2011-09-19 07:44:58 +00:00
espie
346b5bc6dc
normalize pkgpath
2011-09-16 12:29:12 +00:00
jasper
9d1eccb70a
switch to using .tar.xz by default
2011-09-12 12:04:16 +00:00
ajacoutot
32563635a5
Start the GNOME3 merge armageddon... breakage expected.
2011-09-12 07:26:18 +00:00
rpointel
b9417a33bb
bump after default python version switch.
2011-06-08 17:35:54 +00:00
jasper
aa25eb0f63
backport from gedit3:
...
- CONFIGURE_STYLE is set by Makefile.inc, so no need to do it here too
- remove extra libs from CONFIGURE_ENV that have been there since 1.1.1.1 but aren't needed anymore
2011-05-31 16:10:20 +00:00
jasper
ed7cfcb5e6
comment the .la files
2011-05-14 22:10:08 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
sthen
3b2bbaacc0
Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
...
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
espie
8e072131b6
USE_GROFF=Yes
2010-10-19 08:13:56 +00:00
jasper
994b63da94
- remove USE_X11=Yes where needed (can't we fully get rid of it?)
...
and set USE_X11=No where needed
agreed by aja@
2010-10-18 13:18:13 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
jasper
50f6f769c2
- update gedit to 2.30.4
...
ok aja@
2010-09-30 07:49:49 +00:00
sthen
dc15596d75
python bumps
2010-08-30 21:53:59 +00:00
ajacoutot
acf3cb55ca
Switch to new DEPENDS/WANTLIB/REVISION.
2010-07-25 08:15:32 +00:00
ajacoutot
25da2575a6
Bugfix update to gedit 2.30.3.
2010-06-21 16:41:21 +00:00
jasper
f9f413632e
- update gedit 2.30.2
2010-04-22 21:52:39 +00:00
ajacoutot
5fe07771b3
Maintainance update to gedit-2.28.4.
2010-03-23 06:37:32 +00:00
ajacoutot
0070e11661
Use @unexec-delete instead of @unexec for the *-update-* goos and remove
...
@unexec for theme ports.
prodded by espie@ after me whining at the ports system ;)
discussed with espie@ sthen@ landry@
2009-12-21 18:03:17 +00:00
ajacoutot
0d348addaf
Bugfix update to gedit-2.28.3.
2009-12-20 10:34:01 +00:00
ajacoutot
019c27a252
Update to gedit-2.28.2.
...
* fix regressions/warnings
2009-11-11 22:36:43 +00:00
ajacoutot
806698c31d
Update to gedit-2.28.1.
2009-11-10 08:27:45 +00:00
jasper
637a2bdaff
- remove patch as we have ENOTSUP now
2009-10-27 12:00:22 +00:00
jasper
fdde8b605b
- fix potential 64-bit issue, from pkgsrc
...
ok aja@
2009-10-26 22:23:49 +00:00
jasper
0b4927b9f3
- update gedit to 2.28.0
2009-10-11 18:13:25 +00:00
ajacoutot
509d218fc4
WANTLIB changes after xcb addition and bump.
2009-08-11 08:38:41 +00:00
ajacoutot
facd399673
- better homepage
...
- add a reminder comment
ok jasper@
2009-07-12 20:33:19 +00:00
ajacoutot
b4998c57e6
Bump after recent gconf2 MODULE change.
...
gconf2 MODULE was tricky to get right for *all* ports. I think I finally
got it, if you see any fallout, please contact me asap.
2009-06-11 18:38:16 +00:00
ajacoutot
99a5ed25d5
Bump after recent gconf2 MODULE changes.
...
"yep, bumps are cheap" kili@
2009-06-08 17:59:14 +00:00
ajacoutot
1c04757b1f
Convert to using the new gconf2.port.mk module.
2009-06-07 09:44:47 +00:00
ajacoutot
2c5f8a533a
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
2009-04-26 11:01:04 +00:00
ajacoutot
6a768369c4
- now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
...
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore
ok jasper@
2009-04-16 08:11:13 +00:00
ajacoutot
205c226bb2
Rework the way we handle build_depends with the gnome MODULE when
...
MODGNOME_HELP_FILES is set to yes.
* add a build_depends on gnome-doc-utils if MODGNOME_HELP_FILES is set
to yes
* add rarian as a run_depends for gnome-doc-utils (will help with older
ports that will never be updated from using deprecated scrollkeeper)
* remove build+run_depends on gnome-doc-utils and rarian for ports that
have MODGNOME_HELP_FILES as they are now implied.
* bump where needed
This should help in having all required build dependencies for
gnome-related ports and it greatly simplifies things.
"thanks for cleaning this mess" and ok jasper@
2009-04-06 10:05:20 +00:00
ajacoutot
c89ef704dd
- nothing should have to run_depends on rarian anymore
...
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore
This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.
discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c
- first pass at cleaning rarian/scrollkeeper handling
...
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.
discussed with jasper@
2009-03-14 10:40:51 +00:00
jasper
b623c4c82b
- bah...missing '>' :(
2009-02-11 15:47:49 +00:00
jasper
9f71a816c3
- add another tadpole as maintainer of this hobbit
2009-02-11 15:33:51 +00:00
ajacoutot
264d5daee2
- small update to gedit 2.24.3
...
* backport some bugfixes from the developement version
* new and updated translations
2009-01-11 13:07:35 +00:00
jasper
46e26765cb
- switch to rarian instead of scrollkeeper
...
- drop dependency of scrollkeeper/rarian in BUILD_DEPENDS, as doc-utils
already pulls it in
- regen PLIST
ok ajacoutot@
2008-12-17 18:45:36 +00:00
ajacoutot
dd04d47f4c
- forgot to cvs rm in previous commit
2008-11-23 18:39:41 +00:00
ajacoutot
4b76ad2857
- bugfix update to version 2.24.2
...
ok jasper@
2008-11-23 18:26:30 +00:00
jasper
5a1e69edb2
- update gedit to 2.24.1
...
feedback and ok ajacoutot@
2008-11-21 17:37:38 +00:00
jasper
111cd7c0c6
- explicitly depend on py-gtk > 2.12
...
- bump pkgname
2008-08-19 22:32:08 +00:00
bernd
f3aeea934d
Update to gedit-2.22.3.
...
ok ajacoutot@
2008-06-24 20:34:07 +00:00
ajacoutot
ec13b031c8
- remove MAINTAINER Thomas Delaet as per his request
...
with this change, Jasper gets automatic maintainership ;)
2008-06-04 13:47:38 +00:00
jasper
e89abc1fca
sync WANTLIB, bump package version
2008-06-02 17:58:23 +00:00
ajacoutot
e26775f9fe
- remove support for MODGNOME_DEVHELP_FILES from the gnome MODULE ;
...
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages
"if you're as happy as a pig in poop, commit it" jasper@
2008-06-02 14:10:06 +00:00