diff options
author | asau <asau@pkgsrc.org> | 2010-08-21 16:56:51 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-08-21 16:56:51 +0000 |
commit | e46ad8ca15087fc4bb88a751d18f30e1c677ff12 (patch) | |
tree | 6a5052a32b0355c9fe7cd645e409fb3e53d5aa82 /x11 | |
parent | c6d00c2c6475984b853c2eefce224b8a93fd3296 (diff) | |
download | pkgsrc-e46ad8ca15087fc4bb88a751d18f30e1c677ff12.tar.gz |
Update to rep GTK 0.90.2
0.90.2:
improved deb and rpm packaging scripts
improved ebuild
install header to $includedir/rep-gtk
autotools (Makefile & Co.) rework
More bindings for 2.12 API added
0.90.1:
improved ebuild
improved spec-file [Kim B. Heino]
Addtitions:
GtkUiManager support [Jürgen Hötzel]
GtkAction support [Jürgen Hötzel]
More bindings to 2.12 API added
0.90.0:
Minimum GTK+ Version: 2.12
Additions:
GError support [Jürgen Hötzel]
Basic GtkBuilder support [Jürgen Hötzel]
Some bindings to 2.12 API added
DEPRECATED APIs removed:
GtkPreview*
GtkSignalRunType
GtkSubMenuDirection
GtkSubMenuPlacement
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rep-gtk2/Makefile | 5 | ||||
-rw-r--r-- | x11/rep-gtk2/PLIST | 7 | ||||
-rw-r--r-- | x11/rep-gtk2/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11/rep-gtk2/Makefile b/x11/rep-gtk2/Makefile index 67cf804e991..ba9605326aa 100644 --- a/x11/rep-gtk2/Makefile +++ b/x11/rep-gtk2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/06/13 22:45:52 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2010/08/21 16:56:51 asau Exp $ -DISTNAME= rep-gtk-0.18.6r2 +DISTNAME= rep-gtk-0.90.2 PKGNAME= ${DISTNAME:S/gtk/gtk2/} -PKGREVISION= 3 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rep-gtk/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/rep-gtk2/PLIST b/x11/rep-gtk2/PLIST index ead42f0d159..8140095d252 100644 --- a/x11/rep-gtk2/PLIST +++ b/x11/rep-gtk2/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:25:05 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/08/21 16:56:51 asau Exp $ +include/rep-gtk/rep-gtk.h lib/pkgconfig/rep-gtk.pc -libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/gtk.la -libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/types.la +lib/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/gtk.la +lib/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/types.la diff --git a/x11/rep-gtk2/distinfo b/x11/rep-gtk2/distinfo index fb1334b0fe9..594816d9a91 100644 --- a/x11/rep-gtk2/distinfo +++ b/x11/rep-gtk2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/07/14 10:10:00 tnn Exp $ +$NetBSD: distinfo,v 1.4 2010/08/21 16:56:51 asau Exp $ -SHA1 (rep-gtk-0.18.6r2.tar.bz2) = cb0f6f6d973a011b6e305dae8a3bfbc2740ff6df -RMD160 (rep-gtk-0.18.6r2.tar.bz2) = 177b49542157d925fea300fba200fd231151a07c -Size (rep-gtk-0.18.6r2.tar.bz2) = 280865 bytes +SHA1 (rep-gtk-0.90.2.tar.bz2) = 080db4165faa8ed21ccba9fed4c7d6663e92bd68 +RMD160 (rep-gtk-0.90.2.tar.bz2) = 75a9dc5f8a364e8700dd848d61dda6bb91850026 +Size (rep-gtk-0.90.2.tar.bz2) = 297502 bytes |