diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 00:41:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 00:41:01 +0000 |
commit | afb5ebeffc67bd24361e756a837a3390334a17d5 (patch) | |
tree | 87dd14744d2cee63d8c5083f89c23617c1a166f7 /x11-toolkits | |
parent | Update to 1.2.3. (diff) |
* Update to 2.2.2
* Make sure Xrandr support is enabled [1]
Submitted by: netchild [1]
Notes
Notes:
svn path=/head/; revision=82722
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 6 |
6 files changed, 14 insertions, 20 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 68019d86dfc8..a608a77edcc0 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -39,7 +38,7 @@ USE_GNOME= gnomehack atk pango CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" PLIST_SUB= GTK_VERSION="2.2.0" MAN1= gdk-pixbuf-csource.1 @@ -47,10 +46,6 @@ MAN1= gdk-pixbuf-csource.1 post-patch: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ - ${WRKSRC}/po/Makefile.in.in pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 72dd41ecd3b7..21921ff048b3 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1 +1 @@ -MD5 (gnome2/gtk+-2.2.1.tar.bz2) = dfd5755fddb26a46c96bfaa813280ac4 +MD5 (gnome2/gtk+-2.2.2.tar.bz2) = 5a7c639f0f2d682bdc17e3f81c17c79c diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index b9b4f883a8e2..1a01a976c890 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -240,7 +240,6 @@ share/locale/cy/LC_MESSAGES/gtk20.mo share/locale/da/LC_MESSAGES/gtk20.mo share/locale/de/LC_MESSAGES/gtk20.mo share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en@IPA/LC_MESSAGES/gtk20.mo share/locale/en_GB/LC_MESSAGES/gtk20.mo share/locale/es/LC_MESSAGES/gtk20.mo share/locale/et/LC_MESSAGES/gtk20.mo @@ -255,12 +254,14 @@ share/locale/hi/LC_MESSAGES/gtk20.mo share/locale/hr/LC_MESSAGES/gtk20.mo share/locale/hu/LC_MESSAGES/gtk20.mo share/locale/ia/LC_MESSAGES/gtk20.mo +share/locale/id/LC_MESSAGES/gtk20.mo share/locale/it/LC_MESSAGES/gtk20.mo share/locale/ja/LC_MESSAGES/gtk20.mo share/locale/ko/LC_MESSAGES/gtk20.mo share/locale/lt/LC_MESSAGES/gtk20.mo share/locale/lv/LC_MESSAGES/gtk20.mo share/locale/mk/LC_MESSAGES/gtk20.mo +share/locale/ml/LC_MESSAGES/gtk20.mo share/locale/mn/LC_MESSAGES/gtk20.mo share/locale/ms/LC_MESSAGES/gtk20.mo share/locale/nl/LC_MESSAGES/gtk20.mo @@ -273,14 +274,15 @@ share/locale/ro/LC_MESSAGES/gtk20.mo share/locale/ru/LC_MESSAGES/gtk20.mo share/locale/sk/LC_MESSAGES/gtk20.mo share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sp/LC_MESSAGES/gtk20.mo share/locale/sr/LC_MESSAGES/gtk20.mo +share/locale/sr@Latn/LC_MESSAGES/gtk20.mo share/locale/sv/LC_MESSAGES/gtk20.mo share/locale/ta/LC_MESSAGES/gtk20.mo share/locale/tr/LC_MESSAGES/gtk20.mo share/locale/uk/LC_MESSAGES/gtk20.mo share/locale/vi/LC_MESSAGES/gtk20.mo share/locale/wa/LC_MESSAGES/gtk20.mo +share/locale/yi/LC_MESSAGES/gtk20.mo share/locale/zh_CN/LC_MESSAGES/gtk20.mo share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 68019d86dfc8..a608a77edcc0 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -39,7 +38,7 @@ USE_GNOME= gnomehack atk pango CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" PLIST_SUB= GTK_VERSION="2.2.0" MAN1= gdk-pixbuf-csource.1 @@ -47,10 +46,6 @@ MAN1= gdk-pixbuf-csource.1 post-patch: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ - ${WRKSRC}/po/Makefile.in.in pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 72dd41ecd3b7..21921ff048b3 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1 +1 @@ -MD5 (gnome2/gtk+-2.2.1.tar.bz2) = dfd5755fddb26a46c96bfaa813280ac4 +MD5 (gnome2/gtk+-2.2.2.tar.bz2) = 5a7c639f0f2d682bdc17e3f81c17c79c diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index b9b4f883a8e2..1a01a976c890 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -240,7 +240,6 @@ share/locale/cy/LC_MESSAGES/gtk20.mo share/locale/da/LC_MESSAGES/gtk20.mo share/locale/de/LC_MESSAGES/gtk20.mo share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en@IPA/LC_MESSAGES/gtk20.mo share/locale/en_GB/LC_MESSAGES/gtk20.mo share/locale/es/LC_MESSAGES/gtk20.mo share/locale/et/LC_MESSAGES/gtk20.mo @@ -255,12 +254,14 @@ share/locale/hi/LC_MESSAGES/gtk20.mo share/locale/hr/LC_MESSAGES/gtk20.mo share/locale/hu/LC_MESSAGES/gtk20.mo share/locale/ia/LC_MESSAGES/gtk20.mo +share/locale/id/LC_MESSAGES/gtk20.mo share/locale/it/LC_MESSAGES/gtk20.mo share/locale/ja/LC_MESSAGES/gtk20.mo share/locale/ko/LC_MESSAGES/gtk20.mo share/locale/lt/LC_MESSAGES/gtk20.mo share/locale/lv/LC_MESSAGES/gtk20.mo share/locale/mk/LC_MESSAGES/gtk20.mo +share/locale/ml/LC_MESSAGES/gtk20.mo share/locale/mn/LC_MESSAGES/gtk20.mo share/locale/ms/LC_MESSAGES/gtk20.mo share/locale/nl/LC_MESSAGES/gtk20.mo @@ -273,14 +274,15 @@ share/locale/ro/LC_MESSAGES/gtk20.mo share/locale/ru/LC_MESSAGES/gtk20.mo share/locale/sk/LC_MESSAGES/gtk20.mo share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sp/LC_MESSAGES/gtk20.mo share/locale/sr/LC_MESSAGES/gtk20.mo +share/locale/sr@Latn/LC_MESSAGES/gtk20.mo share/locale/sv/LC_MESSAGES/gtk20.mo share/locale/ta/LC_MESSAGES/gtk20.mo share/locale/tr/LC_MESSAGES/gtk20.mo share/locale/uk/LC_MESSAGES/gtk20.mo share/locale/vi/LC_MESSAGES/gtk20.mo share/locale/wa/LC_MESSAGES/gtk20.mo +share/locale/yi/LC_MESSAGES/gtk20.mo share/locale/zh_CN/LC_MESSAGES/gtk20.mo share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc |